Lines Matching refs:ORowSetValue
83 virtual const ORowSetValue& getValue() const = 0;
84 virtual void setValue(const ORowSetValue& _rVal) = 0;
102 virtual const ORowSetValue& getValue() const;
103 virtual void setValue(const ORowSetValue& _rVal);
138 ORowSetValue m_aValue;
142 OOperandValue(const ORowSetValue& _rVar, sal_Int32 eDbType) in OOperandValue()
149 virtual const ORowSetValue& getValue() const;
150 virtual void setValue(const ORowSetValue& _rVal);
170 OOperandResult(const ORowSetValue& _rVar, sal_Int32 eDbType) in OOperandResult()
175 OOperandResult(const ORowSetValue& _rVar) in OOperandResult()
364 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const = 0;
375 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const = 0;
383 virtual ORowSetValue operate(const ORowSetValue& lhs) const = 0;