Lines Matching refs:getValue
113 const ORowSetValue& OOperandRow::getValue() const in getValue() function in OOperandRow
117 return (m_pRow->get())[m_nRowPos]->getValue(); in getValue()
164 const ORowSetValue& OOperandValue::getValue() const in getValue() function in OOperandValue
300 return pOperand->getValue().isNull(); in operate()
314 ORowSetValue aLH(pLeft->getValue()); in operate()
315 ORowSetValue aRH(pRight->getValue()); in operate()
337 ORowSetValue aLH(pLeft->getValue()); in operate()
338 ORowSetValue aRH(pRight->getValue()); in operate()
414 rCodeStack.push(new OOperandResultNUM(operate(pLeft->getValue(), pRight->getValue()))); in Exec()
466 aValues.push_back( pOperand->getValue() ); in Exec()
493 rCodeStack.push(new OOperandResult(operate(pLeft->getValue(),pRight->getValue()))); in Exec()
507 rCodeStack.push(new OOperandResult(operate(pOperand->getValue()))); in Exec()