Home
last modified time | relevance | path

Searched refs:rThePath (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/inc/tools/
H A Durlobj.hxx286 rtl::OUString const & rThePath,
674 inline bool SetURLPath(ByteString const & rThePath, in SetURLPath() argument
677 { return setPath(extend(rThePath), true, eMechanism, eCharset); } in SetURLPath()
679 inline bool SetURLPath(rtl::OUString const & rThePath, in SetURLPath() argument
682 { return setPath(rThePath, false, eMechanism, eCharset); } in SetURLPath()
1444 rtl::OUString const & rThePath, bool bOctets,
/trunk/main/tools/source/fsys/
H A Durlobj.cxx3416 bool INetURLObject::setPath(rtl::OUString const & rThePath, bool bOctets, in setPath() argument
3421 sal_Unicode const * p = rThePath.getStr(); in setPath()
3422 sal_Unicode const * pEnd = p + rThePath.getLength(); in setPath()
4116 rtl::OUString const & rThePath, in ConcatData() argument
4246 sal_Unicode const * p = rThePath.getStr(); in ConcatData()
4247 sal_Unicode const * pEnd = p + rThePath.getLength(); in ConcatData()

Completed in 48 milliseconds