Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx842 sal_Int32 nDecimal = nValue % nFactor; in appendFixedInt() local
843 if( nDecimal ) in appendFixedInt()
847 while( (nDecimal % 10) == 0 ) in appendFixedInt()
848 nDecimal /= 10; in appendFixedInt()
849 rBuffer.append( nDecimal ); in appendFixedInt()

Completed in 73 milliseconds