Lines Matching refs:aObj

138     INetURLObject aObj( rContent );  in IsDocument()  local
139 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in IsDocument()
143 …Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star::ucb::… in IsDocument()
170 INetURLObject aObj( rContent ); in GetProperty() local
171 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in GetProperty()
174 …Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star::ucb::… in GetProperty()
200 INetURLObject aObj( rContent ); in IsFolder() local
201 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in IsFolder()
204 …Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star::ucb::… in IsFolder()
232 INetURLObject aObj( rContent ); in GetTitle() local
233 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in GetTitle()
236 …Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star::ucb::… in GetTitle()
585 INetURLObject aObj( aCnt.getURL() ); in MakeFolder() local
586 aObj.Append( aTitle ); in MakeFolder()
587 …rNew = Content( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference < XCommandEnvironment … in MakeFolder()
629 INetURLObject aObj( rContent ); in GetSize() local
630 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in GetSize()
633 …Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star::ucb::… in GetSize()
729 INetURLObject aObj( rURL ); in Exists() local
730 ::rtl::OUString aFileName = aObj.getName( in Exists()
732 aObj.removeSegment(); in Exists()
733 aObj.removeFinalSlash(); in Exists()
736 …Sequence< ::rtl::OUString > aFiles = GetFolderContents( aObj.GetMainURL( INetURLObject::NO_DECODE … in Exists()