Searched refs:i_first (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/svtools/source/table/ |
| H A D | tablecontrol_impl.cxx | 538 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() 562 …Any( AccessibleTableModelChange( AccessibleTableModelChangeType::INSERT, i_first, i_last, 0, m_pMo… 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() [all …]
|