Searched refs:m_aCodeList (Results 1 – 4 of 4) sorted by relevance
169 m_aCodeList.push_back(new OOp_OR()); in execute()173 m_aCodeList.push_back(new OOp_AND()); in execute()182 m_aCodeList.push_back(new OOp_NOT()); in execute()206 m_aCodeList.push_back(new OOp_ADD()); in execute()209 m_aCodeList.push_back(new OOp_SUB()); in execute()221 m_aCodeList.push_back(new OOp_MUL()); in execute()224 m_aCodeList.push_back(new OOp_DIV()); in execute()279 m_aCodeList.push_back( new OOp_COMPARE(ePredicateType) ); in execute_COMPARE()330 m_aCodeList.push_back(pOperator); in execute_LIKE()357 m_aCodeList.push_back(pOperator); in execute_BETWEEN()[all …]
59 … 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()
171 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()
47 OCodeList m_aCodeList; member in connectivity::file::OPredicateCompiler72 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()