Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dstep0.cxx100 void SbiRuntime::StepCompare( SbxOperator eOp ) in StepCompare() function in SbiRuntime
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()
/trunk/main/basic/source/inc/
H A Druntime.hxx374 void StepCompare( SbxOperator );// Vergleiche

Completed in 23 milliseconds