Home
last modified time | relevance | path

Searched refs:xLocale (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java766 … XNameAccess xLocale = UnoRuntime.queryInterface(XNameAccess.class, xRootConfig.getByName("L10N")); in getOfficeLocale() local
767 XPropertySet xSet = UnoRuntime.queryInterface(XPropertySet.class, xLocale); in getOfficeLocale()
786 … XNameAccess xLocale = UnoRuntime.queryInterface(XNameAccess.class, xRootConfig.getByName("L10N")); in setOfficeLocale() local
787 XPropertySet xSet = UnoRuntime.queryInterface(XPropertySet.class, xLocale); in setOfficeLocale()
/aoo4110/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx2319 …::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 33 milliseconds