Searched refs:invalidateRowRange (Results 1 – 3 of 3) sorted by relevance
236 void invalidateRowRange( RowPos const i_firstRow, RowPos const i_lastRow );240 void invalidateRow( RowPos const i_row ) { invalidateRowRange( i_row, i_row ); } in invalidateRow()
568 invalidateRowRange( i_first, ROW_INVALID ); in rowsInserted()644 invalidateRowRange( firstRemovedRow, ROW_INVALID ); in rowsRemoved()695 invalidateRowRange( i_firstRow, i_lastRow ); in cellsUpdated()2167 void TableControl_Impl::invalidateRowRange( RowPos const i_firstRow, RowPos const i_lastRow ) in invalidateRowRange() function in svt::table::TableControl_Impl
250 m_pImpl->invalidateRowRange( i_rowIndex, i_rowIndex ); in SelectRow()
Completed in 37 milliseconds