Searched refs:_sInPath (Results 1 – 2 of 2) sorted by relevance
91 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 …]
63 UNOTOOLS_DLLPUBLIC sal_Bool splitLastFromConfigurationPath(::rtl::OUString const& _sInPath, 86 ::rtl::OUString const& _sInPath, ::rtl::OUString* _sOutPath = 0);
Completed in 11 milliseconds