20 #ifndef __com_sun_star_accessibility_AccessibleTableModelChange_idl__
21 #define __com_sun_star_accessibility_AccessibleTableModelChange_idl__
25 module com { module sun { module star { module accessibility {
long FirstRow
The lowest index of a row that has changed.
Definition: AccessibleTableModelChange.idl:54
short Type
The type of the event as defined in AccessibleTableModelChangeType.
Definition: AccessibleTableModelChange.idl:47
This structure lets an event give access to a change of a table model.
Definition: AccessibleTableModelChange.idl:37
long FirstColumn
The lowest index of a column that has changed.
Definition: AccessibleTableModelChange.idl:68
long LastRow
The highest index of a row that has changed.
Definition: AccessibleTableModelChange.idl:61
long LastColumn
The highest index of a column that has changed.
Definition: AccessibleTableModelChange.idl:75