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 *()82 return *m_aIter->second.aIterator; in operator *()87 return m_aIter->second.aIterator; in operator ->()98 return m_aIter->second.aIterator; in operator ->()103 return m_aIter->second.aIterator <= _rRH; in operator <=()108 return m_aIter->second.aIterator < _rRH; 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()
Completed in 14 milliseconds