LibreOffice
LibreOffice 7.4 SDK API Reference
AccessibleRole.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 
20 #ifndef __com_sun_star_accessibility_AccessibleRole_idl__
21 #define __com_sun_star_accessibility_AccessibleRole_idl__
22 
23 module com { module sun { module star { module accessibility {
24 
48 constants AccessibleRole
49 {
50 
56  const short UNKNOWN = 0;
57 
60  const short ALERT = 1;
61 
64  const short COLUMN_HEADER = 2;
65 
71  const short CANVAS = 3;
72 
81  const short CHECK_BOX = 4;
82 
87  const short CHECK_MENU_ITEM = 5;
88 
91  const short COLOR_CHOOSER = 6;
92 
98  const short COMBO_BOX = 7;
99 
104  const short DATE_EDITOR = 8;
105 
111  const short DESKTOP_ICON = 9;
112 
118  const short DESKTOP_PANE = 10;
119 
127  const short DIRECTORY_PANE = 11;
128 
137  const short DIALOG = 12;
138 
144  const short DOCUMENT = 13;
145 
148  const short EMBEDDED_OBJECT = 14;
149 
153  const short END_NOTE = 15;
154 
164  const short FILE_CHOOSER = 16;
165 
172  const short FILLER = 17;
173 
179  const short FONT_CHOOSER = 18;
180 
184  const short FOOTER = 19;
185 
188  const short FOOTNOTE = 20;
189 
198  const short FRAME = 21;
199 
207  const short GLASS_PANE = 22;
208 
211  const short GRAPHIC = 23;
212 
218  const short GROUP_BOX = 24;
219 
223  const short HEADER = 25;
224 
227  const short HEADING = 26;
228 
231  const short HYPER_LINK = 27;
232 
235  const short ICON = 28;
236 
247  const short INTERNAL_FRAME = 29;
248 
252  const short LABEL = 30;
253 
264  const short LAYERED_PANE = 31;
265 
275  const short LIST = 32;
276 
284  const short LIST_ITEM = 33;
285 
299  const short MENU = 34;
300 
311  const short MENU_BAR = 35;
312 
323  const short MENU_ITEM = 36;
324 
329  const short OPTION_PANE = 37;
330 
339  const short PAGE_TAB = 38;
340 
350  const short PAGE_TAB_LIST = 39;
351 
354  const short PANEL = 40;
355 
358  const short PARAGRAPH = 41;
359 
365  const short PASSWORD_TEXT = 42;
366 
375  const short POPUP_MENU = 43;
376 
386  const short PUSH_BUTTON = 44;
387 
390  const short PROGRESS_BAR = 45;
391 
400  const short RADIO_BUTTON = 46;
401 
406  const short RADIO_MENU_ITEM = 47;
407 
410  const short ROW_HEADER = 48;
411 
419  const short ROOT_PANE = 49;
420 
428  const short SCROLL_BAR = 50;
429 
438  const short SCROLL_PANE = 51;
439 
445  const short SHAPE = 52;
446 
457  const short SEPARATOR = 53;
458 
465  const short SLIDER = 54;
466 
472  const short SPIN_BOX = 55;
473 
480  const short SPLIT_PANE = 56;
481 
487  const short STATUS_BAR = 57;
488 
494  const short TABLE = 58;
495 
498  const short TABLE_CELL = 59;
499 
507  const short TEXT = 60;
508 
511  const short TEXT_FRAME = 61;
512 
521  const short TOGGLE_BUTTON = 62;
522 
529  const short TOOL_BAR = 63;
530 
538  const short TOOL_TIP = 64;
539 
546  const short TREE = 65;
547 
557  const short VIEW_PORT = 66;
558 
563  const short WINDOW = 67;
564 
573  const short BUTTON_DROPDOWN = 68;
574 
583  const short BUTTON_MENU = 69;
584 
592  const short CAPTION = 70;
593 
602  const short CHART = 71;
603 
610  const short EDIT_BAR = 72;
611 
619  const short FORM = 73;
620 
628  const short IMAGE_MAP = 74;
629 
636  const short NOTE = 75;
637 
645  const short PAGE = 76;
646 
653  const short RULER = 77;
654 
662  const short SECTION = 78;
663 
672  const short TREE_ITEM = 79;
673 
680  const short TREE_TABLE = 80;
681 
694  const short COMMENT = 81;
695 
706  const short COMMENT_END = 82;
707 
714  const short DOCUMENT_PRESENTATION = 83;
715 
722  const short DOCUMENT_SPREADSHEET = 84;
723 
730  const short DOCUMENT_TEXT = 85;
731 
741  const short STATIC = 86;
742 
743 };
744 
745 }; }; }; };
746 
747 #endif
748 
749 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short LABEL
An object used to present an icon or short string in an interface.
Definition: AccessibleRole.idl:252
const short DIRECTORY_PANE
Directory pane role.
Definition: AccessibleRole.idl:127
const short FOOTNOTE
Text that is used as a footnote.
Definition: AccessibleRole.idl:188
const short GROUP_BOX
Group box role.
Definition: AccessibleRole.idl:218
const short DIALOG
Dialog box role.
Definition: AccessibleRole.idl:137
const short END_NOTE
Text that is used as an endnote (footnote at the end of a chapter or section.
Definition: AccessibleRole.idl:153
const short BUTTON_DROPDOWN
Button dropdown role.
Definition: AccessibleRole.idl:573
const short MENU_ITEM
Menu item role.
Definition: AccessibleRole.idl:323
const short GRAPHIC
Graphical object.
Definition: AccessibleRole.idl:211
const short CAPTION
Caption role.
Definition: AccessibleRole.idl:592
const short OPTION_PANE
A specialized pane whose primary use is inside a DIALOG.
Definition: AccessibleRole.idl:329
const short ROW_HEADER
The header for a row of data.
Definition: AccessibleRole.idl:410
const short SHAPE
Object with graphical representation used to represent content on draw pages.
Definition: AccessibleRole.idl:445
const short PAGE
Page role.
Definition: AccessibleRole.idl:645
const short CANVAS
Object that can be drawn into and is used to trap events.
Definition: AccessibleRole.idl:71
const short COMMENT_END
Comment end role.
Definition: AccessibleRole.idl:706
const short SCROLL_BAR
Scroll bar role.
Definition: AccessibleRole.idl:428
const short PARAGRAPH
Paragraph of text.
Definition: AccessibleRole.idl:358
const short PAGE_TAB_LIST
Page tab list role.
Definition: AccessibleRole.idl:350
const short TREE_ITEM
Tree item role.
Definition: AccessibleRole.idl:672
const short LIST_ITEM
List item role.
Definition: AccessibleRole.idl:284
const short COLOR_CHOOSER
A specialized dialog that lets the user choose a color.
Definition: AccessibleRole.idl:91
const short NOTE
Note role.
Definition: AccessibleRole.idl:636
const short INTERNAL_FRAME
Internal frame role.
Definition: AccessibleRole.idl:247
const short SCROLL_PANE
Scroll pane role.
Definition: AccessibleRole.idl:438
const short LAYERED_PANE
layered pane role.
Definition: AccessibleRole.idl:264
const short VIEW_PORT
Viewport role.
Definition: AccessibleRole.idl:557
const short TOGGLE_BUTTON
Toggle button role.
Definition: AccessibleRole.idl:521
const short FOOTER
Footer of a document page.
Definition: AccessibleRole.idl:184
const short TOOL_TIP
Tool tip role.
Definition: AccessibleRole.idl:538
const short LIST
List role.
Definition: AccessibleRole.idl:275
const short STATUS_BAR
Status bar role.
Definition: AccessibleRole.idl:487
const short PROGRESS_BAR
An object used to indicate how much of a task has been completed.
Definition: AccessibleRole.idl:390
const short PASSWORD_TEXT
Password text role.
Definition: AccessibleRole.idl:365
const short TREE_TABLE
Tree table role.
Definition: AccessibleRole.idl:680
const short POPUP_MENU
Pop-up menu role.
Definition: AccessibleRole.idl:375
const short BUTTON_MENU
Button menu role.
Definition: AccessibleRole.idl:583
const short GLASS_PANE
Glass pane role.
Definition: AccessibleRole.idl:207
const short DATE_EDITOR
Date editor role.
Definition: AccessibleRole.idl:104
const short ALERT
Object is used to alert the user about something.
Definition: AccessibleRole.idl:60
const short SLIDER
Slider role.
Definition: AccessibleRole.idl:465
const short PAGE_TAB
Page tab role.
Definition: AccessibleRole.idl:339
const short WINDOW
A top level window with no title or border.
Definition: AccessibleRole.idl:563
const short DESKTOP_ICON
An iconified internal frame in a DESKTOP_PANE.
Definition: AccessibleRole.idl:111
const short MENU
Menu role.
Definition: AccessibleRole.idl:299
const short CHART
Chart role.
Definition: AccessibleRole.idl:602
const short PUSH_BUTTON
Push button role.
Definition: AccessibleRole.idl:386
const short FORM
Form role.
Definition: AccessibleRole.idl:619
const short FILE_CHOOSER
File chooser role.
Definition: AccessibleRole.idl:164
const short FONT_CHOOSER
Font chooser role.
Definition: AccessibleRole.idl:179
const short COLUMN_HEADER
The header for a column of data.
Definition: AccessibleRole.idl:64
const short DOCUMENT_SPREADSHEET
View of an spreadsheet document.
Definition: AccessibleRole.idl:722
const short RULER
Ruler role.
Definition: AccessibleRole.idl:653
const short RADIO_MENU_ITEM
This role is used for radio buttons that are menu items.
Definition: AccessibleRole.idl:406
const short HEADER
Header of a document page.
Definition: AccessibleRole.idl:223
const short TEXT
Text role.
Definition: AccessibleRole.idl:507
const short SEPARATOR
Separator role.
Definition: AccessibleRole.idl:457
const short MENU_BAR
Menu bar role.
Definition: AccessibleRole.idl:311
const short ROOT_PANE
Root pane role.
Definition: AccessibleRole.idl:419
const short STATIC
Static text role.
Definition: AccessibleRole.idl:741
const short TREE
Tree role.
Definition: AccessibleRole.idl:546
const short FILLER
Filler role.
Definition: AccessibleRole.idl:172
const short PANEL
A generic container that is often used to group objects.
Definition: AccessibleRole.idl:354
const short TEXT_FRAME
Collection of objects that constitute a logical text entity.
Definition: AccessibleRole.idl:511
const short DESKTOP_PANE
Desktop pane role.
Definition: AccessibleRole.idl:118
const short IMAGE_MAP
Image map role.
Definition: AccessibleRole.idl:628
const short TABLE
Table component.
Definition: AccessibleRole.idl:494
const short EMBEDDED_OBJECT
Embedded (OLE) object.
Definition: AccessibleRole.idl:148
const short ICON
A small fixed size picture, typically used to decorate components.
Definition: AccessibleRole.idl:235
const short SPLIT_PANE
Split pane role.
Definition: AccessibleRole.idl:480
const short COMBO_BOX
Combo box role.
Definition: AccessibleRole.idl:98
const short TOOL_BAR
Tool bar role.
Definition: AccessibleRole.idl:529
const short DOCUMENT_TEXT
View of a text document.
Definition: AccessibleRole.idl:730
const short CHECK_BOX
Check box role.
Definition: AccessibleRole.idl:81
const short HEADING
Chapter or section heading.
Definition: AccessibleRole.idl:227
const short SPIN_BOX
Spin box role.
Definition: AccessibleRole.idl:472
const short DOCUMENT
View of a document.
Definition: AccessibleRole.idl:144
const short FRAME
Frame role.
Definition: AccessibleRole.idl:198
const short EDIT_BAR
Edit bar role.
Definition: AccessibleRole.idl:610
const short UNKNOWN
Unknown role.
Definition: AccessibleRole.idl:56
const short HYPER_LINK
A hypertext anchor.
Definition: AccessibleRole.idl:231
const short TABLE_CELL
Single cell in a table.
Definition: AccessibleRole.idl:498
const short CHECK_MENU_ITEM
This role is used for check buttons that are menu items.
Definition: AccessibleRole.idl:87
const short DOCUMENT_PRESENTATION
View of a presentation document.
Definition: AccessibleRole.idl:714
const short RADIO_BUTTON
Radio button role.
Definition: AccessibleRole.idl:400
const short COMMENT
Comment role.
Definition: AccessibleRole.idl:694
const short SECTION
Section role.
Definition: AccessibleRole.idl:662
Definition: Ambiguous.idl:22