basctl/inc/pch/precompiled_basctl.hxx | 19 ++++++++++++----- sc/inc/pch/precompiled_sc.hxx | 24 +++++++++++++++++----- vbahelper/inc/pch/precompiled_vbahelper.hxx | 3 -- writerfilter/inc/pch/precompiled_writerfilter.hxx | 15 +++++++++---- xmloff/inc/pch/precompiled_xo.hxx | 14 +++++++++++- 5 files changed, 56 insertions(+), 19 deletions(-)
New commits: commit 1230e5cbadc24854993ee9bda8623cc5ff7f136d Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sun Aug 22 14:53:20 2021 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Mon Aug 23 22:05:07 2021 +0200 update some pches Change-Id: I3f823924b276cd18eddba74f108dd577970084db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120847 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx index 4e41b97239d7..50164e694ce2 100644 --- a/basctl/inc/pch/precompiled_basctl.hxx +++ b/basctl/inc/pch/precompiled_basctl.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 2021-05-14 22:14:43 using: + Generated on 2021-08-22 14:51:38 using: ./bin/update_pch basctl basctl --cutoff=3 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -44,12 +44,13 @@ #include <map> #include <math.h> #include <memory> +#include <mutex> #include <new> #include <numeric> #include <optional> #include <ostream> -#include <set> #include <stddef.h> +#include <stdexcept> #include <string.h> #include <string> #include <string_view> @@ -58,7 +59,6 @@ #include <unordered_set> #include <utility> #include <vector> -#include <boost/functional/hash.hpp> #include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 @@ -187,6 +187,8 @@ #include <basegfx/range/b2irange.hxx> #include <basegfx/range/b2irectangle.hxx> #include <basegfx/range/basicrange.hxx> +#include <basegfx/tuple/Tuple2D.hxx> +#include <basegfx/tuple/Tuple3D.hxx> #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2i64tuple.hxx> #include <basegfx/tuple/b2ituple.hxx> @@ -269,6 +271,7 @@ #include <com/sun/star/i18n/TransliterationModules.hpp> #include <com/sun/star/i18n/TransliterationModulesExtra.hpp> #include <com/sun/star/i18n/WordType.hpp> +#include <com/sun/star/i18n/XNumberFormatCode.hpp> #include <com/sun/star/i18n/reservedWords.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/EventObject.hpp> @@ -322,6 +325,7 @@ #include <comphelper/broadcasthelper.hxx> #include <comphelper/comphelperdllapi.h> #include <comphelper/interfacecontainer2.hxx> +#include <comphelper/multicontainer2.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propagg.hxx> #include <comphelper/proparrhlp.hxx> @@ -350,7 +354,6 @@ #include <cppuhelper/implbase_ex_post.hxx> #include <cppuhelper/implbase_ex_pre.hxx> #include <cppuhelper/interfacecontainer.h> -#include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/propshlp.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/weak.hxx> @@ -369,6 +372,8 @@ #include <editeng/flditem.hxx> #include <editeng/forbiddencharacterstable.hxx> #include <editeng/outliner.hxx> +#include <editeng/outlobj.hxx> +#include <editeng/overflowingtxt.hxx> #include <editeng/paragraphdata.hxx> #include <editeng/svxenum.hxx> #include <editeng/svxfont.hxx> @@ -396,6 +401,7 @@ #include <sfx2/childwin.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/dllapi.h> +#include <sfx2/filedlghelper.hxx> #include <sfx2/frame.hxx> #include <sfx2/groupid.hxx> #include <sfx2/minfitem.hxx> @@ -418,6 +424,7 @@ #include <svl/nfkeytab.hxx> #include <svl/ondemand.hxx> #include <svl/poolitem.hxx> +#include <svl/setitem.hxx> #include <svl/srchdefs.hxx> #include <svl/stritem.hxx> #include <svl/style.hxx> @@ -426,10 +433,11 @@ #include <svl/typedwhich.hxx> #include <svl/undo.hxx> #include <svl/visitem.hxx> +#include <svl/whichranges.hxx> #include <svl/whiter.hxx> +#include <svl/zforlist.hxx> #include <svtools/borderline.hxx> #include <svtools/colorcfg.hxx> -#include <svtools/optionsdrawinglayer.hxx> #include <svtools/statusbarcontroller.hxx> #include <svtools/svtdllapi.h> #include <svtools/toolboxcontroller.hxx> @@ -523,6 +531,7 @@ #include <unotools/localedatawrapper.hxx> #include <unotools/nativenumberwrapper.hxx> #include <unotools/options.hxx> +#include <unotools/resmgr.hxx> #include <unotools/syslocale.hxx> #include <unotools/transliterationwrapper.hxx> #include <unotools/unotoolsdllapi.h> diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index 5bcd3aac72b0..7b6f867787a6 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 2021-04-11 19:48:12 using: + Generated on 2021-08-22 14:52:19 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: @@ -23,6 +23,7 @@ #include <sal/config.h> #if PCH_LEVEL >= 1 #include <algorithm> +#include <array> #include <atomic> #include <cassert> #include <chrono> @@ -41,12 +42,14 @@ #include <map> #include <math.h> #include <memory> +#include <mutex> #include <new> #include <optional> #include <ostream> #include <set> #include <sstream> #include <stddef.h> +#include <stdexcept> #include <string.h> #include <string> #include <string_view> @@ -73,7 +76,7 @@ #include <osl/module.hxx> #include <osl/mutex.h> #include <osl/mutex.hxx> -#include <osl/security.h> +#include <osl/process.h> #include <osl/security.hxx> #include <osl/thread.h> #include <osl/time.h> @@ -83,7 +86,6 @@ #include <rtl/crc.h> #include <rtl/digest.h> #include <rtl/instance.hxx> -#include <rtl/locale.h> #include <rtl/math.h> #include <rtl/math.hxx> #include <rtl/ref.hxx> @@ -167,6 +169,8 @@ #include <basegfx/range/b2drange.hxx> #include <basegfx/range/b2drectangle.hxx> #include <basegfx/range/basicrange.hxx> +#include <basegfx/tuple/Tuple2D.hxx> +#include <basegfx/tuple/Tuple3D.hxx> #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> @@ -255,11 +259,14 @@ #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/DateTime.hpp> #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/XFastContextHandler.hpp> #include <comphelper/broadcasthelper.hxx> #include <comphelper/comphelperdllapi.h> +#include <comphelper/interfacecontainer2.hxx> #include <comphelper/lok.hxx> +#include <comphelper/multicontainer2.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propagg.hxx> #include <comphelper/proparrhlp.hxx> @@ -288,7 +295,6 @@ #include <cppuhelper/implbase_ex_post.hxx> #include <cppuhelper/implbase_ex_pre.hxx> #include <cppuhelper/interfacecontainer.h> -#include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/propshlp.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/weak.hxx> @@ -298,6 +304,7 @@ #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> #include <editeng/boxitem.hxx> @@ -319,6 +326,8 @@ #include <editeng/langitem.hxx> #include <editeng/lineitem.hxx> #include <editeng/outliner.hxx> +#include <editeng/outlobj.hxx> +#include <editeng/overflowingtxt.hxx> #include <editeng/paragraphdata.hxx> #include <editeng/postitem.hxx> #include <editeng/svxenum.hxx> @@ -334,6 +343,7 @@ #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> #include <o3tl/unit_conversion.hxx> +#include <officecfg/Office/Common.hxx> #include <salhelper/salhelperdllapi.h> #include <salhelper/simplereferenceobject.hxx> #include <salhelper/thread.hxx> @@ -362,10 +372,12 @@ #include <svl/eitem.hxx> #include <svl/hint.hxx> #include <svl/intitem.hxx> +#include <svl/itempool.hxx> #include <svl/itemprop.hxx> #include <svl/itemset.hxx> #include <svl/languageoptions.hxx> #include <svl/lstner.hxx> +#include <svl/numformat.hxx> #include <svl/poolitem.hxx> #include <svl/sharedstringpool.hxx> #include <svl/stritem.hxx> @@ -374,11 +386,11 @@ #include <svl/svldllapi.h> #include <svl/typedwhich.hxx> #include <svl/undo.hxx> +#include <svl/whichranges.hxx> #include <svl/whiter.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <svtools/colorcfg.hxx> -#include <svtools/optionsdrawinglayer.hxx> #include <svtools/svtdllapi.h> #include <svtools/toolboxcontroller.hxx> #include <svx/XPropertyEntry.hxx> @@ -464,6 +476,8 @@ #include <unotools/configitem.hxx> #include <unotools/configmgr.hxx> #include <unotools/options.hxx> +#include <unotools/resmgr.hxx> +#include <unotools/syslocale.hxx> #include <unotools/transliterationwrapper.hxx> #include <unotools/unotoolsdllapi.h> #include <xmloff/dllapi.h> diff --git a/vbahelper/inc/pch/precompiled_vbahelper.hxx b/vbahelper/inc/pch/precompiled_vbahelper.hxx index 187ca736a80e..46e066169884 100644 --- a/vbahelper/inc/pch/precompiled_vbahelper.hxx +++ b/vbahelper/inc/pch/precompiled_vbahelper.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 2021-03-08 13:22:30 using: + Generated on 2021-08-22 14:51:13 using: ./bin/update_pch vbahelper vbahelper --cutoff=3 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -32,7 +32,6 @@ #include <string_view> #include <utility> #include <vector> -#include <boost/functional/hash.hpp> #include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 diff --git a/writerfilter/inc/pch/precompiled_writerfilter.hxx b/writerfilter/inc/pch/precompiled_writerfilter.hxx index 40941cb37cd9..65289d9c1133 100644 --- a/writerfilter/inc/pch/precompiled_writerfilter.hxx +++ b/writerfilter/inc/pch/precompiled_writerfilter.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 2021-04-06 11:53:01 using: + Generated on 2021-08-22 14:50:51 using: ./bin/update_pch writerfilter writerfilter --cutoff=5 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -27,6 +27,8 @@ #include <cstddef> #include <functional> #include <iomanip> +#include <limits> +#include <math.h> #include <memory> #include <ostream> #include <string_view> @@ -46,14 +48,10 @@ #include <rtl/locale.h> #include <rtl/math.hxx> #include <rtl/ref.hxx> -#include <rtl/strbuf.h> #include <rtl/string.hxx> -#include <rtl/stringconcat.hxx> -#include <rtl/stringutils.hxx> #include <rtl/tencinfo.h> #include <rtl/textenc.h> #include <rtl/uri.hxx> -#include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #include <sal/log.hxx> #include <sal/macros.h> @@ -61,6 +59,10 @@ #include <vcl/dllapi.h> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 +#include <basegfx/basegfxdllapi.h> +#include <basegfx/point/b2dpoint.hxx> +#include <basegfx/tuple/b2dtuple.hxx> +#include <basegfx/vector/b2dvector.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> @@ -95,11 +97,14 @@ #include <cppuhelper/weak.hxx> #include <editeng/editengdllapi.h> #include <filter/msfilter/util.hxx> +#include <o3tl/cow_wrapper.hxx> #include <o3tl/typed_flags_set.hxx> #include <oox/dllapi.h> #include <oox/drawingml/drawingmltypes.hxx> +#include <oox/token/tokens.hxx> #include <ooxml/resourceids.hxx> #include <sfx2/dllapi.h> +#include <svx/svxdllapi.h> #include <tools/UnitConversion.hxx> #include <tools/color.hxx> #include <tools/diagnose_ex.h> diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index be8d1d79da8e..f79c367dbe68 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.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 2021-04-08 13:52:40 using: + Generated on 2021-08-22 14:50:18 using: ./bin/update_pch xmloff xo --cutoff=7 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -23,6 +23,7 @@ #include <sal/config.h> #if PCH_LEVEL >= 1 #include <algorithm> +#include <array> #include <cassert> #include <cmath> #include <cstddef> @@ -30,12 +31,15 @@ #include <float.h> #include <functional> #include <initializer_list> +#include <iomanip> #include <limits.h> #include <limits> #include <map> #include <math.h> #include <memory> #include <new> +#include <numeric> +#include <optional> #include <ostream> #include <set> #include <stddef.h> @@ -43,9 +47,9 @@ #include <string> #include <string_view> #include <type_traits> +#include <unordered_map> #include <utility> #include <vector> -#include <boost/functional/hash.hpp> #include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 @@ -100,6 +104,8 @@ #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/range/b2drange.hxx> #include <basegfx/range/basicrange.hxx> +#include <basegfx/tuple/Tuple2D.hxx> +#include <basegfx/tuple/Tuple3D.hxx> #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> @@ -180,11 +186,13 @@ #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> +#include <o3tl/unit_conversion.hxx> #include <salhelper/salhelperdllapi.h> #include <salhelper/simplereferenceobject.hxx> #include <sax/tools/converter.hxx> #include <svl/svldllapi.h> #include <tools/color.hxx> +#include <tools/date.hxx> #include <tools/debug.hxx> #include <tools/degree.hxx> #include <tools/diagnose_ex.h> @@ -192,7 +200,9 @@ #include <tools/link.hxx> #include <tools/long.hxx> #include <tools/mapunit.hxx> +#include <tools/poly.hxx> #include <tools/solar.h> +#include <tools/time.hxx> #include <tools/toolsdllapi.h> #include <typelib/typeclass.h> #include <typelib/typedescription.h>