|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module awt { module grid {
base interface for all event listeners interfaces.
Definition: XEventListener.idl:27
An instance of this interface is used by the XGridDataModel to get notifications about data model cha...
Definition: XGridDataListener.idl:33
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:35
Definition: Ambiguous.idl:20
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.