Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/inc/file/
H A Dfcomp.hxx40 typedef::std::vector<OCode*> OCodeList; typedef
47 OCodeList m_aCodeList;
98 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);
/trunk/main/connectivity/source/drivers/file/
H A DFNoException.cxx59 for(OCodeList::reverse_iterator aIter = m_aCodeList.rbegin(); aIter != m_aCodeList.rend();++aIter) in Clean()
73 OCodeList& rCodeList = m_aCompiler->m_aCodeList; in bindParameterRow()
74 for(OCodeList::iterator aIter = rCodeList.begin(); aIter != rCodeList.end();++aIter) in bindParameterRow()
H A Dfanalyzer.cxx130 void OSQLAnalyzer::bindRow(OCodeList& rCodeList,const OValueRefRow& _pRow,OEvaluateSetList& _rEvalu… in bindRow()
138 for (OCodeList::iterator aIter = rCodeList.begin(); aIter != rCodeList.end(); ++aIter) in bindRow()
216 OCodeList& rCodeList = m_aCompiler->m_aCodeList; in describeParam()
235 for(OCodeList::iterator aIter = rCodeList.begin(); aIter != rCodeList.end(); ++aIter) in describeParam()
H A Dfcomp.cxx561 sal_Bool OPredicateInterpreter::evaluate(OCodeList& rCodeList) in evaluate()
565 OCodeList::iterator aIter = rCodeList.begin(); in evaluate()
590 void OPredicateInterpreter::evaluateSelection(OCodeList& rCodeList,ORowSetValueDecoratorRef& _rVal) in evaluateSelection()
592 OCodeList::iterator aIter = rCodeList.begin(); in evaluateSelection()

Completed in 29 milliseconds