Searched refs:ooSetupSystemLocale (Results 1 – 1 of 1) sorted by relevance
425 …css::uno::Reference<css::registry::XRegistryKey> ooSetupSystemLocale = xRegistryRootKey->openKey(r… in getDefaultLocaleFromConfig() local440 if(ooSetupSystemLocale.is() && ooSetupSystemLocale->getStringValue().getLength()) { in getDefaultLocaleFromConfig()441 sal_Int32 index = ooSetupSystemLocale->getStringValue().indexOf((sal_Unicode) '-'); in getDefaultLocaleFromConfig()443 rtl::OUString country = ooSetupSystemLocale->getStringValue().copy(index + 1); in getDefaultLocaleFromConfig()
Completed in 22 milliseconds