Lines Matching refs:rContent
130 sal_Bool SfxContentHelper::IsDocument( const String& rContent ) in IsDocument() argument
133 INetURLObject aObj( rContent ); in IsDocument()
163 sal_Bool SfxContentHelper::IsFolder( const String& rContent ) in IsFolder() argument
166 INetURLObject aObj( rContent ); in IsFolder()
195 sal_Bool SfxContentHelper::GetTitle( const String& rContent, String& rTitle ) in GetTitle() argument
198 INetURLObject aObj( rContent ); in GetTitle()
221 sal_Bool SfxContentHelper::Kill( const String& rContent ) in Kill() argument
224 INetURLObject aDeleteObj( rContent ); in Kill()
800 sal_uIntPtr SfxContentHelper::GetSize( const String& rContent ) in GetSize() argument
804 INetURLObject aObj( rContent ); in GetSize()
825 sal_Bool SfxContentHelper::Exists( const String& rContent ) in Exists() argument
828 INetURLObject aObj( rContent ); in Exists()