20module
com { module sun { module star { module accessibility {
Definition Ambiguous.idl:20
This structure lets an event give access to a change of a table model.
Definition AccessibleTableModelChange.idl:33
long LastColumn
The highest index of a column that has changed.
Definition AccessibleTableModelChange.idl:70
long FirstColumn
The lowest index of a column that has changed.
Definition AccessibleTableModelChange.idl:63
long FirstRow
The lowest index of a row that has changed.
Definition AccessibleTableModelChange.idl:49
short Type
The type of the event as defined in AccessibleTableModelChangeType.
Definition AccessibleTableModelChange.idl:42
long LastRow
The highest index of a row that has changed.
Definition AccessibleTableModelChange.idl:56