LibreOffice Module forms (master) 1
precompiled_frm.hxx
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
10/*
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).
15
16 Generated on 2021-04-08 13:50:44 using:
17 ./bin/update_pch forms frm --cutoff=2 --exclude:system --exclude:module --exclude:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./forms/inc/pch/precompiled_frm.hxx "make forms.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <algorithm>
26#include <cassert>
27#include <climits>
28#include <cstddef>
29#include <cstdlib>
30#include <functional>
31#include <iterator>
32#include <limits.h>
33#include <limits>
34#include <map>
35#include <memory>
36#include <new>
37#include <optional>
38#include <ostream>
39#include <set>
40#include <string.h>
41#include <string_view>
42#include <type_traits>
43#include <unordered_map>
44#include <utility>
45#include <vector>
46#include <boost/lexical_cast.hpp>
47#endif // PCH_LEVEL >= 1
48#if PCH_LEVEL >= 2
49#include <osl/diagnose.h>
50#include <osl/endian.h>
51#include <osl/interlck.h>
52#include <osl/mutex.hxx>
53#include <rtl/alloc.h>
54#include <rtl/character.hxx>
55#include <rtl/instance.hxx>
56#include <rtl/math.h>
57#include <rtl/math.hxx>
58#include <rtl/ref.hxx>
59#include <rtl/strbuf.hxx>
60#include <rtl/string.h>
61#include <rtl/string.hxx>
62#include <rtl/stringconcat.hxx>
63#include <rtl/stringutils.hxx>
64#include <rtl/tencinfo.h>
65#include <rtl/textenc.h>
66#include <rtl/ustrbuf.hxx>
67#include <rtl/ustring.hxx>
68#include <sal/log.hxx>
69#include <sal/macros.h>
70#include <sal/types.h>
71#include <vcl/dllapi.h>
73#include <vcl/graph.hxx>
74#include <vcl/image.hxx>
75#include <vcl/keycod.hxx>
76#include <vcl/keycodes.hxx>
77#include <vcl/mapmod.hxx>
78#include <vcl/outdev.hxx>
79#include <vcl/settings.hxx>
80#include <vcl/svapp.hxx>
81#include <vcl/vclenum.hxx>
82#include <vcl/vclptr.hxx>
83#endif // PCH_LEVEL >= 2
84#if PCH_LEVEL >= 3
86#include <com/sun/star/awt/FontDescriptor.hpp>
87#include <com/sun/star/awt/FontSlant.hpp>
88#include <com/sun/star/awt/MouseButton.hpp>
89#include <com/sun/star/awt/PosSize.hpp>
90#include <com/sun/star/awt/XControlModel.hpp>
91#include <com/sun/star/awt/XTextComponent.hpp>
92#include <com/sun/star/awt/XVclWindowPeer.hpp>
93#include <com/sun/star/awt/XWindow.hpp>
94#include <com/sun/star/beans/NamedValue.hpp>
95#include <com/sun/star/beans/Property.hpp>
96#include <com/sun/star/beans/PropertyValue.hpp>
97#include <com/sun/star/beans/XFastPropertySet.hpp>
98#include <com/sun/star/beans/XMultiPropertySet.hpp>
99#include <com/sun/star/beans/XPropertySet.hpp>
100#include <com/sun/star/container/XChild.hpp>
101#include <com/sun/star/container/XIndexAccess.hpp>
102#include <com/sun/star/container/XNameContainer.hpp>
103#include <com/sun/star/form/FormComponentType.hpp>
104#include <com/sun/star/form/XForm.hpp>
105#include <com/sun/star/form/XFormComponent.hpp>
106#include <com/sun/star/form/XResetListener.hpp>
107#include <com/sun/star/form/XSubmit.hpp>
108#include <com/sun/star/form/binding/IncompatibleTypesException.hpp>
109#include <com/sun/star/form/runtime/FormFeature.hpp>
110#include <com/sun/star/frame/FrameSearchFlag.hpp>
111#include <com/sun/star/frame/ModuleManager.hpp>
112#include <com/sun/star/frame/XDispatch.hpp>
113#include <com/sun/star/frame/XDispatchProvider.hpp>
114#include <com/sun/star/frame/XFrame.hpp>
115#include <com/sun/star/frame/XModel.hpp>
116#include <com/sun/star/graphic/GraphicObject.hpp>
117#include <com/sun/star/graphic/XGraphic.hpp>
118#include <com/sun/star/i18n/ForbiddenCharacters.hpp>
119#include <com/sun/star/i18n/LanguageCountryInfo.hpp>
120#include <com/sun/star/i18n/LocaleDataItem2.hpp>
121#include <com/sun/star/i18n/LocaleItem.hpp>
122#include <com/sun/star/i18n/reservedWords.hpp>
123#include <com/sun/star/io/Pipe.hpp>
124#include <com/sun/star/io/XInputStream.hpp>
125#include <com/sun/star/io/XMarkableStream.hpp>
126#include <com/sun/star/io/XPersistObject.hpp>
127#include <com/sun/star/io/XSeekable.hpp>
128#include <com/sun/star/lang/DisposedException.hpp>
129#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
130#include <com/sun/star/lang/Locale.hpp>
131#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
132#include <com/sun/star/lang/XMultiServiceFactory.hpp>
133#include <com/sun/star/lang/XServiceInfo.hpp>
134#include <com/sun/star/lang/XTypeProvider.hpp>
135#include <com/sun/star/lang/XUnoTunnel.hpp>
136#include <com/sun/star/sdbc/DataType.hpp>
137#include <com/sun/star/sdbc/ResultSetType.hpp>
138#include <com/sun/star/sdbc/SQLException.hpp>
139#include <com/sun/star/sdbc/XConnection.hpp>
140#include <com/sun/star/sdbc/XRowSet.hpp>
141#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
142#include <com/sun/star/task/InteractionHandler.hpp>
143#include <com/sun/star/task/XInteractionRequest.hpp>
144#include <com/sun/star/text/WritingMode2.hpp>
145#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
146#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
147#include <com/sun/star/uno/Any.h>
148#include <com/sun/star/uno/Any.hxx>
149#include <com/sun/star/uno/Reference.h>
150#include <com/sun/star/uno/Reference.hxx>
151#include <com/sun/star/uno/RuntimeException.hpp>
152#include <com/sun/star/uno/Sequence.hxx>
153#include <com/sun/star/uno/Type.h>
154#include <com/sun/star/uno/Type.hxx>
155#include <com/sun/star/uno/XAggregation.hpp>
156#include <com/sun/star/uno/XComponentContext.hpp>
157#include <com/sun/star/uno/XInterface.hpp>
158#include <com/sun/star/uno/XWeak.hpp>
159#include <com/sun/star/util/Date.hpp>
160#include <com/sun/star/util/DateTime.hpp>
161#include <com/sun/star/util/NumberFormat.hpp>
162#include <com/sun/star/util/Time.hpp>
163#include <com/sun/star/util/URLTransformer.hpp>
164#include <com/sun/star/util/VetoException.hpp>
165#include <com/sun/star/util/XCloneable.hpp>
166#include <com/sun/star/util/XModifyBroadcaster.hpp>
167#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
168#include <com/sun/star/xforms/XModel.hpp>
169#include <com/sun/star/xml/dom/DocumentBuilder.hpp>
170#include <com/sun/star/xml/dom/NodeType.hpp>
171#include <com/sun/star/xml/dom/XDocument.hpp>
172#include <com/sun/star/xml/dom/XDocumentBuilder.hpp>
173#include <com/sun/star/xml/dom/XDocumentFragment.hpp>
174#include <com/sun/star/xml/dom/XNode.hpp>
175#include <com/sun/star/xml/dom/XNodeList.hpp>
176#include <com/sun/star/xml/xpath/XPathObjectType.hpp>
177#include <com/sun/star/xml/xpath/XXPathObject.hpp>
178#include <com/sun/star/xsd/DataTypeClass.hpp>
179#include <comphelper/basicio.hxx>
189#include <comphelper/types.hxx>
190#include <comphelper/uno3.hxx>
196#include <cppuhelper/exc_hlp.hxx>
203#include <cppuhelper/weak.hxx>
204#include <cppuhelper/weakref.hxx>
205#include <editeng/editeng.hxx>
207#include <editeng/editstat.hxx>
208#include <editeng/editview.hxx>
209#include <editeng/eeitem.hxx>
210#include <editeng/fhgtitem.hxx>
212#include <editeng/svxenum.hxx>
213#include <i18nlangtag/lang.h>
215#include <o3tl/any.hxx>
216#include <o3tl/safeint.hxx>
218#include <sfx2/dllapi.h>
219#include <sfx2/filedlghelper.hxx>
220#include <sfx2/groupid.hxx>
221#include <sfx2/shell.hxx>
223#include <sot/formats.hxx>
224#include <svl/cenumitm.hxx>
225#include <svl/eitem.hxx>
226#include <svl/itempool.hxx>
227#include <svl/itemset.hxx>
228#include <svl/poolitem.hxx>
229#include <svl/svldllapi.h>
230#include <svl/typedwhich.hxx>
232#include <svx/svxdllapi.h>
234#include <tools/color.hxx>
235#include <tools/date.hxx>
236#include <tools/datetime.hxx>
237#include <tools/debug.hxx>
238#include <tools/degree.hxx>
240#include <tools/fontenum.hxx>
241#include <tools/gen.hxx>
242#include <tools/inetmime.hxx>
243#include <tools/lineend.hxx>
244#include <tools/link.hxx>
245#include <tools/long.hxx>
246#include <tools/mapunit.hxx>
247#include <tools/ref.hxx>
248#include <tools/solar.h>
249#include <tools/stream.hxx>
250#include <tools/time.hxx>
251#include <tools/toolsdllapi.h>
252#include <tools/urlobj.hxx>
253#include <ucbhelper/content.hxx>
256#include <unotools/syslocale.hxx>
259#endif // PCH_LEVEL >= 3
260#if PCH_LEVEL >= 4
261#include <FormComponent.hxx>
263#include <componenttools.hxx>
265#include <featuredispatcher.hxx>
266#include <frm_resource.hxx>
267#include <frm_strings.hxx>
268#include <navtoolbar.hxx>
269#include <property.hxx>
270#include <propertybaghelper.hxx>
271#include <services.hxx>
272#include <urltransformer.hxx>
273#endif // PCH_LEVEL >= 4
274
275/* vim:set shiftwidth=4 softtabstop=4 expandtab: */