Searched refs:lclAppendPow10 (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/sc/source/core/tool/ |
| H A D | interpr2.cxx | 2810 void lclAppendPow10( ByteString& rText, sal_Int32 nDigit, sal_Int32 nPow10 ) in lclAppendPow10() function 2830 lclAppendPow10( rText, nValue / 100000, 5 ); in lclAppendBlock() 2835 lclAppendPow10( rText, nValue / 10000, 4 ); in lclAppendBlock() 2840 lclAppendPow10( rText, nValue / 1000, 3 ); in lclAppendBlock() 2845 lclAppendPow10( rText, nValue / 100, 2 ); in lclAppendBlock()
|