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()
167 void SbiRuntime::StepMOD() { StepArith( SbxMOD ); } in StepMOD()
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()
[all …]
/aoo41x/main/basic/source/inc/
H A Druntime.hxx372 void StepArith( SbxOperator ); // arithmetische Verknuepfungen

Completed in 18 milliseconds