Home
last modified time | relevance | path

Searched refs:OOperand (Results 1 – 12 of 12) sorted by relevance

/trunk/main/connectivity/source/drivers/file/
H A Dfcode.cxx50 TYPEINIT1(OOperand, OCode);
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
240 sal_Bool OOp_NOT::operate(const OOperand* pLeft, const OOperand* ) const in operate()
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()
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()
[all …]
H A Dfcomp.cxx151 OOperand* OPredicateCompiler::execute(OSQLParseNode* pPredicateNode) in execute()
153 OOperand* pOperand = NULL; in execute()
285 OOperand* OPredicateCompiler::execute_LIKE(OSQLParseNode* pPredicateNode) throw(SQLException, Runti… in execute_LIKE()
354 OOperand* pColumnOp = execute(pColumn); in execute_BETWEEN()
355 OOperand* pOb1 = execute(p1stValue); in execute_BETWEEN()
360 OOperand* pOb2 = execute(p2ndtValue); in execute_BETWEEN()
437 OOperand* pOperand = NULL; in execute_Operand()
571 OOperand* pOperand = PTR_CAST(OOperand,(*aIter)); in evaluate()
578 OOperand* pOperand = m_aStack.top(); in evaluate()
598 OOperand* pOperand = PTR_CAST(OOperand,(*aIter)); in evaluateSelection()
[all …]
H A Dfanalyzer.cxx148 if (PTR_CAST(OOperand,pCode1)) in bindRow()
149 pEvaluateSet = pAttr->preProcess(PTR_CAST(OBoolOperator,pCode2), PTR_CAST(OOperand,pCode1)); in bindRow()
237 OOperand* pOperand = PTR_CAST(OOperand,(*aIter)); in describeParam()
261 OOperand* pOperand = aCodeStack.top(); in describeParam()
/trunk/main/connectivity/source/inc/file/
H A Dfcode.hxx46 class OOperand;
143 : 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;
[all …]
H A Dfcomp.hxx38 class OOperand;
69 OOperand* execute(connectivity::OSQLParseNode* pPredicateNode);
78OOperand* execute_COMPARE(connectivity::OSQLParseNode* pPredicateNode) throw( ::com::sun::star::sd…
79OOperand* execute_LIKE(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdbc::…
80OOperand* execute_BETWEEN(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdb…
81OOperand* execute_ISNULL(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdbc…
82OOperand* execute_Operand(connectivity::OSQLParseNode* pPredicateNode) throw(::com::sun::star::sdb…
83OOperand* execute_Fold(OSQLParseNode* pPredicateNode) throw( ::com::sun::star::sdbc::SQLException,…
84OOperand* executeFunction(OSQLParseNode* pPredicateNode) throw( ::com::sun::star::sdbc::SQLExcepti…
/trunk/main/connectivity/source/inc/dbase/
H A DDIndexIter.hxx42 const file::OOperand* m_pOperand;
56 const file::OOperand& rKey);
64 const file::OOperand* pOper) in OIndexIterator()
H A DDCode.hxx58 virtual file::OEvaluateSet* preProcess(file::OBoolOperator* pOp, file::OOperand* pRight = 0);
H A DDIndex.hxx43 typedef file::OOperand OOperand_BASE;
H A Ddindexnode.hxx45 typedef file::OOperand ONDXKey_BASE;
/trunk/main/connectivity/source/drivers/dbase/
H A DDCode.cxx97 OEvaluateSet* OFILEOperandAttr::preProcess(OBoolOperator* pOp, OOperand* pRight) in preProcess()
H A DDIndexIter.cxx98 ONDXKey* OIndexIterator::GetFirstKey(ONDXPage* pPage, const OOperand& rKey) in GetFirstKey()
H A DDIndex.cxx178 const OOperand* pOperand) in createIterator()

Completed in 59 milliseconds