Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx589 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 …]
H A Dsbxdbl.cxx166 SbxDecimal* pDec = ImpCreateDecimal( p ); in ImpPutDouble() local
167 if( !pDec->setDouble( n ) ) in ImpPutDouble()
H A Dsbxsng.cxx216 SbxDecimal* pDec = ImpCreateDecimal( p ); in ImpPutSingle() local
217 if( !pDec->setSingle( n ) ) in ImpPutSingle()
H A Dsbxcurr.cxx215 SbxDecimal* pDec = ImpCreateDecimal( p ); in ImpPutCurrency() local
216 if( !pDec->setDouble( dVal ) ) in ImpPutCurrency()
H A Dsbxdate.cxx229 SbxDecimal* pDec = ImpCreateDecimal( p ); in ImpPutDate() local
230 if( !pDec->setDouble( n ) ) in ImpPutDate()
H A Dsbxconv.hxx106 void ImpPutDecimal( SbxValues* p, SbxDecimal* pDec );
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx289 SbxDecimal* pDec = NULL; in RTLFUNC() local
293 pDec = pSbxVariable->GetDecimal(); in RTLFUNC()
298 rPar.Get(0)->PutDecimal( pDec ); in RTLFUNC()

Completed in 43 milliseconds