Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/core/api/
H A DRowSetCache.cxx410 ORowSetCacheMap::iterator aCacheIter = m_aCacheIterators.begin(); in setFetchSize()
411 ORowSetCacheMap::iterator aCacheEnd = m_aCacheIterators.end(); in setFetchSize()
435 for( aCacheIter = m_aCacheIterators.begin(); in setFetchSize()
883 ORowSetCacheMap::iterator aCacheEnd = m_aCacheIterators.end(); in moveWindow()
1314 ORowSetCacheMap::iterator aCacheIter = m_aCacheIterators.begin(); in cancelRowModification()
1315 ORowSetCacheMap::iterator aCacheEnd = m_aCacheIterators.end(); in cancelRowModification()
1427 …return ORowSetCacheIterator(m_aCacheIterators.insert(m_aCacheIterators.begin(),ORowSetCacheMap::va… in createIterator()
1433 for(;aCacheIter != m_aCacheIterators.end();) in deleteIterator()
1437 m_aCacheIterators.erase(aCacheIter); in deleteIterator()
1438 aCacheIter = m_aCacheIterators.begin(); in deleteIterator()
[all …]
H A DRowSetCacheIterator.cxx130 sal_Bool bRet = !m_pCache || !m_pRowSet || m_aIter == m_pCache->m_aCacheIterators.end(); in isNull()
H A DRowSetCache.hxx130 ORowSetCacheMap m_aCacheIterators; member in dbaccess::ORowSetCache
H A DRowSetBase.cxx281 …() && m_aCurrentRow < m_pCache->getEnd() && aCacheIter != m_pCache->m_aCacheIterators.end(),"Inval… in impl_getValue()

Completed in 28 milliseconds