Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2300 …sCurrencySymbol(const sal_Int32 nNumberFormat, const rtl::OUString& sCurrentCurrency, const rtl::O… in IsCurrencySymbol() argument
2316 if (sCurrentCurrency.equals(sTemp)) in IsCurrencySymbol()
2319 … if (SvNumberFormatter::GetLegacyOnlyCurrencyEntry( sCurrentCurrency, sBankSymbol) != NULL) in IsCurrencySymbol()
2356 rtl::OUString sCurrentCurrency; in SetType() local
2359 rNumberFormat, sCurrentCurrency, bIsStandard) & ~util::NumberFormat::DEFINED); in SetType()
2390 else if (rCurrency.getLength() && sCurrentCurrency.getLength()) in SetType()
2392 if (!sCurrentCurrency.equals(rCurrency)) in SetType()
2393 if (!IsCurrencySymbol(rNumberFormat, sCurrentCurrency, rCurrency)) in SetType()
2406 …llType == util::NumberFormat::CURRENCY) && rCurrency.getLength() && sCurrentCurrency.getLength() && in SetType()
2407 …!sCurrentCurrency.equals(rCurrency) && !IsCurrencySymbol(rNumberFormat, sCurrentCurrency, rCurrenc… in SetType()