Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/table/
H A Dtablecontrol_impl.cxx693 …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 Dtablecontrol_impl.hxx236 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 Dtablemodel.hxx142 …( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_firstRow, RowPos const i_lastRow ) = 0;

Completed in 33 milliseconds