Lines Matching refs:GetDecimalDigits
419 …XubString aStr = ImplGetCurr( GetLocaleDataWrapper(), nNewValue, GetDecimalDigits(), GetCurrencySy… in SetUserValue()
439 …if ( ImplLongCurrencyGetValue( GetField()->GetText(), nTempValue, GetDecimalDigits(), GetLocaleDat… in GetValue()
463 GetDecimalDigits(), GetLocaleDataWrapper(), aStr, *this ); in Reformat()
471 ImplLongCurrencyGetValue( aStr, mnLastValue, GetDecimalDigits(), GetLocaleDataWrapper() ); in Reformat()
524 sal_uInt16 LongCurrencyFormatter::GetDecimalDigits() const in GetDecimalDigits() function in LongCurrencyFormatter
553 return (nValue * ImplPower10( GetDecimalDigits() ) ); in Normalize()
560 BigInt nFactor = ImplPower10( GetDecimalDigits() ); in Denormalize()
810 GetDecimalDigits(), GetLocaleDataWrapper(), in ReformatAll()
823 …XubString aStr = ImplGetCurr( GetLocaleDataWrapper(), nValue, GetDecimalDigits(), GetCurrencySymbo… in InsertValue()
831 …XubString aStr = ImplGetCurr( GetLocaleDataWrapper(), nValue, GetDecimalDigits(), GetCurrencySymbo… in RemoveValue()
841 GetDecimalDigits(), GetLocaleDataWrapper() ); in GetValue()
849 …XubString aStr = ImplGetCurr( GetLocaleDataWrapper(), nValue, GetDecimalDigits(), GetCurrencySymbo… in GetValuePos()