Searched refs:pDec (Results 1 – 7 of 7) sorted by relevance
589 if( !pDec ) in ImpPutDecimal()630 p->pDecimal = pDec; in ImpPutDecimal()631 if( pDec ) in ImpPutDecimal()632 pDec->addRef(); in ImpPutDecimal()639 pDec->getSingle( f ); in ImpPutDecimal()647 pDec->getDouble( d ); in ImpPutDecimal()654 pDec->getDouble( d ); in ImpPutDecimal()661 pDec->getDouble( d ); in ImpPutDecimal()766 pDec->getDouble( d ); in ImpPutDecimal()773 pDec->getDouble( d ); in ImpPutDecimal()[all …]
166 SbxDecimal* pDec = ImpCreateDecimal( p ); in ImpPutDouble() local167 if( !pDec->setDouble( n ) ) in ImpPutDouble()
216 SbxDecimal* pDec = ImpCreateDecimal( p ); in ImpPutSingle() local217 if( !pDec->setSingle( n ) ) in ImpPutSingle()
215 SbxDecimal* pDec = ImpCreateDecimal( p ); in ImpPutCurrency() local216 if( !pDec->setDouble( dVal ) ) in ImpPutCurrency()
229 SbxDecimal* pDec = ImpCreateDecimal( p ); in ImpPutDate() local230 if( !pDec->setDouble( n ) ) in ImpPutDate()
106 void ImpPutDecimal( SbxValues* p, SbxDecimal* pDec );
289 SbxDecimal* pDec = NULL; in RTLFUNC() local293 pDec = pSbxVariable->GetDecimal(); in RTLFUNC()298 rPar.Get(0)->PutDecimal( pDec ); in RTLFUNC()
Completed in 30 milliseconds