Lines Matching refs:aIterator
418 ptrdiff_t nDist = (aCacheIter->second.aIterator - m_pMatrix->begin()); in setFetchSize()
443 aCacheIter->second.aIterator = m_pMatrix->begin() + *aIter++; in setFetchSize()
445 aCacheIter->second.aIterator = m_pMatrix->end(); in setFetchSize()
887 && aCacheIter->second.aIterator != m_pMatrix->end() && !m_bModified ) in moveWindow()
889 ptrdiff_t nDist = (aCacheIter->second.aIterator - m_pMatrix->begin()); in moveWindow()
892 aCacheIter->second.aIterator = m_pMatrix->end(); in moveWindow()
898 aOldPos = aCacheIter->second.aIterator; in moveWindow()
901 aCacheIter->second.aIterator += nOffSet; in moveWindow()
904 aCurrentPos = aCacheIter->second.aIterator; in moveWindow()
906 OSL_ENSURE(aCacheIter->second.aIterator >= m_pMatrix->begin() in moveWindow()
907 … && aCacheIter->second.aIterator < m_pMatrix->end(),"Iterator out of area!"); in moveWindow()
1318 … if ( aCacheIter->second.pRowSet->isInsertRow() && aCacheIter->second.aIterator == m_aInsertRow ) in cancelRowModification()
1319 aCacheIter->second.aIterator = m_pMatrix->end(); in cancelRowModification()
1425 aHelper.aIterator = m_pMatrix->end(); in createIterator()
1455 && aCacheIter->second.aIterator != m_pMatrix->end() && !m_bModified ) in rotateCacheIterator()
1457 ptrdiff_t nDist = (aCacheIter->second.aIterator - m_pMatrix->begin()); in rotateCacheIterator()
1460 aCacheIter->second.aIterator = m_pMatrix->end(); in rotateCacheIterator()
1464 … OSL_ENSURE((aCacheIter->second.aIterator - m_pMatrix->begin()) >= _nDist,"Invalid Dist value!"); in rotateCacheIterator()
1465 aCacheIter->second.aIterator -= _nDist; in rotateCacheIterator()
1466 OSL_ENSURE(aCacheIter->second.aIterator >= m_pMatrix->begin() in rotateCacheIterator()
1467 … && aCacheIter->second.aIterator < m_pMatrix->end(),"Iterator out of area!"); in rotateCacheIterator()