Home
last modified time | relevance | path

Searched refs:privateIndex (Results 1 – 1 of 1) sorted by relevance

/trunk/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx100 ::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() local
400 m_privateToPublicRowIndex.erase( m_privateToPublicRowIndex.begin() + privateIndex ); in rowsRemoved()
403 lcl_decrementValuesGreaterThan( m_publicToPrivateRowIndex, privateIndex ); in rowsRemoved()

Completed in 73 milliseconds