Searched refs:i_firstRow (Results 1 – 3 of 3) sorted by relevance
/trunk/main/svtools/source/table/ |
H A D | tablecontrol_impl.hxx | 236 void invalidateRowRange( RowPos const i_firstRow, RowPos const i_lastRow ); 333 … cellsUpdated( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_firstRow, RowPos const i_…
|
H A D | tablecontrol_impl.cxx | 693 …:cellsUpdated( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_firstRow, RowPos const i_… 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 2169 RowPos const firstRow = i_firstRow < m_nTopRow ? m_nTopRow : i_firstRow; in invalidateRowRange()
|
/trunk/main/svtools/inc/svtools/table/ |
H A D | tablemodel.hxx | 142 … cellsUpdated( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_firstRow, RowPos const i_…
|
Completed in 30 milliseconds