Searched refs:officeLocale (Results 1 – 3 of 3) sorted by relevance
802 const css::lang::Locale officeLocale = getOfficeLocale(); in getLocalizedChild() local803 nodeMatch = matchCountryAndLanguage(xParent, officeLocale); in getLocalizedChild()806 nodeMatch = matchLanguage(xParent, officeLocale); in getLocalizedChild()835 …o::Reference< css::xml::dom::XNode > const & xParent, css::lang::Locale const & officeLocale) const in matchCountryAndLanguage()840 if (officeLocale.Country.getLength()) in matchCountryAndLanguage()842 const ::rtl::OUString sLangCountry(officeLocale.Language + in matchCountryAndLanguage()844 officeLocale.Country); in matchCountryAndLanguage()878 …o::Reference< css::xml::dom::XNode > const & xParent, css::lang::Locale const & officeLocale) const in matchLanguage()886 + officeLocale.Language in matchLanguage()900 + officeLocale.Language in matchLanguage()
1446 const lang::Locale officeLocale = getOfficeLocale(); in scanBundle() local1505 if (locale.Language == officeLocale.Language) in scanBundle()1507 if (descrFileLocale.Country == officeLocale.Country in scanBundle()1508 && locale.Country != officeLocale.Country) in scanBundle()1510 if (descrFileLocale.Variant == officeLocale.Variant in scanBundle()1511 && locale.Variant != officeLocale.Variant) in scanBundle()
242 ::com::sun::star::lang::Locale const & officeLocale) const;246 ::com::sun::star::lang::Locale const & officeLocale) const;
Completed in 337 milliseconds