Home
last modified time | relevance | path

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

/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.hxx236 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 Dtablecontrol_impl.cxx693 …: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 Dtablemodel.hxx142 … cellsUpdated( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_firstRow, RowPos const i_…

Completed in 30 milliseconds