Lines Matching refs:operate

217 sal_Bool OBoolOperator::operate(const OOperand*, const OOperand*) const  in operate()  function in OBoolOperator
233 rCodeStack.push(new OOperandResultBOOL(operate(pLeft, pRight))); in Exec()
240 sal_Bool OOp_NOT::operate(const OOperand* pLeft, const OOperand* ) const in operate() function in OOp_NOT
252 rCodeStack.push(new OOperandResultBOOL(operate(pOperand))); in Exec()
264 sal_Bool OOp_AND::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() function in OOp_AND
271 sal_Bool OOp_OR::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() function in OOp_OR
291 rCodeStack.push(new OOperandResultBOOL(operate(pOperand))); in Exec()
297 sal_Bool OOp_ISNULL::operate(const OOperand* pOperand, const OOperand*) const in operate() function in OOp_ISNULL
304 sal_Bool OOp_ISNOTNULL::operate(const OOperand* pOperand, const OOperand*) const in operate() function in OOp_ISNOTNULL
306 return !OOp_ISNULL::operate(pOperand); in operate()
310 sal_Bool OOp_LIKE::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() function in OOp_LIKE
327 sal_Bool OOp_NOTLIKE::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() function in OOp_NOTLIKE
330 return !OOp_LIKE::operate(pLeft, pRight); in operate()
334 sal_Bool OOp_COMPARE::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() function in OOp_COMPARE
414 rCodeStack.push(new OOperandResultNUM(operate(pLeft->getValue(), pRight->getValue()))); in Exec()
421 double OOp_ADD::operate(const double& fLeft,const double& fRight) const in operate() function in OOp_ADD
428 double OOp_SUB::operate(const double& fLeft,const double& fRight) const in operate() function in OOp_SUB
435 double OOp_MUL::operate(const double& fLeft,const double& fRight) const in operate() function in OOp_MUL
442 double OOp_DIV::operate(const double& fLeft,const double& fRight) const in operate() function in OOp_DIV
471 rCodeStack.push(new OOperandResult(operate(aValues))); in Exec()
493 rCodeStack.push(new OOperandResult(operate(pLeft->getValue(),pRight->getValue()))); in Exec()
507 rCodeStack.push(new OOperandResult(operate(pOperand->getValue()))); in Exec()