Lines Matching refs:_rURL
369 OUString& _rURL, in getDerivedPath() argument
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()
405 _rURL = _aBaseURL; in getDerivedPath()
419 OUString& _rURL, in getDerivedPath() argument
425 …return getDerivedPath(_rURL,_aBaseData.path,_aBaseData.status,_sRelativeURL,_rData,_sBootstrapPara… in getDerivedPath()
703 Bootstrap::PathStatus Bootstrap::locateBaseInstallation(OUString& _rURL) in locateBaseInstallation() argument
707 _rURL = aPathData.path; in locateBaseInstallation()
712 PathStatus Bootstrap::locateUserInstallation(OUString& _rURL) in locateUserInstallation() argument
716 _rURL = aPathData.path; in locateUserInstallation()
721 PathStatus Bootstrap::locateSharedData(OUString& _rURL) in locateSharedData() argument
727 if ( aData.getFrom(csShareDirItem, _rURL) ) in locateSharedData()
729 return checkStatusAndNormalizeURL(_rURL); in locateSharedData()
734 return getDerivedPath(_rURL, data().aBaseInstall_, csShareDir, aData, csShareDirItem); in locateSharedData()
739 PathStatus Bootstrap::locateUserData(OUString& _rURL) in locateUserData() argument
745 if ( aData.getFrom(csUserDirItem, _rURL) ) in locateUserData()
747 return checkStatusAndNormalizeURL(_rURL); in locateUserData()
752 return getDerivedPath(_rURL, data().aUserInstall_ ,csUserDir, aData, csUserDirItem); in locateUserData()
757 PathStatus Bootstrap::locateBootstrapFile(OUString& _rURL) in locateBootstrapFile() argument
761 _rURL = aPathData.path; in locateBootstrapFile()
766 PathStatus Bootstrap::locateVersionFile(OUString& _rURL) in locateVersionFile() argument
770 _rURL = aPathData.path; in locateVersionFile()