LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_grid_XGridDataListener_idl__
20 #define __com_sun_star_awt_grid_XGridDataListener_idl__
26 module
com { module sun { module star { module awt { module grid {
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
An instance of this interface is used by the XGridDataModel to get notifications about data model cha...
Definition: XGridDataListener.idl:38
void rowsRemoved([in] GridDataEvent Event)
is called when one or more rows of data have been removed from a grid control's data model.
used to notify changes in the data represented by an XMutableGridDataModel.
Definition: GridDataEvent.idl:39
Definition: Ambiguous.idl:22
void dataChanged([in] GridDataEvent Event)
is called when existing data in a grid control's data model has been modified.
void rowHeadingChanged([in] GridDataEvent Event)
is called when the title of one or more rows changed.
void rowsInserted([in] GridDataEvent Event)
is called when one or more rows of data have been inserted into a grid control's data model.