summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-02-01 11:00:54 +0100
committerLuboš Luňák <l.lunak@collabora.com>2020-02-01 20:12:21 +0100
commit69e0d871ec1de2260f9213d3113464155eac173c (patch)
tree8e2d70bcd7eaef2c0dec275dd89050bf499e17b9 /sc/inc
parent961f7e8ec8ef188c361b2b20b60b95e78ecccd33 (diff)
make update_pch also consider files in <module>/src/**/inc
With --enable-pch=full there's not much difference between a "public" header in <module>/inc and a private one in <module>/src/somewhere/inc . And since the script searches recursively, this apparently helps to find even more headers for lower pch levels. Change-Id: I8483d0aa5b4fea5a59107c20a8aa5f1ef694af0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87799 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/pch/precompiled_sc.hxx101
-rw-r--r--sc/inc/pch/precompiled_scfilt.hxx111
-rw-r--r--sc/inc/pch/precompiled_scui.hxx66
-rw-r--r--sc/inc/pch/precompiled_vbaobj.hxx13
4 files changed, 286 insertions, 5 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx
index fabc4b884701..e07870615787 100644
--- a/sc/inc/pch/precompiled_sc.hxx
+++ b/sc/inc/pch/precompiled_sc.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-02 15:21:26 using:
+ Generated on 2020-02-01 10:58:09 using:
./bin/update_pch sc sc --cutoff=12 --exclude:system --include:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -30,16 +30,20 @@
#include <functional>
#include <initializer_list>
#include <iomanip>
+#include <iostream>
#include <iterator>
#include <limits.h>
#include <limits>
#include <list>
+#include <locale>
#include <map>
#include <math.h>
#include <memory>
#include <new>
#include <ostream>
#include <set>
+#include <sstream>
+#include <stack>
#include <stddef.h>
#include <string.h>
#include <string>
@@ -74,12 +78,14 @@
#include <rtl/alloc.h>
#include <rtl/bootstrap.hxx>
#include <rtl/character.hxx>
+#include <rtl/cipher.h>
#include <rtl/crc.h>
#include <rtl/digest.h>
#include <rtl/instance.hxx>
#include <rtl/locale.h>
#include <rtl/math.hxx>
#include <rtl/ref.hxx>
+#include <rtl/strbuf.h>
#include <rtl/strbuf.hxx>
#include <rtl/string.h>
#include <rtl/string.hxx>
@@ -89,6 +95,7 @@
#include <rtl/textcvt.h>
#include <rtl/textenc.h>
#include <rtl/unload.h>
+#include <rtl/ustrbuf.h>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.h>
#include <rtl/ustring.hxx>
@@ -105,6 +112,7 @@
#include <vcl/IDialogRenderable.hxx>
#include <vcl/NotebookBarAddonsMerger.hxx>
#include <vcl/Scanline.hxx>
+#include <vcl/accel.hxx>
#include <vcl/alpha.hxx>
#include <vcl/animate/Animation.hxx>
#include <vcl/animate/AnimationBitmap.hxx>
@@ -112,11 +120,15 @@
#include <vcl/bitmapex.hxx>
#include <vcl/builder.hxx>
#include <vcl/checksum.hxx>
+#include <vcl/commandevent.hxx>
#include <vcl/ctrl.hxx>
+#include <vcl/customweld.hxx>
#include <vcl/dllapi.h>
#include <vcl/dndhelp.hxx>
+#include <vcl/dockwin.hxx>
#include <vcl/edit.hxx>
#include <vcl/errcode.hxx>
+#include <vcl/errinf.hxx>
#include <vcl/floatwin.hxx>
#include <vcl/fntstyle.hxx>
#include <vcl/font.hxx>
@@ -137,6 +149,7 @@
#include <vcl/task.hxx>
#include <vcl/textfilter.hxx>
#include <vcl/timer.hxx>
+#include <vcl/transfer.hxx>
#include <vcl/uitest/factory.hxx>
#include <vcl/vclenum.hxx>
#include <vcl/vclevent.hxx>
@@ -169,6 +182,11 @@
#include <basic/basicdllapi.h>
#include <basic/sbxdef.hxx>
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
+#include <com/sun/star/accessibility/XAccessible.hpp>
+#include <com/sun/star/accessibility/XAccessibleComponent.hpp>
+#include <com/sun/star/accessibility/XAccessibleContext.hpp>
+#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp>
+#include <com/sun/star/accessibility/XAccessibleSelection.hpp>
#include <com/sun/star/awt/GradientStyle.hpp>
#include <com/sun/star/awt/Key.hpp>
#include <com/sun/star/awt/KeyGroup.hpp>
@@ -186,16 +204,28 @@
#include <com/sun/star/beans/XVetoableChangeListener.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
+#include <com/sun/star/datatransfer/DataFlavor.hpp>
+#include <com/sun/star/datatransfer/XTransferable2.hpp>
+#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
+#include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp>
+#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
+#include <com/sun/star/datatransfer/dnd/DropTargetDragEvent.hpp>
+#include <com/sun/star/datatransfer/dnd/DropTargetDropEvent.hpp>
#include <com/sun/star/datatransfer/dnd/XDragGestureListener.hpp>
#include <com/sun/star/datatransfer/dnd/XDragSourceListener.hpp>
#include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp>
+#include <com/sun/star/document/XExporter.hpp>
+#include <com/sun/star/document/XFilter.hpp>
+#include <com/sun/star/document/XImporter.hpp>
#include <com/sun/star/drawing/DashStyle.hpp>
#include <com/sun/star/drawing/HatchStyle.hpp>
#include <com/sun/star/drawing/TextFitToSizeType.hpp>
+#include <com/sun/star/embed/Aspects.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/XStatusListener.hpp>
+#include <com/sun/star/frame/XTerminateListener.hpp>
#include <com/sun/star/frame/XToolbarController.hpp>
#include <com/sun/star/graphic/XPrimitive2D.hpp>
#include <com/sun/star/i18n/ForbiddenCharacters.hpp>
@@ -208,6 +238,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
+#include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>
#include <com/sun/star/style/NumberingType.hpp>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/uno/Any.h>
@@ -231,6 +262,7 @@
#include <com/sun/star/util/Time.hpp>
#include <com/sun/star/util/XAccounting.hpp>
#include <com/sun/star/util/XUpdatable.hpp>
+#include <com/sun/star/xml/sax/XFastAttributeList.hpp>
#include <com/sun/star/xml/sax/XFastContextHandler.hpp>
#include <comphelper/broadcasthelper.hxx>
#include <comphelper/comphelperdllapi.h>
@@ -252,9 +284,13 @@
#include <cppu/unotype.hxx>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase.hxx>
+#include <cppuhelper/compbase5.hxx>
#include <cppuhelper/compbase_ex.hxx>
#include <cppuhelper/cppuhelperdllapi.h>
#include <cppuhelper/implbase.hxx>
+#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase5.hxx>
#include <cppuhelper/implbase_ex.hxx>
#include <cppuhelper/implbase_ex_post.hxx>
#include <cppuhelper/implbase_ex_pre.hxx>
@@ -266,6 +302,9 @@
#include <cppuhelper/weakagg.hxx>
#include <cppuhelper/weakref.hxx>
#include <drawinglayer/drawinglayerdllapi.h>
+#include <drawinglayer/primitive2d/CommonTypes.hxx>
+#include <drawinglayer/primitive2d/Primitive2DContainer.hxx>
+#include <drawinglayer/primitive2d/Primitive2DVisitor.hxx>
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
#include <editeng/adjustitem.hxx>
#include <editeng/borderline.hxx>
@@ -303,13 +342,18 @@
#include <o3tl/strong_int.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <o3tl/underlyingenumvalue.hxx>
+#include <oox/dllapi.h>
+#include <oox/helper/refmap.hxx>
#include <salhelper/salhelperdllapi.h>
#include <salhelper/simplereferenceobject.hxx>
#include <salhelper/thread.hxx>
+#include <sax/saxdllapi.h>
#include <sax/tools/converter.hxx>
#include <sfx2/app.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>
@@ -319,8 +363,9 @@
#include <sfx2/objsh.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/request.hxx>
-#include <sfx2/tbxctrl.hxx>
+#include <sfx2/shell.hxx>
#include <sfx2/viewfrm.hxx>
+#include <sot/exchange.hxx>
#include <sot/formats.hxx>
#include <sot/sotdllapi.h>
#include <svl/SfxBroadcaster.hxx>
@@ -344,8 +389,10 @@
#include <svl/zforlist.hxx>
#include <svl/zformat.hxx>
#include <svtools/colorcfg.hxx>
+#include <svtools/ehdl.hxx>
#include <svtools/optionsdrawinglayer.hxx>
#include <svtools/svtdllapi.h>
+#include <svtools/svtresid.hxx>
#include <svtools/toolboxcontroller.hxx>
#include <svx/XPropertyEntry.hxx>
#include <svx/algitem.hxx>
@@ -401,12 +448,15 @@
#include <tools/fontenum.hxx>
#include <tools/fract.hxx>
#include <tools/gen.hxx>
+#include <tools/globname.hxx>
#include <tools/helpers.hxx>
+#include <tools/lineend.hxx>
#include <tools/link.hxx>
#include <tools/mapunit.hxx>
#include <tools/poly.hxx>
#include <tools/ref.hxx>
#include <tools/solar.h>
+#include <tools/stream.hxx>
#include <tools/time.hxx>
#include <tools/toolsdllapi.h>
#include <tools/urlobj.hxx>
@@ -436,6 +486,11 @@
#include <xmloff/xmltoken.hxx>
#endif // PCH_LEVEL >= 3
#if PCH_LEVEL >= 4
+#include <AccessibleContextBase.hxx>
+#include <IAnyRefDialog.hxx>
+#include <TableFillingAndNavigationTools.hxx>
+#include <address.hxx>
+#include <anyrefdg.hxx>
#include <appoptio.hxx>
#include <attrib.hxx>
#include <brdcst.hxx>
@@ -452,9 +507,15 @@
#include <conditio.hxx>
#include <convuno.hxx>
#include <datamapper.hxx>
+#include <dbdata.hxx>
+#include <dbdocfun.hxx>
+#include <dbfunc.hxx>
+#include <decl.h>
+#include <docfunc.hxx>
#include <dociter.hxx>
#include <docoptio.hxx>
#include <docpool.hxx>
+#include <docsh.hxx>
#include <document.hxx>
#include <documentlinkmgr.hxx>
#include <docuno.hxx>
@@ -462,34 +523,59 @@
#include <dpsave.hxx>
#include <dpshttab.hxx>
#include <dputil.hxx>
+#include <drawview.hxx>
#include <drwlayer.hxx>
+#include <editable.hxx>
#include <editsrc.hxx>
#include <editutil.hxx>
#include <externalrefmgr.hxx>
#include <fillinfo.hxx>
+#include <filter.hxx>
+#include <flttypes.hxx>
+#include <formula/IControlReferenceHandler.hxx>
+#include <formula/compiler.hxx>
#include <formula/errorcodes.hxx>
#include <formula/formuladllapi.h>
+#include <formula/funcutl.hxx>
+#include <formula/opcode.hxx>
#include <formula/token.hxx>
#include <formula/vectortoken.hxx>
#include <formulacell.hxx>
+#include <ftools.hxx>
#include <funcdesc.hxx>
#include <global.hxx>
#include <globalnames.hxx>
+#include <gridwin.hxx>
#include <hints.hxx>
+#include <inputhdl.hxx>
#include <inputopt.hxx>
+#include <interpre.hxx>
#include <listenercontext.hxx>
+#include <lotattr.hxx>
+#include <lotfntbf.hxx>
+#include <lotrange.hxx>
#include <markdata.hxx>
#include <miscuno.hxx>
+#include <namebuff.hxx>
#include <olinetab.hxx>
+#include <optab.h>
+#include <output.hxx>
#include <patattr.hxx>
#include <postit.hxx>
+#include <prevwsh.hxx>
+#include <printfun.hxx>
#include <queryentry.hxx>
#include <queryparam.hxx>
#include <rangelst.hxx>
#include <rangenam.hxx>
#include <rangeutl.hxx>
#include <rechead.hxx>
+#include <refdata.hxx>
+#include <reffact.hxx>
+#include <refundo.hxx>
+#include <refupdat.hxx>
#include <refupdatecontext.hxx>
+#include <root.hxx>
#include <rowheightcontext.hxx>
#include <scabstdlg.hxx>
#include <scdllapi.h>
@@ -500,16 +586,27 @@
#include <scresid.hxx>
#include <sheetdata.hxx>
#include <sheetevents.hxx>
+#include <shellids.hxx>
#include <stlpool.hxx>
#include <stlsheet.hxx>
#include <stringutil.hxx>
+#include <table.hxx>
#include <tablink.hxx>
#include <tabprotection.hxx>
+#include <tabvwsh.hxx>
#include <tokenarray.hxx>
#include <tokenstringcontext.hxx>
+#include <transobj.hxx>
+#include <types.hxx>
+#include <uiitems.hxx>
+#include <undoblk.hxx>
#include <unonames.hxx>
#include <userdat.hxx>
#include <validat.hxx>
+#include <viewdata.hxx>
+#include <xiroot.hxx>
+#include <xlconst.hxx>
+#include <xlroot.hxx>
#endif // PCH_LEVEL >= 4
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx
index e64703567778..533fb42377ef 100644
--- a/sc/inc/pch/precompiled_scfilt.hxx
+++ b/sc/inc/pch/precompiled_scfilt.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-02 15:19:32 using:
+ Generated on 2020-02-01 10:57:51 using:
./bin/update_pch sc scfilt --cutoff=4 --exclude:system --exclude:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -35,6 +35,7 @@
#include <new>
#include <ostream>
#include <set>
+#include <stack>
#include <stdexcept>
#include <stdio.h>
#include <string.h>
@@ -99,9 +100,13 @@
#include <basegfx/basegfxdllapi.h>
#include <basegfx/color/bcolor.hxx>
#include <basegfx/vector/b2dsize.hxx>
+#include <com/sun/star/awt/DeviceInfo.hpp>
#include <com/sun/star/awt/Point.hpp>
+#include <com/sun/star/awt/Rectangle.hpp>
#include <com/sun/star/awt/Size.hpp>
+#include <com/sun/star/beans/Pair.hpp>
#include <com/sun/star/beans/PropertyState.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>
@@ -111,19 +116,25 @@
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
+#include <com/sun/star/drawing/BitmapMode.hpp>
#include <com/sun/star/drawing/Hatch.hpp>
#include <com/sun/star/drawing/TextFitToSizeType.hpp>
#include <com/sun/star/frame/XModel.hpp>
+#include <com/sun/star/graphic/XGraphicProvider2.hpp>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
+#include <com/sun/star/sheet/ConditionOperator.hpp>
#include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp>
+#include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>
#include <com/sun/star/sheet/DataPilotFieldReferenceItemType.hpp>
#include <com/sun/star/sheet/FormulaLanguage.hpp>
+#include <com/sun/star/sheet/FormulaToken.hpp>
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
#include <com/sun/star/style/NumberingType.hpp>
+#include <com/sun/star/table/CellAddress.hpp>
#include <com/sun/star/uno/Any.h>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Reference.h>
@@ -150,6 +161,7 @@
#include <editeng/brushitem.hxx>
#include <editeng/colritem.hxx>
#include <editeng/crossedoutitem.hxx>
+#include <editeng/editdata.hxx>
#include <editeng/editengdllapi.h>
#include <editeng/editobj.hxx>
#include <editeng/eeitem.hxx>
@@ -164,24 +176,35 @@
#include <editeng/udlnitem.hxx>
#include <editeng/wghtitem.hxx>
#include <filter/msfilter/msfilterdllapi.h>
+#include <filter/msfilter/msocximex.hxx>
#include <i18nlangtag/lang.h>
#include <o3tl/cow_wrapper.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 <oox/core/contexthandler.hxx>
+#include <oox/core/contexthandler2.hxx>
#include <oox/core/filterbase.hxx>
+#include <oox/core/fragmenthandler2.hxx>
#include <oox/core/relations.hxx>
#include <oox/dllapi.h>
#include <oox/drawingml/drawingmltypes.hxx>
#include <oox/export/utils.hxx>
#include <oox/helper/attributelist.hxx>
#include <oox/helper/binaryinputstream.hxx>
+#include <oox/helper/binarystreambase.hxx>
#include <oox/helper/containerhelper.hxx>
+#include <oox/helper/graphichelper.hxx>
#include <oox/helper/helper.hxx>
+#include <oox/helper/progressbar.hxx>
#include <oox/helper/propertyset.hxx>
+#include <oox/helper/refmap.hxx>
+#include <oox/helper/refvector.hxx>
#include <oox/helper/storagebase.hxx>
+#include <oox/ole/olehelper.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/properties.hxx>
#include <oox/token/relationship.hxx>
@@ -237,6 +260,7 @@
#include <tools/gen.hxx>
#include <tools/link.hxx>
#include <tools/mapunit.hxx>
+#include <tools/ref.hxx>
#include <tools/solar.h>
#include <tools/stream.hxx>
#include <tools/time.hxx>
@@ -254,13 +278,24 @@
#include <unotools/unotoolsdllapi.h>
#endif // PCH_LEVEL >= 3
#if PCH_LEVEL >= 4
+#include <address.hxx>
+#include <addressconverter.hxx>
#include <attrib.hxx>
+#include <autofilterbuffer.hxx>
+#include <biffhelper.hxx>
#include <calcmacros.hxx>
#include <cellvalue.hxx>
+#include <colrowst.hxx>
#include <compiler.hxx>
+#include <condformatbuffer.hxx>
+#include <conditio.hxx>
+#include <connectionsbuffer.hxx>
#include <convuno.hxx>
+#include <dbdata.hxx>
+#include <defnamesbuffer.hxx>
#include <docoptio.hxx>
#include <docpool.hxx>
+#include <docsh.hxx>
#include <document.hxx>
#include <documentimport.hxx>
#include <docuno.hxx>
@@ -268,33 +303,107 @@
#include <dpglobal.hxx>
#include <dpobject.hxx>
#include <dpsave.hxx>
+#include <drawingfragment.hxx>
#include <drwlayer.hxx>
#include <editutil.hxx>
+#include <excelhandlers.hxx>
+#include <excform.hxx>
+#include <excimp8.hxx>
+#include <excrecds.hxx>
+#include <externallinkbuffer.hxx>
#include <externalrefmgr.hxx>
+#include <extlstcontext.hxx>
+#include <fapihelper.hxx>
+#include <filter.hxx>
+#include <formel.hxx>
#include <formula/errorcodes.hxx>
#include <formula/formuladllapi.h>
#include <formula/grammar.hxx>
+#include <formula/opcode.hxx>
+#include <formulabase.hxx>
+#include <formulabuffer.hxx>
#include <formulacell.hxx>
+#include <formulaparser.hxx>
+#include <fprogressbar.hxx>
+#include <ftools.hxx>
#include <global.hxx>
+#include <imp_op.hxx>
+#include <namebuff.hxx>
+#include <pagesettings.hxx>
#include <patattr.hxx>
+#include <pivotcachebuffer.hxx>
#include <postit.hxx>
#include <queryparam.hxx>
#include <rangelst.hxx>
#include <rangenam.hxx>
+#include <refdata.hxx>
+#include <richstring.hxx>
+#include <richstringcontext.hxx>
+#include <root.hxx>
#include <scdllapi.h>
#include <scerrors.hxx>
#include <scextopt.hxx>
#include <scitems.hxx>
#include <scmatrix.hxx>
#include <scresid.hxx>
+#include <sharedstringsbuffer.hxx>
+#include <sheetdatabuffer.hxx>
#include <stlpool.hxx>
#include <stlsheet.hxx>
#include <stringutil.hxx>
+#include <stylesbuffer.hxx>
+#include <stylesfragment.hxx>
+#include <tablebuffer.hxx>
#include <tabprotection.hxx>
+#include <themebuffer.hxx>
#include <tokenarray.hxx>
#include <tokenuno.hxx>
+#include <tokstack.hxx>
+#include <tool.h>
+#include <types.hxx>
+#include <unitconverter.hxx>
#include <unonames.hxx>
#include <userdat.hxx>
+#include <viewsettings.hxx>
+#include <workbookhelper.hxx>
+#include <workbooksettings.hxx>
+#include <worksheetbuffer.hxx>
+#include <worksheethelper.hxx>
+#include <worksheetsettings.hxx>
+#include <xcl97rec.hxx>
+#include <xecontent.hxx>
+#include <xeescher.hxx>
+#include <xeformula.hxx>
+#include <xehelper.hxx>
+#include <xelink.hxx>
+#include <xename.hxx>
+#include <xerecord.hxx>
+#include <xeroot.hxx>
+#include <xestream.hxx>
+#include <xestring.hxx>
+#include <xestyle.hxx>
+#include <xicontent.hxx>
+#include <xiescher.hxx>
+#include <xiformula.hxx>
+#include <xihelper.hxx>
+#include <xilink.hxx>
+#include <xiname.hxx>
+#include <xipage.hxx>
+#include <xiroot.hxx>
+#include <xistream.hxx>
+#include <xistyle.hxx>
+#include <xiview.hxx>
+#include <xladdress.hxx>
+#include <xlconst.hxx>
+#include <xlcontent.hxx>
+#include <xlformula.hxx>
+#include <xllink.hxx>
+#include <xlname.hxx>
+#include <xlroot.hxx>
+#include <xlstream.hxx>
+#include <xlstyle.hxx>
+#include <xltools.hxx>
+#include <xltracer.hxx>
#endif // PCH_LEVEL >= 4
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/pch/precompiled_scui.hxx b/sc/inc/pch/precompiled_scui.hxx
index e01d112a6cc4..5dd7025c74d1 100644
--- a/sc/inc/pch/precompiled_scui.hxx
+++ b/sc/inc/pch/precompiled_scui.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-02 15:21:50 using:
+ Generated on 2020-01-22 15:36:52 using:
./bin/update_pch sc scui --cutoff=1 --exclude:system --exclude:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -105,38 +105,102 @@
#endif // PCH_LEVEL >= 3
#if PCH_LEVEL >= 4
#include <appoptio.hxx>
+#include <attrdlg.hxx>
#include <attrib.hxx>
#include <autoform.hxx>
#include <calcconfig.hxx>
+#include <condformatdlg.hxx>
+#include <condformathelper.hxx>
+#include <condformatmgr.hxx>
#include <conditio.hxx>
+#include <corodlg.hxx>
+#include <crdlg.hxx>
+#include <csvtablebox.hxx>
+#include <dapidata.hxx>
+#include <dapitype.hxx>
+#include <datafdlg.hxx>
+#include <dbdata.hxx>
#include <defaultsoptions.hxx>
+#include <delcldlg.hxx>
+#include <delcodlg.hxx>
#include <docoptio.hxx>
+#include <docsh.hxx>
#include <document.hxx>
+#include <dpgroupdlg.hxx>
#include <dpobject.hxx>
#include <dpsave.hxx>
#include <dpsdbtab.hxx>
#include <dputil.hxx>
+#include <editfield.hxx>
#include <editutil.hxx>
+#include <filldlg.hxx>
#include <filterentries.hxx>
#include <formula/grammar.hxx>
#include <formulaopt.hxx>
#include <global.hxx>
#include <globalnames.hxx>
+#include <groupdlg.hxx>
#include <helpids.h>
+#include <hfedtdlg.hxx>
+#include <imoptdlg.hxx>
+#include <impex.hxx>
+#include <inscldlg.hxx>
+#include <inscodlg.hxx>
+#include <instbdlg.hxx>
+#include <lbseldlg.hxx>
+#include <linkarea.hxx>
#include <miscuno.hxx>
+#include <mtrindlg.hxx>
+#include <mvtabdlg.hxx>
+#include <namecrea.hxx>
+#include <namepast.hxx>
+#include <opredlin.hxx>
#include <optutil.hxx>
#include <patattr.hxx>
+#include <pfiltdlg.hxx>
#include <printopt.hxx>
+#include <pvfundlg.hxx>
#include <queryentry.hxx>
#include <rangenam.hxx>
#include <rangeutl.hxx>
#include <scabstdlg.hxx>
+#include <scendlg.hxx>
#include <scitems.hxx>
#include <scmod.hxx>
#include <scresid.hxx>
+#include <scui_def.hxx>
+#include <scuiasciiopt.hxx>
+#include <scuiautofmt.hxx>
+#include <scuiimoptdlg.hxx>
+#include <scuitphfedit.hxx>
+#include <shtabdlg.hxx>
+#include <sortdlg.hxx>
+#include <sortkeydlg.hxx>
+#include <strindlg.hxx>
#include <strings.hxx>
+#include <styledlg.hxx>
+#include <subtdlg.hxx>
+#include <tabbgcolordlg.hxx>
#include <tablink.hxx>
+#include <tabpages.hxx>
+#include <tabvwsh.hxx>
+#include <textdlgs.hxx>
+#include <textimportoptions.hxx>
+#include <tpcalc.hxx>
+#include <tpcompatibility.hxx>
+#include <tpdefaults.hxx>
+#include <tpformula.hxx>
+#include <tphf.hxx>
+#include <tpprint.hxx>
+#include <tpsort.hxx>
+#include <tpstat.hxx>
+#include <tpsubt.hxx>
+#include <tptable.hxx>
+#include <tpusrlst.hxx>
+#include <tpview.hxx>
+#include <uiitems.hxx>
#include <userlist.hxx>
+#include <viewdata.hxx>
#include <viewopti.hxx>
#endif // PCH_LEVEL >= 4
diff --git a/sc/inc/pch/precompiled_vbaobj.hxx b/sc/inc/pch/precompiled_vbaobj.hxx
index e1f51bb7a5db..31aa4e7660cb 100644
--- a/sc/inc/pch/precompiled_vbaobj.hxx
+++ b/sc/inc/pch/precompiled_vbaobj.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 2019-10-15 16:58:13 using:
+ Generated on 2020-02-01 10:58:11 using:
./bin/update_pch sc vbaobj --cutoff=1 --exclude:system --exclude:module --include:local
If after updating build fails, use the following command to locate conflicting headers:
@@ -213,6 +213,7 @@
#include <filter/msfilter/msvbahelper.hxx>
#include <filter/msfilter/util.hxx>
#include <o3tl/any.hxx>
+#include <o3tl/safeint.hxx>
#include <ooo/vba/XCommandBarControls.hpp>
#include <ooo/vba/XCommandBars.hpp>
#include <ooo/vba/XControlProvider.hpp>
@@ -312,15 +313,21 @@
#include <columnspanset.hxx>
#include <compiler.hxx>
#include <convuno.hxx>
+#include <dbdata.hxx>
+#include <docfunc.hxx>
#include <docoptio.hxx>
+#include <docsh.hxx>
#include <document.hxx>
#include <docuno.hxx>
#include <global.hxx>
+#include <gridwin.hxx>
#include <macromgr.hxx>
#include <markdata.hxx>
#include <nameuno.hxx>
#include <olinetab.hxx>
#include <patattr.hxx>
+#include <preview.hxx>
+#include <prevwsh.hxx>
#include <queryentry.hxx>
#include <queryparam.hxx>
#include <rangelst.hxx>
@@ -331,9 +338,13 @@
#include <scmod.hxx>
#include <sortparam.hxx>
#include <tabprotection.hxx>
+#include <tabvwsh.hxx>
#include <tokenarray.hxx>
#include <tokenuno.hxx>
+#include <transobj.hxx>
#include <unonames.hxx>
+#include <viewdata.hxx>
+#include <viewutil.hxx>
#endif // PCH_LEVEL >= 4
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */