Lines Matching refs:SbiRuntime
50 void SbiRuntime::StepNOP() in StepNOP()
53 void SbiRuntime::StepArith( SbxOperator eOp ) in StepArith()
93 void SbiRuntime::StepUnary( SbxOperator eOp ) in StepUnary()
100 void SbiRuntime::StepCompare( SbxOperator eOp ) in StepCompare()
163 void SbiRuntime::StepEXP() { StepArith( SbxEXP ); } in StepEXP()
164 void SbiRuntime::StepMUL() { StepArith( SbxMUL ); } in StepMUL()
165 void SbiRuntime::StepDIV() { StepArith( SbxDIV ); } in StepDIV()
166 void SbiRuntime::StepIDIV() { StepArith( SbxIDIV ); } in StepIDIV()
167 void SbiRuntime::StepMOD() { StepArith( SbxMOD ); } in StepMOD()
168 void SbiRuntime::StepPLUS() { StepArith( SbxPLUS ); } in StepPLUS()
169 void SbiRuntime::StepMINUS() { StepArith( SbxMINUS ); } in StepMINUS()
170 void SbiRuntime::StepCAT() { StepArith( SbxCAT ); } in StepCAT()
171 void SbiRuntime::StepAND() { StepArith( SbxAND ); } in StepAND()
172 void SbiRuntime::StepOR() { StepArith( SbxOR ); } in StepOR()
173 void SbiRuntime::StepXOR() { StepArith( SbxXOR ); } in StepXOR()
174 void SbiRuntime::StepEQV() { StepArith( SbxEQV ); } in StepEQV()
175 void SbiRuntime::StepIMP() { StepArith( SbxIMP ); } in StepIMP()
177 void SbiRuntime::StepNEG() { StepUnary( SbxNEG ); } in StepNEG()
178 void SbiRuntime::StepNOT() { StepUnary( SbxNOT ); } in StepNOT()
180 void SbiRuntime::StepEQ() { StepCompare( SbxEQ ); } in StepEQ()
181 void SbiRuntime::StepNE() { StepCompare( SbxNE ); } in StepNE()
182 void SbiRuntime::StepLT() { StepCompare( SbxLT ); } in StepLT()
183 void SbiRuntime::StepGT() { StepCompare( SbxGT ); } in StepGT()
184 void SbiRuntime::StepLE() { StepCompare( SbxLE ); } in StepLE()
185 void SbiRuntime::StepGE() { StepCompare( SbxGE ); } in StepGE()
267 void SbiRuntime::StepLIKE() in StepLIKE()
301 void SbiRuntime::StepIS() in StepIS()
330 void SbiRuntime::StepGET() in StepGET()
373 void SbiRuntime::StepPUT() in StepPUT()
465 void SbiRuntime::StepSET_Impl( SbxVariableRef& refVal, SbxVariableRef& refVar, bool bHandleDefaultP… in StepSET_Impl()
676 void SbiRuntime::StepSET() in StepSET()
683 void SbiRuntime::StepVBASET() in StepVBASET()
693 void SbiRuntime::StepLSET() in StepLSET()
729 void SbiRuntime::StepRSET() in StepRSET()
762 void SbiRuntime::StepPUTC() in StepPUTC()
775 void SbiRuntime::StepDIM() in StepDIM()
782 void SbiRuntime::DimImpl( SbxVariableRef refVar ) in DimImpl()
827 void SbiRuntime::StepREDIM() in StepREDIM()
861 void SbiRuntime::StepREDIMP() in StepREDIMP()
948 void SbiRuntime::StepREDIMP_ERASE() in StepREDIMP_ERASE()
1031 void SbiRuntime::StepERASE() in StepERASE()
1037 void SbiRuntime::StepERASE_CLEAR() in StepERASE_CLEAR()
1045 void SbiRuntime::StepARRAYACCESS() in StepARRAYACCESS()
1055 void SbiRuntime::StepBYVAL() in StepBYVAL()
1071 void SbiRuntime::StepARGC() in StepARGC()
1080 void SbiRuntime::StepARGV() in StepARGV()
1103 void SbiRuntime::StepINPUT() in StepINPUT()
1206 void SbiRuntime::StepLINPUT() in StepLINPUT()
1218 void SbiRuntime::StepSTOP() in StepSTOP()
1225 void SbiRuntime::StepINITFOR() in StepINITFOR()
1230 void SbiRuntime::StepINITFOREACH() in StepINITFOREACH()
1237 void SbiRuntime::StepNEXT() in StepNEXT()
1250 void SbiRuntime::StepCASE() in StepCASE()
1260 void SbiRuntime::StepENDCASE() in StepENDCASE()
1270 void SbiRuntime::StepSTDERROR() in StepSTDERROR()
1280 void SbiRuntime::StepNOERROR() in StepNOERROR()
1292 void SbiRuntime::StepLEAVE() in StepLEAVE()
1300 void SbiRuntime::StepCHANNEL() // TOS = Kanalnummer in StepCHANNEL()
1308 void SbiRuntime::StepCHANNEL0() in StepCHANNEL0()
1313 void SbiRuntime::StepPRINT() // print TOS in StepPRINT()
1326 void SbiRuntime::StepPRINTF() // print TOS in field in StepPRINTF()
1340 void SbiRuntime::StepWRITE() // write TOS in StepWRITE()
1364 void SbiRuntime::StepRENAME() // Rename Tos+1 to Tos in StepRENAME()
1396 void SbiRuntime::StepPROMPT() in StepPROMPT()
1405 void SbiRuntime::StepRESTART() in StepRESTART()
1412 void SbiRuntime::StepEMPTY() in StepEMPTY()
1426 void SbiRuntime::StepERROR() in StepERROR()