LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 #ifndef __com_sun_star_accessibility_AccessibleEventId_idl__
20 #define __com_sun_star_accessibility_AccessibleEventId_idl__
21 
22 module com { module sun { module star { module accessibility {
23 
37 constants AccessibleEventId
38 {
45  const short NAME_CHANGED = 1;
46 
53  const short DESCRIPTION_CHANGED = 2;
54 
61  const short ACTION_CHANGED = 3;
62 
74  const short STATE_CHANGED = 4;
75 
84  const short ACTIVE_DESCENDANT_CHANGED = 5;
85 
102  const short BOUNDRECT_CHANGED = 6;
103 
128  const short CHILD = 7;
129 
141  const short INVALIDATE_ALL_CHILDREN = 8;
142 
147  const short SELECTION_CHANGED = 9;
148 
156  const short VISIBLE_DATA_CHANGED = 10;
157 
167  const short VALUE_CHANGED = 11;
168 
179 
190 
198 
206 
213  const short LABEL_FOR_RELATION_CHANGED = 16;
214 
221  const short LABELED_BY_RELATION_CHANGED = 17;
222 
229  const short MEMBER_OF_RELATION_CHANGED = 18;
230 
238 
244  const short CARET_CHANGED = 20;
245 
254  const short TEXT_SELECTION_CHANGED = 21;
255 
292  const short TEXT_CHANGED = 22;
293 
294 
297  const short TEXT_ATTRIBUTE_CHANGED = 23;
298 
307  const short HYPERTEXT_CHANGED = 24;
313  const short TABLE_CAPTION_CHANGED = 25;
314 
321 
328  const short TABLE_COLUMN_HEADER_CHANGED = 27;
329 
336  const short TABLE_MODEL_CHANGED = 28;
337 
344 
351  const short TABLE_ROW_HEADER_CHANGED = 30;
352 
358  const short TABLE_SUMMARY_CHANGED = 31;
359 
366  const short LISTBOX_ENTRY_EXPANDED = 32;
367 
374  const short LISTBOX_ENTRY_COLLAPSED = 33;
375 
387 
397  const short SELECTION_CHANGED_ADD = 35;
398 
406  const short SELECTION_CHANGED_REMOVE = 36;
407 
416  const short SELECTION_CHANGED_WITHIN = 37;
417 
422  const short PAGE_CHANGED = 38;
423 
428  const short SECTION_CHANGED = 39;
429 
434  const short COLUMN_CHANGED = 40;
435 
441  const short ROLE_CHANGED =41;
442 };
443 
444 }; }; }; };
445 
446 #endif
447 
448 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */