Searched refs:nBig10 (Results 1 – 3 of 3) sorted by relevance
184 BigInt nBig10( 10 ); in AddLength() local193 rOut.append( (sal_Int32)((nBigVal / nBigFac) % nBig10 ) ); in AddLength()
419 BigInt nBig10( 10 ); in convertMeasure()428 rBuffer.append( (sal_Int32)((nBigVal / nBigFac2) % nBig10 ) ); in convertMeasure()
438 BigInt nBig10( 10 ); in AddUnitPropertyValue() local447 rOut += (int)((nBigVal / nBigFac) % nBig10 ); in AddUnitPropertyValue()
Completed in 30 milliseconds