Searched refs:m_nDeletedPosition (Results 1 – 2 of 2) sorted by relevance
104 ,m_nDeletedPosition(-1) in DBG_NAME()729 return ( m_nDeletedPosition == 1 ); in isFirst()760 return ( m_nDeletedPosition == impl_getRowCount() ); in isLast()937 nPos = m_nDeletedPosition; in impl_getRow()1369 if ( m_nDeletedPosition > 1 ) in positionCache()1370 bSuccess = m_pCache->absolute( m_nDeletedPosition - 1 ); in positionCache()1379 if ( m_pCache->m_bRowCountFinal && ( m_nDeletedPosition == impl_getRowCount() ) ) in positionCache()1385 bSuccess = m_pCache->absolute( m_nDeletedPosition ); in positionCache()1449 m_nDeletedPosition = m_pCache->getRow(); in onDeleteRow()1461 if ( m_bClone && ( _nPos < m_nDeletedPosition ) ) in onDeletedRow()[all …]
150 sal_Int32 m_nDeletedPosition; // is set only when a row was deleted member in dbaccess::ORowSetBase
Completed in 17 milliseconds