Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxint.cxx30 double ImpRound( double d ) in ImpRound() function
92 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()
H A Dsbxchar.cxx114 nRes = (xub_Unicode) ImpRound( p->nSingle ); in ImpGetChar()
149 nRes = (sal_uInt8) ImpRound( dVal ); in ImpGetChar()
170 nRes = (xub_Unicode) ImpRound( d ); in ImpGetChar()
H A Dsbxlng.cxx71 nRes = (sal_Int32) ImpRound( p->nSingle ); in ImpGetLong()
112 nRes = (sal_Int32) ImpRound( dVal ); in ImpGetLong()
135 nRes = (sal_Int32) ImpRound( d ); in ImpGetLong()
H A Dsbxbyte.cxx123 nRes = (sal_uInt8) ImpRound( p->nSingle ); in ImpGetByte()
158 nRes = (sal_uInt8) ImpRound( dVal ); in ImpGetByte()
H A Dsbxconv.hxx42 double ImpRound( double );

Completed in 12 milliseconds