Home
last modified time | relevance | path

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

/AOO41X/main/connectivity/source/drivers/file/
H A DFResultSet.cxx92 ,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 …]
H A DFStatement.cxx74 ,m_pEvaluationKeySet(NULL) in DBG_NAME()
366 delete m_pEvaluationKeySet; in disposing()
570m_pEvaluationKeySet = m_pSQLAnalyzer->bindEvaluationRow(m_aEvaluateRow); // Werte im Code des C… in initializeResultSet()
571 _pResult->setEvaluationKeySet(m_pEvaluationKeySet); in initializeResultSet()
/AOO41X/main/connectivity/source/inc/file/
H A DFResultSet.hxx108 TIntVector* m_pEvaluationKeySet; member in connectivity::file::OResultSet
318 … setEvaluationKeySet(TIntVector* _pEvaluationKeySet) { m_pEvaluationKeySet = _pEvaluat… in setEvaluationKeySet()
H A DFStatement.hxx91 ::std::vector<sal_Int32>* m_pEvaluationKeySet;