Home
last modified time | relevance | path

Searched refs:SbxLONG64 (Results 1 – 14 of 14) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxint.cxx116 case SbxLONG64: in ImpGetInteger()
125 else if( p->eType == SbxLONG64 ) in ImpGetInteger()
208 case SbxBYREF | SbxLONG64: in ImpGetInteger()
262 case SbxLONG64: in ImpPutInteger()
338 case SbxBYREF | SbxLONG64: in ImpPutInteger()
424 case SbxLONG64: in ImpGetInt64()
431 else if( p->eType == SbxLONG64 ) in ImpGetInt64()
511 case SbxBYREF | SbxLONG64: in ImpGetInt64()
543 case SbxLONG64: in ImpPutInt64()
712 case SbxLONG64: in ImpGetUInt64()
[all …]
H A Dsbxvalue.cxx229 case SbxLONG64: in SbxValue()
684 GET( GetLong64, SbxLONG64, SbxINT64, nLong64 ) in GET()
953 PUT( PutLong64, SbxLONG64, const SbxINT64&, nLong64 ) in PUT()
1198 || GetType() == SbxLONG64 in Compute()
1209 || GetType() == SbxLONG64 || eOpType == SbxLONG64 ) in Compute()
1210 aL.eType = aR.eType = SbxLONG64; in Compute()
1228 aL.eType = SbxLONG64; in Compute()
1229 if( aL.eType == SbxLONG64 ) in Compute()
1244 aL.eType = SbxLONG64; in Compute()
1245 if( aL.eType == SbxLONG64 ) in Compute()
[all …]
H A Dsbxbyte.cxx127 case SbxLONG64: in ImpGetByte()
136 else if( p->eType == SbxLONG64 ) in ImpGetByte()
219 case SbxBYREF | SbxLONG64: in ImpGetByte()
263 case SbxLONG64: in ImpPutByte()
312 case SbxBYREF | SbxLONG64: in ImpPutByte()
H A Dsbxuint.cxx113 case SbxLONG64: in ImpGetUShort()
122 else if( p->eType == SbxLONG64 ) in ImpGetUShort()
205 case SbxBYREF | SbxLONG64: in ImpGetUShort()
247 case SbxLONG64: in ImpPutUShort()
318 case SbxBYREF | SbxLONG64: in ImpPutUShort()
H A Dsbxchar.cxx118 case SbxLONG64: in ImpGetChar()
127 else if( p->eType == SbxLONG64 ) in ImpGetChar()
207 case SbxBYREF | SbxLONG64: in ImpGetChar()
248 case SbxLONG64: in ImpPutChar()
310 case SbxBYREF | SbxLONG64: in ImpPutChar()
H A Dsbxbool.cxx79 case SbxLONG64: in ImpGetBool()
148 case SbxBYREF | SbxLONG64: in ImpGetBool()
189 case SbxLONG64: in ImpPutBool()
240 case SbxBYREF | SbxLONG64: in ImpPutBool()
H A Dsbxulng.cxx83 case SbxLONG64: in ImpGetULong()
94 else if( p->eType == SbxLONG64 ) in ImpGetULong()
185 case SbxBYREF | SbxLONG64: in ImpGetULong()
235 case SbxLONG64: in ImpPutULong()
H A Dsbxsng.cxx70 case SbxLONG64: in ImpGetSingle()
77 else if( p->eType == SbxLONG64 ) in ImpGetSingle()
167 case SbxBYREF | SbxLONG64: in ImpGetSingle()
206 case SbxLONG64: in ImpPutSingle()
H A Dsbxlng.cxx75 case SbxLONG64: in ImpGetLong()
86 else if( p->eType == SbxLONG64 ) in ImpGetLong()
177 case SbxBYREF | SbxLONG64: in ImpGetLong()
207 case SbxLONG64: in ImpPutLong()
H A Dsbxdec.cxx506 case SbxLONG64: in ImpGetDecimal()
513 else if( p->eType == SbxLONG64 ) in ImpGetDecimal()
564 case SbxBYREF | SbxLONG64: in ImpGetDecimal()
658 case SbxLONG64: in ImpPutDecimal()
770 case SbxBYREF | SbxLONG64: in ImpPutDecimal()
H A Dsbxdate.cxx67 case SbxLONG64: in ImpGetDate()
174 case SbxBYREF | SbxLONG64: in ImpGetDate()
219 case SbxLONG64: in ImpPutDate()
/trunk/main/basic/inc/basic/
H A Dsbxdef.hxx73 SbxLONG64 = 20, // signed 64-bit int enumerator
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx992 case SbxLONG64: in lcl_WriteSbxVariable()
1098 case SbxLONG64: in lcl_ReadSbxVariable()
1445 case SbxLONG64: in RTLFUNC()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx1887 case SbxLONG64: aRet = String( RTL_CONSTASCII_USTRINGPARAM("SbxLONG64") ); break; in Dbg_SbxDataType2String()