Home
last modified time | relevance | path

Searched refs:SbxLE (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx1488 bRes = sal_Bool( eOp == SbxLT || eOp == SbxLE || eOp == SbxNE ); in Compare()
1512 case SbxLE: in Compare()
1536 case SbxLE: in Compare()
1562 case SbxLE: in Compare()
1595 case SbxLE: in Compare()
/trunk/main/basic/inc/basic/
H A Dsbxdef.hxx138 SbxLE, // this <= var enumerator
H A Dsbxvar.hxx389 { return Compare( SbxLE, r ); } in operator <=()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx184 void SbiRuntime::StepLE() { StepCompare( SbxLE ); } in StepLE()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx1204 case CALC_LEQ: nSbxOper = SbxLE; break; in Term()

Completed in 44 milliseconds