Home
last modified time | relevance | path

Searched refs:pDecimal (Results 1 – 16 of 16) sorted by relevance

/aoo4110/main/basic/source/sbx/
H A Dsbxvalue.cxx251 aData.pDecimal->addRef(); in SbxValue()
287 if( aData.pDecimal ) in SbxValue()
901 aData.pDecimal->addRef(); in PutDecimal()
910 if( pDecimal != NULL ) in fillAutomationDecimal()
1312 if( aL.pDecimal && aR.pDecimal ) in Compute()
1318 bOk = ( *(aL.pDecimal) *= *(aR.pDecimal) ); in Compute()
1324 bOk = ( *(aL.pDecimal) /= *(aR.pDecimal) ); in Compute()
1327 bOk = ( *(aL.pDecimal) += *(aR.pDecimal) ); in Compute()
1330 bOk = ( *(aL.pDecimal) -= *(aR.pDecimal) ); in Compute()
1549 if( aL.pDecimal && aR.pDecimal ) in Compare()
[all …]
H A Dsbxdec.hxx85 void setDecimal( SbxDecimal* pDecimal )
88 if( pDecimal )
89 maDec = pDecimal->maDec;
91 (void)pDecimal;
H A Dsbxdec.cxx438 SbxDecimal*& rpDecimal = p->pDecimal; in ImpCreateDecimal()
458 if( eType == SbxDECIMAL && p->pDecimal ) in ImpGetDecimal()
460 pnDecRes = new SbxDecimal( *p->pDecimal ); in ImpGetDecimal()
625 if( pDec != p->pDecimal ) in ImpPutDecimal()
627 releaseDecimalPtr( p->pDecimal ); in ImpPutDecimal()
630 p->pDecimal = pDec; in ImpPutDecimal()
H A Dsbxstr.cxx77 ImpPutDecimal( &aTmp, p->pDecimal ); break; in ImpGetString()
197 releaseDecimalPtr( p->pDecimal ); in ImpPutString()
198 p->pDecimal = ImpGetDecimal( &aTmp ); break; in ImpPutString()
H A Dsbxbool.cxx68 if( p->pDecimal ) in ImpGetBool()
69 p->pDecimal->getDouble( dVal ); in ImpGetBool()
H A Dsbxdbl.cxx67 if( p->pDecimal ) in ImpGetDouble()
68 p->pDecimal->getDouble( nRes ); in ImpGetDouble()
H A Dsbxulng.cxx105 if( p->pDecimal ) in ImpGetULong()
106 p->pDecimal->getDouble( dVal ); in ImpGetULong()
H A Dsbxbyte.cxx143 if( p->pDecimal ) in ImpGetByte()
144 p->pDecimal->getDouble( dVal ); in ImpGetByte()
H A Dsbxchar.cxx134 if( p->pDecimal ) in ImpGetChar()
135 p->pDecimal->getDouble( dVal ); in ImpGetChar()
H A Dsbxlng.cxx97 if( p->pDecimal ) in ImpGetLong()
98 p->pDecimal->getDouble( dVal ); in ImpGetLong()
H A Dsbxsng.cxx63 if( p->pDecimal ) in ImpGetSingle()
64 p->pDecimal->getSingle( nRes ); in ImpGetSingle()
H A Dsbxuint.cxx129 if( p->pDecimal ) in ImpGetUShort()
130 p->pDecimal->getDouble( dVal ); in ImpGetUShort()
H A Dsbxcurr.cxx103 if( p->pDecimal ) in ImpGetCurrency()
104 p->pDecimal->getDouble( d ); in ImpGetCurrency()
H A Dsbxdate.cxx77 if( p->pDecimal ) in ImpGetDate()
78 p->pDecimal->getDouble( nRes ); in ImpGetDate()
H A Dsbxint.cxx132 if( p->pDecimal ) in ImpGetInteger()
133 p->pDecimal->getDouble( dVal ); in ImpGetInteger()
/aoo4110/main/basic/inc/basic/
H A Dsbxvar.hxx178 SbxDecimal* pDecimal; member
330 sal_Bool PutDecimal( SbxDecimal* pDecimal );

Completed in 55 milliseconds