Home
last modified time | relevance | path

Searched refs:StepArith (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/basic/source/runtime/
H A Dstep0.cxx53 void SbiRuntime::StepArith( SbxOperator eOp ) in StepArith() function in SbiRuntime
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()
[all …]
/AOO41X/main/basic/source/inc/
H A Druntime.hxx372 void StepArith( SbxOperator ); // arithmetische Verknuepfungen