Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Dinterpr2.cxx2807 void lclAppendPow10( ByteString& rText, sal_Int32 nDigit, sal_Int32 nPow10 ) in lclAppendPow10() function
2827 lclAppendPow10( rText, nValue / 100000, 5 ); in lclAppendBlock()
2832 lclAppendPow10( rText, nValue / 10000, 4 ); in lclAppendBlock()
2837 lclAppendPow10( rText, nValue / 1000, 3 ); in lclAppendBlock()
2842 lclAppendPow10( rText, nValue / 100, 2 ); in lclAppendBlock()

Completed in 39 milliseconds