Searched refs:rCodeList (Results 1 – 5 of 5) sorted by relevance
130 void OSQLAnalyzer::bindRow(OCodeList& rCodeList,const OValueRefRow& _pRow,OEvaluateSetList& _rEvalu… in bindRow() argument138 for (OCodeList::iterator aIter = rCodeList.begin(); aIter != rCodeList.end(); ++aIter) in bindRow()216 OCodeList& rCodeList = m_aCompiler->m_aCodeList; in describeParam() local219 if (!rCodeList.size()) in describeParam()235 for(OCodeList::iterator aIter = rCodeList.begin(); aIter != rCodeList.end(); ++aIter) in describeParam()248 OOperandAttr *pLeft = PTR_CAST(OOperandAttr,*(rCodeList.end() - 2)); in describeParam()
73 OCodeList& rCodeList = m_aCompiler->m_aCodeList; in bindParameterRow() local74 for(OCodeList::iterator aIter = rCodeList.begin(); aIter != rCodeList.end();++aIter) in bindParameterRow()
561 sal_Bool OPredicateInterpreter::evaluate(OCodeList& rCodeList) in evaluate() argument565 OCodeList::iterator aIter = rCodeList.begin(); in evaluate()569 for(;aIter != rCodeList.end();++aIter) in evaluate()590 void OPredicateInterpreter::evaluateSelection(OCodeList& rCodeList,ORowSetValueDecoratorRef& _rVal) in evaluateSelection() argument592 OCodeList::iterator aIter = rCodeList.begin(); in evaluateSelection()596 for(;aIter != rCodeList.end();++aIter) in evaluateSelection()
98 sal_Bool evaluate(OCodeList& rCodeList);99 void evaluateSelection(OCodeList& rCodeList,ORowSetValueDecoratorRef& _rVal);
48 void bindRow(OCodeList& rCodeList,const OValueRefRow& _pRow,OEvaluateSetList& _rEvaluateSetList);
Completed in 18 milliseconds