Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dconfigpathes.cxx91 sal_Int32 nPos = _sInPath.getLength()-1; in splitLastFromConfigurationPath()
103 sal_Unicode chQuote = _sInPath[--nPos]; in splitLastFromConfigurationPath()
115 nPos = _sInPath.lastIndexOf('[',nEnd); in splitLastFromConfigurationPath()
120 if (nPos >= 0 && _sInPath[nPos] == '[') in splitLastFromConfigurationPath()
122 nPos = _sInPath.lastIndexOf('/',nPos); in splitLastFromConfigurationPath()
134 nPos = _sInPath.lastIndexOf('/',nEnd); in splitLastFromConfigurationPath()
140 nEnd <= _sInPath.getLength() ); in splitLastFromConfigurationPath()
155 sal_Int32 nSep = _sInPath.indexOf('/'); in extractFirstFromConfigurationPath()
156 sal_Int32 nBracket = _sInPath.indexOf('['); in extractFirstFromConfigurationPath()
165 sal_Unicode chQuote = _sInPath[nStart]; in extractFirstFromConfigurationPath()
[all …]
/trunk/main/unotools/inc/unotools/
H A Dconfigpathes.hxx63 UNOTOOLS_DLLPUBLIC sal_Bool splitLastFromConfigurationPath(::rtl::OUString const& _sInPath,
86 ::rtl::OUString const& _sInPath, ::rtl::OUString* _sOutPath = 0);

Completed in 26 milliseconds