LibreOffice
LibreOffice 24.2 SDK API Reference
|
describes a change that was applied to the data. More...
import"ChartDataChangeEvent.idl";
Public Attributes | |
com::sun::star::chart::ChartDataChangeType | Type |
specifies the type of change to the data. More... | |
short | StartColumn |
specifies the column number in which the changes begin. More... | |
short | EndColumn |
specifies the column number in which the changes end. More... | |
short | StartRow |
specifies the row number in which the changes begin. More... | |
short | EndRow |
specifies the row number in which the changes end. More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
describes a change that was applied to the data.
short EndColumn |
specifies the column number in which the changes end.
short EndRow |
specifies the row number in which the changes end.
short StartColumn |
specifies the column number in which the changes begin.
short StartRow |
specifies the row number in which the changes begin.
specifies the type of change to the data.