Searched refs:sISOLocale (Results 1 – 2 of 2) sorted by relevance
663 ::rtl::OUString sISOLocale; in impl_ts_getLocale()664 xProp->getPropertyValue(LOCALE_KEY) >>= sISOLocale; in impl_ts_getLocale()666 if (!sISOLocale.getLength()) in impl_ts_getLocale()668 return ::comphelper::Locale(sISOLocale); in impl_ts_getLocale()1728 ::rtl::OUString sISOLocale; in impl_ts_getLocale()1729 xProp->getPropertyValue(LOCALE_KEY) >>= sISOLocale; in impl_ts_getLocale()1731 if (!sISOLocale.getLength()) in impl_ts_getLocale()1733 return ::comphelper::Locale(sISOLocale); in impl_ts_getLocale()
857 const ::rtl::OUString& sISOLocale = *pFound; in impl_findMatchingLocalizedValue() local858 aLocale.fromISO(sISOLocale); in impl_findMatchingLocalizedValue()
Completed in 43 milliseconds