LibreOffice
LibreOffice 24.2 SDK API Reference
|
Go to the source code of this file.
Modules | |
module | com |
module | com::sun |
module | com::sun::star |
the module com::sun::star is the root module of the UNO API. | |
module | com::sun::star::accessibility |
UNO Accessibility API. | |
Constant Groups | |
constants | com::sun::star::accessibility::AccessibleEventId |
These constants identify the type of AccessibleEventObject objects. | |
Variables | |
const short | NAME_CHANGED = 1 |
Use this event type to indicate a change of the name string of an accessible object. More... | |
const short | DESCRIPTION_CHANGED = 2 |
Use this event type to indicate a change of the description string of an accessible object. More... | |
const short | ACTION_CHANGED = 3 |
The change of the number or attributes of actions of an accessible object is signaled by events of this type. More... | |
const short | STATE_CHANGED = 4 |
State changes are signaled with this event type. More... | |
const short | ACTIVE_DESCENDANT_CHANGED = 5 |
Constant used to determine when the active descendant of a component has changed. More... | |
const short | BOUNDRECT_CHANGED = 6 |
This event indicates a change of the bounding rectangle of an accessible object with respect only to its size or relative position. More... | |
const short | CHILD = 7 |
A child event indicates the addition of a new or the removal of an existing child. More... | |
const short | INVALIDATE_ALL_CHILDREN = 8 |
Use this event to tell the listeners to re-retrieve the whole set of children. More... | |
const short | SELECTION_CHANGED = 9 |
Events of this type indicate changes of the selection. More... | |
const short | VISIBLE_DATA_CHANGED = 10 |
A visible data event indicates the change of the visual appearance of an accessible object. More... | |
const short | VALUE_CHANGED = 11 |
This constant indicates changes of the value of an XAccessibleValue interface. More... | |
const short | CONTENT_FLOWS_FROM_RELATION_CHANGED = 12 |
Identifies the change of a relation set: The content flow has changed. More... | |
const short | CONTENT_FLOWS_TO_RELATION_CHANGED = 13 |
Identifies the change of a relation set: The content flow has changed. More... | |
const short | CONTROLLED_BY_RELATION_CHANGED = 14 |
Identifies the change of a relation set: The target object that is doing the controlling has changed. More... | |
const short | CONTROLLER_FOR_RELATION_CHANGED = 15 |
Identifies the change of a relation set: The controller for the target object has changed. More... | |
const short | LABEL_FOR_RELATION_CHANGED = 16 |
Identifies the change of a relation set: The target group for a label has changed. More... | |
const short | LABELED_BY_RELATION_CHANGED = 17 |
Identifies the change of a relation set: The objects that are doing the labeling have changed. More... | |
const short | MEMBER_OF_RELATION_CHANGED = 18 |
Identifies the change of a relation set: The group membership has changed. More... | |
const short | SUB_WINDOW_OF_RELATION_CHANGED = 19 |
Identifies the change of a relation set: The sub-window-of relation has changed. More... | |
const short | CARET_CHANGED = 20 |
Events of this type are sent when the caret has moved to a new position. More... | |
const short | TEXT_SELECTION_CHANGED = 21 |
Events of this type signal changes of the selection. More... | |
const short | TEXT_CHANGED = 22 |
Use this id to indicate general text changes, i.e. More... | |
const short | TEXT_ATTRIBUTE_CHANGED = 23 |
This entry is reserved for future extension. More... | |
const short | HYPERTEXT_CHANGED = 24 |
Constant used to indicate that a hypertext element has received focus. More... | |
const short | TABLE_CAPTION_CHANGED = 25 |
Constant used to indicate that the table caption has changed. More... | |
const short | TABLE_COLUMN_DESCRIPTION_CHANGED = 26 |
Constant used to indicate that the column description has changed. More... | |
const short | TABLE_COLUMN_HEADER_CHANGED = 27 |
Constant used to indicate that the column header has changed. More... | |
const short | TABLE_MODEL_CHANGED = 28 |
Constant used to indicate that the table data has changed. More... | |
const short | TABLE_ROW_DESCRIPTION_CHANGED = 29 |
Constant used to indicate that the row description has changed. More... | |
const short | TABLE_ROW_HEADER_CHANGED = 30 |
Constant used to indicate that the row header has changed. More... | |
const short | TABLE_SUMMARY_CHANGED = 31 |
Constant used to indicate that the table summary has changed. More... | |
const short | LISTBOX_ENTRY_EXPANDED = 32 |
Constant used to indicate that a list box entry has been expanded. More... | |
const short | LISTBOX_ENTRY_COLLAPSED = 33 |
Constant used to indicate that a list box entry has been collapsed. More... | |
const short | ACTIVE_DESCENDANT_CHANGED_NOFOCUS = 34 |
Constant used to determine when the active descendant of a component has been removed but unlike ACTIVE_DESCENDANT_CHANGED the descendant that is to be removed does not have focus. More... | |
const short | SELECTION_CHANGED_ADD = 35 |
An item in a container has been added to an already present selection. More... | |
const short | SELECTION_CHANGED_REMOVE = 36 |
An item in a container has been removed from the selection. More... | |
const short | SELECTION_CHANGED_WITHIN = 37 |
Multiple items in a container object have been added or removed from the selection. More... | |
const short | PAGE_CHANGED = 38 |
A change of page or slide. More... | |
const short | SECTION_CHANGED = 39 |
The cursor has moved to/from a section. More... | |
const short | COLUMN_CHANGED = 40 |
The cursor has moved to/from a section. More... | |
const short | ROLE_CHANGED =41 |
Constant used to indicate that the role of an accessible object has changed. More... | |