Searched refs:_sInPath (Results 1 – 2 of 2) sorted by relevance
85 sal_Bool splitLastFromConfigurationPath(OUString const& _sInPath, in splitLastFromConfigurationPath() argument91 sal_Int32 nPos = _sInPath.getLength()-1; in splitLastFromConfigurationPath()94 if (nPos > 0 && _sInPath[ nPos ] == sal_Unicode('/')) in splitLastFromConfigurationPath()101 if (nPos > 0 && _sInPath[ nPos ] == sal_Unicode(']')) in splitLastFromConfigurationPath()103 sal_Unicode chQuote = _sInPath[--nPos]; in splitLastFromConfigurationPath()108 nPos = _sInPath.lastIndexOf(chQuote,nEnd); in splitLastFromConfigurationPath()115 nPos = _sInPath.lastIndexOf('[',nEnd); in splitLastFromConfigurationPath()119 …OSL_ENSURE(nPos >= 0 && _sInPath[nPos] == '[', "Invalid config path: unmatched quotes or brackets"… in splitLastFromConfigurationPath()120 if (nPos >= 0 && _sInPath[nPos] == '[') in splitLastFromConfigurationPath()122 nPos = _sInPath.lastIndexOf('/',nPos); in splitLastFromConfigurationPath()[all …]
63 UNOTOOLS_DLLPUBLIC sal_Bool splitLastFromConfigurationPath(::rtl::OUString const& _sInPath, 86 ::rtl::OUString const& _sInPath, ::rtl::OUString* _sOutPath = 0);