Home
last modified time | relevance | path

Searched refs:m_pInsertMatrix (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/dbaccess/source/core/api/
H A DRowSetCache.cxx97 ,m_pInsertMatrix(NULL) in DBG_NAME()
376 if(m_pInsertMatrix) in ~ORowSetCache()
378 m_pInsertMatrix->clear(); in ~ORowSetCache()
379 delete m_pInsertMatrix; in ~ORowSetCache()
401 m_pInsertMatrix = new ORowSetMatrix(1); // a little bit overkill but ??? :-) in setFetchSize()
402 m_aInsertRow = m_pInsertMatrix->end(); in setFetchSize()
1405 m_aInsertRow = m_pInsertMatrix->begin(); in moveToInsertRow()
1476 m_aInsertRow = m_pInsertMatrix->begin(); in setUpdateIterator()
1606 if ( m_aInsertRow != m_pInsertMatrix->end() && m_aInsertRow->isValid() ) in clearInsertRow()
H A DRowSetCacheIterator.cxx136 m_aIter->second.aIterator == m_pCache->m_pInsertMatrix->end() in isNull()
H A DRowSetCache.hxx133 …ORowSetMatrix* m_pInsertMatrix; // represent the rows which should be inserted normally this … member in dbaccess::ORowSetCache

Completed in 22 milliseconds