Home
last modified time | relevance | path

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

/aoo41x/main/basic/inc/basic/
H A Dsbxvar.hxx346 virtual sal_Bool Compute( SbxOperator, const SbxValue& );
394 { Compute( SbxMUL, r ); return *this; } in operator *=()
397 { Compute( SbxDIV, r ); return *this; } in operator /=()
400 { Compute( SbxMOD, r ); return *this; } in operator %=()
403 { Compute( SbxPLUS, r ); return *this; } in operator +=()
406 { Compute( SbxMINUS, r ); return *this; } in operator -=()
409 { Compute( SbxAND, r ); return *this; } in operator &=()
412 { Compute( SbxOR, r ); return *this; } in operator |=()
415 { Compute( SbxXOR, r ); return *this; } in operator ^=()
/aoo41x/main/sw/source/core/bastyp/
H A Dcalc.cxx1356 left.Compute( eSbxOper, aRight ); in Term()
1406 nErg.Compute( SbxNOT, nErg ); in Prim()
1556 left.Compute( SbxPLUS, right ); in Expr()
1565 left.Compute( SbxMINUS, right ); in Expr()
/aoo41x/main/basic/source/runtime/
H A Dstep0.cxx88 p2->Compute( eOp, *p1 ); in StepArith()
97 p->Compute( eOp, *p ); in StepUnary()
1245 pForStk->refVar->Compute( SbxPLUS, *pForStk->refInc ); in StepNEXT()
H A Dstep1.cxx561 x2->Compute( SbxPLUS, *p1 ); in StepBASED()
/aoo41x/main/basic/source/sbx/
H A Dsbxvalue.cxx1130 sal_Bool SbxValue::Compute( SbxOperator eOp, const SbxValue& rOp ) in Compute() function in SbxValue

Completed in 54 milliseconds