Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/table/
H A Dtablecontrol_impl.hxx236 void invalidateRowRange( RowPos const i_firstRow, RowPos const i_lastRow );
240 void invalidateRow( RowPos const i_row ) { invalidateRowRange( i_row, i_row ); } in invalidateRow()
H A Dtablecontrol_impl.cxx568 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
H A Dtablecontrol.cxx250 m_pImpl->invalidateRowRange( i_rowIndex, i_rowIndex ); in SelectRow()

Completed in 152 milliseconds