Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dfield.cxx1216 nDecDigits -= 2; in ImplMap2FieldUnit()
1219 nDecDigits -= 1; in ImplMap2FieldUnit()
1226 nDecDigits -= 3; in ImplMap2FieldUnit()
1229 nDecDigits -= 2; in ImplMap2FieldUnit()
1232 nDecDigits -= 1; in ImplMap2FieldUnit()
1364 if ( nDecDigits < 0 ) in ConvertDoubleValue()
1370 nDecDigits++; in ConvertDoubleValue()
1378 nDecDigits--; in ConvertDoubleValue()
1421 if ( nDecDigits < 0 ) in ConvertDoubleValue()
1426 nDecDigits++; in ConvertDoubleValue()
[all …]
H A Dlongcurr.cxx137 sal_uInt16 nDecDigits, const LocaleDataWrapper& rLocaleDataWrapper, in ImplNumericGetValue() argument
234 if ( aStr2.Len() > nDecDigits ) in ImplNumericGetValue()
236 if ( aStr2.GetChar( nDecDigits ) >= '5' ) in ImplNumericGetValue()
238 aStr2.Erase( nDecDigits ); in ImplNumericGetValue()
240 if ( aStr2.Len() < nDecDigits ) in ImplNumericGetValue()
241 aStr2.Expand( nDecDigits, '0' ); in ImplNumericGetValue()
274 sal_uInt16 nDecDigits, const LocaleDataWrapper& rLocaleDataWrapper ) in ImplLongCurrencyGetValue() argument
277 return ImplNumericGetValue( rStr, rValue, nDecDigits, rLocaleDataWrapper, sal_True ); in ImplLongCurrencyGetValue()
283 sal_uInt16 nDecDigits, in ImplLongCurrencyReformat() argument
288 if ( !ImplNumericGetValue( rStr, nValue, nDecDigits, rLocaleDataWrapper, sal_True ) ) in ImplLongCurrencyReformat()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx579 …atic sal_Int64 ConvertValue( sal_Int64 nValue, sal_Int64 mnBaseValue, sal_uInt16 nDecDigits,
581 static sal_Int64 ConvertValue( sal_Int64 nValue, sal_uInt16 nDecDigits,
583 static sal_Int64 ConvertValue( sal_Int64 nValue, sal_uInt16 nDecDigits,
588 …c double ConvertDoubleValue( double nValue, sal_Int64 mnBaseValue, sal_uInt16 nDecDigits,
590 static double ConvertDoubleValue( double nValue, sal_uInt16 nDecDigits,
592 static double ConvertDoubleValue( double nValue, sal_uInt16 nDecDigits,
599 …{ return ConvertDoubleValue( static_cast<double>(nValue), nBaseValue, nDecDigits, eInUnit, eOutUni… in ConvertDoubleValue()
600 static double ConvertDoubleValue( sal_Int64 nValue, sal_uInt16 nDecDigits, in ConvertDoubleValue() argument
602 { return ConvertDoubleValue( static_cast<double>(nValue), nDecDigits, eInUnit, eOutUnit ); } in ConvertDoubleValue()
603 static double ConvertDoubleValue( sal_Int64 nValue, sal_uInt16 nDecDigits, in ConvertDoubleValue() argument
[all …]

Completed in 47 milliseconds