Home
last modified time | relevance | path

Searched refs:SbxLT (Results 1 – 6 of 6) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx1488 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()
/trunk/main/basic/inc/basic/
H A Dsbxdef.hxx136 SbxLT, // this < var enumerator
H A Dsbxvar.hxx383 { return Compare( SbxLT, r ); } in operator <()
/trunk/main/basic/source/runtime/
H A Dstep1.cxx243 SbxOperator eOp = ( pForStk->refInc->GetDouble() < 0 ) ? SbxLT : SbxGT; in StepTESTFOR()
H A Dstep0.cxx182 void SbiRuntime::StepLT() { StepCompare( SbxLT ); } in StepLT()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx1207 case CALC_LES: nSbxOper = SbxLT; break; in Term()