Home
last modified time | relevance | path

Searched refs:SbxLONG (Results 1 – 25 of 28) sorted by relevance

12

/aoo41x/main/basic/source/runtime/
H A Dstdobj.cxx91 { "RGB-Value", SbxLONG, 0,NULL,0 },
180 { "Number", SbxLONG, 0,NULL,0 },
239 { "code", SbxLONG, 0,NULL,0 },
278 { "recordnumber", SbxLONG, 0,NULL,0 },
299 { "number", SbxLONG, 0,NULL,0 },
316 { "Number", SbxLONG, 0,NULL,0 },
317 { "FileNumber", SbxLONG, 0,NULL,0 },
428 { "number", SbxLONG, 0,NULL,0 },
429 { "start", SbxLONG, 0,NULL,0 },
430 { "stop", SbxLONG, 0,NULL,0 },
[all …]
H A Ddllmgr.cxx157 case SbxLONG: in alignment()
278 case SbxLONG: in marshal()
326 case SbxLONG: in marshal()
392 case SbxLONG: in unmarshal()
513 case SbxLONG: in call()
H A Dmethods1.cxx990 case SbxLONG: in lcl_WriteSbxVariable()
995 *pStrm << (sal_uInt16)SbxLONG; // VarType Id in lcl_WriteSbxVariable()
1096 case SbxLONG: in lcl_ReadSbxVariable()
1436 case SbxLONG: in RTLFUNC()
/aoo41x/main/basic/source/comp/
H A Dexprnode.cxx402 eType = SbxLONG; break; in FoldConstants()
409 eType = SbxLONG; break; in FoldConstants()
411 nVal = (double) ( ll & lr ); eType = SbxLONG; break; in FoldConstants()
413 nVal = (double) ( ll | lr ); eType = SbxLONG; break; in FoldConstants()
415 nVal = (double) ( ll ^ lr ); eType = SbxLONG; break; in FoldConstants()
417 nVal = (double) ( ~ll ^ lr ); eType = SbxLONG; break; in FoldConstants()
419 nVal = (double) ( ~ll | lr ); eType = SbxLONG; break; in FoldConstants()
435 ? SbxINTEGER : SbxLONG; in FoldConstants()
464 eType = SbxLONG; in FoldConstants()
477 eType = SbxLONG; in FoldConstants()
[all …]
H A Ddim.cxx158 eType = SbxLONG; in TypeDecl()
784 sal_uInt16 nStringId = aGen.GetParser()->aGblStrings.Add( nCurrentEnumValue, SbxLONG ); in DefEnum()
790 pConst->Set( nCurrentEnumValue, SbxLONG ); in DefEnum()
796 SbxProperty *pEnumElem = new SbxProperty( pElem->GetName(), SbxLONG ); in DefEnum()
H A Dscanner.cxx352 eScanType = SbxLONG; in NextSym()
429 eScanType = ( l >= SbxMININT && l <= SbxMAXINT ) ? SbxINTEGER : SbxLONG; in NextSym()
H A Dsymtbl.cxx89 case SbxLONG: snprintf( buf, sizeof(buf), "%ld", (long) n ); break; in Add()
/aoo41x/main/basic/source/sbx/
H A Dsbxint.cxx62 case SbxLONG: in ImpGetInteger()
194 case SbxBYREF | SbxLONG: in ImpGetInteger()
251 case SbxLONG: in ImpPutInteger()
313 case SbxBYREF | SbxLONG: in ImpPutInteger()
415 case SbxLONG: in ImpGetInt64()
493 case SbxBYREF | SbxLONG: in ImpGetInt64()
551 case SbxLONG: in ImpPutInt64()
632 case SbxBYREF | SbxLONG: in ImpPutInt64()
703 case SbxLONG: in ImpGetUInt64()
796 case SbxBYREF | SbxLONG: in ImpGetUInt64()
[all …]
H A Dsbxvalue.cxx1205 aL.eType = aR.eType = SbxLONG; in Compute()
1215 aL.eType = aR.eType = SbxLONG; in Compute()
1235 else if( aL.eType == SbxLONG ) in Compute()
1251 else if( aL.eType == SbxLONG ) in Compute()
1259 if( aL.eType != SbxLONG && aL.eType != SbxULONG ) in Compute()
1265 if( aL.eType != SbxLONG && aL.eType != SbxULONG ) in Compute()
1271 if( aL.eType != SbxLONG && aL.eType != SbxULONG ) in Compute()
1277 if( aL.eType != SbxLONG && aL.eType != SbxULONG ) in Compute()
1633 case SbxLONG: in LoadData()
1723 r >> aData.nLong, aData.eType = SbxLONG; in LoadData()
[all …]
H A Dsbxbool.cxx55 case SbxLONG: in ImpGetBool()
130 case SbxBYREF | SbxLONG: in ImpGetBool()
171 case SbxLONG: in ImpPutBool()
225 case SbxBYREF | SbxLONG: in ImpPutBool()
H A Dsbxdbl.cxx50 case SbxLONG: in ImpGetDouble()
114 case SbxBYREF | SbxLONG: in ImpGetDouble()
153 case SbxLONG: in ImpPutDouble()
242 case SbxBYREF | SbxLONG: in ImpPutDouble()
H A Dsbxulng.cxx59 case SbxLONG: in ImpGetULong()
172 case SbxBYREF | SbxLONG: in ImpGetULong()
228 case SbxLONG: in ImpPutULong()
284 case SbxBYREF | SbxLONG: in ImpPutULong()
H A Dsbxbyte.cxx73 case SbxLONG: in ImpGetByte()
205 case SbxBYREF | SbxLONG: in ImpGetByte()
248 case SbxLONG: in ImpPutByte()
301 case SbxBYREF | SbxLONG: in ImpPutByte()
H A Dsbxchar.cxx64 case SbxLONG: in ImpGetChar()
193 case SbxBYREF | SbxLONG: in ImpGetChar()
235 case SbxLONG: in ImpPutChar()
295 case SbxBYREF | SbxLONG: in ImpPutChar()
H A Dsbxlng.cxx51 case SbxLONG: in ImpGetLong()
157 case SbxBYREF | SbxLONG: in ImpGetLong()
222 case SbxLONG: in ImpPutLong()
294 case SbxBYREF | SbxLONG: in ImpPutLong()
H A Dsbxsng.cxx51 case SbxLONG: in ImpGetSingle()
152 case SbxBYREF | SbxLONG: in ImpGetSingle()
197 case SbxLONG: in ImpPutSingle()
292 case SbxBYREF | SbxLONG: in ImpPutSingle()
H A Dsbxstr.cxx65 case SbxLONG: in ImpGetString()
119 case SbxBYREF | SbxLONG: in ImpGetString()
180 case SbxLONG: in ImpPutString()
238 case SbxBYREF | SbxLONG: in ImpPutString()
H A Dsbxuint.cxx59 case SbxLONG: in ImpGetUShort()
194 case SbxBYREF | SbxLONG: in ImpGetUShort()
232 case SbxLONG: in ImpPutUShort()
303 case SbxBYREF | SbxLONG: in ImpPutUShort()
H A Dsbxcurr.cxx62 case SbxLONG: in ImpGetCurrency()
151 case SbxBYREF | SbxLONG: in ImpGetCurrency()
189 case SbxLONG: in ImpPutCurrency()
279 case SbxBYREF | SbxLONG: in ImpPutCurrency()
H A Dsbxdate.cxx56 case SbxLONG: in ImpGetDate()
160 case SbxBYREF | SbxLONG: in ImpGetDate()
208 case SbxLONG: in ImpPutDate()
350 case SbxBYREF | SbxLONG: in ImpPutDate()
H A Dsbxdec.cxx484 case SbxLONG: in ImpGetDecimal()
548 case SbxBYREF | SbxLONG: in ImpGetDecimal()
611 case SbxLONG: in ImpPutDecimal()
715 case SbxBYREF | SbxLONG: in ImpPutDecimal()
H A Dsbxscan.cxx178 eScanType = SbxLONG; in ImpScan()
194 eScanType = SbxLONG; in ImpScan()
851 case SbxLONG: in Format()
/aoo41x/main/basic/inc/basic/
H A Dsbxvar.hxx204 SbxValues( long _nLong ): nLong( _nLong ), eType(SbxLONG) {} in SbxValues()
254 sal_Bool IsLong() const { return sal_Bool( GetType() == SbxLONG ); } in IsLong()
H A Dsbxdef.hxx57 SbxLONG = 3, // * Long integer (sal_Int32) enumerator
/aoo41x/main/sw/source/core/doc/
H A Ddocbasic.cxx74 case SbxLONG: in lcl_docbasic_convertArgs()

Completed in 98 milliseconds

12