Home
last modified time | relevance | path

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

/AOO41X/main/basic/source/sbx/
H A Dsbxvalue.cxx249 aData.pDecimal = (SbxDecimal*) p; in SbxValue()
251 aData.pDecimal->addRef(); in SbxValue()
287 if( aData.pDecimal ) in SbxValue()
288 aData.pDecimal->addRef(); in SbxValue()
370 releaseDecimalPtr( aData.pDecimal ); in ~SbxValue()
403 releaseDecimalPtr( aData.pDecimal ); in Clear()
544 case SbxDECIMAL: rRes.pDecimal = ImpGetDecimal( &p->aData ); break; in Get()
692 GET( GetDecimal, SbxDECIMAL, SbxDecimal*, pDecimal ) in GET()
731 case SbxDECIMAL: ImpPutDecimal( &p->aData, rVal.pDecimal ); break; in GET()
900 aData.pDecimal = new SbxDecimal( rAutomationDec ); in PutDecimal()
[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 Dsbxsng.cxx63 if( p->pDecimal ) in ImpGetSingle()
64 p->pDecimal->getSingle( nRes ); in ImpGetSingle()
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 Dsbxbyte.cxx143 if( p->pDecimal ) in ImpGetByte()
144 p->pDecimal->getDouble( dVal ); in ImpGetByte()
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()
/AOO41X/main/basic/inc/basic/
H A Dsbxvar.hxx178 SbxDecimal* pDecimal; member
330 sal_Bool PutDecimal( SbxDecimal* pDecimal );