Home
last modified time | relevance | path

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

/aoo41x/main/basic/source/sbx/
H A Dsbxvalue.cxx1493 bRes = sal_Bool( eOp == SbxGT || eOp == SbxGE || eOp == SbxNE ); in Compare()
1510 case SbxGT: in Compare()
1534 case SbxGT: in Compare()
1560 case SbxGT: in Compare()
1593 case SbxGT: in Compare()
/aoo41x/main/basic/inc/basic/
H A Dsbxdef.hxx137 SbxGT, // this > var enumerator
H A Dsbxvar.hxx385 { return Compare( SbxGT, r ); } in operator >()
/aoo41x/main/basic/source/runtime/
H A Dstep1.cxx243 SbxOperator eOp = ( pForStk->refInc->GetDouble() < 0 ) ? SbxLT : SbxGT; in StepTESTFOR()
H A Dstep0.cxx183 void SbiRuntime::StepGT() { StepCompare( SbxGT ); } in StepGT()
/aoo41x/main/sw/source/core/bastyp/
H A Dcalc.cxx1206 case CALC_GRE: nSbxOper = SbxGT; break; in Term()

Completed in 133 milliseconds