Searched refs:m_pEvaluationKeySet (Results 1 – 4 of 4) sorted by relevance
92 ,m_pEvaluationKeySet(NULL) in DBG_NAME()569 if(m_pEvaluationKeySet) in evaluate()571 if(m_aEvaluateIter == m_pEvaluationKeySet->end()) in evaluate()580 if(m_pEvaluationKeySet) in evaluate()945 if (m_pEvaluationKeySet) in ExecuteRow()948 if (m_pEvaluationKeySet->end() != m_aEvaluateIter) in ExecuteRow()1127 if (m_pEvaluationKeySet) in Move()1129 if (m_nRowPos >= (sal_Int32)m_pEvaluationKeySet->size()) in Move()1134 m_aEvaluateIter = m_pEvaluationKeySet->begin(); in Move()1166 m_pEvaluationKeySet = NULL; in Move()[all …]
74 ,m_pEvaluationKeySet(NULL) in DBG_NAME()366 delete m_pEvaluationKeySet; in disposing()570 …m_pEvaluationKeySet = m_pSQLAnalyzer->bindEvaluationRow(m_aEvaluateRow); // Werte im Code des C… in initializeResultSet()571 _pResult->setEvaluationKeySet(m_pEvaluationKeySet); in initializeResultSet()
108 TIntVector* m_pEvaluationKeySet; member in connectivity::file::OResultSet318 … setEvaluationKeySet(TIntVector* _pEvaluationKeySet) { m_pEvaluationKeySet = _pEvaluat… in setEvaluationKeySet()
91 ::std::vector<sal_Int32>* m_pEvaluationKeySet;