Searched refs:privateIndex (Results 1 – 1 of 1) sorted by relevance
100 ::sal_Int32 const privateIndex = m_publicToPrivateRowIndex[ publicIndex ]; in checkInvariants()101 … if ( ( privateIndex < 0 ) || ( size_t( privateIndex ) >= m_privateToPublicRowIndex.size() ) ) in checkInvariants()104 if ( m_privateToPublicRowIndex[ privateIndex ] != sal_Int32( publicIndex ) ) in checkInvariants()396 sal_Int32 const privateIndex = i_event.FirstRow; in rowsRemoved() local400 m_privateToPublicRowIndex.erase( m_privateToPublicRowIndex.begin() + privateIndex ); in rowsRemoved()403 lcl_decrementValuesGreaterThan( m_publicToPrivateRowIndex, privateIndex ); in rowsRemoved()
Completed in 18 milliseconds