Searched refs:ImpCreateDecimal (Results 1 – 13 of 13) sorted by relevance
104 SbxDecimal* ImpCreateDecimal( SbxValues* p );
194 ImpCreateDecimal( p )->setInt( (sal_Int16)n ); in ImpPutBool()
166 SbxDecimal* pDec = ImpCreateDecimal( p ); in ImpPutDouble()
217 ImpCreateDecimal( p )->setULong( n ); in ImpPutULong()
269 ImpCreateDecimal( p )->setByte( n ); in ImpPutByte()
253 ImpCreateDecimal( p )->setChar( n ); in ImpPutChar()
233 ImpCreateDecimal( p )->setLong( n ); in ImpPutLong()
216 SbxDecimal* pDec = ImpCreateDecimal( p ); in ImpPutSingle()
253 ImpCreateDecimal( p )->setUInt( n ); in ImpPutUShort()
215 SbxDecimal* pDec = ImpCreateDecimal( p ); in ImpPutCurrency()
229 SbxDecimal* pDec = ImpCreateDecimal( p ); in ImpPutDate()
432 SbxDecimal* ImpCreateDecimal( SbxValues* p ) in ImpCreateDecimal() function
268 ImpCreateDecimal( p )->setInt( n ); in ImpPutInteger()
Completed in 36 milliseconds