Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/table/
H A Dtablecontrol_impl.cxx538 void TableControl_Impl::rowsInserted( RowPos i_first, RowPos i_last ) in rowsInserted() argument
541 OSL_PRECOND( i_last >= i_first, "TableControl_Impl::rowsInserted: invalid row indexes!" ); in rowsInserted()
543 TableSize const insertedRows = i_last - i_first + 1; in rowsInserted()
562 …ssibleTableModelChange( AccessibleTableModelChangeType::INSERT, i_first, i_last, 0, m_pModel->getC… in rowsInserted()
576 void TableControl_Impl::rowsRemoved( RowPos i_first, RowPos i_last ) in rowsRemoved() argument
579 sal_Int32 lastRemovedRow = i_last; in rowsRemoved()
592 … ENSURE_OR_RETURN_VOID( i_last >= i_first, "TableControl_Impl::rowsRemoved: illegal indexes!" ); in rowsRemoved()
594 for ( sal_Int32 row = i_first; row <= i_last; ++row ) in rowsRemoved()
600 if ( lcl_adjustSelectedRows( m_aSelectedRows, i_last + 1, i_first - i_last - 1 ) ) in rowsRemoved()

Completed in 27 milliseconds