Home
last modified time | relevance | path

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

/aoo4110/main/unotools/source/config/
H A Dbootstrap.cxx375 OUString sDerivedURL; in getDerivedPath() local
377 …OSL_PRECOND(!_rData.getFrom(_sBootstrapParameter,sDerivedURL),"Setting for derived path is already… in getDerivedPath()
387 sDerivedURL = _aBaseURL + getURLSeparator() + _sRelativeURL; in getDerivedPath()
391 aStatus = checkStatusAndNormalizeURL(sDerivedURL); in getDerivedPath()
394 …OSL_ASSERT(aStatus != Bootstrap::PATH_VALID || dbgCheckStatusOfURL(sDerivedURL) == Bootstrap::PATH… in getDerivedPath()
396 _rData.getFrom(_sBootstrapParameter, _rURL, sDerivedURL); in getDerivedPath()
398 … OSL_ENSURE(sDerivedURL == _rURL,"Could not set derived URL via Bootstrap default parameter"); in getDerivedPath()
400 …_rData.getFrom(_sBootstrapParameter,sDerivedURL) && sDerivedURL==_rURL,"Use of default did not aff… in getDerivedPath()

Completed in 14 milliseconds