Lines Matching refs:m_pEvaluationKeySet

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()
1334 if (m_pEvaluationKeySet) in sortRows()
1336 m_aEvaluateIter = m_pEvaluationKeySet->begin(); in sortRows()
1338 while (m_aEvaluateIter != m_pEvaluationKeySet->end()) in sortRows()
1358 m_pEvaluationKeySet = NULL; in sortRows()
1431 if (m_pEvaluationKeySet) in OpenImpl()
1433 m_aEvaluateIter = m_pEvaluationKeySet->begin(); in OpenImpl()
1434 bOK = m_aEvaluateIter == m_pEvaluationKeySet->end(); in OpenImpl()
1439 if (m_pEvaluationKeySet) in OpenImpl()
1447 if(m_pEvaluationKeySet) in OpenImpl()
1450 bOK = m_aEvaluateIter == m_pEvaluationKeySet->end(); in OpenImpl()
1458 m_pEvaluationKeySet = NULL; in OpenImpl()
1577 m_pEvaluationKeySet = &aEvaluationKeySet; in OpenImpl()
1601 if (m_pEvaluationKeySet) in OpenImpl()
1603 m_aEvaluateIter = m_pEvaluationKeySet->begin(); in OpenImpl()
1604 bOK = m_aEvaluateIter == m_pEvaluationKeySet->end(); in OpenImpl()
1609 if (m_pEvaluationKeySet) in OpenImpl()
1617 if(m_pEvaluationKeySet) in OpenImpl()
1620 bOK = m_aEvaluateIter == m_pEvaluationKeySet->end(); in OpenImpl()
1629 m_pEvaluationKeySet = NULL; in OpenImpl()