Home
last modified time | relevance | path

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

/aoo41x/main/basic/source/sbx/
H A Dsbxvalue.cxx1493 bRes = sal_Bool( eOp == SbxGT || eOp == SbxGE || eOp == SbxNE ); in Compare()
1514 case SbxGE: in Compare()
1538 case SbxGE: in Compare()
1564 case SbxGE: in Compare()
1597 case SbxGE: in Compare()
/aoo41x/main/basic/inc/basic/
H A Dsbxdef.hxx139 SbxGE // this >= var enumerator
H A Dsbxvar.hxx391 { return Compare( SbxGE, r ); } in operator >=()
/aoo41x/main/sw/source/core/bastyp/
H A Dcalc.cxx1205 case CALC_GEQ: nSbxOper = SbxGE; break; in Term()
1345 if( SbxEQ <= eSbxOper && eSbxOper <= SbxGE ) in Term()
/aoo41x/main/basic/source/runtime/
H A Dstep0.cxx185 void SbiRuntime::StepGE() { StepCompare( SbxGE ); } in StepGE()

Completed in 44 milliseconds