Searched refs:SbxDECIMAL (Results 1 – 17 of 17) sorted by relevance
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxvalue.cxx | 248 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() 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() 902 aData.eType = SbxDECIMAL; in PutDecimal() 961 PUT( PutDecimal, SbxDECIMAL, SbxDecimal*, pDecimal ) in PUT() [all …]
|
| H A D | sbxulng.cxx | 88 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 D | sbxlng.cxx | 80 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 D | sbxbyte.cxx | 130 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 D | sbxuint.cxx | 116 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 D | sbxbool.cxx | 64 case SbxDECIMAL: in ImpGetBool() 65 case SbxBYREF | SbxDECIMAL: in ImpGetBool() 192 case SbxDECIMAL: in ImpPutBool() 193 case SbxBYREF | SbxDECIMAL: in ImpPutBool()
|
| H A D | sbxdbl.cxx | 65 case SbxDECIMAL: in ImpGetDouble() 66 case SbxBYREF | SbxDECIMAL: in ImpGetDouble() 163 case SbxDECIMAL: in ImpPutDouble() 164 case SbxBYREF | SbxDECIMAL: in ImpPutDouble()
|
| H A D | sbxsng.cxx | 61 case SbxDECIMAL: in ImpGetSingle() 62 case SbxBYREF | SbxDECIMAL: in ImpGetSingle() 213 case SbxDECIMAL: in ImpPutSingle() 214 case SbxBYREF | SbxDECIMAL: in ImpPutSingle()
|
| H A D | sbxstr.cxx | 75 case SbxDECIMAL: in ImpGetString() 76 case SbxBYREF | SbxDECIMAL: in ImpGetString() 195 case SbxDECIMAL: in ImpPutString() 196 case SbxBYREF | SbxDECIMAL: in ImpPutString()
|
| H A D | sbxchar.cxx | 121 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 D | sbxcurr.cxx | 99 case SbxDECIMAL: in ImpGetCurrency() 100 case SbxBYREF | SbxDECIMAL: in ImpGetCurrency() 212 case SbxDECIMAL: in ImpPutCurrency() 213 case SbxBYREF | SbxDECIMAL: in ImpPutCurrency()
|
| H A D | sbxdate.cxx | 75 case SbxDECIMAL: in ImpGetDate() 76 case SbxBYREF | SbxDECIMAL: in ImpGetDate() 226 case SbxDECIMAL: in ImpPutDate() 227 case SbxBYREF | SbxDECIMAL: in ImpPutDate()
|
| H A D | sbxint.cxx | 119 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 D | sbxdec.cxx | 458 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 D | sbxdef.hxx | 90 SbxDECIMAL = 37, // for UNO/automation Decimal enumerator
|
| /AOO41X/main/basic/source/runtime/ |
| H A D | stdobj.cxx | 109 { "CDec", SbxDECIMAL, 1 | _FUNCTION, RTLNAME(CDec),0 },
|
| /AOO41X/main/basic/source/classes/ |
| H A D | sbunoobj.cxx | 954 case SbxDECIMAL: aRetType = ::getCppuType( (oleautomation::Decimal*)0 ); break; in getUnoTypeForSbxBaseType() 1875 case SbxDECIMAL: aRet = String( RTL_CONSTASCII_USTRINGPARAM("SbxDECIMAL") ); break; in Dbg_SbxDataType2String()
|