Home
last modified time | relevance | path

Searched refs:SbxCHAR (Results 1 – 20 of 20) sorted by relevance

/aoo4110/main/basic/source/sbx/
H A Dsbxint.cxx46 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 Dsbxbool.cxx45 case SbxCHAR: in ImpGetBool()
123 case SbxBYREF | SbxCHAR: in ImpGetBool()
164 case SbxCHAR: in ImpPutBool()
215 case SbxBYREF | SbxCHAR: in ImpPutBool()
H A Dsbxdbl.cxx40 case SbxCHAR: in ImpGetDouble()
107 case SbxBYREF | SbxCHAR: in ImpGetDouble()
146 case SbxCHAR: in ImpPutDouble()
200 case SbxBYREF | SbxCHAR: in ImpPutDouble()
H A Dsbxulng.cxx41 case SbxCHAR: in ImpGetULong()
167 case SbxBYREF | SbxCHAR: in ImpGetULong()
221 case SbxCHAR: in ImpPutULong()
258 case SbxBYREF | SbxCHAR: in ImpPutULong()
H A Dsbxbyte.cxx41 case SbxCHAR: in ImpGetByte()
200 case SbxBYREF | SbxCHAR: in ImpGetByte()
272 case SbxCHAR: in ImpPutByte()
291 case SbxBYREF | SbxCHAR: in ImpPutByte()
H A Dsbxchar.cxx46 case SbxCHAR: in ImpGetChar()
185 case SbxBYREF | SbxCHAR: in ImpGetChar()
230 case SbxCHAR: in ImpPutChar()
285 case SbxBYREF | SbxCHAR: in ImpPutChar()
H A Dsbxlng.cxx41 case SbxCHAR: in ImpGetLong()
150 case SbxBYREF | SbxCHAR: in ImpGetLong()
198 case SbxCHAR: in ImpPutLong()
252 case SbxBYREF | SbxCHAR: in ImpPutLong()
H A Dsbxsng.cxx41 case SbxCHAR: in ImpGetSingle()
145 case SbxBYREF | SbxCHAR: in ImpGetSingle()
190 case SbxCHAR: in ImpPutSingle()
250 case SbxBYREF | SbxCHAR: in ImpPutSingle()
H A Dsbxstr.cxx55 case SbxCHAR: in ImpGetString()
112 case SbxBYREF | SbxCHAR: in ImpGetString()
173 case SbxCHAR: in ImpPutString()
226 case SbxBYREF | SbxCHAR: in ImpPutString()
H A Dsbxuint.cxx41 case SbxCHAR: in ImpGetUShort()
189 case SbxBYREF | SbxCHAR: in ImpGetUShort()
257 case SbxCHAR: in ImpPutUShort()
285 case SbxBYREF | SbxCHAR: in ImpPutUShort()
H A Dsbxcurr.cxx50 case SbxCHAR: in ImpGetCurrency()
137 case SbxBYREF | SbxCHAR: in ImpGetCurrency()
182 case SbxCHAR: in ImpPutCurrency()
237 case SbxBYREF | SbxCHAR: in ImpPutCurrency()
H A Dsbxdate.cxx46 case SbxCHAR: in ImpGetDate()
153 case SbxBYREF | SbxCHAR: in ImpGetDate()
201 case SbxCHAR: in ImpPutDate()
308 case SbxBYREF | SbxCHAR: in ImpPutDate()
H A Dsbxvalue.cxx240 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 Dsbxdec.cxx474 case SbxCHAR: in ImpGetDecimal()
541 case SbxBYREF | SbxCHAR: in ImpGetDecimal()
597 case SbxCHAR: in ImpPutDecimal()
684 case SbxBYREF | SbxCHAR: in ImpPutDecimal()
H A Dsbxscan.cxx847 case SbxCHAR: in Format()
/aoo4110/main/basic/inc/basic/
H A Dsbxvar.hxx201 SbxValues( char _nChar ): nChar( _nChar ), eType(SbxCHAR) {} in SbxValues()
266 sal_Bool IsChar() const { return sal_Bool( GetType() == SbxCHAR ); } in IsChar()
H A Dsbxdef.hxx69 SbxCHAR = 16, // * signed char enumerator
/aoo4110/main/sw/source/core/doc/
H A Ddocbasic.cxx68 case SbxCHAR: in lcl_docbasic_convertArgs()
/aoo4110/main/basic/source/runtime/
H A Dmethods1.cxx971 case SbxCHAR: in lcl_WriteSbxVariable()
1069 case SbxCHAR: in lcl_ReadSbxVariable()
1456 case SbxCHAR: in RTLFUNC()
/aoo4110/main/basic/source/classes/
H A Dsbunoobj.cxx584 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()

Completed in 107 milliseconds