Searched refs:SbiRuntime (Results 1 – 21 of 21) sorted by relevance
/trunk/main/basic/source/runtime/ |
H A D | runtime.cxx | 90 SbiRuntime::pStep0 SbiRuntime::aStep0[] = { // Alle Opcodes ohne Operanden 91 &SbiRuntime::StepNOP, 99 &SbiRuntime::StepEQ, 100 &SbiRuntime::StepNE, 101 &SbiRuntime::StepLT, 102 &SbiRuntime::StepGT, 103 &SbiRuntime::StepLE, 104 &SbiRuntime::StepGE, 107 &SbiRuntime::StepOR, 115 &SbiRuntime::StepIS, [all …]
|
H A D | step0.cxx | 50 void SbiRuntime::StepNOP() in StepNOP() 267 void SbiRuntime::StepLIKE() in StepLIKE() 301 void SbiRuntime::StepIS() in StepIS() 330 void SbiRuntime::StepGET() in StepGET() 373 void SbiRuntime::StepPUT() in StepPUT() 676 void SbiRuntime::StepSET() in StepSET() 693 void SbiRuntime::StepLSET() in StepLSET() 729 void SbiRuntime::StepRSET() in StepRSET() 762 void SbiRuntime::StepPUTC() in StepPUTC() 775 void SbiRuntime::StepDIM() in StepDIM() [all …]
|
H A D | step1.cxx | 41 void SbiRuntime::StepLOADNC( sal_uInt32 nOp1 ) in StepLOADNC() 65 void SbiRuntime::StepLOADSC( sal_uInt32 nOp1 ) in StepLOADSC() 74 void SbiRuntime::StepLOADI( sal_uInt32 nOp1 ) in StepLOADI() 83 void SbiRuntime::StepARGN( sal_uInt32 nOp1 ) in StepARGN() 98 void SbiRuntime::StepARGTYP( sal_uInt32 nOp1 ) in StepARGTYP() 143 void SbiRuntime::StepPAD( sal_uInt32 nOp1 ) in StepPAD() 155 void SbiRuntime::StepJUMP( sal_uInt32 nOp1 ) in StepJUMP() 168 void SbiRuntime::StepJUMPT( sal_uInt32 nOp1 ) in StepJUMPT() 177 void SbiRuntime::StepJUMPF( sal_uInt32 nOp1 ) in StepJUMPF() 211 void SbiRuntime::StepGOSUB( sal_uInt32 nOp1 ) in StepGOSUB() [all …]
|
H A D | step2.cxx | 56 SbxVariable* SbiRuntime::FindElement in FindElement() 59 bool bIsVBAInterOp = SbiRuntime::isVBAEnabled(); in FindElement() 284 SbxBase* SbiRuntime::FindElementExtern( const String& rName ) in FindElementExtern() 354 void SbiRuntime::SetupArgs( SbxVariable* p, sal_uInt32 nOp1 ) in SetupArgs() 484 SbxVariable* SbiRuntime::CheckArray( SbxVariable* pElem ) in CheckArray() 634 void SbiRuntime::StepRTL( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepRTL() 648 void SbiRuntime::StepFIND( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepFIND() 675 void SbiRuntime::StepELEM( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepELEM() 717 if( SbiRuntime::isVBAEnabled() && in StepPARAM() 793 void SbiRuntime::StepCALL( sal_uInt32 nOp1, sal_uInt32 nOp2 ) in StepCALL() [all …]
|
H A D | methods.cxx | 269 bool bVBA = SbiRuntime::isVBAEnabled(); in RTLFUNC() 391 if( !bChrW && SbiRuntime::isVBAEnabled() ) in implChr() 530 if( SbiRuntime::isVBAEnabled() ) in RTLFUNC() 995 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() 1076 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() 1412 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() 1640 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() 1837 if ( nYear < 30 && SbiRuntime::isVBAEnabled() ) in implDateSerial() 1847 if ( !SbiRuntime::isVBAEnabled() ) in implDateSerial() 2965 if( SbiRuntime::isVBAEnabled() ) in RTLFUNC() [all …]
|
H A D | methods1.cxx | 191 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() 771 bool bIncIndex = (IsBaseIndexOne() && SbiRuntime::isVBAEnabled() ); in RTLFUNC() 1075 if( bBinary && SbiRuntime::isVBAEnabled() && aByte == 1 && pStrm->IsEof() ) in lcl_ReadSbxVariable()
|
H A D | props.cxx | 50 if( SbiRuntime::isVBAEnabled() ) in RTLFUNC()
|
H A D | dllmgr.cxx | 269 if( !bByVal && !SbiRuntime::isVBAEnabled() && eVarType == SbxSTRING ) in marshal()
|
/trunk/main/basic/source/inc/ |
H A D | runtime.hxx | 82 class SbiRuntime; // aktive StarBASIC-Prozedur-Instanz 182 friend class SbiRuntime; 204 SbiRuntime* pRun; // Call-Stack 273 class SbiRuntime class 277 typedef void( SbiRuntime::*pStep0 )(); 278 typedef void( SbiRuntime::*pStep1 )( sal_uInt32 nOp1 ); 279 typedef void( SbiRuntime::*pStep2 )( sal_uInt32 nOp1, sal_uInt32 nOp2 ); 441 SbiRuntime* pNext; // Stack-Chain 443 SbiRuntime( SbModule*, SbMethod*, sal_uInt32 ); 444 ~SbiRuntime();
|
H A D | sbunoobj.hxx | 310 friend class SbiRuntime;
|
/trunk/main/basic/inc/basic/ |
H A D | basicrt.hxx | 30 class SbiRuntime; 35 SbiRuntime* pRun; 37 BasicRuntime( SbiRuntime* p ) : pRun ( p ){;} in BasicRuntime()
|
H A D | sbmeth.hxx | 37 friend class SbiRuntime; 83 friend class SbiRuntime;
|
H A D | sbmod.hxx | 39 class SbiRuntime; 56 friend class SbiRuntime;
|
H A D | sbstar.hxx | 42 class SbiRuntime; // currently running procedure 57 friend class SbiRuntime;
|
/trunk/main/basic/source/sbx/ |
H A D | sbxdbl.cxx | 78 if ( SbiRuntime::isVBAEnabled() )// VBA only behaviour in ImpGetDouble() 88 if ( SbiRuntime::isVBAEnabled() )// VBA only behaviour in ImpGetDouble()
|
H A D | sbxstr.cxx | 262 bool bIncIndex = ( IsBaseIndexOne() && SbiRuntime::isVBAEnabled() ); in StringToByteArray()
|
H A D | sbxvalue.cxx | 1132 bool bVBAInterop = SbiRuntime::isVBAEnabled(); in Compute() 1466 bool bVBAInterop = SbiRuntime::isVBAEnabled(); in Compare()
|
H A D | sbxscan.cxx | 228 else if ( SbiRuntime::isVBAEnabled() ) in ImpScan()
|
H A D | sbxarray.cxx | 782 if( nDim == 0 || !pPar || ( ( nDim != ( pPar->Count() - 1 ) ) && SbiRuntime::isVBAEnabled() ) ) in Offset32()
|
/trunk/main/basic/source/classes/ |
H A D | sbxmod.cxx | 1143 SbiRuntime* pRt = new SbiRuntime( this, pMeth, pMeth->nStart ); in Run() 1186 SbiRuntime* pRtNext = pRt->pNext; in Run() 1278 SbiRuntime* pRt = new SbiRuntime( this, NULL, 0 ); in RunInit()
|
H A D | sb.cxx | 1561 if( SbiRuntime::isVBAEnabled() ) in GetVBErrorCode() 1603 if( SbiRuntime::isVBAEnabled() ) in GetSfxFromVBError() 1794 if ( SbiRuntime::isVBAEnabled() && ( code == SbERR_BASIC_COMPAT ) ) in RTError() 2298 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in CollRemove()
|
Completed in 454 milliseconds