Searched refs:pDecimal (Results 1 – 16 of 16) sorted by relevance
251 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 …]
85 void setDecimal( SbxDecimal* pDecimal )88 if( pDecimal )89 maDec = pDecimal->maDec;91 (void)pDecimal;
438 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()
77 ImpPutDecimal( &aTmp, p->pDecimal ); break; in ImpGetString()197 releaseDecimalPtr( p->pDecimal ); in ImpPutString()198 p->pDecimal = ImpGetDecimal( &aTmp ); break; in ImpPutString()
68 if( p->pDecimal ) in ImpGetBool()69 p->pDecimal->getDouble( dVal ); in ImpGetBool()
67 if( p->pDecimal ) in ImpGetDouble()68 p->pDecimal->getDouble( nRes ); in ImpGetDouble()
105 if( p->pDecimal ) in ImpGetULong()106 p->pDecimal->getDouble( dVal ); in ImpGetULong()
143 if( p->pDecimal ) in ImpGetByte()144 p->pDecimal->getDouble( dVal ); in ImpGetByte()
134 if( p->pDecimal ) in ImpGetChar()135 p->pDecimal->getDouble( dVal ); in ImpGetChar()
97 if( p->pDecimal ) in ImpGetLong()98 p->pDecimal->getDouble( dVal ); in ImpGetLong()
63 if( p->pDecimal ) in ImpGetSingle()64 p->pDecimal->getSingle( nRes ); in ImpGetSingle()
129 if( p->pDecimal ) in ImpGetUShort()130 p->pDecimal->getDouble( dVal ); in ImpGetUShort()
103 if( p->pDecimal ) in ImpGetCurrency()104 p->pDecimal->getDouble( d ); in ImpGetCurrency()
77 if( p->pDecimal ) in ImpGetDate()78 p->pDecimal->getDouble( nRes ); in ImpGetDate()
132 if( p->pDecimal ) in ImpGetInteger()133 p->pDecimal->getDouble( dVal ); in ImpGetInteger()
179 SbxDecimal* pDecimal; member331 sal_Bool PutDecimal( SbxDecimal* pDecimal );
Completed in 137 milliseconds