Home
last modified time | relevance | path

Searched refs:i_first (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()
546 … bool const selectionChanged = lcl_adjustSelectedRows( m_aSelectedRows, i_first, insertedRows ); in rowsInserted()
552 if ( i_first <= m_nCurRow ) in rowsInserted()
568 invalidateRowRange( i_first, ROW_INVALID ); in rowsInserted()
576 void TableControl_Impl::rowsRemoved( RowPos i_first, RowPos i_last ) in rowsRemoved() argument
578 sal_Int32 firstRemovedRow = i_first; in rowsRemoved()
583 if ( i_first == -1 ) in rowsRemoved()
594 for ( sal_Int32 row = i_first; row <= i_last; ++row ) in rowsRemoved()
[all …]

Completed in 140 milliseconds