Lines Matching refs:end
316 … if(nNullable == ColumnValue::NO_NULLS && aColumnNames.find(*pIter) == aColumnNames.end()) in DBG_NAME()
398 m_aMatrixIter = m_pMatrix->end(); in setFetchSize()
399 m_aMatrixEnd = m_pMatrix->end(); in setFetchSize()
402 m_aInsertRow = m_pInsertMatrix->end(); in setFetchSize()
411 ORowSetCacheMap::iterator aCacheEnd = m_aCacheIterators.end(); in setFetchSize()
429 m_aMatrixIter = m_pMatrix->end(); in setFetchSize()
430 m_aMatrixEnd = m_pMatrix->end(); in setFetchSize()
436 aPosChangeIter != aCacheIterToChange.end(); in setFetchSize()
445 aCacheIter->second.aIterator = m_pMatrix->end(); in setFetchSize()
494 …if ( m_aMatrixIter >= m_pMatrix->end() || m_aMatrixIter < m_pMatrix->begin() || !(*m_aMatrixIter).… in getBookmark()
521 m_aMatrixIter = m_pMatrix->end(); in moveToBookmark()
524 m_aMatrixIter = m_pMatrix->end(); in moveToBookmark()
529 return m_aMatrixIter != m_pMatrix->end() && (*m_aMatrixIter).isValid(); in moveToBookmark()
541 bRet = m_aMatrixIter != m_pMatrix->end() && (*m_aMatrixIter).isValid(); in moveRelativeToBookmark()
719 m_aMatrixIter = m_pMatrix->end(); in beforeFirst()
740 m_aMatrixIter = m_pMatrix->end(); in afterLast()
789 ORowSetMatrix::iterator aRealEnd = m_pMatrix->end(); in fillMatrix()
875 bCheck = fill(aIter,m_pMatrix->end(),nPos,bCheck); in moveWindow()
877 ::std::rotate(m_pMatrix->begin(),aEnd,m_pMatrix->end()); in moveWindow()
881 ptrdiff_t nOffSet = m_pMatrix->end() - aEnd; in moveWindow()
883 ORowSetCacheMap::iterator aCacheEnd = m_aCacheIterators.end(); in moveWindow()
887 && aCacheIter->second.aIterator != m_pMatrix->end() && !m_bModified ) in moveWindow()
892 aCacheIter->second.aIterator = m_pMatrix->end(); in moveWindow()
907 … && aCacheIter->second.aIterator < m_pMatrix->end(),"Iterator out of area!"); in moveWindow()
998 ::std::rotate(m_pMatrix->begin(),aIter,m_pMatrix->end()); in moveWindow()
1017 ::std::rotate(m_pMatrix->begin(),aIter,m_pMatrix->end()); in moveWindow()
1042 OSL_ENSURE(aIter != m_pMatrix->end(),"Invalid iterator"); in moveWindow()
1083 m_aMatrixIter = m_pMatrix->end(); in first()
1115 m_aMatrixIter = m_pMatrix->end(); in last()
1148 m_aMatrixIter = m_pMatrix->end(); in absolute()
1160 m_aMatrixIter = m_pMatrix->end(); in absolute()
1176 m_aMatrixIter = m_pMatrix->end(); in absolute()
1179 m_aMatrixIter = m_pMatrix->end(); in absolute()
1232 m_aMatrixIter = m_pMatrix->end(); in previous()
1248 OSL_ENSURE(m_aMatrixIter != m_pMatrix->end(),"refreshRow() called for invalid row!"); in refreshRow()
1287 for(;aIter != m_pMatrix->end();++aIter) in insertRow()
1315 ORowSetCacheMap::iterator aCacheEnd = m_aCacheIterators.end(); in cancelRowModification()
1319 aCacheIter->second.aIterator = m_pMatrix->end(); in cancelRowModification()
1343 for(;aIter != m_pMatrix->end();++aIter) in updateRow()
1370 ORowSetMatrix::iterator aEnd = m_pMatrix->end(); in deleteRow()
1376 m_aMatrixIter = m_pMatrix->end(); in deleteRow()
1411 ORowSetValueVector::Vector::iterator aEnd = (*m_aInsertRow)->get().end(); in moveToInsertRow()
1425 aHelper.aIterator = m_pMatrix->end(); in createIterator()
1433 for(;aCacheIter != m_aCacheIterators.end();) in deleteIterator()
1451 ORowSetCacheMap::iterator aCacheEnd = m_aCacheIterators.end(); in rotateCacheIterator()
1455 && aCacheIter->second.aIterator != m_pMatrix->end() && !m_bModified ) in rotateCacheIterator()
1460 aCacheIter->second.aIterator = m_pMatrix->end(); in rotateCacheIterator()
1467 … && aCacheIter->second.aIterator < m_pMatrix->end(),"Iterator out of area!"); in rotateCacheIterator()
1483 ORowSetValueVector::Vector::iterator aEnd = (*m_aInsertRow)->get().end(); in setUpdateIterator()
1606 if ( m_aInsertRow != m_pInsertMatrix->end() && m_aInsertRow->isValid() ) in clearInsertRow()
1609 ORowSetValueVector::Vector::iterator aEnd = (*m_aInsertRow)->get().end(); in clearInsertRow()
1623 …return ( nValue < 0 || nValue >= static_cast<sal_Int32>(m_pMatrix->size()) ) ? m_pMatrix->end() : … in calcPosition()
1636 TOldRowSetRows::iterator aOldRowEnd = m_aOldRows.end(); in deregisterOldRow()
1650 TOldRowSetRows::iterator aOldRowEnd = m_aOldRows.end(); in reFillMatrix()
1672 TOldRowSetRows::iterator aOldRowEnd = m_aOldRows.end(); in fill()
1706 for(;aIter != m_pMatrix->end();++aIter) in impl_updateRowFromCache_throw()
1714 if ( aIter == m_pMatrix->end() ) in impl_updateRowFromCache_throw()