Lines Matching refs:OOperand
46 class OOperand;
47 typedef ::std::stack<OOperand*> OCodeStack;
74 class OOO_DLLPUBLIC_FILE OOperand : public OCode class
79 OOperand(const sal_Int32& _rType) : m_eDBType(_rType){} in OOperand() function in connectivity::file::OOperand
80 OOperand() : m_eDBType(::com::sun::star::sdbc::DataType::OTHER){} in OOperand() function in connectivity::file::OOperand
87 virtual OEvaluateSet* preProcess(OBoolOperator* pOp, OOperand* pRight = 0);
93 class OOO_DLLPUBLIC_FILE OOperandRow : public OOperand
120 virtual OEvaluateSet* preProcess(OBoolOperator* pOp, OOperand* pRight = 0);
135 class OOperandValue : public OOperand
143 : OOperand(eDbType) in OOperandValue()
147 OOperandValue(sal_Int32 eDbType) :OOperand(eDbType){} in OOperandValue()
229 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
239 virtual sal_Bool operate(const OOperand*, const OOperand* = NULL) const;
249 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
257 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
267 virtual sal_Bool operate(const OOperand*, const OOperand* = NULL) const;
274 virtual sal_Bool operate(const OOperand*, const OOperand* = NULL) const;
287 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
297 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
310 virtual sal_Bool operate(const OOperand*, const OOperand*) const;
350 inline sal_Bool OOperand::isValid() const in isValid()