LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 
105  const short DATE_EDITOR = 8;
106 
112  const short DESKTOP_ICON = 9;
113 
119  const short DESKTOP_PANE = 10;
120 
128  const short DIRECTORY_PANE = 11;
129 
138  const short DIALOG = 12;
139 
145  const short DOCUMENT = 13;
146 
149  const short EMBEDDED_OBJECT = 14;
150 
154  const short END_NOTE = 15;
155 
165  const short FILE_CHOOSER = 16;
166 
173  const short FILLER = 17;
174 
180  const short FONT_CHOOSER = 18;
181 
185  const short FOOTER = 19;
186 
189  const short FOOTNOTE = 20;
190 
199  const short FRAME = 21;
200 
208  const short GLASS_PANE = 22;
209 
212  const short GRAPHIC = 23;
213 
219  const short GROUP_BOX = 24;
220 
224  const short HEADER = 25;
225 
228  const short HEADING = 26;
229 
232  const short HYPER_LINK = 27;
233 
236  const short ICON = 28;
237 
248  const short INTERNAL_FRAME = 29;
249 
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 
732 };
733 
734 }; }; }; };
735 
736 #endif
737 
738 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */