Lines Matching refs:aObj

133     INetURLObject aObj( rContent );  in IsDocument()  local
134 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in IsDocument()
138 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in IsDocument()
166 INetURLObject aObj( rContent ); in IsFolder() local
167 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in IsFolder()
170 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in IsFolder()
198 INetURLObject aObj( rContent ); in GetTitle() local
199 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in GetTitle()
202 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in GetTitle()
778 INetURLObject aObj( rPath ); in QueryDiskSpace() local
779 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in QueryDiskSpace()
782 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in QueryDiskSpace()
804 INetURLObject aObj( rContent ); in GetSize() local
805 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in GetSize()
808 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in GetSize()
828 INetURLObject aObj( rContent ); in Exists() local
829 DBG_ASSERT( aObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in Exists()
833 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in Exists()