Home
last modified time | relevance | path

Searched refs:SbxDECIMAL (Results 1 – 17 of 17) sorted by relevance

/aoo41x/main/basic/source/sbx/
H A Dsbxvalue.cxx248 case SbxDECIMAL: in SbxValue()
286 case SbxDECIMAL: in SbxValue()
368 else if( aData.eType == SbxDECIMAL ) in ~SbxValue()
401 case SbxDECIMAL: in Clear()
402 if( aData.eType == SbxDECIMAL ) in Clear()
692 GET( GetDecimal, SbxDECIMAL, SbxDecimal*, pDecimal ) in GET()
902 aData.eType = SbxDECIMAL; in PutDecimal()
1298 else if( ( GetType() == SbxDECIMAL || rOp.GetType() == SbxDECIMAL ) && in Compute()
1301 aL.eType = aR.eType = SbxDECIMAL; in Compute()
1544 else if( GetType() == SbxDECIMAL && rOp.GetType() == SbxDECIMAL ) in Compare()
[all …]
H A Dsbxulng.cxx88 case SbxDECIMAL: in ImpGetULong()
89 case SbxBYREF | SbxDECIMAL: in ImpGetULong()
102 else if( p->eType == SbxDECIMAL ) in ImpGetULong()
215 case SbxDECIMAL: in ImpPutULong()
216 case SbxBYREF | SbxDECIMAL: in ImpPutULong()
H A Dsbxbyte.cxx130 case SbxDECIMAL: in ImpGetByte()
131 case SbxBYREF | SbxDECIMAL: in ImpGetByte()
140 else if( p->eType == SbxDECIMAL ) in ImpGetByte()
267 case SbxDECIMAL: in ImpPutByte()
268 case SbxBYREF | SbxDECIMAL: in ImpPutByte()
H A Dsbxlng.cxx80 case SbxDECIMAL: in ImpGetLong()
81 case SbxBYREF | SbxDECIMAL: in ImpGetLong()
94 else if( p->eType == SbxDECIMAL ) in ImpGetLong()
231 case SbxDECIMAL: in ImpPutLong()
232 case SbxBYREF | SbxDECIMAL: in ImpPutLong()
H A Dsbxuint.cxx116 case SbxDECIMAL: in ImpGetUShort()
117 case SbxBYREF | SbxDECIMAL: in ImpGetUShort()
126 else if( p->eType == SbxDECIMAL ) in ImpGetUShort()
251 case SbxDECIMAL: in ImpPutUShort()
252 case SbxBYREF | SbxDECIMAL: in ImpPutUShort()
H A Dsbxbool.cxx64 case SbxDECIMAL: in ImpGetBool()
65 case SbxBYREF | SbxDECIMAL: in ImpGetBool()
192 case SbxDECIMAL: in ImpPutBool()
193 case SbxBYREF | SbxDECIMAL: in ImpPutBool()
H A Dsbxdbl.cxx65 case SbxDECIMAL: in ImpGetDouble()
66 case SbxBYREF | SbxDECIMAL: in ImpGetDouble()
163 case SbxDECIMAL: in ImpPutDouble()
164 case SbxBYREF | SbxDECIMAL: in ImpPutDouble()
H A Dsbxchar.cxx121 case SbxDECIMAL: in ImpGetChar()
122 case SbxBYREF | SbxDECIMAL: in ImpGetChar()
131 else if( p->eType == SbxDECIMAL ) in ImpGetChar()
252 case SbxBYREF | SbxDECIMAL: in ImpPutChar()
H A Dsbxsng.cxx61 case SbxDECIMAL: in ImpGetSingle()
62 case SbxBYREF | SbxDECIMAL: in ImpGetSingle()
213 case SbxDECIMAL: in ImpPutSingle()
214 case SbxBYREF | SbxDECIMAL: in ImpPutSingle()
H A Dsbxstr.cxx75 case SbxDECIMAL: in ImpGetString()
76 case SbxBYREF | SbxDECIMAL: in ImpGetString()
195 case SbxDECIMAL: in ImpPutString()
196 case SbxBYREF | SbxDECIMAL: in ImpPutString()
H A Dsbxcurr.cxx99 case SbxDECIMAL: in ImpGetCurrency()
100 case SbxBYREF | SbxDECIMAL: in ImpGetCurrency()
212 case SbxDECIMAL: in ImpPutCurrency()
213 case SbxBYREF | SbxDECIMAL: in ImpPutCurrency()
H A Dsbxdate.cxx75 case SbxDECIMAL: in ImpGetDate()
76 case SbxBYREF | SbxDECIMAL: in ImpGetDate()
226 case SbxDECIMAL: in ImpPutDate()
227 case SbxBYREF | SbxDECIMAL: in ImpPutDate()
H A Dsbxint.cxx119 case SbxDECIMAL: in ImpGetInteger()
120 case SbxBYREF | SbxDECIMAL: in ImpGetInteger()
129 else if( p->eType == SbxDECIMAL ) in ImpGetInteger()
266 case SbxDECIMAL: in ImpPutInteger()
267 case SbxBYREF | SbxDECIMAL: in ImpPutInteger()
H A Dsbxdec.cxx458 if( eType == SbxDECIMAL && p->pDecimal ) in ImpGetDecimal()
622 case SbxDECIMAL: in ImpPutDecimal()
623 case SbxBYREF | SbxDECIMAL: in ImpPutDecimal()
/aoo41x/main/basic/inc/basic/
H A Dsbxdef.hxx90 SbxDECIMAL = 37, // for UNO/automation Decimal enumerator
/aoo41x/main/basic/source/runtime/
H A Dstdobj.cxx109 { "CDec", SbxDECIMAL, 1 | _FUNCTION, RTLNAME(CDec),0 },
/aoo41x/main/basic/source/classes/
H A Dsbunoobj.cxx954 case SbxDECIMAL: aRetType = ::getCppuType( (oleautomation::Decimal*)0 ); break; in getUnoTypeForSbxBaseType()
1875 case SbxDECIMAL: aRet = String( RTL_CONSTASCII_USTRINGPARAM("SbxDECIMAL") ); break; in Dbg_SbxDataType2String()

Completed in 64 milliseconds