Searched refs:aLocaleInfo (Results 1 – 3 of 3) sorted by relevance
104 const LocaleDataWrapper& aLocaleInfo = aSysLocale.GetLocaleData(); in implConstruct() local108 switch ( aLocaleInfo.getCurrPositiveFormat() ) in implConstruct()111 sCurrencySymbol = String(aLocaleInfo.getCurrSymbol()); in implConstruct()115 sCurrencySymbol = String(aLocaleInfo.getCurrSymbol()); in implConstruct()119 …sCurrencySymbol = ::rtl::OUString(String(aLocaleInfo.getCurrSymbol())) + ::rtl::OUString::createFr… in implConstruct()123 …sCurrencySymbol = ::rtl::OUString::createFromAscii(" ") + ::rtl::OUString(String(aLocaleInfo.getCu… in implConstruct()
1203 LocaleDataWrapper aLocaleInfo(::comphelper::getProcessServiceFactory(), aLocale); in ResetConformanceTester() local1205 String sSeparator = aLocaleInfo.getNumThousandSep(); in ResetConformanceTester()1209 sSeparator = aLocaleInfo.getNumDecimalSep(); in ResetConformanceTester()1335 LocaleDataWrapper aLocaleInfo(::comphelper::getProcessServiceFactory(), aLocale); in UpdateCurrencyFormat() local1341 sNewFormat += aLocaleInfo.getNumThousandSep(); in UpdateCurrencyFormat()1349 sNewFormat += aLocaleInfo.getNumDecimalSep(); in UpdateCurrencyFormat()
412 LocaleDataWrapper aLocaleInfo( maContext.getLegacyServiceFactory(), aLocale ); in ImplGetDefaultValue() local414 sBankSymbol = aLocaleInfo.getCurrBankSymbol(); in ImplGetDefaultValue()417 Sequence< Currency2 > aAllCurrencies = aLocaleInfo.getAllCurrencies(); in ImplGetDefaultValue()421 ::rtl::OUString sCurrencySymbol = aLocaleInfo.getCurrSymbol(); in ImplGetDefaultValue()
Completed in 43 milliseconds