LibreOffice Module svx (master) 1
precompiled_svx.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 2023-01-10 23:28:52 using:
17 ./bin/update_pch svx svx --cutoff=3 --exclude:system --exclude:module --include:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./svx/inc/pch/precompiled_svx.hxx "make svx.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <algorithm>
26#include <array>
27#include <cassert>
28#include <climits>
29#include <cmath>
30#include <cstddef>
31#include <cstdlib>
32#include <deque>
33#include <functional>
34#include <limits.h>
35#include <limits>
36#include <map>
37#include <memory>
38#include <mutex>
39#include <numeric>
40#include <optional>
41#include <ostream>
42#include <set>
43#include <stddef.h>
44#include <string>
45#include <string_view>
46#include <type_traits>
47#include <unordered_map>
48#include <utility>
49#include <vector>
50#include <boost/property_tree/ptree.hpp>
51#include <boost/property_tree/ptree_fwd.hpp>
52#endif // PCH_LEVEL >= 1
53#if PCH_LEVEL >= 2
54#include <osl/diagnose.h>
55#include <osl/endian.h>
56#include <osl/file.hxx>
57#include <osl/interlck.h>
58#include <osl/mutex.hxx>
59#include <osl/thread.h>
60#include <rtl/alloc.h>
61#include <rtl/bootstrap.hxx>
62#include <rtl/instance.hxx>
63#include <rtl/math.hxx>
64#include <rtl/ref.hxx>
65#include <rtl/strbuf.hxx>
66#include <rtl/string.hxx>
67#include <rtl/tencinfo.h>
68#include <rtl/textenc.h>
69#include <rtl/ustrbuf.hxx>
70#include <rtl/ustring.hxx>
71#include <rtl/uuid.h>
72#include <sal/log.hxx>
73#include <sal/macros.h>
74#include <sal/saldllapi.h>
75#include <sal/types.h>
76#include <sal/typesizes.h>
77#include <vcl/BitmapFilter.hxx>
78#include <vcl/EnumContext.hxx>
79#include <vcl/GraphicObject.hxx>
81#include <vcl/Scanline.hxx>
82#include <vcl/alpha.hxx>
83#include <vcl/bitmapex.hxx>
84#include <vcl/canvastools.hxx>
85#include <vcl/commandevent.hxx>
87#include <vcl/customweld.hxx>
88#include <vcl/dllapi.h>
89#include <vcl/errinf.hxx>
90#include <vcl/event.hxx>
91#include <vcl/fieldvalues.hxx>
92#include <vcl/font.hxx>
93#include <vcl/gdimtf.hxx>
94#include <vcl/graph.hxx>
95#include <vcl/idle.hxx>
96#include <vcl/image.hxx>
97#include <vcl/imap.hxx>
98#include <vcl/imapobj.hxx>
99#include <vcl/metric.hxx>
100#include <vcl/outdev.hxx>
101#include <vcl/ptrstyle.hxx>
102#include <vcl/settings.hxx>
103#include <vcl/status.hxx>
104#include <vcl/svapp.hxx>
105#include <vcl/task.hxx>
106#include <vcl/timer.hxx>
107#include <vcl/toolbox.hxx>
108#include <vcl/toolboxid.hxx>
109#include <vcl/transfer.hxx>
110#include <vcl/vclenum.hxx>
111#include <vcl/vclptr.hxx>
112#include <vcl/virdev.hxx>
113#include <vcl/weld.hxx>
114#include <vcl/weldutils.hxx>
115#include <vcl/window.hxx>
116#endif // PCH_LEVEL >= 2
117#if PCH_LEVEL >= 3
133#include <com/sun/star/accessibility/AccessibleEventId.hpp>
134#include <com/sun/star/accessibility/AccessibleRole.hpp>
135#include <com/sun/star/accessibility/AccessibleStateType.hpp>
136#include <com/sun/star/accessibility/XAccessible.hpp>
137#include <com/sun/star/accessibility/XAccessibleContext.hpp>
138#include <com/sun/star/awt/Gradient.hpp>
139#include <com/sun/star/awt/GradientStyle.hpp>
140#include <com/sun/star/awt/Rectangle.hpp>
141#include <com/sun/star/beans/NamedValue.hpp>
142#include <com/sun/star/beans/PropertyValue.hpp>
143#include <com/sun/star/beans/XPropertyChangeListener.hpp>
144#include <com/sun/star/beans/XPropertySet.hpp>
145#include <com/sun/star/container/XIndexAccess.hpp>
146#include <com/sun/star/container/XNameAccess.hpp>
147#include <com/sun/star/container/XNameContainer.hpp>
148#include <com/sun/star/datatransfer/DataFlavor.hpp>
149#include <com/sun/star/datatransfer/XTransferable2.hpp>
150#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
151#include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp>
152#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
153#include <com/sun/star/datatransfer/dnd/DropTargetDragEvent.hpp>
154#include <com/sun/star/datatransfer/dnd/DropTargetDropEvent.hpp>
155#include <com/sun/star/datatransfer/dnd/XDragGestureListener.hpp>
156#include <com/sun/star/datatransfer/dnd/XDragSourceListener.hpp>
157#include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp>
158#include <com/sun/star/drawing/FillStyle.hpp>
159#include <com/sun/star/drawing/LineCap.hpp>
160#include <com/sun/star/drawing/TextFitToSizeType.hpp>
161#include <com/sun/star/drawing/XShape.hpp>
162#include <com/sun/star/embed/Aspects.hpp>
163#include <com/sun/star/form/FormComponentType.hpp>
164#include <com/sun/star/form/XForm.hpp>
165#include <com/sun/star/form/XFormComponent.hpp>
166#include <com/sun/star/frame/XController.hpp>
167#include <com/sun/star/frame/XDispatchProvider.hpp>
168#include <com/sun/star/frame/XFrame.hpp>
169#include <com/sun/star/frame/XLayoutManager.hpp>
170#include <com/sun/star/frame/XStatusListener.hpp>
171#include <com/sun/star/frame/XTerminateListener.hpp>
172#include <com/sun/star/frame/XToolbarController.hpp>
173#include <com/sun/star/graphic/XGraphic.hpp>
174#include <com/sun/star/lang/DisposedException.hpp>
175#include <com/sun/star/lang/EventObject.hpp>
176#include <com/sun/star/lang/IllegalArgumentException.hpp>
177#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
178#include <com/sun/star/lang/Locale.hpp>
179#include <com/sun/star/lang/XComponent.hpp>
180#include <com/sun/star/lang/XEventListener.hpp>
181#include <com/sun/star/lang/XInitialization.hpp>
182#include <com/sun/star/lang/XServiceInfo.hpp>
183#include <com/sun/star/lang/XTypeProvider.hpp>
184#include <com/sun/star/lang/XUnoTunnel.hpp>
185#include <com/sun/star/sdbc/XResultSet.hpp>
186#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
187#include <com/sun/star/sdbcx/XRowLocate.hpp>
188#include <com/sun/star/style/NumberingType.hpp>
189#include <com/sun/star/style/XStyle.hpp>
190#include <com/sun/star/text/DefaultNumberingProvider.hpp>
191#include <com/sun/star/text/WritingMode2.hpp>
192#include <com/sun/star/text/textfield/Type.hpp>
193#include <com/sun/star/uno/Any.hxx>
194#include <com/sun/star/uno/Reference.h>
195#include <com/sun/star/uno/Reference.hxx>
196#include <com/sun/star/uno/Sequence.h>
197#include <com/sun/star/uno/Sequence.hxx>
198#include <com/sun/star/uno/XComponentContext.hpp>
199#include <com/sun/star/uno/XWeak.hpp>
200#include <com/sun/star/util/NumberFormat.hpp>
201#include <com/sun/star/util/URLTransformer.hpp>
202#include <com/sun/star/util/XModifyListener.hpp>
203#include <com/sun/star/util/XUpdatable.hpp>
204#include <com/sun/star/view/XSelectionChangeListener.hpp>
205#include <com/sun/star/view/XSelectionSupplier.hpp>
210#include <comphelper/errcode.hxx>
212#include <comphelper/lok.hxx>
221#include <comphelper/types.hxx>
228#include <cppuhelper/weak.hxx>
229#include <cppuhelper/weakagg.hxx>
235#include <editeng/borderline.hxx>
236#include <editeng/brushitem.hxx>
237#include <editeng/colritem.hxx>
238#include <editeng/editdata.hxx>
239#include <editeng/editeng.hxx>
241#include <editeng/editstat.hxx>
242#include <editeng/eedata.hxx>
243#include <editeng/eeitem.hxx>
244#include <editeng/fhgtitem.hxx>
245#include <editeng/flditem.hxx>
246#include <editeng/fontitem.hxx>
247#include <editeng/frmdir.hxx>
248#include <editeng/lrspitem.hxx>
249#include <editeng/numdef.hxx>
250#include <editeng/numitem.hxx>
251#include <editeng/outliner.hxx>
252#include <editeng/outlobj.hxx>
255#include <editeng/postitem.hxx>
256#include <editeng/sizeitem.hxx>
257#include <editeng/svxenum.hxx>
258#include <editeng/svxfont.hxx>
259#include <editeng/udlnitem.hxx>
260#include <editeng/ulspitem.hxx>
261#include <editeng/wghtitem.hxx>
262#include <i18nlangtag/lang.h>
265#include <o3tl/cow_wrapper.hxx>
266#include <o3tl/deleter.hxx>
267#include <o3tl/safeint.hxx>
268#include <o3tl/sorted_vector.hxx>
269#include <o3tl/span.hxx>
270#include <o3tl/string_view.hxx>
274#include <officecfg/Office/Common.hxx>
276#include <sfx2/app.hxx>
277#include <sfx2/basedlgs.hxx>
278#include <sfx2/bindings.hxx>
279#include <sfx2/chalign.hxx>
280#include <sfx2/childwin.hxx>
281#include <sfx2/ctrlitem.hxx>
282#include <sfx2/dialoghelper.hxx>
283#include <sfx2/dispatch.hxx>
284#include <sfx2/dllapi.h>
285#include <sfx2/dockwin.hxx>
286#include <sfx2/module.hxx>
287#include <sfx2/objsh.hxx>
288#include <sfx2/request.hxx>
289#include <sfx2/shell.hxx>
291#include <sfx2/stbitem.hxx>
292#include <sfx2/tabdlg.hxx>
293#include <sfx2/tbxctrl.hxx>
294#include <sfx2/viewfrm.hxx>
295#include <sfx2/viewsh.hxx>
296#include <sfx2/weldutils.hxx>
297#include <sot/exchange.hxx>
298#include <sot/formats.hxx>
299#include <sot/sotdllapi.h>
300#include <svl/SfxBroadcaster.hxx>
301#include <svl/cenumitm.hxx>
302#include <svl/cjkoptions.hxx>
303#include <svl/ctloptions.hxx>
304#include <svl/eitem.hxx>
305#include <svl/hint.hxx>
306#include <svl/intitem.hxx>
307#include <svl/itempool.hxx>
308#include <svl/itemset.hxx>
310#include <svl/lstner.hxx>
311#include <svl/metitem.hxx>
312#include <svl/poolitem.hxx>
313#include <svl/srchitem.hxx>
314#include <svl/stritem.hxx>
315#include <svl/style.hxx>
316#include <svl/stylesheetuser.hxx>
317#include <svl/svldllapi.h>
318#include <svl/typedwhich.hxx>
319#include <svl/undo.hxx>
320#include <svl/whiter.hxx>
321#include <svl/zforlist.hxx>
322#include <svtools/colorcfg.hxx>
323#include <svtools/ehdl.hxx>
325#include <svtools/svtdllapi.h>
326#include <svtools/svtresid.hxx>
329#include <svtools/unitconv.hxx>
330#include <svtools/valueset.hxx>
333#include <tools/color.hxx>
334#include <tools/date.hxx>
335#include <tools/datetime.hxx>
336#include <tools/debug.hxx>
337#include <tools/degree.hxx>
338#include <tools/fldunit.hxx>
339#include <tools/fract.hxx>
340#include <tools/gen.hxx>
341#include <tools/globname.hxx>
342#include <tools/helpers.hxx>
343#include <tools/link.hxx>
344#include <tools/long.hxx>
345#include <tools/mapunit.hxx>
346#include <tools/poly.hxx>
347#include <tools/resary.hxx>
348#include <tools/solar.h>
349#include <tools/stream.hxx>
350#include <tools/time.hxx>
351#include <tools/toolsdllapi.h>
352#include <tools/urlobj.hxx>
353#include <unotools/configmgr.hxx>
354#include <unotools/fontcvt.hxx>
356#include <unotools/resmgr.hxx>
357#include <unotools/syslocale.hxx>
360#include <unotools/weakref.hxx>
361#endif // PCH_LEVEL >= 3
362#if PCH_LEVEL >= 4
363#include <cell.hxx>
364#include <charmapacc.hxx>
365#include <fmprop.hxx>
366#include <fmservs.hxx>
367#include <helpids.h>
368#include <svx/algitem.hxx>
369#include <svx/charmap.hxx>
370#include <svx/colorbox.hxx>
371#include <svx/deflt3d.hxx>
372#include <svx/dialmgr.hxx>
373#include <svx/dlgctrl.hxx>
374#include <svx/dlgutil.hxx>
375#include <svx/drawitem.hxx>
376#include <svx/e3ditem.hxx>
377#include <svx/fmmodel.hxx>
378#include <svx/fmshell.hxx>
379#include <svx/fmtools.hxx>
381#include <svx/galmisc.hxx>
382#include <svx/itemwin.hxx>
383#include <svx/itextprovider.hxx>
385#include <svx/numvset.hxx>
386#include <svx/obj3d.hxx>
387#include <svx/pageitem.hxx>
388#include <svx/rotmodit.hxx>
389#include <svx/rulritem.hxx>
390#include <svx/sdmetitm.hxx>
391#include <svx/sdooitm.hxx>
392#include <svx/sdprcitm.hxx>
393#include <svx/sdshitm.hxx>
394#include <svx/sdtaditm.hxx>
395#include <svx/sdtaitm.hxx>
396#include <svx/sdtakitm.hxx>
397#include <svx/srchdlg.hxx>
398#include <svx/strarray.hxx>
399#include <svx/svddef.hxx>
400#include <svx/svditer.hxx>
401#include <svx/svdmark.hxx>
402#include <svx/svdmodel.hxx>
403#include <svx/svdoashp.hxx>
404#include <svx/svdoattr.hxx>
405#include <svx/svdobj.hxx>
406#include <svx/svdopath.hxx>
407#include <svx/svdorect.hxx>
408#include <svx/svdotable.hxx>
409#include <svx/svdotext.hxx>
410#include <svx/svdpage.hxx>
411#include <svx/svdpagv.hxx>
412#include <svx/svdtext.hxx>
413#include <svx/svdtrans.hxx>
414#include <svx/svdtypes.hxx>
415#include <svx/svdview.hxx>
416#include <svx/svx3ditems.hxx>
417#include <svx/svxdlg.hxx>
418#include <svx/svxdllapi.h>
419#include <svx/unomid.hxx>
420#include <svx/view3d.hxx>
421#include <svx/viewpt3d.hxx>
422#include <svx/xcolit.hxx>
423#include <svx/xdef.hxx>
424#include <svx/xenum.hxx>
425#include <svx/xfillit0.hxx>
426#include <svx/xflclit.hxx>
427#include <svx/xflftrit.hxx>
428#include <svx/xfltrit.hxx>
429#include <svx/xit.hxx>
430#include <svx/xlineit0.hxx>
431#include <svx/xlnclit.hxx>
432#include <svx/xlntrit.hxx>
433#include <svx/xlnwtit.hxx>
434#include <svx/xpoly.hxx>
435#include <svx/xtable.hxx>
436#include <uiobject.hxx>
437#endif // PCH_LEVEL >= 4
438
439/* vim:set shiftwidth=4 softtabstop=4 expandtab: */