LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
GridDataEvent Struct Referencepublished

used to notify changes in the data represented by an XMutableGridDataModel. More...

import"GridDataEvent.idl";

Inheritance diagram for GridDataEvent:
EventObject

Public Attributes

long FirstColumn
 denotes the first column affected by a change. More...
 
long LastColumn
 denotes the last column affected by a change More...
 
long FirstRow
 denotes the first row affected by a change. More...
 
long LastRow
 denotes the last row affected by a change More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

used to notify changes in the data represented by an XMutableGridDataModel.

Effectively, a GridDataEvent denotes a continuous two-dimensional cell range within a grid's data model, which is affected by a certain change.

See also
XMutableGridDataModel
XGridDataListener
Since
OOo 3.3

Member Data Documentation

◆ FirstColumn

long FirstColumn

denotes the first column affected by a change.

If FirstColumn is -1, the listener should assume that all rows of a grid's data model are affected.

◆ FirstRow

long FirstRow

denotes the first row affected by a change.

If FirstRow is -1, the listener should assume that all rows of a grid's data model are affected.

◆ LastColumn

long LastColumn

denotes the last column affected by a change

◆ LastRow

long LastRow

denotes the last row affected by a change


The documentation for this struct was generated from the following file: