Home
last modified time | relevance | path

Searched refs:SbxOperator (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/basic/source/inc/
H A Druntime.hxx372 void StepArith( SbxOperator ); // arithmetische Verknuepfungen
373 void StepUnary( SbxOperator ); // unaere Verknuepfungen
374 void StepCompare( SbxOperator );// Vergleiche
/aoo41x/main/basic/source/runtime/
H A Dstep0.cxx53 void SbiRuntime::StepArith( SbxOperator eOp ) in StepArith()
93 void SbiRuntime::StepUnary( SbxOperator eOp ) in StepUnary()
100 void SbiRuntime::StepCompare( SbxOperator eOp ) in StepCompare()
H A Dstep1.cxx243 SbxOperator eOp = ( pForStk->refInc->GetDouble() < 0 ) ? SbxLT : SbxGT; in StepTESTFOR()
H A Dstep2.cxx785 if( xCase->Compare( (SbxOperator) nOp2, *xComp ) ) in StepCASEIS()
/aoo41x/main/basic/inc/basic/
H A Dsbxvar.hxx346 virtual sal_Bool Compute( SbxOperator, const SbxValue& );
347 virtual sal_Bool Compare( SbxOperator, const SbxValue& ) const;
H A Dsbxdef.hxx114 enum SbxOperator { enum
/aoo41x/main/sw/source/core/bastyp/
H A Dcalc.cxx1342 SbxOperator eSbxOper = (SbxOperator)nSbxOper; in Term()
/aoo41x/main/basic/source/sbx/
H A Dsbxvalue.cxx1130 sal_Bool SbxValue::Compute( SbxOperator eOp, const SbxValue& rOp ) in Compute()
1464 sal_Bool SbxValue::Compare( SbxOperator eOp, const SbxValue& rOp ) const in Compare()

Completed in 51 milliseconds