Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dconfigpathes.cxx103 sal_Unicode chQuote = _sInPath[--nPos]; in splitLastFromConfigurationPath() local
105 if (chQuote == '\'' || chQuote == '\"') in splitLastFromConfigurationPath()
108 nPos = _sInPath.lastIndexOf(chQuote,nEnd); in splitLastFromConfigurationPath()
165 sal_Unicode chQuote = _sInPath[nStart]; in extractFirstFromConfigurationPath() local
166 if (chQuote == '\'' || chQuote == '\"') in extractFirstFromConfigurationPath()
169 nEnd = _sInPath.indexOf(chQuote, nStart+1); in extractFirstFromConfigurationPath()

Completed in 21 milliseconds