| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxint.cxx | 46 case SbxCHAR: in ImpGetInteger() 185 case SbxBYREF | SbxCHAR: in ImpGetInteger() 232 case SbxCHAR: in ImpPutInteger() 287 case SbxBYREF | SbxCHAR: in ImpPutInteger() 405 case SbxCHAR: in ImpGetInt64() 486 case SbxBYREF | SbxCHAR: in ImpGetInt64() 534 case SbxCHAR: in ImpPutInt64() 590 case SbxBYREF | SbxCHAR: in ImpPutInt64() 693 case SbxCHAR: in ImpGetUInt64() 789 case SbxBYREF | SbxCHAR: in ImpGetUInt64() [all …]
|
| H A D | sbxbool.cxx | 45 case SbxCHAR: in ImpGetBool() 123 case SbxBYREF | SbxCHAR: in ImpGetBool() 164 case SbxCHAR: in ImpPutBool() 215 case SbxBYREF | SbxCHAR: in ImpPutBool()
|
| H A D | sbxdbl.cxx | 40 case SbxCHAR: in ImpGetDouble() 107 case SbxBYREF | SbxCHAR: in ImpGetDouble() 146 case SbxCHAR: in ImpPutDouble() 200 case SbxBYREF | SbxCHAR: in ImpPutDouble()
|
| H A D | sbxulng.cxx | 41 case SbxCHAR: in ImpGetULong() 167 case SbxBYREF | SbxCHAR: in ImpGetULong() 221 case SbxCHAR: in ImpPutULong() 258 case SbxBYREF | SbxCHAR: in ImpPutULong()
|
| H A D | sbxsng.cxx | 41 case SbxCHAR: in ImpGetSingle() 145 case SbxBYREF | SbxCHAR: in ImpGetSingle() 190 case SbxCHAR: in ImpPutSingle() 250 case SbxBYREF | SbxCHAR: in ImpPutSingle()
|
| H A D | sbxstr.cxx | 55 case SbxCHAR: in ImpGetString() 112 case SbxBYREF | SbxCHAR: in ImpGetString() 173 case SbxCHAR: in ImpPutString() 226 case SbxBYREF | SbxCHAR: in ImpPutString()
|
| H A D | sbxchar.cxx | 46 case SbxCHAR: in ImpGetChar() 185 case SbxBYREF | SbxCHAR: in ImpGetChar() 230 case SbxCHAR: in ImpPutChar() 285 case SbxBYREF | SbxCHAR: in ImpPutChar()
|
| H A D | sbxlng.cxx | 41 case SbxCHAR: in ImpGetLong() 150 case SbxBYREF | SbxCHAR: in ImpGetLong() 198 case SbxCHAR: in ImpPutLong() 252 case SbxBYREF | SbxCHAR: in ImpPutLong()
|
| H A D | sbxbyte.cxx | 41 case SbxCHAR: in ImpGetByte() 200 case SbxBYREF | SbxCHAR: in ImpGetByte() 272 case SbxCHAR: in ImpPutByte() 291 case SbxBYREF | SbxCHAR: in ImpPutByte()
|
| H A D | sbxuint.cxx | 41 case SbxCHAR: in ImpGetUShort() 189 case SbxBYREF | SbxCHAR: in ImpGetUShort() 257 case SbxCHAR: in ImpPutUShort() 285 case SbxBYREF | SbxCHAR: in ImpPutUShort()
|
| H A D | sbxcurr.cxx | 50 case SbxCHAR: in ImpGetCurrency() 137 case SbxBYREF | SbxCHAR: in ImpGetCurrency() 182 case SbxCHAR: in ImpPutCurrency() 237 case SbxBYREF | SbxCHAR: in ImpPutCurrency()
|
| H A D | sbxdate.cxx | 46 case SbxCHAR: in ImpGetDate() 153 case SbxBYREF | SbxCHAR: in ImpGetDate() 201 case SbxCHAR: in ImpPutDate() 308 case SbxBYREF | SbxCHAR: in ImpPutDate()
|
| H A D | sbxvalue.cxx | 240 case SbxCHAR: n |= SbxBYREF; aData.pChar = (xub_Unicode*) p; break; in SbxValue() 550 case SbxCHAR: rRes.nChar = ImpGetChar( &p->aData ); break; in Get() 675 GET( GetChar, SbxCHAR, xub_Unicode, nChar ) in GET() 734 case SbxCHAR: ImpPutChar( &p->aData, rVal.nChar ); break; in GET() 840 ( eTargetType >= SbxCHAR && eTargetType <= SbxUINT ) || in PutStringExt() 944 PUT( PutChar, SbxCHAR, xub_Unicode, nChar ) in PUT() 1012 || ( t >= SbxCHAR && t <= SbxUINT ) ); in ImpIsNumeric() 1706 case SbxCHAR: in LoadData() 1821 case SbxCHAR: in StoreData()
|
| H A D | sbxdec.cxx | 474 case SbxCHAR: in ImpGetDecimal() 541 case SbxBYREF | SbxCHAR: in ImpGetDecimal() 597 case SbxCHAR: in ImpPutDecimal() 684 case SbxBYREF | SbxCHAR: in ImpPutDecimal()
|
| H A D | sbxscan.cxx | 847 case SbxCHAR: in Format()
|
| /AOO41X/main/basic/inc/basic/ |
| H A D | sbxvar.hxx | 201 SbxValues( char _nChar ): nChar( _nChar ), eType(SbxCHAR) {} in SbxValues() 266 sal_Bool IsChar() const { return sal_Bool( GetType() == SbxCHAR ); } in IsChar()
|
| H A D | sbxdef.hxx | 69 SbxCHAR = 16, // * signed char enumerator
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | docbasic.cxx | 68 case SbxCHAR: in lcl_docbasic_convertArgs()
|
| /AOO41X/main/basic/source/runtime/ |
| H A D | methods1.cxx | 971 case SbxCHAR: in lcl_WriteSbxVariable() 1069 case SbxCHAR: in lcl_ReadSbxVariable() 1456 case SbxCHAR: in RTLFUNC()
|
| /AOO41X/main/basic/source/classes/ |
| H A D | sbunoobj.cxx | 584 case TypeClass_CHAR: eRetType = SbxCHAR; break; in unoToSbxType() 970 case SbxCHAR: aRetType = ::getCppuType( (sal_Unicode*)0 ); break; in getUnoTypeForSbxBaseType() 1883 case SbxCHAR: aRet = String( RTL_CONSTASCII_USTRINGPARAM("SbxCHAR") ); break; in Dbg_SbxDataType2String()
|