Home
last modified time | relevance | path

Searched refs:rCodeList (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx130 void OSQLAnalyzer::bindRow(OCodeList& rCodeList,const OValueRefRow& _pRow,OEvaluateSetList& _rEvalu… in bindRow() argument
138 for (OCodeList::iterator aIter = rCodeList.begin(); aIter != rCodeList.end(); ++aIter) in bindRow()
216 OCodeList& rCodeList = m_aCompiler->m_aCodeList; in describeParam() local
219 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()
H A DFNoException.cxx73 OCodeList& rCodeList = m_aCompiler->m_aCodeList; in bindParameterRow() local
74 for(OCodeList::iterator aIter = rCodeList.begin(); aIter != rCodeList.end();++aIter) in bindParameterRow()
H A Dfcomp.cxx561 sal_Bool OPredicateInterpreter::evaluate(OCodeList& rCodeList) in evaluate() argument
565 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() argument
592 OCodeList::iterator aIter = rCodeList.begin(); in evaluateSelection()
596 for(;aIter != rCodeList.end();++aIter) in evaluateSelection()
/aoo4110/main/connectivity/source/inc/file/
H A Dfcomp.hxx98 sal_Bool evaluate(OCodeList& rCodeList);
99 void evaluateSelection(OCodeList& rCodeList,ORowSetValueDecoratorRef& _rVal);
H A Dfanalyzer.hxx48 void bindRow(OCodeList& rCodeList,const OValueRefRow& _pRow,OEvaluateSetList& _rEvaluateSetList);

Completed in 26 milliseconds