Searched refs:numdecimalplaces (Results 1 – 1 of 1) sorted by relevance
2587 sal_Int16 numdecimalplaces = 0; in RTLFUNC() local2590 numdecimalplaces = rPar.Get(2)->GetInteger(); in RTLFUNC()2591 if( numdecimalplaces < 0 || numdecimalplaces > 22 ) in RTLFUNC()2598 if( numdecimalplaces == 0 ) in RTLFUNC()2604 double dFactor = pow( 10.0, numdecimalplaces ); in RTLFUNC()
Completed in 15 milliseconds