Searched refs:SbxLT (Results 1 – 6 of 6) sorted by relevance
1488 bRes = sal_Bool( eOp == SbxLT || eOp == SbxLE || eOp == SbxNE ); in Compare()1508 case SbxLT: in Compare()1532 case SbxLT: in Compare()1558 case SbxLT: in Compare()1591 case SbxLT: in Compare()
136 SbxLT, // this < var enumerator
383 { return Compare( SbxLT, r ); } in operator <()
243 SbxOperator eOp = ( pForStk->refInc->GetDouble() < 0 ) ? SbxLT : SbxGT; in StepTESTFOR()
182 void SbiRuntime::StepLT() { StepCompare( SbxLT ); } in StepLT()
1207 case CALC_LES: nSbxOper = SbxLT; break; in Term()