Searched refs:ImpRound (Results 1 – 5 of 5) sorted by relevance
30 double ImpRound( double d ) in ImpRound() function92 nRes = (sal_Int16) ImpRound( p->nSingle ); in ImpGetInteger()147 nRes = (sal_Int16) ImpRound( dVal ); in ImpGetInteger()170 nRes = (sal_Int16) ImpRound( d ); in ImpGetInteger()363 nRes = (sal_Int64) ImpRound( d ); in ImpDoubleToSalInt64()379 nRes = (sal_uInt64) ImpRound( d ); in ImpDoubleToSalUInt64()765 nRes = (sal_uInt64) ImpRound( d ); in ImpGetUInt64()
114 nRes = (xub_Unicode) ImpRound( p->nSingle ); in ImpGetChar()149 nRes = (sal_uInt8) ImpRound( dVal ); in ImpGetChar()170 nRes = (xub_Unicode) ImpRound( d ); in ImpGetChar()
71 nRes = (sal_Int32) ImpRound( p->nSingle ); in ImpGetLong()112 nRes = (sal_Int32) ImpRound( dVal ); in ImpGetLong()135 nRes = (sal_Int32) ImpRound( d ); in ImpGetLong()
123 nRes = (sal_uInt8) ImpRound( p->nSingle ); in ImpGetByte()158 nRes = (sal_uInt8) ImpRound( dVal ); in ImpGetByte()
42 double ImpRound( double );
Completed in 25 milliseconds