Lines Matching refs:rContent
135 sal_Bool UCBContentHelper::IsDocument( const String& rContent ) in IsDocument() argument
138 INetURLObject aObj( rContent ); in IsDocument()
168 Any UCBContentHelper::GetProperty( const String& rContent, const ::rtl::OUString& rName ) in GetProperty() argument
170 INetURLObject aObj( rContent ); in GetProperty()
197 sal_Bool UCBContentHelper::IsFolder( const String& rContent ) in IsFolder() argument
200 INetURLObject aObj( rContent ); in IsFolder()
229 sal_Bool UCBContentHelper::GetTitle( const String& rContent, String& rTitle ) in GetTitle() argument
232 INetURLObject aObj( rContent ); in GetTitle()
255 sal_Bool UCBContentHelper::Kill( const String& rContent ) in Kill() argument
258 INetURLObject aDeleteObj( rContent ); in Kill()
625 sal_uLong UCBContentHelper::GetSize( const String& rContent ) in GetSize() argument
629 INetURLObject aObj( rContent ); in GetSize()