Home
last modified time | relevance | path

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

/aoo42x/main/basic/source/runtime/
H A Dmethods1.cxx2587 sal_Int16 numdecimalplaces = 0; in RTLFUNC() local
2590 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 36 milliseconds