Lines Matching defs:operate
217 sal_Bool OBoolOperator::operate(const OOperand*, const OOperand*) const in operate() function in OBoolOperator
240 sal_Bool OOp_NOT::operate(const OOperand* pLeft, const OOperand* ) const in operate() function in OOp_NOT
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
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
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
334 sal_Bool OOp_COMPARE::operate(const OOperand* pLeft, const OOperand* pRight) const in operate() function in OOp_COMPARE
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