Searched refs:xLocale (Results 1 – 2 of 2) sorted by relevance
766 … XNameAccess xLocale = UnoRuntime.queryInterface(XNameAccess.class, xRootConfig.getByName("L10N")); in getOfficeLocale() local767 XPropertySet xSet = UnoRuntime.queryInterface(XPropertySet.class, xLocale); in getOfficeLocale()786 … XNameAccess xLocale = UnoRuntime.queryInterface(XNameAccess.class, xRootConfig.getByName("L10N")); in setOfficeLocale() local787 XPropertySet xSet = UnoRuntime.queryInterface(XPropertySet.class, xLocale); in setOfficeLocale()
2319 …::com::sun::star::lang::Locale xLocale= MsLangId::convertLanguageToLocale( rLanguage.GetLanguage( … in CharLanguage()2320 OString sLanguage = OUStringToOString(xLocale.Language, RTL_TEXTENCODING_UTF8); in CharLanguage()2321 OString sCountry = OUStringToOString(xLocale.Country, RTL_TEXTENCODING_UTF8); in CharLanguage()
Completed in 43 milliseconds