20 #ifndef __com_sun_star_awt_grid_XMutableGridDataModel_idl__
21 #define __com_sun_star_awt_grid_XMutableGridDataModel_idl__
28 module com { module sun { module star { module awt { module grid {
42 void addRow( [in] any Heading, [in] sequence< any > Data );
52 void addRows( [in] sequence< any > Headings, [in] sequence< sequence< any > > Data )
67 void insertRow( [in]
long Index, [in] any Heading, [in] sequence< any > Data )
83 void insertRows( [in]
long Index, [in] sequence< any > Headings, [in] sequence< sequence< any > > Data )
94 void removeRow( [in]
long RowIndex )
111 void updateCellData( [in]
long ColumnIndex, [in]
long RowIndex, [in] any Value )
132 void updateRowData( [in] sequence< long > ColumnIndexes, [in]
long RowIndex, [in] sequence< any > Values )
142 updateRowHeading( [in]
long RowIndex, [in] any Heading )
149 void updateCellToolTip( [in]
long ColumnIndex, [in]
long RowIndex, [in] any Value )
160 void updateRowToolTip( [in]
long RowIndex, [in] any Value )