LibreOffice Module sw (master) 1
precompiled_swui.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-07-19 09:26:30 using:
17 ./bin/update_pch sw swui --cutoff=3 --exclude:system --include:module --include:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./sw/inc/pch/precompiled_swui.hxx "make sw.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <algorithm>
26#include <array>
27#include <assert.h>
28#include <cassert>
29#include <cmath>
30#include <cstddef>
31#include <cstdlib>
32#include <cstring>
33#include <deque>
34#include <float.h>
35#include <functional>
36#include <initializer_list>
37#include <iomanip>
38#include <iostream>
39#include <iterator>
40#include <limits.h>
41#include <limits>
42#include <list>
43#include <map>
44#include <math.h>
45#include <memory>
46#include <mutex>
47#include <new>
48#include <numeric>
49#include <optional>
50#include <ostream>
51#include <set>
52#include <stack>
53#include <stddef.h>
54#include <string.h>
55#include <string>
56#include <string_view>
57#include <type_traits>
58#include <unordered_map>
59#include <unordered_set>
60#include <utility>
61#include <vector>
62#include <boost/property_tree/ptree_fwd.hpp>
63#endif // PCH_LEVEL >= 1
64#if PCH_LEVEL >= 2
65#include <osl/diagnose.h>
66#include <osl/doublecheckedlocking.h>
67#include <osl/endian.h>
68#include <osl/getglobalmutex.hxx>
69#include <osl/interlck.h>
70#include <osl/mutex.h>
71#include <osl/mutex.hxx>
72#include <rtl/alloc.h>
73#include <rtl/character.hxx>
74#include <rtl/instance.hxx>
75#include <rtl/locale.h>
76#include <rtl/math.h>
77#include <rtl/math.hxx>
78#include <rtl/ref.hxx>
79#include <rtl/strbuf.h>
80#include <rtl/strbuf.hxx>
81#include <rtl/string.h>
82#include <rtl/string.hxx>
83#include <rtl/stringconcat.hxx>
84#include <rtl/stringutils.hxx>
85#include <rtl/textcvt.h>
86#include <rtl/textenc.h>
87#include <rtl/ustrbuf.hxx>
88#include <rtl/ustring.h>
89#include <rtl/ustring.hxx>
90#include <rtl/uuid.h>
91#include <sal/backtrace.hxx>
92#include <sal/detail/log.h>
93#include <sal/log.hxx>
94#include <sal/macros.h>
95#include <sal/saldllapi.h>
96#include <sal/types.h>
97#include <sal/typesizes.h>
100#include <vcl/BitmapColor.hxx>
103#include <vcl/GraphicObject.hxx>
105#include <vcl/Scanline.hxx>
106#include <vcl/WindowPosSize.hxx>
108#include <vcl/alpha.hxx>
111#include <vcl/bitmap.hxx>
113#include <vcl/bitmapex.hxx>
114#include <vcl/builderpage.hxx>
115#include <vcl/cairo.hxx>
116#include <vcl/checksum.hxx>
117#include <vcl/ctrl.hxx>
118#include <vcl/customweld.hxx>
119#include <vcl/dllapi.h>
120#include <vcl/dockwin.hxx>
121#include <vcl/event.hxx>
122#include <vcl/fntstyle.hxx>
123#include <vcl/font.hxx>
124#include <vcl/formatter.hxx>
125#include <vcl/gfxlink.hxx>
126#include <vcl/glyphitem.hxx>
127#include <vcl/gradient.hxx>
128#include <vcl/graph.hxx>
129#include <vcl/headbar.hxx>
130#include <vcl/idle.hxx>
131#include <vcl/image.hxx>
132#include <vcl/kernarray.hxx>
133#include <vcl/keycodes.hxx>
134#include <vcl/mapmod.hxx>
136#include <vcl/metric.hxx>
137#include <vcl/outdev.hxx>
138#include <vcl/print.hxx>
139#include <vcl/ptrstyle.hxx>
140#include <vcl/region.hxx>
154#include <vcl/salgtype.hxx>
157#include <vcl/settings.hxx>
158#include <vcl/svapp.hxx>
159#include <vcl/syswin.hxx>
160#include <vcl/task.hxx>
161#include <vcl/textfilter.hxx>
162#include <vcl/timer.hxx>
163#include <vcl/toolboxid.hxx>
164#include <vcl/transfer.hxx>
165#include <vcl/uitest/factory.hxx>
166#include <vcl/vclenum.hxx>
167#include <vcl/vclptr.hxx>
170#include <vcl/virdev.hxx>
171#include <vcl/wall.hxx>
172#include <vcl/weld.hxx>
173#include <vcl/window.hxx>
174#include <vcl/windowstate.hxx>
175#include <vcl/wintypes.hxx>
176#include <vcl/wizardmachine.hxx>
177#endif // PCH_LEVEL >= 2
178#if PCH_LEVEL >= 3
204#include <basic/basicdllapi.h>
205#include <basic/sbxcore.hxx>
206#include <basic/sbxdef.hxx>
207#include <basic/sbxmeth.hxx>
208#include <basic/sbxvar.hxx>
209#include <com/sun/star/awt/DeviceInfo.hpp>
210#include <com/sun/star/awt/Gradient2.hpp>
211#include <com/sun/star/awt/GradientStyle.hpp>
212#include <com/sun/star/awt/Key.hpp>
213#include <com/sun/star/awt/KeyGroup.hpp>
214#include <com/sun/star/awt/SystemPointer.hpp>
215#include <com/sun/star/awt/XWindow.hpp>
216#include <com/sun/star/beans/PropertyValue.hpp>
217#include <com/sun/star/beans/XPropertySet.hpp>
218#include <com/sun/star/container/XChild.hpp>
219#include <com/sun/star/container/XEnumeration.hpp>
220#include <com/sun/star/container/XEnumerationAccess.hpp>
221#include <com/sun/star/container/XIndexReplace.hpp>
222#include <com/sun/star/container/XNameAccess.hpp>
223#include <com/sun/star/container/XNameContainer.hpp>
224#include <com/sun/star/datatransfer/DataFlavor.hpp>
225#include <com/sun/star/datatransfer/XTransferable.hpp>
226#include <com/sun/star/datatransfer/XTransferable2.hpp>
227#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
228#include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp>
229#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
230#include <com/sun/star/datatransfer/dnd/DropTargetDragEvent.hpp>
231#include <com/sun/star/datatransfer/dnd/DropTargetDropEvent.hpp>
232#include <com/sun/star/datatransfer/dnd/XDragGestureListener.hpp>
233#include <com/sun/star/datatransfer/dnd/XDragSourceListener.hpp>
234#include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp>
235#include <com/sun/star/document/EventObject.hpp>
236#include <com/sun/star/document/XCmisDocument.hpp>
237#include <com/sun/star/document/XDocumentEventBroadcaster.hpp>
238#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
239#include <com/sun/star/document/XDocumentRecovery.hpp>
240#include <com/sun/star/document/XDocumentSubStorageSupplier.hpp>
241#include <com/sun/star/document/XEmbeddedScripts.hpp>
242#include <com/sun/star/document/XEventBroadcaster.hpp>
243#include <com/sun/star/document/XEventsSupplier.hpp>
244#include <com/sun/star/document/XScriptInvocationContext.hpp>
245#include <com/sun/star/document/XShapeEventBroadcaster.hpp>
246#include <com/sun/star/document/XStorageBasedDocument.hpp>
247#include <com/sun/star/document/XUndoManagerSupplier.hpp>
248#include <com/sun/star/document/XViewDataSupplier.hpp>
249#include <com/sun/star/drawing/DashStyle.hpp>
250#include <com/sun/star/drawing/HatchStyle.hpp>
251#include <com/sun/star/drawing/LineCap.hpp>
252#include <com/sun/star/embed/Aspects.hpp>
253#include <com/sun/star/embed/XStorage.hpp>
254#include <com/sun/star/embed/XVisualObject.hpp>
255#include <com/sun/star/frame/XDispatch.hpp>
256#include <com/sun/star/frame/XFrame.hpp>
257#include <com/sun/star/frame/XLoadable.hpp>
258#include <com/sun/star/frame/XModel.hpp>
259#include <com/sun/star/frame/XModel3.hpp>
260#include <com/sun/star/frame/XModule.hpp>
261#include <com/sun/star/frame/XStatusListener.hpp>
262#include <com/sun/star/frame/XStorable2.hpp>
263#include <com/sun/star/frame/XTerminateListener.hpp>
264#include <com/sun/star/frame/XTitle.hpp>
265#include <com/sun/star/frame/XTitleChangeBroadcaster.hpp>
266#include <com/sun/star/frame/XUntitledNumbers.hpp>
267#include <com/sun/star/graphic/XGraphic.hpp>
268#include <com/sun/star/graphic/XPrimitive2D.hpp>
269#include <com/sun/star/i18n/ForbiddenCharacters.hpp>
270#include <com/sun/star/i18n/ScriptType.hpp>
271#include <com/sun/star/i18n/TransliterationModules.hpp>
272#include <com/sun/star/i18n/TransliterationModulesExtra.hpp>
273#include <com/sun/star/i18n/XBreakIterator.hpp>
274#include <com/sun/star/i18n/XExtendedIndexEntrySupplier.hpp>
275#include <com/sun/star/i18n/XForbiddenCharacters.hpp>
276#include <com/sun/star/io/XInputStream.hpp>
277#include <com/sun/star/io/XOutputStream.hpp>
278#include <com/sun/star/io/XSeekable.hpp>
279#include <com/sun/star/io/XStream.hpp>
280#include <com/sun/star/io/XTruncate.hpp>
281#include <com/sun/star/lang/DisposedException.hpp>
282#include <com/sun/star/lang/EventObject.hpp>
283#include <com/sun/star/lang/IllegalArgumentException.hpp>
284#include <com/sun/star/lang/Locale.hpp>
285#include <com/sun/star/lang/XComponent.hpp>
286#include <com/sun/star/lang/XEventListener.hpp>
287#include <com/sun/star/lang/XMultiServiceFactory.hpp>
288#include <com/sun/star/lang/XServiceInfo.hpp>
289#include <com/sun/star/lang/XTypeProvider.hpp>
290#include <com/sun/star/lang/XUnoTunnel.hpp>
291#include <com/sun/star/linguistic2/XSupportedLocales.hpp>
292#include <com/sun/star/mail/XAuthenticator.hpp>
293#include <com/sun/star/mail/XConnectionListener.hpp>
294#include <com/sun/star/mail/XMailMessage.hpp>
295#include <com/sun/star/rdf/XDocumentMetadataAccess.hpp>
296#include <com/sun/star/script/XStarBasicAccess.hpp>
297#include <com/sun/star/script/provider/XScriptProviderSupplier.hpp>
298#include <com/sun/star/sdbc/XConnection.hpp>
299#include <com/sun/star/style/NumberingType.hpp>
300#include <com/sun/star/table/BorderLineStyle.hpp>
301#include <com/sun/star/text/HoriOrientation.hpp>
302#include <com/sun/star/text/PositionLayoutDir.hpp>
303#include <com/sun/star/text/RelOrientation.hpp>
304#include <com/sun/star/text/RubyAdjust.hpp>
305#include <com/sun/star/text/TextContentAnchorType.hpp>
306#include <com/sun/star/text/VertOrientation.hpp>
307#include <com/sun/star/text/XFootnote.hpp>
308#include <com/sun/star/text/XRelativeTextContentInsert.hpp>
309#include <com/sun/star/text/XRelativeTextContentRemove.hpp>
310#include <com/sun/star/text/XTextAppendAndConvert.hpp>
311#include <com/sun/star/text/XTextContent.hpp>
312#include <com/sun/star/text/XTextCopy.hpp>
313#include <com/sun/star/text/XTextField.hpp>
314#include <com/sun/star/text/XTextRangeCompare.hpp>
315#include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp>
316#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
317#include <com/sun/star/ui/dialogs/XFilePicker3.hpp>
318#include <com/sun/star/uno/Any.h>
319#include <com/sun/star/uno/Any.hxx>
320#include <com/sun/star/uno/Reference.h>
321#include <com/sun/star/uno/Reference.hxx>
322#include <com/sun/star/uno/RuntimeException.hpp>
323#include <com/sun/star/uno/Sequence.h>
324#include <com/sun/star/uno/Sequence.hxx>
325#include <com/sun/star/uno/Type.h>
326#include <com/sun/star/uno/Type.hxx>
327#include <com/sun/star/uno/TypeClass.hdl>
328#include <com/sun/star/uno/XComponentContext.hpp>
329#include <com/sun/star/uno/XCurrentContext.hpp>
330#include <com/sun/star/uno/XInterface.hpp>
331#include <com/sun/star/uno/XWeak.hpp>
332#include <com/sun/star/uno/genfunc.h>
333#include <com/sun/star/uno/genfunc.hxx>
334#include <com/sun/star/util/Date.hpp>
335#include <com/sun/star/util/DateTime.hpp>
336#include <com/sun/star/util/NumberFormat.hpp>
337#include <com/sun/star/util/Time.hpp>
338#include <com/sun/star/util/XAccounting.hpp>
339#include <com/sun/star/util/XCloseable.hpp>
340#include <com/sun/star/util/XModifiable2.hpp>
341#include <com/sun/star/view/XPrintJobBroadcaster.hpp>
342#include <com/sun/star/view/XPrintable.hpp>
345#include <comphelper/errcode.hxx>
347#include <comphelper/lok.hxx>
349#include <comphelper/string.hxx>
351#include <cppu/cppudllapi.h>
352#include <cppu/unotype.hxx>
360#include <cppuhelper/weak.hxx>
361#include <cppuhelper/weakref.hxx>
364#include <docmodel/dllapi.h>
375#include <editeng/borderline.hxx>
376#include <editeng/boxitem.hxx>
377#include <editeng/brushitem.hxx>
378#include <editeng/editdata.hxx>
380#include <editeng/editstat.hxx>
381#include <editeng/eedata.hxx>
382#include <editeng/fontitem.hxx>
384#include <editeng/frmdiritem.hxx>
385#include <editeng/keepitem.hxx>
386#include <editeng/langitem.hxx>
387#include <editeng/lrspitem.hxx>
388#include <editeng/numdef.hxx>
389#include <editeng/numitem.hxx>
390#include <editeng/outliner.hxx>
392#include <editeng/paperinf.hxx>
394#include <editeng/shaditem.hxx>
395#include <editeng/sizeitem.hxx>
396#include <editeng/svxenum.hxx>
397#include <editeng/svxfont.hxx>
398#include <editeng/ulspitem.hxx>
400#include <i18nlangtag/lang.h>
403#include <i18nutil/paper.hxx>
404#include <o3tl/cow_wrapper.hxx>
405#include <o3tl/deleter.hxx>
406#include <o3tl/enumarray.hxx>
407#include <o3tl/hash_combine.hxx>
408#include <o3tl/safeint.hxx>
409#include <o3tl/sorted_vector.hxx>
410#include <o3tl/span.hxx>
411#include <o3tl/string_view.hxx>
412#include <o3tl/strong_int.hxx>
416#include <officecfg/Office/Common.hxx>
417#include <officecfg/Office/Writer.hxx>
418#include <ooo/vba/XHelperInterface.hpp>
419#include <ooo/vba/word/WdSaveFormat.hpp>
420#include <ooo/vba/word/XSection.hpp>
424#include <sfx2/basedlgs.hxx>
425#include <sfx2/bindings.hxx>
426#include <sfx2/chalign.hxx>
427#include <sfx2/childwin.hxx>
428#include <sfx2/dispatch.hxx>
429#include <sfx2/dllapi.h>
430#include <sfx2/docfile.hxx>
431#include <sfx2/docfilt.hxx>
432#include <sfx2/filedlghelper.hxx>
433#include <sfx2/frame.hxx>
434#include <sfx2/htmlmode.hxx>
435#include <sfx2/linksrc.hxx>
436#include <sfx2/lnkbase.hxx>
437#include <sfx2/namedcolor.hxx>
438#include <sfx2/objsh.hxx>
439#include <sfx2/printer.hxx>
440#include <sfx2/request.hxx>
441#include <sfx2/sfxdlg.hxx>
442#include <sfx2/shell.hxx>
443#include <sfx2/tabdlg.hxx>
444#include <sfx2/viewfrm.hxx>
445#include <sot/exchange.hxx>
446#include <sot/formats.hxx>
447#include <sot/sotdllapi.h>
448#include <svl/SfxBroadcaster.hxx>
449#include <svl/broadcast.hxx>
450#include <svl/cenumitm.hxx>
451#include <svl/cjkoptions.hxx>
452#include <svl/ctloptions.hxx>
453#include <svl/eitem.hxx>
454#include <svl/hint.hxx>
455#include <svl/intitem.hxx>
456#include <svl/itempool.hxx>
457#include <svl/itemset.hxx>
459#include <svl/listener.hxx>
460#include <svl/lstner.hxx>
461#include <svl/macitem.hxx>
462#include <svl/numformat.hxx>
463#include <svl/poolitem.hxx>
464#include <svl/stritem.hxx>
465#include <svl/style.hxx>
466#include <svl/svldllapi.h>
467#include <svl/typedwhich.hxx>
468#include <svl/undo.hxx>
469#include <svl/urihelper.hxx>
470#include <svl/whichranges.hxx>
471#include <svl/zforlist.hxx>
472#include <svl/zformat.hxx>
473#include <svtools/borderline.hxx>
474#include <svtools/ctrlbox.hxx>
475#include <svtools/htmlcfg.hxx>
476#include <svtools/svtdllapi.h>
478#include <svtools/unitconv.hxx>
479#include <svtools/valueset.hxx>
480#include <svx/Palette.hxx>
482#include <svx/XPropertyEntry.hxx>
484#include <svx/charmap.hxx>
485#include <svx/colorbox.hxx>
486#include <svx/colorwindow.hxx>
487#include <svx/dialmgr.hxx>
488#include <svx/flagsdef.hxx>
489#include <svx/framelinkarray.hxx>
490#include <svx/langbox.hxx>
491#include <svx/pagectrl.hxx>
492#include <svx/rotmodit.hxx>
494#include <svx/svdmodel.hxx>
495#include <svx/svdtypes.hxx>
496#include <svx/svxdlg.hxx>
497#include <svx/svxdllapi.h>
498#include <svx/swframetypes.hxx>
499#include <svx/unomod.hxx>
500#include <svx/xdash.hxx>
501#include <svx/xdef.hxx>
502#include <svx/xhatch.hxx>
503#include <svx/xtable.hxx>
504#include <tools/color.hxx>
505#include <tools/date.hxx>
506#include <tools/datetime.hxx>
507#include <tools/debug.hxx>
508#include <tools/degree.hxx>
509#include <tools/fldunit.hxx>
510#include <tools/fontenum.hxx>
511#include <tools/fract.hxx>
512#include <tools/gen.hxx>
513#include <tools/globname.hxx>
514#include <tools/lineend.hxx>
515#include <tools/link.hxx>
516#include <tools/long.hxx>
517#include <tools/mapunit.hxx>
518#include <tools/multisel.hxx>
519#include <tools/poly.hxx>
520#include <tools/ref.hxx>
521#include <tools/solar.h>
522#include <tools/stream.hxx>
523#include <tools/time.hxx>
524#include <tools/toolsdllapi.h>
525#include <tools/urlobj.hxx>
526#include <tools/weakbase.h>
527#include <typelib/typeclass.h>
528#include <typelib/typedescription.h>
529#include <typelib/uik.h>
530#include <uno/any2.h>
531#include <uno/data.h>
532#include <uno/sequence2.h>
533#include <unotools/charclass.hxx>
535#include <unotools/fontcvt.hxx>
536#include <unotools/fontdefs.hxx>
538#include <unotools/options.hxx>
540#include <unotools/resmgr.hxx>
542#include <unotools/syslocale.hxx>
543#include <unotools/tempfile.hxx>
546#include <unotools/weakref.hxx>
547#include <vbahelper/vbadllapi.h>
550#endif // PCH_LEVEL >= 3
551#if PCH_LEVEL >= 4
552#include <BorderCacheOwner.hxx>
555#include <IMark.hxx>
556#include <SwNumberTreeTypes.hxx>
557#include <SwRewriter.hxx>
558#include <SwStyleNameMapper.hxx>
559#include <autoformatpreview.hxx>
560#include <bparr.hxx>
561#include <calbck.hxx>
562#include <charfmt.hxx>
563#include <cmdid.h>
564#include <cnttab.hxx>
565#include <column.hxx>
566#include <contentindex.hxx>
567#include <dbmgr.hxx>
568#include <doc.hxx>
569#include <docary.hxx>
570#include <docsh.hxx>
571#include <docstyle.hxx>
572#include <docufld.hxx>
573#include <drpcps.hxx>
574#include <envlop.hxx>
575#include <expfld.hxx>
576#include <fchrfmt.hxx>
577#include <fldbas.hxx>
578#include <fldedt.hxx>
579#include <fldmgr.hxx>
580#include <fldtdlg.hxx>
581#include <fmtautofmt.hxx>
582#include <fmtclds.hxx>
583#include <fmtcol.hxx>
584#include <fmtflcnt.hxx>
585#include <fmtfld.hxx>
586#include <fmtfsize.hxx>
587#include <fmtftn.hxx>
588#include <fmtinfmt.hxx>
589#include <fmtornt.hxx>
590#include <fmtrfmrk.hxx>
591#include <fmtruby.hxx>
592#include <format.hxx>
594#include <formatlinebreak.hxx>
595#include <frmatr.hxx>
596#include <frmdlg.hxx>
597#include <frmfmt.hxx>
598#include <frmpage.hxx>
599#include <glossary.hxx>
600#include <hintids.hxx>
601#include <label.hxx>
602#include <labimg.hxx>
603#include <macassgn.hxx>
604#include <modcfg.hxx>
605#include <ndarr.hxx>
606#include <ndhints.hxx>
607#include <ndindex.hxx>
608#include <ndtxt.hxx>
609#include <ndtyp.hxx>
610#include <node.hxx>
611#include <nodeoffset.hxx>
612#include <num.hxx>
614#include <numfmtlb.hxx>
615#include <numpara.hxx>
616#include <numrule.hxx>
617#include <optload.hxx>
618#include <outline.hxx>
619#include <pagedesc.hxx>
620#include <pam.hxx>
621#include <pardlg.hxx>
622#include <poolfmt.hxx>
623#include <reffld.hxx>
624#include <ring.hxx>
625#include <section.hxx>
626#include <shellio.hxx>
627#include <shellres.hxx>
628#include <swabstdlg.hxx>
629#include <swatrset.hxx>
630#include <swdbdata.hxx>
631#include <swdllapi.h>
632#include <swmodule.hxx>
633#include <swrect.hxx>
634#include <swtblfmt.hxx>
635#include <swtypes.hxx>
636#include <swuicnttab.hxx>
637#include <swuiexp.hxx>
638#include <swuipardlg.hxx>
639#include <swundo.hxx>
640#include <swwait.hxx>
641#include <tablemgr.hxx>
642#include <tblafmt.hxx>
643#include <tblenum.hxx>
644#include <textboxhelper.hxx>
645#include <tgrditem.hxx>
646#include <tox.hxx>
647#include <toxe.hxx>
648#include <txatbase.hxx>
649#include <uiitems.hxx>
650#include <uitool.hxx>
651#include <undobj.hxx>
652#include <unobaseclass.hxx>
653#include <unotext.hxx>
654#include <unotools.hxx>
655#include <usrpref.hxx>
656#include <view.hxx>
657#include <viewopt.hxx>
658#include <wdocsh.hxx>
659#include <wrap.hxx>
660#include <wrtsh.hxx>
661#endif // PCH_LEVEL >= 4
662
663/* vim:set shiftwidth=4 softtabstop=4 expandtab: */