Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dlongcurr.cxx50 static BigInt ImplPower10( sal_uInt16 n ) in ImplPower10() function
70 BigInt aTmp( ImplPower10( nDigits ) ); in ImplGetCurr()
553 return (nValue * ImplPower10( GetDecimalDigits() ) ); in Normalize()
560 BigInt nFactor = ImplPower10( GetDecimalDigits() ); in Denormalize()
H A Dfield.cxx62 static sal_Int64 ImplPower10( sal_uInt16 n ) in ImplPower10() function
676 return Fraction( (double)nValue/(double)ImplPower10( GetDecimalDigits() ) ); in ConvertToFraction()
684 aFract *= Fraction( (long)ImplPower10( GetDecimalDigits() ), 1 ); in ConvertToLong()
692 return (nValue * ImplPower10( GetDecimalDigits() ) ); in Normalize()
699 sal_Int64 nFactor = ImplPower10( GetDecimalDigits() ); in Denormalize()

Completed in 25 milliseconds