Lines Matching refs:OOperand

50 TYPEINIT1(OOperand, OCode);
51 TYPEINIT1(OOperandRow, OOperand);
54 TYPEINIT1(OOperandValue, OOperand);
87 OEvaluateSet* OOperand::preProcess(OBoolOperator* /*pOp*/, OOperand* /*pRight*/) in preProcess() argument
93 : OOperand(_rType) in OOperandRow()
217 sal_Bool OBoolOperator::operate(const OOperand*, const OOperand*) const in operate() argument
228 OOperand *pRight = rCodeStack.top(); in Exec()
230 OOperand *pLeft = rCodeStack.top(); in Exec()
240 sal_Bool OOp_NOT::operate(const OOperand* pLeft, const OOperand* ) const in operate()
249 OOperand* pOperand = rCodeStack.top(); in Exec()
264 sal_Bool OOp_AND::operate(const OOperand* pLeft, const OOperand* pRight) const in operate()
271 sal_Bool OOp_OR::operate(const OOperand* pLeft, const OOperand* pRight) const in operate()
288 OOperand* pOperand = rCodeStack.top(); in Exec()
297 sal_Bool OOp_ISNULL::operate(const OOperand* pOperand, const OOperand*) const in operate()
304 sal_Bool OOp_ISNOTNULL::operate(const OOperand* pOperand, const OOperand*) const in operate()
310 sal_Bool OOp_LIKE::operate(const OOperand* pLeft, const OOperand* pRight) const in operate()
327 sal_Bool OOp_NOTLIKE::operate(const OOperand* pLeft, const OOperand* pRight) const in operate()
334 sal_Bool OOp_COMPARE::operate(const OOperand* pLeft, const OOperand* pRight) const in operate()
409 OOperand *pRight = rCodeStack.top(); in Exec()
411 OOperand *pLeft = rCodeStack.top(); in Exec()
448 OEvaluateSet* OOperandAttr::preProcess(OBoolOperator* /*pOp*/, OOperand* /*pRight*/) in preProcess() argument
458 ::std::vector<OOperand*> aOperands; in Exec()
459 OOperand* pOperand; in Exec()
473 ::std::vector<OOperand*>::iterator aIter = aOperands.begin(); in Exec()
474 ::std::vector<OOperand*>::iterator aEnd = aOperands.end(); in Exec()
485 OOperand *pRight = rCodeStack.top(); in Exec()
487 OOperand *pLeft = rCodeStack.top(); in Exec()
504 OOperand* pOperand = rCodeStack.top(); in Exec()