Home
last modified time | relevance | path

Searched refs:rTheRelURIRef (Results 1 – 4 of 4) sorted by path

/trunk/main/svl/inc/svl/
H A Durihelper.hxx62 ByteString const & rTheRelURIRef,
89 UniString const & rTheRelURIRef,
/trunk/main/svl/source/misc/
H A Durihelper.cxx90 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 Durlobj.hxx412 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 Durlobj.cxx1458 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 …]

Completed in 55 milliseconds