summaryrefslogtreecommitdiff
path: root/sw/inc/pch/precompiled_swui.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/pch/precompiled_swui.hxx')
-rw-r--r--sw/inc/pch/precompiled_swui.hxx137
1 files changed, 107 insertions, 30 deletions
diff --git a/sw/inc/pch/precompiled_swui.hxx b/sw/inc/pch/precompiled_swui.hxx
index 4a7b9755c3d9..a7e5e6ac6385 100644
--- a/sw/inc/pch/precompiled_swui.hxx
+++ b/sw/inc/pch/precompiled_swui.hxx
@@ -13,7 +13,7 @@
manual changes will be rewritten by the next run of update_pch.sh (which presumably
also fixes all possible problems, so it's usually better to use it).
- Generated on 2020-01-14 11:50:28 using:
+ Generated on 2020-02-01 10:58:54 using:
./bin/update_pch sw swui --cutoff=3 --exclude:system --include:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -33,7 +33,6 @@
#include <initializer_list>
#include <iomanip>
#include <iostream>
-#include <iterator>
#include <limits.h>
#include <limits>
#include <list>
@@ -50,8 +49,15 @@
#include <string_view>
#include <type_traits>
#include <typeinfo>
+#include <unordered_map>
#include <utility>
#include <vector>
+#include <boost/multi_index/composite_key.hpp>
+#include <boost/multi_index/identity.hpp>
+#include <boost/multi_index/mem_fun.hpp>
+#include <boost/multi_index/ordered_index.hpp>
+#include <boost/multi_index/random_access_index.hpp>
+#include <boost/multi_index_container.hpp>
#include <boost/property_tree/ptree_fwd.hpp>
#endif // PCH_LEVEL >= 1
#if PCH_LEVEL >= 2
@@ -103,6 +109,7 @@
#include <vcl/bitmap.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/builder.hxx>
+#include <vcl/builderpage.hxx>
#include <vcl/button.hxx>
#include <vcl/cairo.hxx>
#include <vcl/checksum.hxx>
@@ -116,6 +123,7 @@
#include <vcl/edit.hxx>
#include <vcl/errcode.hxx>
#include <vcl/event.hxx>
+#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
#include <vcl/floatwin.hxx>
#include <vcl/fntstyle.hxx>
@@ -124,7 +132,6 @@
#include <vcl/glyphitem.hxx>
#include <vcl/graph.hxx>
#include <vcl/headbar.hxx>
-#include <vcl/help.hxx>
#include <vcl/idle.hxx>
#include <vcl/image.hxx>
#include <vcl/keycod.hxx>
@@ -132,6 +139,7 @@
#include <vcl/lstbox.hxx>
#include <vcl/mapmod.hxx>
#include <vcl/menu.hxx>
+#include <vcl/menubtn.hxx>
#include <vcl/metaactiontypes.hxx>
#include <vcl/metric.hxx>
#include <vcl/outdev.hxx>
@@ -151,6 +159,7 @@
#include <vcl/task.hxx>
#include <vcl/textfilter.hxx>
#include <vcl/timer.hxx>
+#include <vcl/toolbox.hxx>
#include <vcl/transfer.hxx>
#include <vcl/uitest/factory.hxx>
#include <vcl/vclenum.hxx>
@@ -163,6 +172,7 @@
#include <vcl/weld.hxx>
#include <vcl/window.hxx>
#include <vcl/windowstate.hxx>
+#include <vcl/wizardmachine.hxx>
#endif // PCH_LEVEL >= 2
#if PCH_LEVEL >= 3
#include <basegfx/basegfxdllapi.h>
@@ -182,22 +192,22 @@
#include <basegfx/vector/b2enums.hxx>
#include <basegfx/vector/b2ivector.hxx>
#include <basic/basicdllapi.h>
-#include <basic/sbdef.hxx>
-#include <basic/sbmod.hxx>
-#include <basic/sbx.hxx>
#include <basic/sbxcore.hxx>
#include <basic/sbxdef.hxx>
-#include <basic/sbxobj.hxx>
-#include <basic/sbxvar.hxx>
#include <com/sun/star/awt/GradientStyle.hpp>
#include <com/sun/star/awt/Key.hpp>
#include <com/sun/star/awt/KeyGroup.hpp>
#include <com/sun/star/awt/SystemPointer.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
+#include <com/sun/star/beans/XMultiPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
+#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/container/XIndexReplace.hpp>
+#include <com/sun/star/container/XNameAccess.hpp>
+#include <com/sun/star/container/XNameContainer.hpp>
+#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>
#include <com/sun/star/datatransfer/XTransferable2.hpp>
@@ -223,8 +233,11 @@
#include <com/sun/star/document/XStorageBasedDocument.hpp>
#include <com/sun/star/document/XUndoManagerSupplier.hpp>
#include <com/sun/star/document/XViewDataSupplier.hpp>
+#include <com/sun/star/drawing/DashStyle.hpp>
+#include <com/sun/star/drawing/HatchStyle.hpp>
#include <com/sun/star/drawing/LineCap.hpp>
#include <com/sun/star/embed/Aspects.hpp>
+#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/embed/XVisualObject.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/XLoadable.hpp>
@@ -237,10 +250,12 @@
#include <com/sun/star/frame/XUntitledNumbers.hpp>
#include <com/sun/star/graphic/XPrimitive2D.hpp>
#include <com/sun/star/i18n/Calendar2.hpp>
-#include <com/sun/star/i18n/ForbiddenCharacters.hpp>
#include <com/sun/star/i18n/NativeNumberXmlAttributes.hpp>
+#include <com/sun/star/i18n/ScriptType.hpp>
#include <com/sun/star/i18n/TransliterationModules.hpp>
#include <com/sun/star/i18n/TransliterationModulesExtra.hpp>
+#include <com/sun/star/i18n/XBreakIterator.hpp>
+#include <com/sun/star/i18n/XExtendedIndexEntrySupplier.hpp>
#include <com/sun/star/i18n/XForbiddenCharacters.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/EventObject.hpp>
@@ -252,9 +267,14 @@
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/linguistic2/XSupportedLocales.hpp>
+#include <com/sun/star/mail/XAuthenticator.hpp>
+#include <com/sun/star/mail/XConnectionListener.hpp>
+#include <com/sun/star/mail/XMailMessage.hpp>
#include <com/sun/star/rdf/XDocumentMetadataAccess.hpp>
+#include <com/sun/star/rdf/XMetadatable.hpp>
#include <com/sun/star/script/XStarBasicAccess.hpp>
#include <com/sun/star/script/provider/XScriptProviderSupplier.hpp>
+#include <com/sun/star/sdbc/XConnection.hpp>
#include <com/sun/star/style/NumberingType.hpp>
#include <com/sun/star/table/BorderLineStyle.hpp>
#include <com/sun/star/text/HoriOrientation.hpp>
@@ -263,10 +283,10 @@
#include <com/sun/star/text/RubyAdjust.hpp>
#include <com/sun/star/text/TextContentAnchorType.hpp>
#include <com/sun/star/text/VertOrientation.hpp>
+#include <com/sun/star/text/XTextSection.hpp>
#include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/ui/dialogs/XFilePicker3.hpp>
-#include <com/sun/star/ui/dialogs/XFilterManager.hpp>
#include <com/sun/star/uno/Any.h>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Exception.hpp>
@@ -279,6 +299,7 @@
#include <com/sun/star/uno/Type.hxx>
#include <com/sun/star/uno/TypeClass.hdl>
#include <com/sun/star/uno/XAggregation.hpp>
+#include <com/sun/star/uno/XCurrentContext.hpp>
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/XWeak.hpp>
#include <com/sun/star/uno/genfunc.h>
@@ -324,38 +345,45 @@
#include <editeng/editengdllapi.h>
#include <editeng/editstat.hxx>
#include <editeng/eedata.hxx>
-#include <editeng/flstitem.hxx>
#include <editeng/fontitem.hxx>
+#include <editeng/formatbreakitem.hxx>
#include <editeng/frmdiritem.hxx>
+#include <editeng/keepitem.hxx>
#include <editeng/langitem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/numdef.hxx>
#include <editeng/numitem.hxx>
#include <editeng/outliner.hxx>
+#include <editeng/paperinf.hxx>
#include <editeng/paragraphdata.hxx>
-#include <editeng/scripttypeitem.hxx>
+#include <editeng/shaditem.hxx>
#include <editeng/sizeitem.hxx>
#include <editeng/svxenum.hxx>
#include <editeng/svxfont.hxx>
#include <editeng/ulspitem.hxx>
-#include <editeng/unolingu.hxx>
#include <i18nlangtag/i18nlangtagdllapi.h>
#include <i18nlangtag/lang.h>
#include <i18nlangtag/languagetag.hxx>
#include <i18nutil/i18nutildllapi.h>
+#include <i18nutil/paper.hxx>
#include <i18nutil/transliteration.hxx>
#include <o3tl/cow_wrapper.hxx>
#include <o3tl/deleter.hxx>
#include <o3tl/optional.hxx>
+#include <o3tl/safeint.hxx>
#include <o3tl/sorted_vector.hxx>
#include <o3tl/strong_int.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <o3tl/underlyingenumvalue.hxx>
#include <officecfg/Office/Writer.hxx>
+#include <ooo/vba/word/WdSaveFormat.hpp>
#include <salhelper/salhelperdllapi.h>
#include <salhelper/simplereferenceobject.hxx>
-#include <sfx2/app.hxx>
+#include <sfx2/Metadatable.hxx>
+#include <sfx2/basedlgs.hxx>
#include <sfx2/bindings.hxx>
+#include <sfx2/chalign.hxx>
+#include <sfx2/childwin.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/dllapi.h>
#include <sfx2/docfile.hxx>
@@ -367,6 +395,7 @@
#include <sfx2/objsh.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/request.hxx>
+#include <sfx2/sfxdlg.hxx>
#include <sfx2/shell.hxx>
#include <sfx2/tabdlg.hxx>
#include <sfx2/viewfrm.hxx>
@@ -389,7 +418,6 @@
#include <svl/nfkeytab.hxx>
#include <svl/ondemand.hxx>
#include <svl/poolitem.hxx>
-#include <svl/slstitm.hxx>
#include <svl/stritem.hxx>
#include <svl/style.hxx>
#include <svl/svldllapi.h>
@@ -399,6 +427,7 @@
#include <svl/zforlist.hxx>
#include <svl/zformat.hxx>
#include <svtools/borderline.hxx>
+#include <svtools/ctrlbox.hxx>
#include <svtools/htmlcfg.hxx>
#include <svtools/svtdllapi.h>
#include <svtools/toolbarmenu.hxx>
@@ -406,17 +435,27 @@
#include <svtools/valueset.hxx>
#include <svx/Palette.hxx>
#include <svx/SvxColorValueSet.hxx>
+#include <svx/XPropertyEntry.hxx>
+#include <svx/autoformathelper.hxx>
+#include <svx/colorbox.hxx>
+#include <svx/colorwindow.hxx>
#include <svx/ctredlin.hxx>
#include <svx/dialmgr.hxx>
-#include <svx/dlgutil.hxx>
-#include <svx/drawitem.hxx>
#include <svx/flagsdef.hxx>
+#include <svx/framelinkarray.hxx>
+#include <svx/langbox.hxx>
+#include <svx/pagectrl.hxx>
+#include <svx/rotmodit.hxx>
#include <svx/sdr/attribute/sdrallfillattributeshelper.hxx>
+#include <svx/svddef.hxx>
#include <svx/svxdlg.hxx>
#include <svx/svxdllapi.h>
+#include <svx/swframetypes.hxx>
#include <svx/unomod.hxx>
+#include <svx/xdash.hxx>
#include <svx/xdef.hxx>
-#include <svx/xtable.hxx>
+#include <svx/xgrad.hxx>
+#include <svx/xhatch.hxx>
#include <tools/color.hxx>
#include <tools/date.hxx>
#include <tools/datetime.hxx>
@@ -435,6 +474,7 @@
#include <tools/solar.h>
#include <tools/time.hxx>
#include <tools/toolsdllapi.h>
+#include <tools/urlobj.hxx>
#include <tools/wintypes.hxx>
#include <typelib/typeclass.h>
#include <typelib/typedescription.h>
@@ -445,7 +485,6 @@
#include <unotools/calendarwrapper.hxx>
#include <unotools/charclass.hxx>
#include <unotools/configitem.hxx>
-#include <unotools/configmgr.hxx>
#include <unotools/fontcvt.hxx>
#include <unotools/fontdefs.hxx>
#include <unotools/localedatawrapper.hxx>
@@ -453,74 +492,112 @@
#include <unotools/options.hxx>
#include <unotools/pathoptions.hxx>
#include <unotools/resmgr.hxx>
+#include <unotools/sharedunocomponent.hxx>
#include <unotools/syslocale.hxx>
#include <unotools/transliterationwrapper.hxx>
#include <unotools/unotoolsdllapi.h>
#endif // PCH_LEVEL >= 3
#if PCH_LEVEL >= 4
#include <IDocumentDeviceAccess.hxx>
+#include <IDocumentRedlineAccess.hxx>
#include <IMark.hxx>
#include <SwNumberTreeTypes.hxx>
+#include <SwRewriter.hxx>
#include <SwStyleNameMapper.hxx>
+#include <autoformatpreview.hxx>
#include <bparr.hxx>
#include <calbck.hxx>
#include <charfmt.hxx>
#include <cmdid.h>
-#include <colwd.hxx>
-#include <cshtyp.hxx>
-#include <dbfld.hxx>
+#include <cnttab.hxx>
+#include <column.hxx>
#include <dbmgr.hxx>
+#include <doc.hxx>
#include <docary.hxx>
#include <docsh.hxx>
#include <docstyle.hxx>
#include <docufld.hxx>
+#include <drpcps.hxx>
+#include <envlop.hxx>
#include <expfld.hxx>
#include <fchrfmt.hxx>
#include <fldbas.hxx>
+#include <fldedt.hxx>
+#include <fldmgr.hxx>
+#include <fldtdlg.hxx>
#include <fmtautofmt.hxx>
+#include <fmtclds.hxx>
#include <fmtcol.hxx>
#include <fmtflcnt.hxx>
#include <fmtfld.hxx>
#include <fmtfsize.hxx>
#include <fmtftn.hxx>
#include <fmtinfmt.hxx>
+#include <fmtornt.hxx>
+#include <fmtpdsc.hxx>
#include <fmtrfmrk.hxx>
#include <fmtruby.hxx>
-#include <frmatr.hxx>
+#include <format.hxx>
+#include <frmdlg.hxx>
#include <frmfmt.hxx>
+#include <frmpage.hxx>
+#include <glossary.hxx>
#include <hintids.hxx>
#include <index.hxx>
+#include <label.hxx>
+#include <labimg.hxx>
+#include <macassgn.hxx>
#include <modcfg.hxx>
#include <ndarr.hxx>
#include <ndhints.hxx>
#include <ndindex.hxx>
-#include <ndtxt.hxx>
#include <ndtyp.hxx>
#include <node.hxx>
+#include <num.hxx>
+#include <numberingtypelistbox.hxx>
+#include <numfmtlb.hxx>
+#include <numpara.hxx>
#include <numrule.hxx>
+#include <optload.hxx>
+#include <outline.hxx>
#include <pagedesc.hxx>
#include <pam.hxx>
-#include <paratr.hxx>
+#include <pardlg.hxx>
#include <poolfmt.hxx>
+#include <ring.hxx>
+#include <section.hxx>
#include <shellio.hxx>
#include <shellres.hxx>
#include <swabstdlg.hxx>
#include <swatrset.hxx>
+#include <swdbdata.hxx>
#include <swdllapi.h>
#include <swmodule.hxx>
#include <swrect.hxx>
-#include <swtable.hxx>
#include <swtblfmt.hxx>
#include <swtypes.hxx>
+#include <swuicnttab.hxx>
+#include <swuiexp.hxx>
+#include <swuipardlg.hxx>
#include <swundo.hxx>
#include <swwait.hxx>
+#include <tablemgr.hxx>
+#include <tblafmt.hxx>
#include <tblenum.hxx>
-#include <tblsel.hxx>
-#include <txatbase.hxx>
-#include <unomid.h>
-#include <unoprnms.hxx>
+#include <tgrditem.hxx>
+#include <tox.hxx>
+#include <toxe.hxx>
+#include <uiitems.hxx>
+#include <uitool.hxx>
+#include <undobj.hxx>
+#include <unobaseclass.hxx>
+#include <unotools.hxx>
+#include <usrpref.hxx>
+#include <view.hxx>
#include <viewopt.hxx>
#include <wdocsh.hxx>
+#include <wrap.hxx>
+#include <wrtsh.hxx>
#endif // PCH_LEVEL >= 4
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */