19#ifndef __com_sun_star_chart_ChartDataChangeEvent_idl__
20#define __com_sun_star_chart_ChartDataChangeEvent_idl__
28 module
com { module sun { module star { module chart {
ChartDataChangeType
specifies the type of change that was applied to the data.
Definition ChartDataChangeType.idl:30
Definition Ambiguous.idl:22
describes a change that was applied to the data.
Definition ChartDataChangeEvent.idl:34
short EndColumn
specifies the column number in which the changes end.
Definition ChartDataChangeEvent.idl:48
short StartColumn
specifies the column number in which the changes begin.
Definition ChartDataChangeEvent.idl:43
short StartRow
specifies the row number in which the changes begin.
Definition ChartDataChangeEvent.idl:53
short EndRow
specifies the row number in which the changes end.
Definition ChartDataChangeEvent.idl:58
com::sun::star::chart::ChartDataChangeType Type
specifies the type of change to the data.
Definition ChartDataChangeEvent.idl:38
specifies the base for all event objects and identifies the source of the event.
Definition EventObject.idl:32