Home
last modified time | relevance | path

Searched refs:SbxNE (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()
1493 bRes = sal_Bool( eOp == SbxGT || eOp == SbxGE || eOp == SbxNE ); in Compare()
1506 case SbxNE: in Compare()
1530 case SbxNE: in Compare()
1556 case SbxNE: in Compare()
1589 case SbxNE: in Compare()
/trunk/main/basic/inc/basic/
H A Dsbxdef.hxx135 SbxNE, // this <> var enumerator
H A Dsbxvar.hxx380 { return Compare( SbxNE, r ); } in operator !=()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx181 void SbiRuntime::StepNE() { StepCompare( SbxNE ); } in StepNE()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx1203 case CALC_NEQ: nSbxOper = SbxNE; break; in Term()

Completed in 43 milliseconds