Home
last modified time | relevance | path

Searched refs:SbxEQ (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/basic/source/sbx/
H A Dsbxvalue.cxx1479 bRes = !bVBAInterop ? sal_True : ( eOp == SbxEQ ? sal_True : sal_False ); in Compare()
1504 case SbxEQ: in Compare()
1528 case SbxEQ: in Compare()
1554 case SbxEQ: in Compare()
1587 case SbxEQ: in Compare()
1607 if ( bVBAInterop && eOp == SbxEQ && GetError() == SbxERR_CONVERSION ) in Compare()
/aoo4110/main/basic/source/comp/
H A Dloops.cxx407 SbxEQ + ( eTok2 - EQ ) ) ); in Select()
423 nTrueTarget = aGen.Gen( _CASEIS, nTrueTarget, SbxEQ ); in Select()
/aoo4110/main/basic/inc/basic/
H A Dsbxdef.hxx134 SbxEQ, // this = var enumerator
H A Dsbxvar.hxx376 { return Compare( SbxEQ, r ); } in operator ==()
/aoo4110/main/sw/source/core/bastyp/
H A Dcalc.cxx1202 case CALC_EQ: nSbxOper = SbxEQ; break; in Term()
1345 if( SbxEQ <= eSbxOper && eSbxOper <= SbxGE ) in Term()
/aoo4110/main/basic/source/classes/
H A Ddisas.cxx649 rText.AppendAscii( pOp1[ nOp2 - SbxEQ + _EQ ] ); in CaseOp()
/aoo4110/main/basic/source/runtime/
H A Dstep0.cxx180 void SbiRuntime::StepEQ() { StepCompare( SbxEQ ); } in StepEQ()

Completed in 49 milliseconds