Home
last modified time | relevance | path

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

/aoo41x/main/unotools/source/config/
H A Dbootstrap.cxx171 sal_Unicode const cURLSeparator = '/'; variable
178 static OUString theSep(&cURLSeparator,1); in getURLSeparator()
246 if ( aNormalizedURL.getStr()[aNormalizedURL.getLength()-1] != cURLSeparator ) in implNormalizeURL()
378 …OSL_PRECOND(_sRelativeURL.getLength() != 0 && _sRelativeURL[0] != cURLSeparator,"Invalid Relative … in getDerivedPath()
385 …OSL_PRECOND(_aBaseURL[_aBaseURL.getLength()-1] != cURLSeparator,"Unexpected: base URL ends in slas… in getDerivedPath()
438 sal_Int32 nSepIndex = sExecutable.lastIndexOf(cURLSeparator); in getExecutableBaseName()
463 sal_Int32 nDirEnd = sFileName.lastIndexOf(cURLSeparator); in getExecutableDirectory()
508 OUString sSimpleFileName = _aPath.copy(1 +_aPath.lastIndexOf(cURLSeparator)); in addFileError()

Completed in 13 milliseconds