Branch libreoffice-5-0-4
[LibreOffice.git] / accessibility / inc / pch / precompiled_acc.hxx
blob353903b5d56f8f3ed81588ee087719257382236c
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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 */
11 This file has been autogenerated by update_pch.sh . It is possible to edit it
12 manually (such as when an include file has been moved/renamed/removed. All such
13 manual changes will be rewritten by the next run of update_pch.sh (which presumably
14 also fixes all possible problems, so it's usually better to use it).
17 #include <algorithm>
18 #include <boost/noncopyable.hpp>
19 #include <com/sun/star/accessibility/AccessibleEventId.hpp>
20 #include <com/sun/star/accessibility/AccessibleRelationType.hpp>
21 #include <com/sun/star/accessibility/AccessibleRole.hpp>
22 #include <com/sun/star/accessibility/AccessibleStateType.hpp>
23 #include <com/sun/star/accessibility/AccessibleTableModelChange.hpp>
24 #include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp>
25 #include <com/sun/star/accessibility/XAccessibleSelection.hpp>
26 #include <com/sun/star/accessibility/XAccessibleText.hpp>
27 #include <com/sun/star/accessibility/XAccessibleValue.hpp>
28 #include <com/sun/star/awt/KeyModifier.hpp>
29 #include <com/sun/star/awt/Point.hpp>
30 #include <com/sun/star/awt/Rectangle.hpp>
31 #include <com/sun/star/awt/ScrollBarOrientation.hpp>
32 #include <com/sun/star/awt/Size.hpp>
33 #include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
34 #include <com/sun/star/datatransfer/clipboard/XFlushableClipboard.hpp>
35 #include <com/sun/star/lang/DisposedException.hpp>
36 #include <com/sun/star/lang/XUnoTunnel.hpp>
37 #include <comphelper/accessibleeventnotifier.hxx>
38 #include <comphelper/accessiblekeybindinghelper.hxx>
39 #include <comphelper/accessibletexthelper.hxx>
40 #include <comphelper/accessiblewrapper.hxx>
41 #include <comphelper/processfactory.hxx>
42 #include <comphelper/sequence.hxx>
43 #include <comphelper/servicehelper.hxx>
44 #include <comphelper/string.hxx>
45 #include <comphelper/types.hxx>
46 #include <config_features.h>
47 #include <cppuhelper/implbase1.hxx>
48 #include <cppuhelper/supportsservice.hxx>
49 #include <cppuhelper/typeprovider.hxx>
50 #include <osl/mutex.hxx>
51 #include <sot/exchange.hxx>
52 #include <sot/formats.hxx>
53 #include <string.h>
54 #include <svtools/accessiblefactory.hxx>
55 #include <svtools/accessibletable.hxx>
56 #include <svtools/accessibletableprovider.hxx>
57 #include <svtools/editbrowsebox.hxx>
58 #include <svtools/ivctrl.hxx>
59 #include <svtools/stringtransfer.hxx>
60 #include <svtools/svlbitm.hxx>
61 #include <svtools/svtabbx.hxx>
62 #include <svtools/tabbar.hxx>
63 #include <svtools/toolpanel/paneltabbar.hxx>
64 #include <svtools/toolpanel/toolpaneldeck.hxx>
65 #include <svtools/treelistbox.hxx>
66 #include <svtools/treelistentry.hxx>
67 #include <toolkit/awt/vclxaccessiblecomponent.hxx>
68 #include <toolkit/awt/vclxfont.hxx>
69 #include <toolkit/awt/vclxwindow.hxx>
70 #include <toolkit/awt/vclxwindows.hxx>
71 #include <toolkit/helper/accessiblefactory.hxx>
72 #include <toolkit/helper/convert.hxx>
73 #include <toolkit/helper/externallock.hxx>
74 #include <toolkit/helper/macros.hxx>
75 #include <toolkit/helper/vclunohelper.hxx>
76 #include <tools/diagnose_ex.h>
77 #include <tools/gen.hxx>
78 #include <tools/multisel.hxx>
79 #include <tools/simplerm.hxx>
80 #include <unotools/accessiblerelationsethelper.hxx>
81 #include <unotools/accessiblestatesethelper.hxx>
82 #include <vcl/button.hxx>
83 #include <vcl/combobox.hxx>
84 #include <vcl/controllayout.hxx>
85 #include <vcl/ctrl.hxx>
86 #include <vcl/edit.hxx>
87 #include <vcl/fixed.hxx>
88 #include <vcl/help.hxx>
89 #include <vcl/lstbox.hxx>
90 #include <vcl/menu.hxx>
91 #include <vcl/popupmenuwindow.hxx>
92 #include <vcl/scrbar.hxx>
93 #include <vcl/settings.hxx>
94 #include <vcl/status.hxx>
95 #include <vcl/svapp.hxx>
96 #include <vcl/tabctrl.hxx>
97 #include <vcl/tabpage.hxx>
98 #include <vcl/toolbox.hxx>
99 #include <vcl/unohelp.hxx>
100 #include <vcl/unohelp2.hxx>
101 #include <vcl/window.hxx>
102 #include <vector>
104 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */