Lines Matching refs:nSystemCurrencyPosition
168 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()
3647 if ( !nSystemCurrencyPosition && (aConfiguredCurrencyAbbrev.Len() ? in ImpInitCurrencyTable()
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()
3708 nSystemCurrencyPosition = nMatchingSystemCurrencyPosition; in ImpInitCurrencyTable()
3709 if ((!aConfiguredCurrencyAbbrev.Len() && !nSystemCurrencyPosition) && in ImpInitCurrencyTable()