Home
last modified time | relevance | path

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

/trunk/main/svl/source/numbers/
H A Dzforlist.cxx168 sal_uInt16 SvNumberFormatter::nSystemCurrencyPosition = 0; member in SvNumberFormatter
3064 return nSystemCurrencyPosition ? rTable[nSystemCurrencyPosition] : NULL; in MatchSystemCurrency()
3156 nSystemCurrencyPosition = j; in SetDefaultSystemCurrency()
3167 nSystemCurrencyPosition = j; in SetDefaultSystemCurrency()
3172 nSystemCurrencyPosition = 0; // not found => simple SYSTEM in SetDefaultSystemCurrency()
3650 nSystemCurrencyPosition = nCurrencyPos-1; in ImpInitCurrencyTable()
3700 if ( !nSystemCurrencyPosition ) in ImpInitCurrencyTable()
3701 nSystemCurrencyPosition = nSecondarySystemCurrencyPosition; in ImpInitCurrencyTable()
3702 if ((aConfiguredCurrencyAbbrev.Len() && !nSystemCurrencyPosition) && in ImpInitCurrencyTable()
3707 if ( !nSystemCurrencyPosition ) in ImpInitCurrencyTable()
[all …]
/trunk/main/svl/inc/svl/
H A Dzforlist.hxx833 SVL_DLLPRIVATE static sal_uInt16 nSystemCurrencyPosition; member in SvNumberFormatter

Completed in 38 milliseconds