Lines Matching refs:utl
363 ::rtl::OUString sProductKey = ::utl::Bootstrap::getProductKey(); in FatalError()
452 … Any aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTNAME ); in ReplaceStringHookProc()
456 … aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::FULLPRODUCTNAME ); in ReplaceStringHookProc()
460 …aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTXMLFILEFORMATNA… in ReplaceStringHookProc()
464 …aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTXMLFILEFORMATVE… in ReplaceStringHookProc()
468 … aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTVERSION ); in ReplaceStringHookProc()
472 …aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::ABOUTBOXPRODUCTVERSION… in ReplaceStringHookProc()
478 … aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTEXTENSION ); in ReplaceStringHookProc()
500 Any aRet = ::utl::ConfigManager::GetDirectConfigProperty( in ReplaceStringHookProc()
501 ::utl::ConfigManager::OOOVENDOR ); in ReplaceStringHookProc()
515 Any aRet = ::utl::ConfigManager::GetDirectConfigProperty( in ReplaceStringHookProc()
516 ::utl::ConfigManager::WRITERCOMPATIBILITYVERSIONOOO11 ); in ReplaceStringHookProc()
1073 utl::ConfigManager::GetConfigManager()->StoreConfigItems(); in DeInit()
1104 utl::ConfigManager::GetConfigManager()->StoreConfigItems(); in QueryExit()
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()
2392 …Reference < XFlushable > xCFGFlush( ::utl::ConfigManager::GetConfigManager()->GetConfigurationProv… in FlushConfiguration()
2400 …Reference < XComponent > xCFGDispose( ::utl::ConfigManager::GetConfigManager()->GetConfigurationPr… in FlushConfiguration()
2982 … Any aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::LOCALE ); in OpenClients()
3626 …::utl::OConfigurationTreeRoot aCommonMisc = ::utl::OConfigurationTreeRoot::createWithServiceFactor… in CheckFirstRun()
3630 ::utl::OConfigurationTreeRoot::CM_UPDATABLE in CheckFirstRun()