Searched refs:cellsUpdated (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/svtools/source/uno/ |
H A D | unocontroltablemodel.cxx | 951 (*loop)->cellsUpdated( firstCol, lastCol, firstRow, lastRow ); in notifyDataChanged() 964 (*loop)->cellsUpdated( 0, getColumnCount() - 1, 0, getRowCount() - 1 ); in notifyAllDataChanged()
|
/aoo4110/main/svtools/inc/svtools/table/ |
H A D | tablemodel.hxx | 142 …virtual void cellsUpdated( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_firstRow, …
|
/aoo4110/main/svtools/source/table/ |
H A D | tablecontrol_impl.hxx | 333 …virtual void cellsUpdated( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_firstRow, …
|
H A D | tablecontrol_impl.cxx | 693 …void TableControl_Impl::cellsUpdated( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_fi… in cellsUpdated() function in svt::table::TableControl_Impl
|
Completed in 51 milliseconds