LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
AccessibleEventId.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20module com { module sun { module star { module accessibility {
21
36{
43 const short NAME_CHANGED = 1;
44
51 const short DESCRIPTION_CHANGED = 2;
52
59 const short ACTION_CHANGED = 3;
60
72 const short STATE_CHANGED = 4;
73
83
100 const short BOUNDRECT_CHANGED = 6;
101
126 const short CHILD = 7;
127
139 const short INVALIDATE_ALL_CHILDREN = 8;
140
145 const short SELECTION_CHANGED = 9;
146
154 const short VISIBLE_DATA_CHANGED = 10;
155
164
165 const short VALUE_CHANGED = 11;
166
177
188
196
204
212
220
228
236
242 const short CARET_CHANGED = 20;
243
252 const short TEXT_SELECTION_CHANGED = 21;
253
290 const short TEXT_CHANGED = 22;
291
292
295 const short TEXT_ATTRIBUTE_CHANGED = 23;
296
305 const short HYPERTEXT_CHANGED = 24;
311 const short TABLE_CAPTION_CHANGED = 25;
312
319
327
334 const short TABLE_MODEL_CHANGED = 28;
335
342
349 const short TABLE_ROW_HEADER_CHANGED = 30;
350
356 const short TABLE_SUMMARY_CHANGED = 31;
357
364 const short LISTBOX_ENTRY_EXPANDED = 32;
365
372 const short LISTBOX_ENTRY_COLLAPSED = 33;
373
385
395 const short SELECTION_CHANGED_ADD = 35;
396
404 const short SELECTION_CHANGED_REMOVE = 36;
405
414 const short SELECTION_CHANGED_WITHIN = 37;
415
420 const short PAGE_CHANGED = 38;
421
426 const short SECTION_CHANGED = 39;
427
432 const short COLUMN_CHANGED = 40;
433
444 const short ROLE_CHANGED =41;
445};
446
447}; }; }; };
448
449/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
These constants identify the type of AccessibleEventObject objects.
Definition AccessibleEventId.idl:36
const short PAGE_CHANGED
A change of page or slide.
Definition AccessibleEventId.idl:420
const short TABLE_SUMMARY_CHANGED
Constant used to indicate that the table summary has changed.
Definition AccessibleEventId.idl:356
const short LISTBOX_ENTRY_EXPANDED
Constant used to indicate that a list box entry has been expanded.
Definition AccessibleEventId.idl:364
const short MEMBER_OF_RELATION_CHANGED
Identifies the change of a relation set: The group membership has changed.
Definition AccessibleEventId.idl:227
const short INVALIDATE_ALL_CHILDREN
Use this event to tell the listeners to re-retrieve the whole set of children.
Definition AccessibleEventId.idl:139
const short TABLE_CAPTION_CHANGED
Constant used to indicate that the table caption has changed.
Definition AccessibleEventId.idl:311
const short SUB_WINDOW_OF_RELATION_CHANGED
Identifies the change of a relation set: The sub-window-of relation has changed.
Definition AccessibleEventId.idl:235
const short DESCRIPTION_CHANGED
Use this event type to indicate a change of the description string of an accessible object.
Definition AccessibleEventId.idl:51
const short TABLE_MODEL_CHANGED
Constant used to indicate that the table data has changed.
Definition AccessibleEventId.idl:334
const short HYPERTEXT_CHANGED
Constant used to indicate that a hypertext element has received focus.
Definition AccessibleEventId.idl:305
const short CHILD
A child event indicates the addition of a new or the removal of an existing child.
Definition AccessibleEventId.idl:126
const short ROLE_CHANGED
Constant used to indicate that the role of an accessible object has changed.
Definition AccessibleEventId.idl:444
const short CONTENT_FLOWS_FROM_RELATION_CHANGED
Identifies the change of a relation set: The content flow has changed.
Definition AccessibleEventId.idl:176
const short CONTROLLER_FOR_RELATION_CHANGED
Identifies the change of a relation set: The controller for the target object has changed.
Definition AccessibleEventId.idl:203
const short TABLE_COLUMN_DESCRIPTION_CHANGED
Constant used to indicate that the column description has changed.
Definition AccessibleEventId.idl:318
const short SELECTION_CHANGED_REMOVE
An item in a container has been removed from the selection.
Definition AccessibleEventId.idl:404
const short SELECTION_CHANGED
Events of this type indicate changes of the selection.
Definition AccessibleEventId.idl:145
const short TEXT_CHANGED
Use this id to indicate general text changes, i.e.
Definition AccessibleEventId.idl:290
const short LISTBOX_ENTRY_COLLAPSED
Constant used to indicate that a list box entry has been collapsed.
Definition AccessibleEventId.idl:372
const short VALUE_CHANGED
This constant indicates changes of the value of an XAccessibleValue interface.
Definition AccessibleEventId.idl:165
const short TEXT_ATTRIBUTE_CHANGED
This entry is reserved for future extension.
Definition AccessibleEventId.idl:295
const short SELECTION_CHANGED_ADD
An item in a container has been added to an already present selection.
Definition AccessibleEventId.idl:395
const short CARET_CHANGED
Events of this type are sent when the caret has moved to a new position.
Definition AccessibleEventId.idl:242
const short VISIBLE_DATA_CHANGED
A visible data event indicates the change of the visual appearance of an accessible object.
Definition AccessibleEventId.idl:154
const short COLUMN_CHANGED
The cursor has moved to/from a section.
Definition AccessibleEventId.idl:432
const short ACTIVE_DESCENDANT_CHANGED_NOFOCUS
Constant used to determine when the active descendant of a component has been removed but unlike ACTI...
Definition AccessibleEventId.idl:384
const short SECTION_CHANGED
The cursor has moved to/from a section.
Definition AccessibleEventId.idl:426
const short LABEL_FOR_RELATION_CHANGED
Identifies the change of a relation set: The target group for a label has changed.
Definition AccessibleEventId.idl:211
const short LABELED_BY_RELATION_CHANGED
Identifies the change of a relation set: The objects that are doing the labeling have changed.
Definition AccessibleEventId.idl:219
const short CONTENT_FLOWS_TO_RELATION_CHANGED
Identifies the change of a relation set: The content flow has changed.
Definition AccessibleEventId.idl:187
const short BOUNDRECT_CHANGED
This event indicates a change of the bounding rectangle of an accessible object with respect only to ...
Definition AccessibleEventId.idl:100
const short STATE_CHANGED
State changes are signaled with this event type.
Definition AccessibleEventId.idl:72
const short CONTROLLED_BY_RELATION_CHANGED
Identifies the change of a relation set: The target object that is doing the controlling has changed.
Definition AccessibleEventId.idl:195
const short TEXT_SELECTION_CHANGED
Events of this type signal changes of the selection.
Definition AccessibleEventId.idl:252
const short TABLE_COLUMN_HEADER_CHANGED
Constant used to indicate that the column header has changed.
Definition AccessibleEventId.idl:326
const short NAME_CHANGED
Use this event type to indicate a change of the name string of an accessible object.
Definition AccessibleEventId.idl:43
const short TABLE_ROW_HEADER_CHANGED
Constant used to indicate that the row header has changed.
Definition AccessibleEventId.idl:349
const short ACTION_CHANGED
The change of the number or attributes of actions of an accessible object is signaled by events of th...
Definition AccessibleEventId.idl:59
const short SELECTION_CHANGED_WITHIN
Multiple items in a container object have been added or removed from the selection.
Definition AccessibleEventId.idl:414
const short TABLE_ROW_DESCRIPTION_CHANGED
Constant used to indicate that the row description has changed.
Definition AccessibleEventId.idl:341
const short ACTIVE_DESCENDANT_CHANGED
Constant used to determine when the active descendant of a component has changed.
Definition AccessibleEventId.idl:82
Definition Ambiguous.idl:20