Searched refs:rTheAbsURIRef (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/tools/inc/tools/ |
| H A D | urlobj.hxx | 267 inline INetURLObject(ByteString const & rTheAbsURIRef, 271 inline INetURLObject(rtl::OUString const & rTheAbsURIRef, 275 inline bool SetURL(ByteString const & rTheAbsURIRef, 279 inline bool SetURL(rtl::OUString const & rTheAbsURIRef, 390 inline INetURLObject(rtl::OUString const & rTheAbsURIRef, 400 SetSmartURL(ByteString const & rTheAbsURIRef, 406 SetSmartURL(rtl::OUString const & rTheAbsURIRef, 466 ByteString const & rTheAbsURIRef, 474 rtl::OUString const & rTheAbsURIRef, 531 rTheAbsURIRef) in CompareProtocolScheme() argument [all …]
|
| /trunk/main/tools/source/fsys/ |
| H A D | urlobj.cxx | 683 bool INetURLObject::setAbsURIRef(rtl::OUString const & rTheAbsURIRef, in setAbsURIRef() argument 690 sal_Unicode const * pPos = rTheAbsURIRef.getStr(); in setAbsURIRef() 691 sal_Unicode const * pEnd = pPos + rTheAbsURIRef.getLength(); in setAbsURIRef() 1450 INetURLObject & rTheAbsURIRef, in convertRelToAbs() argument 1527 rTheAbsURIRef = aNewURI; in convertRelToAbs() 1593 rTheAbsURIRef = aNewURI; in convertRelToAbs() 1848 rTheAbsURIRef = aNewURI; in convertRelToAbs() 1853 bool INetURLObject::convertAbsToRel(rtl::OUString const & rTheAbsURIRef, in convertAbsToRel() argument 1864 = decode(rTheAbsURIRef, in convertAbsToRel() 1865 getEscapePrefix(CompareProtocolScheme(rTheAbsURIRef)), in convertAbsToRel() [all …]
|