Searched refs:rTheRelURIRef (Results 1 – 4 of 4) sorted by relevance
/trunk/main/svl/source/misc/ |
H A D | urihelper.cxx | 90 Str const & rTheRelURIRef, in SmartRel2Abs_Impl() argument 103 if (rTheRelURIRef.Len() != 0 && rTheRelURIRef.GetChar(0) == '#') in SmartRel2Abs_Impl() 104 return toUniString(rTheRelURIRef); in SmartRel2Abs_Impl() 109 SetSmartURL(rTheRelURIRef, eEncodeMechanism, eCharset, eStyle); in SmartRel2Abs_Impl() 113 aAbsURIRef = rTheBaseURIRef.smartRel2Abs(rTheRelURIRef, in SmartRel2Abs_Impl() 125 aNonFileURIRef.SetSmartURL(rTheRelURIRef, in SmartRel2Abs_Impl() 135 UniString aFilePath(toUniString(rTheRelURIRef)); in SmartRel2Abs_Impl() 150 ByteString const & rTheRelURIRef, in SmartRel2Abs() argument 160 return SmartRel2Abs_Impl(rTheBaseURIRef, rTheRelURIRef, rMaybeFileHdl, in SmartRel2Abs() 168 UniString const & rTheRelURIRef, in SmartRel2Abs() argument [all …]
|
/trunk/main/tools/inc/tools/ |
H A D | urlobj.hxx | 412 smartRel2Abs(ByteString const & rTheRelURIRef, 421 smartRel2Abs(rtl::OUString const & rTheRelURIRef, 433 GetNewAbsURL(ByteString const & rTheRelURIRef, 441 GetNewAbsURL(rtl::OUString const & rTheRelURIRef, 457 rtl::OUString const & rTheRelURIRef, 1360 rtl::OUString const & rTheRelURIRef, bool bOctets, 1368 rtl::OUString & rTheRelURIRef, EncodeMechanism eEncodeMechanism, 1624 INetURLObject::smartRel2Abs(ByteString const & rTheRelURIRef, in smartRel2Abs() argument 1640 INetURLObject::smartRel2Abs(rtl::OUString const & rTheRelURIRef, in smartRel2Abs() argument 1649 convertRelToAbs(rTheRelURIRef, false, aTheAbsURIRef, rWasAbsolute, in smartRel2Abs() [all …]
|
/trunk/main/tools/source/fsys/ |
H A D | urlobj.cxx | 1458 sal_Unicode const * p = rTheRelURIRef.getStr(); in convertRelToAbs() 1459 sal_Unicode const * pEnd = p + rTheRelURIRef.getLength(); in convertRelToAbs() 1523 aNewURI.setAbsURIRef(rTheRelURIRef, bOctets, eMechanism, in convertRelToAbs() 1584 INetURLObject aNewURI(rTheRelURIRef, eMechanism, eCharset); in convertRelToAbs() 1854 bool bOctets, rtl::OUString & rTheRelURIRef, in convertAbsToRel() argument 1863 rTheRelURIRef in convertAbsToRel() 1878 rTheRelURIRef in convertAbsToRel() 2017 rTheRelURIRef = aSynRelURIRef.makeStringAndClear(); in convertAbsToRel() 4271 if (rTheRelURIRef.getLength() == 0 || rTheRelURIRef[0] == '#') in GetAbsURL() 4272 return rTheRelURIRef; in GetAbsURL() [all …]
|
/trunk/main/svl/inc/svl/ |
H A D | urihelper.hxx | 62 ByteString const & rTheRelURIRef, 89 UniString const & rTheRelURIRef,
|
Completed in 51 milliseconds