Lines Matching refs:rTheAbsURIRef
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()
1874 if (!convertRelToAbs(rTheAbsURIRef, bOctets, aSubject, bWasAbsolute, in convertAbsToRel()
1879 = decode(rTheAbsURIRef, in convertAbsToRel()
1880 getEscapePrefix(CompareProtocolScheme(rTheAbsURIRef)), in convertAbsToRel()
4308 rTheAbsURIRef) in CompareProtocolScheme() argument
4310 sal_Unicode const * p = rTheAbsURIRef.getStr(); in CompareProtocolScheme()
4311 PrefixInfo const * pPrefix = getPrefix(p, p + rTheAbsURIRef.getLength()); in CompareProtocolScheme()