Searched refs:m_aIter (Results 1 – 2 of 2) sorted by relevance
39 : m_aIter(_rRH.m_aIter) in ORowSetCacheIterator()48 return m_aIter->second.aIterator; in operator ORowSetMatrix::iterator()57 m_aIter = _rRH.m_aIter; in operator =()65 m_aIter->second.aIterator = _rIter; in operator =()71 return *m_aIter->second.aIterator; in operator *()76 if ( !m_pRowSet->isInsertRow() && m_aIter->second.aIterator == m_pCache->m_pMatrix->end() ) in operator *()78 OSL_ENSURE(m_aIter->second.aBookmark.hasValue(),"bookmark has no value!"); in operator *()79 OSL_VERIFY(m_pCache->moveToBookmark(m_aIter->second.aBookmark)); in operator *()80 m_aIter->second.aIterator = m_pCache->m_aMatrixIter; in operator *()82 return *m_aIter->second.aIterator; in operator *()[all …]
49 ORowSetCacheMap::iterator m_aIter; member in dbaccess::ORowSetCacheIterator54 : m_aIter(_rIter) in ORowSetCacheIterator()60 ORowSetCacheIterator() :m_aIter(),m_pCache(NULL),m_pRowSet(NULL){} in ORowSetCacheIterator()80 ::com::sun::star::uno::Any getBookmark() const { return m_aIter->second.aBookmark; } in getBookmark()83 ORowSetCacheMap::iterator getIter() const { return m_aIter; } in getIter()