Searched refs:i_lastRow (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svtools/source/table/ |
H A D | tablecontrol_impl.cxx | 693 …dated( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_firstRow, RowPos const i_lastRow ) in cellsUpdated() argument 695 invalidateRowRange( i_firstRow, i_lastRow ); in cellsUpdated() 2167 void TableControl_Impl::invalidateRowRange( RowPos const i_firstRow, RowPos const i_lastRow ) in invalidateRowRange() argument 2171 …RowPos const lastRow = ( ( i_lastRow == ROW_INVALID ) || ( i_lastRow > lastVisibleRow ) ) ? lastVi… in invalidateRowRange() 2183 if ( i_lastRow == ROW_INVALID ) in invalidateRowRange()
|
H A D | tablecontrol_impl.hxx | 236 void invalidateRowRange( RowPos const i_firstRow, RowPos const i_lastRow ); 333 …ated( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_firstRow, RowPos const i_lastRow );
|
/aoo4110/main/svtools/inc/svtools/table/ |
H A D | tablemodel.hxx | 142 …( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_firstRow, RowPos const i_lastRow ) = 0;
|
Completed in 30 milliseconds