Lines Matching refs:Bootstrap
363 ::rtl::OUString sProductKey = ::utl::Bootstrap::getProductKey(); in FatalError()
597 ::rtl::Bootstrap::expandMacros(url); in getBrandSharePreregBundledPathURL()
604 ::rtl::Bootstrap::expandMacros(folder); in getUserBundledExtPathURL()
914 ::rtl::Bootstrap::expandMacros( aDirUrl); in installBundledExtensionBlobs()
919 ::rtl::Bootstrap::expandMacros(sMarkerURL); in installBundledExtensionBlobs()
1153 void Desktop::HandleBootstrapPathErrors( ::utl::Bootstrap::Status aBootstrapStatus, const OUString&… in HandleBootstrapPathErrors()
1155 if ( aBootstrapStatus != ::utl::Bootstrap::DATA_OK ) in HandleBootstrapPathErrors()
1169 aTemp = ::utl::Bootstrap::getProductKey( aProductKey ); in HandleBootstrapPathErrors()
1173 …::utl::Bootstrap::PathStatus aBaseInstallStatus = ::utl::Bootstrap::locateBaseInstallation( aBaseI… in HandleBootstrapPathErrors()
1174 …::utl::Bootstrap::PathStatus aUserInstallStatus = ::utl::Bootstrap::locateUserInstallation( aUserI… in HandleBootstrapPathErrors()
1176 if (( aBaseInstallStatus == ::utl::Bootstrap::PATH_EXISTS && in HandleBootstrapPathErrors()
1177 aUserInstallStatus == ::utl::Bootstrap::PATH_EXISTS )) in HandleBootstrapPathErrors()
1197 utl::Bootstrap::FailureCode nFailureCode, in CreateErrorMsgString()
1207 case ::utl::Bootstrap::MISSING_INSTALL_DIRECTORY: in CreateErrorMsgString()
1216 case ::utl::Bootstrap::MISSING_BOOTSTRAP_FILE: in CreateErrorMsgString()
1225 case ::utl::Bootstrap::MISSING_BOOTSTRAP_FILE_ENTRY: in CreateErrorMsgString()
1226 case ::utl::Bootstrap::INVALID_BOOTSTRAP_FILE_ENTRY: in CreateErrorMsgString()
1234 case ::utl::Bootstrap::MISSING_VERSION_FILE: in CreateErrorMsgString()
1242 case ::utl::Bootstrap::MISSING_VERSION_FILE_ENTRY: in CreateErrorMsgString()
1250 case ::utl::Bootstrap::MISSING_USER_DIRECTORY: in CreateErrorMsgString()
1258 case ::utl::Bootstrap::INVALID_BOOTSTRAP_DATA: in CreateErrorMsgString()
1266 case ::utl::Bootstrap::INVALID_VERSION_FILE_ENTRY: in CreateErrorMsgString()
1275 case ::utl::Bootstrap::NO_FAILURE: in CreateErrorMsgString()
1307 utl::Bootstrap::Status aBootstrapStatus; in HandleBootstrapErrors()
1308 utl::Bootstrap::FailureCode nFailureCode; in HandleBootstrapErrors()
1310 aBootstrapStatus = ::utl::Bootstrap::checkBootstrapStatus( aBuffer, nFailureCode ); in HandleBootstrapErrors()
1311 if ( aBootstrapStatus != ::utl::Bootstrap::DATA_OK ) in HandleBootstrapErrors()
1315 case ::utl::Bootstrap::MISSING_INSTALL_DIRECTORY: in HandleBootstrapErrors()
1316 case ::utl::Bootstrap::INVALID_BOOTSTRAP_DATA: in HandleBootstrapErrors()
1325 case ::utl::Bootstrap::MISSING_BOOTSTRAP_FILE_ENTRY: in HandleBootstrapErrors()
1326 case ::utl::Bootstrap::INVALID_BOOTSTRAP_FILE_ENTRY: in HandleBootstrapErrors()
1327 case ::utl::Bootstrap::MISSING_BOOTSTRAP_FILE: in HandleBootstrapErrors()
1331 utl::Bootstrap::locateBootstrapFile( aBootstrapFileURL ); in HandleBootstrapErrors()
1339 case ::utl::Bootstrap::INVALID_VERSION_FILE_ENTRY: in HandleBootstrapErrors()
1340 case ::utl::Bootstrap::MISSING_VERSION_FILE_ENTRY: in HandleBootstrapErrors()
1341 case ::utl::Bootstrap::MISSING_VERSION_FILE: in HandleBootstrapErrors()
1345 utl::Bootstrap::locateVersionFile( aVersionFileURL ); in HandleBootstrapErrors()
1351 case ::utl::Bootstrap::MISSING_USER_DIRECTORY: in HandleBootstrapErrors()
1355 utl::Bootstrap::locateUserInstallation( aUserInstallationURL ); in HandleBootstrapErrors()
1360 case ::utl::Bootstrap::NO_FAILURE: in HandleBootstrapErrors()
1467 utl::Bootstrap::locateUserInstallation( aUserInstallationURL ); in HandleBootstrapErrors()
1883 utl::Bootstrap::reloadData(); in Main()
1961 String aVerId( utl::Bootstrap::getBuildIdData( aDefault )); in Main()
2338 OUString aMsg( CreateErrorMsgString( utl::Bootstrap::MISSING_BOOTSTRAP_FILE, in InitializeConfiguration()
2340 HandleBootstrapPathErrors( ::utl::Bootstrap::INVALID_USER_INSTALL, aMsg ); in InitializeConfiguration()
2344 OUString aMsg( CreateErrorMsgString( utl::Bootstrap::INVALID_BOOTSTRAP_FILE_ENTRY, in InitializeConfiguration()
2346 HandleBootstrapPathErrors( ::utl::Bootstrap::INVALID_BASE_INSTALL, aMsg ); in InitializeConfiguration()
2352 … utl::Bootstrap::PathStatus aPathStatus = utl::Bootstrap::locateVersionFile( aVersionFileURL ); in InitializeConfiguration()
2353 if ( aPathStatus == utl::Bootstrap::PATH_EXISTS ) in InitializeConfiguration()
2354 … aMsg = CreateErrorMsgString( utl::Bootstrap::MISSING_VERSION_FILE_ENTRY, aVersionFileURL ); in InitializeConfiguration()
2356 aMsg = CreateErrorMsgString( utl::Bootstrap::MISSING_VERSION_FILE, aVersionFileURL ); in InitializeConfiguration()
2358 HandleBootstrapPathErrors( ::utl::Bootstrap::MISSING_USER_INSTALL, aMsg ); in InitializeConfiguration()
2376 OUString aMsg( CreateErrorMsgString( utl::Bootstrap::INVALID_BOOTSTRAP_DATA, in InitializeConfiguration()
2378 HandleBootstrapPathErrors( ::utl::Bootstrap::INVALID_BASE_INSTALL, aMsg ); in InitializeConfiguration()
2382 OUString aMsg( CreateErrorMsgString( utl::Bootstrap::INVALID_BOOTSTRAP_DATA, in InitializeConfiguration()
2384 HandleBootstrapPathErrors( ::utl::Bootstrap::INVALID_BASE_INSTALL, aMsg ); in InitializeConfiguration()
3004 rtl::Bootstrap aPerfTuneIniFile( aIniName ); in OpenClients()