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 )
An instance of this interface is used by the XGridDataModel to get notifications about data model cha...
Definition: XGridDataListener.idl:37
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:34
An instance of this interface is used by the UnoControlGrid to retrieve the content data that is disp...
Definition: XGridDataModel.idl:38
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
allows to modify the data represented by a XGridDataModel
Definition: XMutableGridDataModel.idl:33