Home
last modified time | relevance | path

Searched refs:m_aCodeList (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/connectivity/source/drivers/file/
H A Dfcomp.cxx169 m_aCodeList.push_back(new OOp_OR()); in execute()
173 m_aCodeList.push_back(new OOp_AND()); in execute()
206 m_aCodeList.push_back(new OOp_ADD()); in execute()
330 m_aCodeList.push_back(pOperator); in execute_LIKE()
357 m_aCodeList.push_back(pOperator); in execute_BETWEEN()
362 m_aCodeList.push_back(pOperator); in execute_BETWEEN()
410 m_aCodeList.push_back(pBoolOp); in execute_BETWEEN()
430 m_aCodeList.push_back(pOperator); in execute_ISNULL()
556 m_aCodeList.push_back(pOperand); in execute_Operand()
629 m_aCodeList.push_back(pOperator); in execute_Fold()
[all …]
H A DFNoException.cxx59 for(OCodeList::reverse_iterator aIter = m_aCodeList.rbegin(); aIter != m_aCodeList.rend();++aIter) in Clean()
63 m_aCodeList.clear(); in Clean()
73 OCodeList& rCodeList = m_aCompiler->m_aCodeList; in bindParameterRow()
H A Dfanalyzer.cxx171 bindRow( aIter->first->m_aCodeList,_pRow,aEvaluateSetList); in bindSelectRow()
178 bindRow( m_aCompiler->m_aCodeList,_pRow,aEvaluateSetList); in bindEvaluationRow()
216 OCodeList& rCodeList = m_aCompiler->m_aCodeList; in describeParam()
/aoo42x/main/connectivity/source/inc/file/
H A Dfcomp.hxx47 OCodeList m_aCodeList; member in connectivity::file::OPredicateCompiler
72 sal_Bool isClean() const {return m_aCodeList.empty();} in isClean()
103 return evaluate(m_rCompiler->m_aCodeList); in start()
108 evaluateSelection(m_rCompiler->m_aCodeList,_rVal); in startSelection()

Completed in 28 milliseconds