diff options
63 files changed, 234 insertions, 338 deletions
diff --git a/accessibility/inc/pch/precompiled_acc.hxx b/accessibility/inc/pch/precompiled_acc.hxx index deb1105fb30d..64aa57dbfd1f 100644 --- a/accessibility/inc/pch/precompiled_acc.hxx +++ b/accessibility/inc/pch/precompiled_acc.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-02-01 10:57:24 using: + Generated on 2020-04-21 11:13:02 using: ./bin/update_pch accessibility acc --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -38,6 +38,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <stddef.h> #include <string.h> @@ -98,7 +99,6 @@ #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/builder.hxx> -#include <vcl/button.hxx> #include <vcl/cairo.hxx> #include <vcl/checksum.hxx> #include <vcl/ctrl.hxx> @@ -162,6 +162,7 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> @@ -285,7 +286,6 @@ #include <i18nlangtag/languagetag.hxx> #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> -#include <optional> #include <o3tl/safeint.hxx> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx index 6eb6ab17492b..0f8dbc95596b 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 2020-02-19 12:44:58 using: + Generated on 2020-04-21 11:13:06 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: @@ -41,6 +41,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <set> #include <stddef.h> @@ -178,6 +179,7 @@ #include <basegfx/tuple/b2i64tuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dsize.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> @@ -260,6 +262,7 @@ #include <com/sun/star/script/ModuleType.hpp> #include <com/sun/star/script/XLibraryContainer2.hpp> #include <com/sun/star/script/XLibraryContainerPassword.hpp> +#include <com/sun/star/security/DocumentSignatureInformation.hpp> #include <com/sun/star/style/NumberingType.hpp> #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/task/XStatusIndicatorSupplier.hpp> @@ -358,7 +361,6 @@ #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> #include <o3tl/enumarray.hxx> -#include <optional> #include <o3tl/safeint.hxx> #include <o3tl/sorted_vector.hxx> #include <o3tl/strong_int.hxx> diff --git a/basic/inc/pch/precompiled_sb.hxx b/basic/inc/pch/precompiled_sb.hxx index a39acef6f126..178ccf6addfc 100644 --- a/basic/inc/pch/precompiled_sb.hxx +++ b/basic/inc/pch/precompiled_sb.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-02-01 10:57:25 using: + Generated on 2020-04-21 11:13:12 using: ./bin/update_pch basic sb --cutoff=2 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -109,11 +109,8 @@ #include <basic/sbstar.hxx> #include <basic/sbuno.hxx> #include <basic/sbx.hxx> -#include <sbxfac.hxx> -#include <sbxform.hxx> #include <basic/sbxmeth.hxx> #include <basic/sbxobj.hxx> -#include <sbxprop.hxx> #include <basic/sbxvar.hxx> #include <date.hxx> #include <iosys.hxx> @@ -123,6 +120,9 @@ #include <sbobjmod.hxx> #include <sbunoobj.hxx> #include <sbxbase.hxx> +#include <sbxfac.hxx> +#include <sbxform.hxx> +#include <sbxprop.hxx> #endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx index 0486d5e6baea..48c2646a5c02 100644 --- a/chart2/inc/pch/precompiled_chartcontroller.hxx +++ b/chart2/inc/pch/precompiled_chartcontroller.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-04-04 19:56:06 using: + Generated on 2020-04-21 11:13:18 using: ./bin/update_pch chart2 chartcontroller --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -129,7 +129,6 @@ #include <vcl/syswin.hxx> #include <vcl/task.hxx> #include <vcl/timer.hxx> -#include <vcl/toolbox.hxx> #include <vcl/vclenum.hxx> #include <vcl/vclevent.hxx> #include <vcl/vclptr.hxx> @@ -195,11 +194,6 @@ #include <com/sun/star/chart2/XRegressionCurveContainer.hpp> #include <com/sun/star/container/XIndexReplace.hpp> #include <com/sun/star/container/XNameContainer.hpp> -#include <com/sun/star/datatransfer/DataFlavor.hpp> -#include <com/sun/star/datatransfer/dnd/DNDConstants.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/drawing/DashStyle.hpp> #include <com/sun/star/drawing/HatchStyle.hpp> #include <com/sun/star/drawing/LineCap.hpp> @@ -208,7 +202,6 @@ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XModel.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/Calendar2.hpp> @@ -399,7 +392,6 @@ #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> diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx index b21b253a28bb..c245c9905a5d 100644 --- a/chart2/inc/pch/precompiled_chartcore.hxx +++ b/chart2/inc/pch/precompiled_chartcore.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-02-01 10:57:43 using: + Generated on 2020-04-21 11:13:20 using: ./bin/update_pch chart2 chartcore --cutoff=3 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -110,6 +110,7 @@ #include <com/sun/star/chart2/XCoordinateSystemContainer.hpp> #include <com/sun/star/chart2/XDataSeries.hpp> #include <com/sun/star/chart2/XDataSeriesContainer.hpp> +#include <com/sun/star/chart2/XRegressionCurveCalculator.hpp> #include <com/sun/star/chart2/XRegressionCurveContainer.hpp> #include <com/sun/star/chart2/XTransformation.hpp> #include <com/sun/star/chart2/data/XDataSequence.hpp> @@ -200,7 +201,6 @@ #include <tools/diagnose_ex.h> #include <tools/gen.hxx> #include <tools/helpers.hxx> -#include <tools/link.hxx> #include <tools/ref.hxx> #include <tools/toolsdllapi.h> #include <tools/weakbase.h> diff --git a/comphelper/inc/pch/precompiled_comphelper.hxx b/comphelper/inc/pch/precompiled_comphelper.hxx index 0c2a8c4d917d..62362a331734 100644 --- a/comphelper/inc/pch/precompiled_comphelper.hxx +++ b/comphelper/inc/pch/precompiled_comphelper.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-22 15:57:33 using: + Generated on 2020-04-21 11:13:22 using: ./bin/update_pch comphelper comphelper --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -36,6 +36,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <stddef.h> #include <string.h> @@ -116,6 +117,7 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dsize.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> @@ -185,7 +187,6 @@ #include <cppuhelper/weakagg.hxx> #include <cppuhelper/weakref.hxx> #include <o3tl/cow_wrapper.hxx> -#include <optional> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> #include <salhelper/salhelperdllapi.h> diff --git a/connectivity/inc/pch/precompiled_ado.hxx b/connectivity/inc/pch/precompiled_ado.hxx index ee8f95bcf312..378bab57d8c6 100644 --- a/connectivity/inc/pch/precompiled_ado.hxx +++ b/connectivity/inc/pch/precompiled_ado.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-02-07 00:17:17 using: + Generated on 2020-04-21 11:13:28 using: ./bin/update_pch connectivity ado --cutoff=2 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: diff --git a/connectivity/inc/pch/precompiled_dbtools.hxx b/connectivity/inc/pch/precompiled_dbtools.hxx index 2decd6f0db0d..d39d62a4e047 100644 --- a/connectivity/inc/pch/precompiled_dbtools.hxx +++ b/connectivity/inc/pch/precompiled_dbtools.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-02-01 10:57:27 using: + Generated on 2020-04-21 11:13:45 using: ./bin/update_pch connectivity dbtools --cutoff=2 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -27,7 +27,6 @@ #include <functional> #include <iterator> #include <limits> -#include <map> #include <memory> #include <new> #include <ostream> @@ -163,6 +162,9 @@ #include <o3tl/typed_flags_set.hxx> #include <resource/sharedresources.hxx> #include <salhelper/simplereferenceobject.hxx> +#include <sdbcx/VIndexColumn.hxx> +#include <sdbcx/VKey.hxx> +#include <sdbcx/VKeyColumn.hxx> #include <tools/diagnose_ex.h> #include <tools/toolsdllapi.h> #include <unotools/resmgr.hxx> @@ -172,19 +174,19 @@ #if PCH_LEVEL >= 4 #include <FDatabaseMetaDataResultSet.hxx> #include <FDatabaseMetaDataResultSetMetaData.hxx> +#include <ParameterCont.hxx> #include <ParameterSubstitution.hxx> #include <RowFunctionParser.hxx> #include <TConnection.hxx> +#include <TIndex.hxx> +#include <TIndexColumns.hxx> +#include <TKey.hxx> +#include <TKeyColumns.hxx> #include <connectivity/CommonTools.hxx> #include <connectivity/DriversConfig.hxx> #include <connectivity/FValue.hxx> #include <connectivity/IParseContext.hxx> #include <connectivity/PColumn.hxx> -#include <connectivity/ParameterCont.hxx> -#include <connectivity/TIndex.hxx> -#include <connectivity/TIndexColumns.hxx> -#include <connectivity/TKey.hxx> -#include <connectivity/TKeyColumns.hxx> #include <connectivity/TTableHelper.hxx> #include <connectivity/conncleanup.hxx> #include <connectivity/dbcharset.hxx> @@ -200,9 +202,6 @@ #include <connectivity/sdbcx/VCollection.hxx> #include <connectivity/sdbcx/VColumn.hxx> #include <connectivity/sdbcx/VDescriptor.hxx> -#include <connectivity/sdbcx/VIndexColumn.hxx> -#include <connectivity/sdbcx/VKey.hxx> -#include <connectivity/sdbcx/VKeyColumn.hxx> #include <connectivity/sdbcx/VTable.hxx> #include <connectivity/sqlerror.hxx> #include <connectivity/sqlnode.hxx> diff --git a/connectivity/inc/pch/precompiled_file.hxx b/connectivity/inc/pch/precompiled_file.hxx index d7919bf68fd6..656d36132c70 100644 --- a/connectivity/inc/pch/precompiled_file.hxx +++ b/connectivity/inc/pch/precompiled_file.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-22 15:57:35 using: + Generated on 2020-04-21 11:13:48 using: ./bin/update_pch connectivity file --cutoff=2 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -33,6 +33,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <set> #include <stddef.h> @@ -181,7 +182,6 @@ #include <file/fcode.hxx> #include <file/fcomp.hxx> #include <file/filedllapi.hxx> -#include <optional> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> #include <resource/sharedresources.hxx> diff --git a/connectivity/inc/pch/precompiled_flat.hxx b/connectivity/inc/pch/precompiled_flat.hxx index 4712783cb181..d6aea9b6d421 100644 --- a/connectivity/inc/pch/precompiled_flat.hxx +++ b/connectivity/inc/pch/precompiled_flat.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-22 15:57:36 using: + Generated on 2020-04-21 11:13:54 using: ./bin/update_pch connectivity flat --cutoff=2 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -186,6 +186,7 @@ #include <o3tl/underlyingenumvalue.hxx> #include <salhelper/salhelperdllapi.h> #include <salhelper/simplereferenceobject.hxx> +#include <sdbcx/VCatalog.hxx> #include <tools/toolsdllapi.h> #include <typelib/typeclass.h> #include <typelib/typedescription.h> @@ -201,7 +202,6 @@ #include <connectivity/dbexception.hxx> #include <connectivity/dbtoolsdllapi.hxx> #include <connectivity/sdbcx/IRefreshable.hxx> -#include <sdbcx/VCatalog.hxx> #include <connectivity/sdbcx/VDescriptor.hxx> #endif // PCH_LEVEL >= 4 diff --git a/cppcanvas/inc/pch/precompiled_cppcanvas.hxx b/cppcanvas/inc/pch/precompiled_cppcanvas.hxx index 65bc1daeb268..186ba9f6e100 100644 --- a/cppcanvas/inc/pch/precompiled_cppcanvas.hxx +++ b/cppcanvas/inc/pch/precompiled_cppcanvas.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-22 15:57:37 using: + Generated on 2020-04-21 11:14:04 using: ./bin/update_pch cppcanvas cppcanvas --cutoff=11 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -27,13 +27,13 @@ #include <cstring> #include <float.h> #include <functional> -#include <initializer_list> #include <iomanip> #include <limits.h> #include <limits> #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <stddef.h> #include <string.h> @@ -96,6 +96,7 @@ #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> #include <basegfx/utils/canvastools.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> @@ -116,7 +117,6 @@ #include <cppu/unotype.hxx> #include <i18nlangtag/lang.h> #include <o3tl/cow_wrapper.hxx> -#include <optional> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> @@ -134,6 +134,7 @@ #include <uno/sequence2.h> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 +#include <cppcanvas/canvas.hxx> #endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/inc/pch/precompiled_cui.hxx b/cui/inc/pch/precompiled_cui.hxx index 1860efb7f1da..f9b19ac20073 100644 --- a/cui/inc/pch/precompiled_cui.hxx +++ b/cui/inc/pch/precompiled_cui.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-02-17 11:24:44 using: + Generated on 2020-04-21 11:14:12 using: ./bin/update_pch cui cui --cutoff=8 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -39,6 +39,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <set> #include <stack> @@ -114,8 +115,6 @@ #include <vcl/customweld.hxx> #include <vcl/devicecoordinate.hxx> #include <vcl/dllapi.h> -#include <vcl/dndhelp.hxx> -#include <vcl/edit.hxx> #include <vcl/errcode.hxx> #include <vcl/event.hxx> #include <vcl/floatwin.hxx> @@ -141,7 +140,6 @@ #include <vcl/svapp.hxx> #include <vcl/syswin.hxx> #include <vcl/task.hxx> -#include <vcl/textfilter.hxx> #include <vcl/timer.hxx> #include <vcl/transfer.hxx> #include <vcl/uitest/factory.hxx> @@ -170,6 +168,7 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dsize.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> @@ -284,7 +283,6 @@ #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> #include <o3tl/enumarray.hxx> -#include <optional> #include <o3tl/safeint.hxx> #include <o3tl/sorted_vector.hxx> #include <o3tl/strong_int.hxx> @@ -390,6 +388,7 @@ #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> diff --git a/dbaccess/inc/pch/precompiled_dba.hxx b/dbaccess/inc/pch/precompiled_dba.hxx index 9019973d3077..4c1e2316b0ae 100644 --- a/dbaccess/inc/pch/precompiled_dba.hxx +++ b/dbaccess/inc/pch/precompiled_dba.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-02-17 16:58:06 using: + Generated on 2020-04-21 11:14:19 using: ./bin/update_pch dbaccess dba --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -38,8 +38,8 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> -#include <set> #include <stddef.h> #include <string.h> #include <string> @@ -77,6 +77,7 @@ #include <rtl/textenc.h> #include <rtl/unload.h> #include <rtl/uri.hxx> +#include <rtl/ustrbuf.h> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.h> #include <rtl/ustring.hxx> @@ -113,6 +114,7 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> @@ -136,15 +138,11 @@ #include <com/sun/star/beans/XVetoableChangeListener.hpp> #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/container/XContainer.hpp> -#include <com/sun/star/container/XContainerListener.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> #include <com/sun/star/container/XIndexAccess.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/embed/ElementModes.hpp> -#include <com/sun/star/embed/XEmbeddedObject.hpp> -#include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/EventObject.hpp> #include <com/sun/star/lang/Locale.hpp> @@ -152,27 +150,23 @@ #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/sdb/CommandType.hpp> #include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp> -#include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/SQLException.hpp> #include <com/sun/star/sdbc/XColumnLocate.hpp> #include <com/sun/star/sdbc/XConnection.hpp> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> #include <com/sun/star/sdbc/XResultSetMetaData.hpp> -#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp> #include <com/sun/star/sdbc/XRow.hpp> -#include <com/sun/star/sdbcx/KeyType.hpp> #include <com/sun/star/sdbcx/XAppend.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp> #include <com/sun/star/sdbcx/XDrop.hpp> #include <com/sun/star/sdbcx/XRename.hpp> -#include <com/sun/star/sdbcx/XTablesSupplier.hpp> +#include <com/sun/star/security/DocumentSignatureInformation.hpp> #include <com/sun/star/ucb/XCommandProcessor.hpp> #include <com/sun/star/ucb/XContent.hpp> #include <com/sun/star/uno/Any.h> @@ -213,7 +207,6 @@ #include <connectivity/CommonTools.hxx> #include <connectivity/IParseContext.hxx> #include <connectivity/dbexception.hxx> -#include <connectivity/dbmetadata.hxx> #include <connectivity/dbtools.hxx> #include <connectivity/dbtoolsdllapi.hxx> #include <connectivity/sdbcx/VDescriptor.hxx> @@ -233,7 +226,6 @@ #include <cppuhelper/implbase_ex_pre.hxx> #include <cppuhelper/interfacecontainer.h> #include <cppuhelper/propshlp.hxx> -#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/weak.hxx> @@ -241,7 +233,6 @@ #include <cppuhelper/weakref.hxx> #include <i18nlangtag/lang.h> #include <o3tl/cow_wrapper.hxx> -#include <optional> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> @@ -249,10 +240,11 @@ #include <salhelper/simplereferenceobject.hxx> #include <salhelper/singletonref.hxx> #include <salhelper/thread.hxx> +#include <sfx2/dllapi.h> +#include <svl/hint.hxx> #include <svl/lstner.hxx> #include <svl/svldllapi.h> #include <tools/color.hxx> -#include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <tools/gen.hxx> #include <tools/link.hxx> @@ -263,18 +255,16 @@ #include <typelib/typeclass.h> #include <typelib/typedescription.h> #include <typelib/uik.h> -#include <ucbhelper/ucbhelperdllapi.h> #include <uno/any2.h> #include <uno/data.h> #include <uno/sequence2.h> -#include <unotools/sharedunocomponent.hxx> #include <unotools/unotoolsdllapi.h> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 #include <ContainerMediator.hxx> #include <apitools.hxx> +#include <column.hxx> #include <core_resource.hxx> -#include <definitioncolumn.hxx> #include <sdbcoretools.hxx> #include <stringconstants.hxx> #include <strings.hxx> diff --git a/dbaccess/inc/pch/precompiled_dbahsql.hxx b/dbaccess/inc/pch/precompiled_dbahsql.hxx index bb396a1360ed..f5b60b095d22 100644 --- a/dbaccess/inc/pch/precompiled_dbahsql.hxx +++ b/dbaccess/inc/pch/precompiled_dbahsql.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-04-29 21:18:37 using: + Generated on 2020-04-21 11:14:14 using: ./bin/update_pch dbaccess dbahsql --cutoff=1 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -21,7 +21,6 @@ */ #if PCH_LEVEL >= 1 -#include <vector> #include <boost/date_time/posix_time/posix_time.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 @@ -32,16 +31,13 @@ #if PCH_LEVEL >= 3 #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/XStorage.hpp> -#include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/io/TextInputStream.hpp> #include <com/sun/star/io/WrongFormatException.hpp> -#include <com/sun/star/io/XConnectable.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/SQLException.hpp> #include <com/sun/star/sdbc/XConnection.hpp> #include <com/sun/star/sdbc/XParameters.hpp> -#include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/util/Time.hpp> @@ -49,7 +45,6 @@ #include <comphelper/string.hxx> #include <connectivity/dbexception.hxx> #include <connectivity/dbtools.hxx> -#include <cppuhelper/implbase.hxx> #include <tools/stream.hxx> #include <unotools/ucbstreamhelper.hxx> #endif // PCH_LEVEL >= 3 diff --git a/dbaccess/inc/pch/precompiled_dbaxml.hxx b/dbaccess/inc/pch/precompiled_dbaxml.hxx index e8efb3e95ebf..e71c6f22403d 100644 --- a/dbaccess/inc/pch/precompiled_dbaxml.hxx +++ b/dbaccess/inc/pch/precompiled_dbaxml.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-22 15:57:40 using: + Generated on 2020-04-21 11:14:21 using: ./bin/update_pch dbaccess dbaxml --cutoff=2 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -31,7 +31,6 @@ #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> -#include <osl/file.hxx> #include <rtl/instance.hxx> #include <rtl/ref.hxx> #include <rtl/strbuf.hxx> @@ -42,25 +41,15 @@ #include <sal/config.h> #include <sal/log.hxx> #include <sal/types.h> -#include <vcl/IDialogRenderable.hxx> #include <vcl/dllapi.h> -#include <vcl/keycodes.hxx> -#include <vcl/outdev.hxx> -#include <vcl/region.hxx> #include <vcl/svapp.hxx> -#include <vcl/uitest/factory.hxx> -#include <vcl/vclenum.hxx> -#include <vcl/window.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <com/sun/star/awt/TextAlign.hpp> -#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameContainer.hpp> -#include <com/sun/star/document/XFilter.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/io/XInputStream.hpp> -#include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/sdb/XFormDocumentsSupplier.hpp> @@ -69,9 +58,7 @@ #include <com/sun/star/sdb/XReportDocumentsSupplier.hpp> #include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> -#include <com/sun/star/ucb/XCommandEnvironment.hpp> #include <com/sun/star/uno/Any.h> -#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Sequence.hxx> @@ -94,27 +81,20 @@ #include <sax/tools/converter.hxx> #include <sfx2/docfile.hxx> #include <svl/filenotation.hxx> -#include <tools/debug.hxx> #include <tools/diagnose_ex.h> -#include <tools/link.hxx> -#include <tools/solar.h> -#include <tools/wintypes.hxx> -#include <ucbhelper/content.hxx> #include <unotools/pathoptions.hxx> #include <xmloff/ProgressBarHelper.hxx> #include <xmloff/dllapi.h> #include <xmloff/families.hxx> +#include <xmloff/maptype.hxx> #include <xmloff/nmspmap.hxx> -#include <xmloff/txtimp.hxx> #include <xmloff/xmlictxt.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmluconv.hxx> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 -#include <dsntypes.hxx> #include <flt_reghelper.hxx> -#include <stringconstants.hxx> #endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/inc/pch/precompiled_dbu.hxx b/dbaccess/inc/pch/precompiled_dbu.hxx index c940617b9cca..a9965da5147e 100644 --- a/dbaccess/inc/pch/precompiled_dbu.hxx +++ b/dbaccess/inc/pch/precompiled_dbu.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-02-18 12:02:26 using: + Generated on 2020-04-21 11:14:25 using: ./bin/update_pch dbaccess dbu --cutoff=12 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -28,12 +28,11 @@ #include <deque> #include <functional> #include <limits> -#include <list> #include <map> #include <memory> #include <new> +#include <optional> #include <ostream> -#include <set> #include <string_view> #include <utility> #include <vector> @@ -45,11 +44,11 @@ #include <osl/interlck.h> #include <osl/mutex.h> #include <osl/mutex.hxx> +#include <osl/process.h> #include <osl/thread.hxx> #include <rtl/bootstrap.hxx> #include <rtl/instance.hxx> #include <rtl/math.h> -#include <rtl/process.h> #include <rtl/ref.hxx> #include <rtl/strbuf.hxx> #include <rtl/string.hxx> @@ -64,6 +63,7 @@ #include <rtl/ustring.hxx> #include <rtl/uuid.h> #include <sal/config.h> +#include <sal/detail/log.h> #include <sal/log.hxx> #include <sal/types.h> #include <vcl/IDialogRenderable.hxx> @@ -79,9 +79,7 @@ #include <vcl/image.hxx> #include <vcl/keycod.hxx> #include <vcl/keycodes.hxx> -#include <vcl/layout.hxx> #include <vcl/mapmod.hxx> -#include <vcl/menu.hxx> #include <vcl/metaactiontypes.hxx> #include <vcl/outdev.hxx> #include <vcl/outdevmap.hxx> @@ -89,14 +87,11 @@ #include <vcl/region.hxx> #include <vcl/salnativewidgets.hxx> #include <vcl/settings.hxx> -#include <vcl/stdtext.hxx> #include <vcl/svapp.hxx> -#include <vcl/tabpage.hxx> #include <vcl/timer.hxx> #include <vcl/transfer.hxx> #include <vcl/uitest/factory.hxx> #include <vcl/vclenum.hxx> -#include <vcl/vclevent.hxx> #include <vcl/vclptr.hxx> #include <vcl/vclreferencebase.hxx> #include <vcl/wall.hxx> @@ -112,9 +107,7 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XChild.hpp> -#include <com/sun/star/container/XContainer.hpp> #include <com/sun/star/container/XNameAccess.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> @@ -131,7 +124,6 @@ #include <com/sun/star/lang/EventObject.hpp> #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/lang/XInitialization.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> @@ -142,7 +134,6 @@ #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/SQLException.hpp> #include <com/sun/star/sdbc/XConnection.hpp> -#include <com/sun/star/sdbc/XDataSource.hpp> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbcx/XAppend.hpp> @@ -160,12 +151,12 @@ #include <com/sun/star/uno/Type.h> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/genfunc.hxx> +#include <com/sun/star/util/URL.hpp> #include <com/sun/star/util/XNumberFormatter.hpp> #include <comphelper/comphelperdllapi.h> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/stl_types.hxx> #include <comphelper/types.hxx> #include <connectivity/dbexception.hxx> #include <connectivity/dbtools.hxx> @@ -176,7 +167,6 @@ #include <cppuhelper/implbase_ex.hxx> #include <cppuhelper/weak.hxx> #include <o3tl/cow_wrapper.hxx> -#include <optional> #include <o3tl/typed_flags_set.hxx> #include <salhelper/simplereferenceobject.hxx> #include <salhelper/singletonref.hxx> @@ -184,11 +174,7 @@ #include <sot/exchange.hxx> #include <sot/formats.hxx> #include <sot/sotdllapi.h> -#include <svl/eitem.hxx> -#include <svl/filenotation.hxx> #include <svl/hint.hxx> -#include <svl/intitem.hxx> -#include <svl/itemset.hxx> #include <svl/poolitem.hxx> #include <svl/stritem.hxx> #include <svl/svldllapi.h> @@ -197,7 +183,6 @@ #include <svx/svxdllapi.h> #include <toolkit/helper/vclunohelper.hxx> #include <tools/color.hxx> -#include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <tools/gen.hxx> #include <tools/globname.hxx> @@ -210,7 +195,6 @@ #include <tools/wintypes.hxx> #include <typelib/typedescription.h> #include <uno/data.h> -#include <unotools/confignode.hxx> #include <unotools/eventlisteneradapter.hxx> #include <unotools/fontdefs.hxx> #include <unotools/sharedunocomponent.hxx> @@ -225,13 +209,11 @@ #include <TypeInfo.hxx> #include <UITools.hxx> #include <browserids.hxx> +#include <callbacks.hxx> #include <dbaccess/dataview.hxx> #include <dbaccess/dbaccessdllapi.h> -#include <dbadmin.hxx> -#include <dbu_dlg.hxx> #include <dbu_reghelper.hxx> #include <dsitems.hxx> -#include <querycontroller.hxx> #include <sqlmessage.hxx> #include <stringconstants.hxx> #include <uiservices.hxx> diff --git a/dbaccess/inc/pch/precompiled_sdbt.hxx b/dbaccess/inc/pch/precompiled_sdbt.hxx index 5aa4bbea80cc..59acc51a96fc 100644 --- a/dbaccess/inc/pch/precompiled_sdbt.hxx +++ b/dbaccess/inc/pch/precompiled_sdbt.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-22 15:57:42 using: + Generated on 2020-04-21 11:14:28 using: ./bin/update_pch dbaccess sdbt --cutoff=1 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -21,12 +21,10 @@ */ #if PCH_LEVEL >= 1 -#include <algorithm> #include <memory> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> -#include <rtl/ustrbuf.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <com/sun/star/sdb/CommandType.hpp> @@ -39,14 +37,12 @@ #include <connectivity/dbtools.hxx> #include <connectivity/sqlerror.hxx> #include <connectivity/statementcomposer.hxx> -#include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/factory.hxx> #include <cppuhelper/supportsservice.hxx> #include <tools/diagnose_ex.h> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 #include <connectiontools.hxx> -#include <stringconstants.hxx> #endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/desktop/inc/pch/precompiled_deployment.hxx b/desktop/inc/pch/precompiled_deployment.hxx index f14c28ee7bc5..6878fb1e843c 100644 --- a/desktop/inc/pch/precompiled_deployment.hxx +++ b/desktop/inc/pch/precompiled_deployment.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-02-01 10:57:35 using: + Generated on 2020-04-21 11:14:33 using: ./bin/update_pch desktop deployment --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -24,6 +24,7 @@ #include <algorithm> #include <cstddef> #include <memory> +#include <optional> #include <ostream> #include <unordered_map> #include <vector> @@ -72,7 +73,6 @@ #include <cppuhelper/compbase.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/implbase.hxx> -#include <optional> #include <svl/inettype.hxx> #include <tools/diagnose_ex.h> #include <ucbhelper/content.hxx> diff --git a/desktop/inc/pch/precompiled_deploymentgui.hxx b/desktop/inc/pch/precompiled_deploymentgui.hxx index c55a81a717c1..6ec6ce346ebb 100644 --- a/desktop/inc/pch/precompiled_deploymentgui.hxx +++ b/desktop/inc/pch/precompiled_deploymentgui.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-02-01 10:57:35 using: + Generated on 2020-04-21 11:14:30 using: ./bin/update_pch desktop deploymentgui --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -30,6 +30,7 @@ #include <limits.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <sstream> #include <stddef.h> @@ -84,7 +85,6 @@ #include <cppu/unotype.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/implbase.hxx> -#include <optional> #include <o3tl/typed_flags_set.hxx> #include <salhelper/thread.hxx> #include <tools/gen.hxx> diff --git a/desktop/inc/pch/precompiled_sofficeapp.hxx b/desktop/inc/pch/precompiled_sofficeapp.hxx index 79d8eed69b9a..8cf4868bb5f4 100644 --- a/desktop/inc/pch/precompiled_sofficeapp.hxx +++ b/desktop/inc/pch/precompiled_sofficeapp.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-02-01 10:57:36 using: + Generated on 2020-04-21 11:15:27 using: ./bin/update_pch desktop sofficeapp --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -35,6 +35,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <stddef.h> #include <string.h> @@ -50,7 +51,6 @@ #include <osl/diagnose.h> #include <osl/doublecheckedlocking.h> #include <osl/endian.h> -#include <osl/file.h> #include <osl/file.hxx> #include <osl/getglobalmutex.hxx> #include <osl/interlck.h> @@ -67,7 +67,6 @@ #include <rtl/byteseq.hxx> #include <rtl/digest.h> #include <rtl/instance.hxx> -#include <rtl/locale.h> #include <rtl/math.h> #include <rtl/math.hxx> #include <rtl/process.h> @@ -100,11 +99,14 @@ #include <vcl/dllapi.h> #include <vcl/errcode.hxx> #include <vcl/fntstyle.hxx> +#include <vcl/font.hxx> +#include <vcl/keycodes.hxx> #include <vcl/mapmod.hxx> #include <vcl/region.hxx> #include <vcl/scopedbitmapaccess.hxx> #include <vcl/vclenum.hxx> #include <vcl/vclptr.hxx> +#include <vcl/vclreferencebase.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basegfx/basegfxdllapi.h> @@ -119,6 +121,7 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> @@ -150,7 +153,6 @@ #include <cppuhelper/implbase_ex_pre.hxx> #include <i18nlangtag/lang.h> #include <o3tl/cow_wrapper.hxx> -#include <optional> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> @@ -167,6 +169,7 @@ #include <tools/gen.hxx> #include <tools/link.hxx> #include <tools/mapunit.hxx> +#include <tools/poly.hxx> #include <tools/ref.hxx> #include <tools/solar.h> #include <tools/toolsdllapi.h> diff --git a/drawinglayer/inc/pch/precompiled_drawinglayer.hxx b/drawinglayer/inc/pch/precompiled_drawinglayer.hxx index 25a23a7d3a9e..2e7acea69e7b 100644 --- a/drawinglayer/inc/pch/precompiled_drawinglayer.hxx +++ b/drawinglayer/inc/pch/precompiled_drawinglayer.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-04-02 22:28:40 using: + Generated on 2020-04-21 11:15:30 using: ./bin/update_pch drawinglayer drawinglayer --cutoff=4 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -116,6 +116,7 @@ #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <salhelper/simplereferenceobject.hxx> +#include <toolkit/helper/vclunohelper.hxx> #include <tools/color.hxx> #include <tools/fontenum.hxx> #include <tools/gen.hxx> diff --git a/editeng/inc/pch/precompiled_editeng.hxx b/editeng/inc/pch/precompiled_editeng.hxx index fb8bf634ae80..241d6ffda958 100644 --- a/editeng/inc/pch/precompiled_editeng.hxx +++ b/editeng/inc/pch/precompiled_editeng.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-02-01 10:57:37 using: + Generated on 2020-04-21 11:15:33 using: ./bin/update_pch editeng editeng --cutoff=5 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -38,6 +38,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <set> #include <stddef.h> @@ -48,6 +49,7 @@ #include <unordered_map> #include <utility> #include <vector> +#include <boost/property_tree/json_parser.hpp> #include <boost/property_tree/ptree.hpp> #include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 @@ -102,8 +104,10 @@ #include <vcl/font.hxx> #include <vcl/gfxlink.hxx> #include <vcl/graph.hxx> +#include <vcl/keycod.hxx> #include <vcl/keycodes.hxx> #include <vcl/mapmod.hxx> +#include <vcl/metric.hxx> #include <vcl/outdev.hxx> #include <vcl/region.hxx> #include <vcl/scopedbitmapaccess.hxx> @@ -113,6 +117,7 @@ #include <vcl/timer.hxx> #include <vcl/vclenum.hxx> #include <vcl/vclptr.hxx> +#include <vcl/vclreferencebase.hxx> #include <vcl/vectorgraphicdata.hxx> #include <vcl/weld.hxx> #include <vcl/window.hxx> @@ -130,6 +135,7 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dsize.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> @@ -203,7 +209,6 @@ #include <i18nutil/transliteration.hxx> #include <libxml/xmlwriter.h> #include <o3tl/cow_wrapper.hxx> -#include <optional> #include <o3tl/safeint.hxx> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> @@ -213,6 +218,7 @@ #include <sax/fastattribs.hxx> #include <sax/saxdllapi.h> #include <sfx2/dllapi.h> +#include <sfx2/shell.hxx> #include <sot/formats.hxx> #include <sot/sotdllapi.h> #include <svl/SfxBroadcaster.hxx> diff --git a/forms/inc/pch/precompiled_frm.hxx b/forms/inc/pch/precompiled_frm.hxx index 63f2b9d8432e..22b4fee6928e 100644 --- a/forms/inc/pch/precompiled_frm.hxx +++ b/forms/inc/pch/precompiled_frm.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-02-01 10:57:37 using: + Generated on 2020-04-21 11:15:38 using: ./bin/update_pch forms frm --cutoff=2 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -23,32 +23,38 @@ #if PCH_LEVEL >= 1 #include <algorithm> #include <cassert> +#include <climits> #include <cstddef> #include <functional> #include <iterator> +#include <limits.h> #include <map> #include <memory> +#include <new> +#include <ostream> #include <set> #include <string.h> -#include <unordered_map> +#include <string_view> #include <utility> #include <vector> #include <boost/lexical_cast.hpp> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> -#include <osl/doublecheckedlocking.h> -#include <osl/file.hxx> -#include <osl/getglobalmutex.hxx> #include <osl/interlck.h> #include <osl/mutex.hxx> #include <rtl/alloc.h> #include <rtl/character.hxx> #include <rtl/instance.hxx> +#include <rtl/math.h> #include <rtl/math.hxx> #include <rtl/ref.hxx> #include <rtl/strbuf.hxx> +#include <rtl/string.h> #include <rtl/string.hxx> +#include <rtl/stringconcat.hxx> +#include <rtl/stringutils.hxx> #include <rtl/tencinfo.h> #include <rtl/textenc.h> #include <rtl/ustrbuf.hxx> @@ -56,7 +62,6 @@ #include <sal/config.h> #include <sal/log.hxx> #include <sal/macros.h> -#include <sal/saldllapi.h> #include <sal/types.h> #include <vcl/dllapi.h> #include <vcl/errcode.hxx> @@ -68,14 +73,13 @@ #include <vcl/mapmod.hxx> #include <vcl/outdev.hxx> #include <vcl/settings.hxx> -#include <vcl/stdtext.hxx> #include <vcl/svapp.hxx> -#include <vcl/window.hxx> +#include <vcl/vclenum.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basegfx/color/bcolor.hxx> -#include <com/sun/star/awt/Key.hpp> -#include <com/sun/star/awt/KeyGroup.hpp> +#include <com/sun/star/awt/FontDescriptor.hpp> +#include <com/sun/star/awt/FontSlant.hpp> #include <com/sun/star/awt/MouseButton.hpp> #include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/awt/XControlModel.hpp> @@ -88,15 +92,13 @@ #include <com/sun/star/beans/XFastPropertySet.hpp> #include <com/sun/star/beans/XMultiPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/container/XNameContainer.hpp> -#include <com/sun/star/container/XNamed.hpp> #include <com/sun/star/form/FormComponentType.hpp> #include <com/sun/star/form/XForm.hpp> #include <com/sun/star/form/XFormComponent.hpp> -#include <com/sun/star/form/XLoadable.hpp> +#include <com/sun/star/form/XResetListener.hpp> #include <com/sun/star/form/XSubmit.hpp> #include <com/sun/star/form/binding/IncompatibleTypesException.hpp> #include <com/sun/star/form/runtime/FormFeature.hpp> @@ -108,16 +110,17 @@ #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/graphic/GraphicObject.hpp> #include <com/sun/star/graphic/XGraphic.hpp> +#include <com/sun/star/i18n/ForbiddenCharacters.hpp> +#include <com/sun/star/i18n/LanguageCountryInfo.hpp> +#include <com/sun/star/i18n/LocaleDataItem2.hpp> +#include <com/sun/star/i18n/LocaleItem.hpp> +#include <com/sun/star/i18n/reservedWords.hpp> #include <com/sun/star/io/Pipe.hpp> -#include <com/sun/star/io/XActiveDataSink.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XMarkableStream.hpp> -#include <com/sun/star/io/XObjectInputStream.hpp> -#include <com/sun/star/io/XObjectOutputStream.hpp> #include <com/sun/star/io/XPersistObject.hpp> #include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/lang/DisposedException.hpp> -#include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> @@ -125,10 +128,6 @@ #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/sdb/CommandType.hpp> -#include <com/sun/star/sdb/SQLContext.hpp> -#include <com/sun/star/sdb/XQueriesSupplier.hpp> -#include <com/sun/star/sdb/XSQLQueryComposerFactory.hpp> #include <com/sun/star/sdbc/DataType.hpp> #include <com/sun/star/sdbc/ResultSetType.hpp> #include <com/sun/star/sdbc/SQLException.hpp> @@ -159,9 +158,7 @@ #include <com/sun/star/util/VetoException.hpp> #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> -#include <com/sun/star/util/XNumberFormatTypes.hpp> #include <com/sun/star/util/XNumberFormatsSupplier.hpp> -#include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/xforms/XModel.hpp> #include <com/sun/star/xml/dom/DocumentBuilder.hpp> #include <com/sun/star/xml/dom/NodeType.hpp> @@ -172,7 +169,7 @@ #include <com/sun/star/xml/dom/XNodeList.hpp> #include <com/sun/star/xml/xpath/XPathObjectType.hpp> #include <com/sun/star/xml/xpath/XXPathObject.hpp> -#include <com/sun/star/xsd/WhiteSpaceTreatment.hpp> +#include <com/sun/star/xsd/DataTypeClass.hpp> #include <comphelper/basicio.hxx> #include <comphelper/comphelperdllapi.h> #include <comphelper/enumhelper.hxx> @@ -201,18 +198,15 @@ #include <cppuhelper/weakref.hxx> #include <editeng/editeng.hxx> #include <editeng/editengdllapi.h> -#include <editeng/editobj.hxx> #include <editeng/editstat.hxx> #include <editeng/editview.hxx> #include <editeng/eeitem.hxx> #include <editeng/fhgtitem.hxx> -#include <editeng/fontitem.hxx> #include <editeng/scripttypeitem.hxx> #include <editeng/svxenum.hxx> #include <i18nlangtag/lang.h> #include <i18nlangtag/languagetag.hxx> #include <o3tl/any.hxx> -#include <o3tl/functional.hxx> #include <o3tl/safeint.hxx> #include <o3tl/typed_flags_set.hxx> #include <sfx2/dllapi.h> @@ -229,7 +223,6 @@ #include <svl/typedwhich.hxx> #include <svtools/imageresourceaccess.hxx> #include <svx/svxdllapi.h> -#include <toolkit/helper/emptyfontdescriptor.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <tools/color.hxx> #include <tools/date.hxx> @@ -248,13 +241,11 @@ #include <tools/time.hxx> #include <tools/toolsdllapi.h> #include <tools/urlobj.hxx> -#include <tools/wintypes.hxx> #include <ucbhelper/content.hxx> #include <unotools/localedatawrapper.hxx> -#include <unotools/options.hxx> +#include <unotools/readwritemutexguard.hxx> #include <unotools/sharedunocomponent.hxx> #include <unotools/syslocale.hxx> -#include <unotools/textsearch.hxx> #include <unotools/ucbstreamhelper.hxx> #include <unotools/unotoolsdllapi.h> #endif // PCH_LEVEL >= 3 @@ -266,7 +257,6 @@ #include <featuredispatcher.hxx> #include <frm_resource.hxx> #include <frm_strings.hxx> -#include <listenercontainers.hxx> #include <navtoolbar.hxx> #include <property.hxx> #include <propertybaghelper.hxx> diff --git a/framework/inc/pch/precompiled_fwe.hxx b/framework/inc/pch/precompiled_fwe.hxx index 06d95757ba24..895d8940aece 100644 --- a/framework/inc/pch/precompiled_fwe.hxx +++ b/framework/inc/pch/precompiled_fwe.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-22 15:57:45 using: + Generated on 2020-04-21 11:15:41 using: ./bin/update_pch framework fwe --cutoff=10 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -35,6 +35,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <sstream> #include <stddef.h> @@ -117,6 +118,7 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> @@ -142,7 +144,6 @@ #include <cppuhelper/cppuhelperdllapi.h> #include <i18nlangtag/lang.h> #include <o3tl/cow_wrapper.hxx> -#include <optional> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> diff --git a/framework/inc/pch/precompiled_fwi.hxx b/framework/inc/pch/precompiled_fwi.hxx index 748abefcc44b..fc5278771dde 100644 --- a/framework/inc/pch/precompiled_fwi.hxx +++ b/framework/inc/pch/precompiled_fwi.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-17 16:10:37 using: + Generated on 2020-04-21 11:15:43 using: ./bin/update_pch framework fwi --cutoff=9 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -54,7 +54,6 @@ #include <rtl/stringutils.hxx> #include <rtl/textcvt.h> #include <rtl/textenc.h> -#include <rtl/ustrbuf.h> #include <rtl/ustring.h> #include <rtl/ustring.hxx> #include <rtl/uuid.h> diff --git a/framework/inc/pch/precompiled_fwk.hxx b/framework/inc/pch/precompiled_fwk.hxx index 34af88a24c65..9eead4a4f59f 100644 --- a/framework/inc/pch/precompiled_fwk.hxx +++ b/framework/inc/pch/precompiled_fwk.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-22 15:57:46 using: + Generated on 2020-04-21 11:15:46 using: ./bin/update_pch framework fwk --cutoff=7 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -35,6 +35,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <stddef.h> #include <string.h> @@ -44,6 +45,7 @@ #include <unordered_map> #include <utility> #include <vector> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/conditn.h> @@ -133,6 +135,7 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> @@ -217,7 +220,6 @@ #include <i18nlangtag/lang.h> #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> -#include <optional> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> diff --git a/framework/inc/pch/precompiled_fwl.hxx b/framework/inc/pch/precompiled_fwl.hxx index bab212a353bc..b53807192518 100644 --- a/framework/inc/pch/precompiled_fwl.hxx +++ b/framework/inc/pch/precompiled_fwl.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-22 15:57:46 using: + Generated on 2020-04-21 11:15:49 using: ./bin/update_pch framework fwl --cutoff=5 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -34,6 +34,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <stddef.h> #include <string.h> @@ -120,6 +121,7 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> @@ -180,7 +182,6 @@ #include <i18nlangtag/lang.h> #include <macros/xserviceinfo.hxx> #include <o3tl/cow_wrapper.hxx> -#include <optional> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx index f33fc5a29b89..3de90891015e 100644 --- a/include/vcl/uitest/uiobject.hxx +++ b/include/vcl/uitest/uiobject.hxx @@ -15,20 +15,25 @@ #include <memory> #include <vcl/window.hxx> -#include <vcl/button.hxx> -#include <vcl/tabpage.hxx> -#include <vcl/lstbox.hxx> -#include <vcl/combobox.hxx> -#include <vcl/tabctrl.hxx> -#include <vcl/treelistbox.hxx> #include <vcl/dllapi.h> #include <set> +class Button; +class CheckBox; +class ComboBox; +class Dialog; class Edit; +class ListBox; +class RadioButton; +class TabControl; +class TabPage; +class SvTreeListBox; +class SvTreeListEntry; class SpinButton; class SpinField; +class VclMultiLineEdit; typedef std::map<const OUString, OUString> StringMap; diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx index 637a6b7b560f..3a9dd01814db 100644 --- a/oox/inc/pch/precompiled_oox.hxx +++ b/oox/inc/pch/precompiled_oox.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-02-01 10:57:44 using: + Generated on 2020-04-21 11:15:57 using: ./bin/update_pch oox oox --cutoff=6 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -23,27 +23,32 @@ #if PCH_LEVEL >= 1 #include <algorithm> #include <cassert> -#include <cmath> #include <cstddef> #include <functional> #include <iomanip> #include <limits.h> #include <limits> #include <map> +#include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <set> #include <string.h> #include <string_view> #include <type_traits> +#include <unordered_set> #include <utility> #include <vector> #include <boost/algorithm/string.hpp> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> +#include <osl/doublecheckedlocking.h> #include <osl/file.hxx> +#include <osl/getglobalmutex.hxx> #include <osl/interlck.h> #include <osl/mutex.hxx> #include <osl/thread.h> @@ -51,7 +56,9 @@ #include <rtl/character.hxx> #include <rtl/cipher.h> #include <rtl/digest.h> +#include <rtl/instance.hxx> #include <rtl/locale.h> +#include <rtl/math.h> #include <rtl/math.hxx> #include <rtl/random.h> #include <rtl/ref.hxx> @@ -63,59 +70,61 @@ #include <rtl/tencinfo.h> #include <rtl/textenc.h> #include <rtl/uri.hxx> -#include <rtl/ustrbuf.h> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #include <sal/config.h> #include <sal/log.hxx> +#include <sal/mathconf.h> #include <sal/saldllapi.h> #include <sal/types.h> -#include <vcl/GraphicExternalLink.hxx> -#include <vcl/animate/Animation.hxx> -#include <vcl/bitmapex.hxx> +#include <vcl/bitmap.hxx> +#include <vcl/cairo.hxx> +#include <vcl/devicecoordinate.hxx> #include <vcl/dllapi.h> -#include <vcl/gfxlink.hxx> -#include <vcl/graph.hxx> +#include <vcl/fntstyle.hxx> +#include <vcl/font.hxx> #include <vcl/mapmod.hxx> -#include <vcl/svapp.hxx> -#include <vcl/vectorgraphicdata.hxx> +#include <vcl/metaactiontypes.hxx> +#include <vcl/outdev.hxx> +#include <vcl/outdevmap.hxx> +#include <vcl/outdevstate.hxx> +#include <vcl/region.hxx> +#include <vcl/salnativewidgets.hxx> +#include <vcl/vclreferencebase.hxx> +#include <vcl/wall.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basegfx/basegfxdllapi.h> #include <basegfx/color/bcolor.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/numeric/ftools.hxx> +#include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/tuple/b3dtuple.hxx> -#include <basegfx/vector/b2dsize.hxx> +#include <basegfx/vector/b2enums.hxx> #include <com/sun/star/awt/FontWeight.hpp> -#include <com/sun/star/awt/Gradient.hpp> -#include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/awt/Size.hpp> -#include <com/sun/star/awt/XBitmap.hpp> #include <com/sun/star/beans/NamedValue.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/chart2/XChartDocument.hpp> -#include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XNamed.hpp> +#include <com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.hpp> #include <com/sun/star/drawing/FillStyle.hpp> +#include <com/sun/star/drawing/LineCap.hpp> #include <com/sun/star/drawing/LineStyle.hpp> -#include <com/sun/star/drawing/TextHorizontalAdjust.hpp> -#include <com/sun/star/drawing/TextVerticalAdjust.hpp> #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/drawing/XShapes.hpp> +#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XOutputStream.hpp> -#include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/io/XStream.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/style/LineSpacing.hpp> #include <com/sun/star/style/LineSpacingMode.hpp> -#include <com/sun/star/style/NumberingType.hpp> #include <com/sun/star/style/ParagraphAdjust.hpp> #include <com/sun/star/text/WritingMode.hpp> #include <com/sun/star/text/XText.hpp> @@ -126,26 +135,26 @@ #include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/Type.h> #include <com/sun/star/uno/Type.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/genfunc.hxx> -#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/xml/sax/FastToken.hpp> #include <com/sun/star/xml/sax/XFastAttributeList.hpp> #include <com/sun/star/xml/sax/XFastContextHandler.hpp> +#include <com/sun/star/xml/sax/XFastDocumentHandler.hpp> #include <com/sun/star/xml/sax/XFastSAXSerializable.hpp> #include <comphelper/comphelperdllapi.h> #include <comphelper/processfactory.hxx> -#include <comphelper/propertysequence.hxx> #include <comphelper/sequence.hxx> #include <comphelper/sequenceashashmap.hxx> #include <comphelper/storagehelper.hxx> #include <cppu/cppudllapi.h> #include <cppu/unotype.hxx> -#include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/implbase.hxx> +#include <cppuhelper/implbase_ex.hxx> +#include <cppuhelper/weak.hxx> #include <cppuhelper/weakref.hxx> #include <drawingml/chart/chartcontextbase.hxx> #include <drawingml/chart/chartspacemodel.hxx> @@ -153,7 +162,6 @@ #include <drawingml/chart/objectformatter.hxx> #include <drawingml/chart/titlemodel.hxx> #include <drawingml/colorchoicecontext.hxx> -#include <drawingml/customshapegeometry.hxx> #include <drawingml/customshapeproperties.hxx> #include <drawingml/fillproperties.hxx> #include <drawingml/lineproperties.hxx> @@ -164,37 +172,37 @@ #include <drawingml/textbodycontext.hxx> #include <drawingml/textcharacterproperties.hxx> #include <drawingml/textfont.hxx> -#include <drawingml/textliststyle.hxx> #include <drawingml/textparagraph.hxx> -#include <drawingml/textparagraphproperties.hxx> #include <drawingml/textspacing.hxx> #include <filter/msfilter/msfilterdllapi.h> #include <i18nlangtag/lang.h> #include <o3tl/cow_wrapper.hxx> -#include <optional> #include <o3tl/safeint.hxx> #include <o3tl/typed_flags_set.hxx> #include <sax/fshelper.hxx> #include <sax/saxdllapi.h> #include <svl/poolitem.hxx> #include <svl/svldllapi.h> +#include <svl/typedwhich.hxx> #include <svx/msdffdef.hxx> +#include <svx/svdtypes.hxx> #include <svx/svxdllapi.h> #include <tools/color.hxx> -#include <tools/date.hxx> #include <tools/diagnose_ex.h> #include <tools/fldunit.hxx> +#include <tools/fontenum.hxx> #include <tools/gen.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 <typelib/typedescription.h> #include <uno/data.h> #include <uno/sequence2.h> +#include <unotools/fontdefs.hxx> #include <unotools/unotoolsdllapi.h> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 @@ -202,6 +210,7 @@ #include <oox/core/contexthandler2.hxx> #include <oox/core/fragmenthandler.hxx> #include <oox/core/fragmenthandler2.hxx> +#include <oox/core/relations.hxx> #include <oox/core/xmlfilterbase.hxx> #include <oox/dllapi.h> #include <oox/drawingml/chart/chartconverter.hxx> @@ -210,9 +219,8 @@ #include <oox/drawingml/clrscheme.hxx> #include <oox/drawingml/color.hxx> #include <oox/drawingml/drawingmltypes.hxx> -#include <oox/drawingml/graphicshapecontext.hxx> #include <oox/drawingml/shape.hxx> -#include <oox/drawingml/shapegroupcontext.hxx> +#include <oox/drawingml/shapecontext.hxx> #include <oox/drawingml/shapepropertymap.hxx> #include <oox/drawingml/theme.hxx> #include <oox/helper/attributelist.hxx> @@ -231,8 +239,6 @@ #include <oox/ole/olestorage.hxx> #include <oox/ppt/comments.hxx> #include <oox/ppt/headerfooter.hxx> -#include <oox/ppt/pptfilterhelpers.hxx> -#include <oox/ppt/pptimport.hxx> #include <oox/ppt/pptshape.hxx> #include <oox/ppt/slidepersist.hxx> #include <oox/token/namespaces.hxx> diff --git a/oox/source/drawingml/shapepropertymap.cxx b/oox/source/drawingml/shapepropertymap.cxx index b018aa41828f..8a5a8e704711 100644 --- a/oox/source/drawingml/shapepropertymap.cxx +++ b/oox/source/drawingml/shapepropertymap.cxx @@ -179,9 +179,9 @@ bool ShapePropertyMap::setFillHatch( sal_Int32 nPropId, const Any& rValue ) return setAnyProperty( nPropId, rValue ); // create named hatch and push its name - if( rValue.has< Hatch >() ) + if (rValue.has<drawing::Hatch>()) { - OUString aHatchName = mrModelObjHelper.insertFillHatch( rValue.get< Hatch >() ); + OUString aHatchName = mrModelObjHelper.insertFillHatch(rValue.get<drawing::Hatch>()); return !aHatchName.isEmpty() && setProperty( nPropId, aHatchName ); } diff --git a/oox/source/helper/modelobjecthelper.cxx b/oox/source/helper/modelobjecthelper.cxx index 7b8c8600703b..5380b4cc6a23 100644 --- a/oox/source/helper/modelobjecthelper.cxx +++ b/oox/source/helper/modelobjecthelper.cxx @@ -140,7 +140,7 @@ OUString ModelObjectHelper::insertFillBitmapXGraphic(uno::Reference<graphic::XGr return OUString(); } -OUString ModelObjectHelper::insertFillHatch( const Hatch& rHatch ) +OUString ModelObjectHelper::insertFillHatch(const drawing::Hatch& rHatch) { return maHatchContainer.insertObject( gaHatchNameBase, Any( rHatch ), true ); } diff --git a/reportdesign/inc/pch/precompiled_rpt.hxx b/reportdesign/inc/pch/precompiled_rpt.hxx index 2daa9192d1c7..3d3a9c7ac7ab 100644 --- a/reportdesign/inc/pch/precompiled_rpt.hxx +++ b/reportdesign/inc/pch/precompiled_rpt.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-22 15:57:52 using: + Generated on 2020-04-21 11:16:14 using: ./bin/update_pch reportdesign rpt --cutoff=9 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -39,6 +39,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <sstream> #include <stddef.h> @@ -150,11 +151,11 @@ #include <basegfx/tuple/b2i64tuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dsize.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> -#include <com/sun/star/awt/FontDescriptor.hpp> #include <com/sun/star/awt/GradientStyle.hpp> #include <com/sun/star/awt/Key.hpp> #include <com/sun/star/awt/KeyGroup.hpp> @@ -164,12 +165,9 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XFastPropertySet.hpp> #include <com/sun/star/beans/XMultiPropertySet.hpp> -#include <com/sun/star/beans/XPropertyAccess.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySetOption.hpp> #include <com/sun/star/beans/XPropertyState.hpp> -#include <com/sun/star/container/XChild.hpp> -#include <com/sun/star/container/XContainer.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/drawing/DashStyle.hpp> #include <com/sun/star/drawing/HatchStyle.hpp> @@ -180,21 +178,15 @@ #include <com/sun/star/graphic/XPrimitive2D.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/EventObject.hpp> -#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/lang/XComponent.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/report/XFormatCondition.hpp> -#include <com/sun/star/report/XReportComponent.hpp> -#include <com/sun/star/style/ParagraphAdjust.hpp> -#include <com/sun/star/style/VerticalAlignment.hpp> #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/RuntimeException.hpp> @@ -231,7 +223,6 @@ #include <cppuhelper/implbase_ex_post.hxx> #include <cppuhelper/implbase_ex_pre.hxx> #include <cppuhelper/interfacecontainer.h> -#include <cppuhelper/propertysetmixin.hxx> #include <cppuhelper/propshlp.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/weak.hxx> @@ -244,11 +235,10 @@ #include <editeng/editengdllapi.h> #include <i18nlangtag/lang.h> #include <o3tl/cow_wrapper.hxx> -#include <o3tl/deleter.hxx> -#include <optional> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> +#include <salhelper/salhelperdllapi.h> #include <salhelper/simplereferenceobject.hxx> #include <svl/SfxBroadcaster.hxx> #include <svl/cenumitm.hxx> @@ -298,7 +288,6 @@ #include <unotools/unotoolsdllapi.h> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 -#include <ReportComponent.hxx> #include <RptModel.hxx> #include <RptObject.hxx> #include <Tools.hxx> diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index ff3ca6da2b12..757d3ded68b3 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-02-26 17:29:13 using: + Generated on 2020-04-21 11:16:42 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: @@ -122,7 +122,6 @@ #include <vcl/ctrl.hxx> #include <vcl/customweld.hxx> #include <vcl/dllapi.h> -#include <vcl/dockwin.hxx> #include <vcl/errcode.hxx> #include <vcl/event.hxx> #include <vcl/floatwin.hxx> @@ -170,6 +169,7 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dsize.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> @@ -528,10 +528,12 @@ #include <hints.hxx> #include <inputhdl.hxx> #include <inputopt.hxx> +#include <inputwin.hxx> #include <interpre.hxx> #include <listenercontext.hxx> #include <markdata.hxx> #include <miscuno.hxx> +#include <mtvelements.hxx> #include <olinetab.hxx> #include <output.hxx> #include <patattr.hxx> diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index 0fde9121afc8..c7fdb08adbdf 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -41,6 +41,7 @@ #include <vcl/commandevent.hxx> #include <vcl/cursor.hxx> #include <vcl/inputctx.hxx> +#include <vcl/lstbox.hxx> #include <vcl/settings.hxx> #include <sot/formats.hxx> #include <comphelper/classids.hxx> diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index a5c508dc8ac4..b0d7dc42d705 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.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-03-27 20:49:46 using: + Generated on 2020-04-21 11:16:46 using: ./bin/update_pch sd sd --cutoff=4 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -27,7 +27,6 @@ #include <functional> #include <initializer_list> #include <iomanip> -#include <limits.h> #include <list> #include <locale> #include <map> diff --git a/sd/inc/pch/precompiled_sdui.hxx b/sd/inc/pch/precompiled_sdui.hxx index 49ac3467fc2d..a25a8cb379a5 100644 --- a/sd/inc/pch/precompiled_sdui.hxx +++ b/sd/inc/pch/precompiled_sdui.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-03-27 20:49:49 using: + Generated on 2020-04-21 11:16:48 using: ./bin/update_pch sd sdui --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -114,9 +114,7 @@ #include <vcl/customweld.hxx> #include <vcl/devicecoordinate.hxx> #include <vcl/dllapi.h> -#include <vcl/dndhelp.hxx> #include <vcl/dockwin.hxx> -#include <vcl/edit.hxx> #include <vcl/errcode.hxx> #include <vcl/event.hxx> #include <vcl/floatwin.hxx> @@ -145,7 +143,6 @@ #include <vcl/svapp.hxx> #include <vcl/syswin.hxx> #include <vcl/task.hxx> -#include <vcl/textfilter.hxx> #include <vcl/timer.hxx> #include <vcl/transfer.hxx> #include <vcl/uitest/factory.hxx> diff --git a/sdext/inc/pch/precompiled_PresentationMinimizer.hxx b/sdext/inc/pch/precompiled_PresentationMinimizer.hxx index 097126eb8eb4..77bfa8cf6ba6 100644 --- a/sdext/inc/pch/precompiled_PresentationMinimizer.hxx +++ b/sdext/inc/pch/precompiled_PresentationMinimizer.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-22 15:58:17 using: + Generated on 2020-04-21 11:16:44 using: ./bin/update_pch sdext PresentationMinimizer --cutoff=2 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -45,6 +45,7 @@ #include <type_traits> #include <utility> #include <vector> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index 0230f34ebec9..a1b611911a30 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.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-04-02 13:40:55 using: + Generated on 2020-04-21 11:16:49 using: ./bin/update_pch sfx2 sfx --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -52,6 +52,7 @@ #include <osl/endian.h> #include <osl/file.hxx> #include <osl/interlck.h> +#include <osl/module.h> #include <osl/module.hxx> #include <osl/mutex.hxx> #include <osl/process.h> @@ -78,6 +79,7 @@ #include <rtl/textenc.h> #include <rtl/uri.hxx> #include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> #include <rtl/ustring.hxx> #include <rtl/uuid.h> #include <sal/config.h> diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx index b813b79475c2..70d09c123e03 100644 --- a/slideshow/inc/pch/precompiled_slideshow.hxx +++ b/slideshow/inc/pch/precompiled_slideshow.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-22 15:58:24 using: + Generated on 2020-04-21 11:16:52 using: ./bin/update_pch slideshow slideshow --cutoff=4 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -35,6 +35,7 @@ #include <map> #include <memory> #include <new> +#include <optional> #include <ostream> #include <stddef.h> #include <string.h> @@ -136,7 +137,6 @@ #include <canvas/canvastools.hxx> #include <com/sun/star/animations/TransitionSubType.hpp> #include <com/sun/star/animations/TransitionType.hpp> -#include <com/sun/star/animations/XAnimationNode.hpp> #include <com/sun/star/awt/FontSlant.hpp> #include <com/sun/star/awt/Key.hpp> #include <com/sun/star/awt/KeyGroup.hpp> @@ -209,7 +209,6 @@ #include <editeng/macros.hxx> #include <i18nlangtag/lang.h> #include <o3tl/cow_wrapper.hxx> -#include <optional> #include <o3tl/sorted_vector.hxx> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> @@ -259,15 +258,15 @@ #include <activitiesqueue.hxx> #include <animatableshape.hxx> #include <animationfactory.hxx> -#include <animationnode.hxx> +#include <attributableshape.hxx> #include <cursormanager.hxx> #include <delayevent.hxx> #include <disposable.hxx> #include <doctreenode.hxx> #include <doctreenodesupplier.hxx> -#include <event.hxx> #include <eventmultiplexer.hxx> #include <eventqueue.hxx> +#include <hyperlinkarea.hxx> #include <rgbcolor.hxx> #include <screenupdater.hxx> #include <shape.hxx> diff --git a/sot/inc/pch/precompiled_sot.hxx b/sot/inc/pch/precompiled_sot.hxx index 156464dc2166..58f8beeb43e6 100644 --- a/sot/inc/pch/precompiled_sot.hxx +++ b/sot/inc/pch/precompiled_sot.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-17 16:11:32 using: + Generated on 2020-04-21 11:16:55 using: ./bin/update_pch sot sot --cutoff=5 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -44,6 +44,7 @@ #include <rtl/ustring.h> #include <rtl/ustring.hxx> #include <sal/config.h> +#include <sal/detail/log.h> #include <sal/log.hxx> #include <sal/types.h> #include <vcl/dllapi.h> diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx index bc12faddfc78..ac16a63b5332 100644 --- a/starmath/inc/pch/precompiled_sm.hxx +++ b/starmath/inc/pch/precompiled_sm.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-02-01 10:58:19 using: + Generated on 2020-04-21 11:16:58 using: ./bin/update_pch starmath sm --cutoff=5 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -32,6 +32,7 @@ #include <map> #include <memory> #include <new> +#include <optional> #include <ostream> #include <string_view> #include <type_traits> @@ -106,7 +107,6 @@ #include <editeng/editstat.hxx> #include <i18nlangtag/lang.h> #include <o3tl/cow_wrapper.hxx> -#include <optional> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <salhelper/simplereferenceobject.hxx> diff --git a/svl/inc/pch/precompiled_svl.hxx b/svl/inc/pch/precompiled_svl.hxx index d8865c54a2c2..1035066abed2 100644 --- a/svl/inc/pch/precompiled_svl.hxx +++ b/svl/inc/pch/precompiled_svl.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-02-01 11:40:32 using: + Generated on 2020-04-21 11:17:04 using: ./bin/update_pch svl svl --cutoff=6 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -55,7 +55,6 @@ #include <rtl/locale.h> #include <rtl/math.hxx> #include <rtl/ref.hxx> -#include <rtl/strbuf.h> #include <rtl/string.h> #include <rtl/string.hxx> #include <rtl/stringconcat.hxx> diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index b566a4589b0f..fb594240f278 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.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-03-27 21:07:57 using: + Generated on 2020-04-21 11:12:39 using: ./bin/update_pch svx svx --cutoff=3 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -40,6 +40,7 @@ #include <unordered_map> #include <utility> #include <vector> +#include <boost/property_tree/json_parser.hpp> #include <boost/property_tree/ptree.hpp> #include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index a1cc6960717e..91e1e12ed86e 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.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-04-02 13:54:02 using: + Generated on 2020-04-21 11:17:11 using: ./bin/update_pch svx svxcore --cutoff=7 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -95,10 +95,8 @@ #include <vcl/AccessibleBrowseBoxObjType.hxx> #include <vcl/EnumContext.hxx> #include <vcl/GraphicExternalLink.hxx> -#include <vcl/IContext.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> @@ -107,7 +105,6 @@ #include <vcl/builder.hxx> #include <vcl/canvastools.hxx> #include <vcl/checksum.hxx> -#include <vcl/combobox.hxx> #include <vcl/commandevent.hxx> #include <vcl/ctrl.hxx> #include <vcl/customweld.hxx> @@ -129,13 +126,10 @@ #include <vcl/image.hxx> #include <vcl/keycod.hxx> #include <vcl/keycodes.hxx> -#include <vcl/lstbox.hxx> #include <vcl/mapmod.hxx> #include <vcl/menu.hxx> -#include <vcl/mnemonicengine.hxx> #include <vcl/outdev.hxx> #include <vcl/ptrstyle.hxx> -#include <vcl/quickselectionengine.hxx> #include <vcl/region.hxx> #include <vcl/scopedbitmapaccess.hxx> #include <vcl/settings.hxx> @@ -147,8 +141,6 @@ #include <vcl/timer.hxx> #include <vcl/toolbox.hxx> #include <vcl/transfer.hxx> -#include <vcl/treelist.hxx> -#include <vcl/treelistentries.hxx> #include <vcl/vclenum.hxx> #include <vcl/vclevent.hxx> #include <vcl/vclptr.hxx> @@ -305,16 +297,12 @@ #include <cppuhelper/weakagg.hxx> #include <cppuhelper/weakref.hxx> #include <drawinglayer/attribute/fillgradientattribute.hxx> -#include <drawinglayer/attribute/fillgraphicattribute.hxx> -#include <drawinglayer/attribute/fillhatchattribute.hxx> -#include <drawinglayer/attribute/lineattribute.hxx> #include <drawinglayer/attribute/sdrallattribute3d.hxx> #include <drawinglayer/attribute/sdrfillattribute.hxx> #include <drawinglayer/attribute/sdrlineattribute.hxx> #include <drawinglayer/attribute/sdrlinestartendattribute.hxx> #include <drawinglayer/attribute/sdrobjectattribute3d.hxx> #include <drawinglayer/attribute/sdrshadowattribute.hxx> -#include <drawinglayer/attribute/strokeattribute.hxx> #include <drawinglayer/drawinglayerdllapi.h> #include <drawinglayer/geometry/viewinformation2d.hxx> #include <drawinglayer/primitive2d/CommonTypes.hxx> @@ -390,7 +378,6 @@ #include <toolkit/helper/vclunohelper.hxx> #include <tools/bigint.hxx> #include <tools/color.hxx> -#include <tools/contnr.hxx> #include <tools/date.hxx> #include <tools/datetime.hxx> #include <tools/debug.hxx> diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index 7271e76cc75c..8077cfce7fa1 100644 --- a/sw/inc/pch/precompiled_msword.hxx +++ b/sw/inc/pch/precompiled_msword.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-03-04 21:21:56 using: + Generated on 2020-04-21 11:17:22 using: ./bin/update_pch sw msword --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -168,6 +168,7 @@ #include <basegfx/tuple/b2i64tuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dsize.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index f885cd5645af..86bfb5ea56a1 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.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-04-02 13:47:12 using: + Generated on 2020-04-21 11:17:30 using: ./bin/update_pch sw sw --cutoff=7 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -69,9 +69,6 @@ #include <rtl/math.hxx> #include <rtl/ref.hxx> #include <rtl/strbuf.hxx> -#include <rtl/string.h> -#include <rtl/stringconcat.hxx> -#include <rtl/stringutils.hxx> #include <rtl/tencinfo.h> #include <rtl/textenc.h> #include <rtl/unload.h> @@ -92,7 +89,6 @@ #include <vcl/bitmapex.hxx> #include <vcl/builderpage.hxx> #include <vcl/commandevent.hxx> -#include <vcl/ctrl.hxx> #include <vcl/dllapi.h> #include <vcl/dockwin.hxx> #include <vcl/errcode.hxx> diff --git a/sw/inc/pch/precompiled_vbaswobj.hxx b/sw/inc/pch/precompiled_vbaswobj.hxx index c32c83ecc235..8c9b6c898f98 100644 --- a/sw/inc/pch/precompiled_vbaswobj.hxx +++ b/sw/inc/pch/precompiled_vbaswobj.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-03-04 21:22:17 using: + Generated on 2020-04-21 11:17:43 using: ./bin/update_pch sw vbaswobj --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -153,6 +153,7 @@ #include <basegfx/tuple/b2i64tuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> @@ -188,6 +189,7 @@ #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/rdf/XMetadatable.hpp> +#include <com/sun/star/security/DocumentSignatureInformation.hpp> #include <com/sun/star/style/LineSpacing.hpp> #include <com/sun/star/style/NumberingType.hpp> #include <com/sun/star/style/ParagraphAdjust.hpp> diff --git a/uui/inc/pch/precompiled_uui.hxx b/uui/inc/pch/precompiled_uui.hxx index c9ecc1ba5408..fa1724740821 100644 --- a/uui/inc/pch/precompiled_uui.hxx +++ b/uui/inc/pch/precompiled_uui.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-17 15:17:33 using: + Generated on 2020-04-21 11:17:43 using: ./bin/update_pch uui uui --cutoff=4 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -37,8 +37,7 @@ #include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/interlck.h> -#include <osl/thread.hxx> -#include <osl/time.h> +#include <rtl/alloc.h> #include <rtl/digest.h> #include <rtl/instance.hxx> #include <rtl/strbuf.hxx> @@ -56,17 +55,14 @@ #include <sal/saldllapi.h> #include <sal/types.h> #include <sal/typesizes.h> -#include <vcl/dllapi.h> #include <vcl/stdtext.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/task/XInteractionAbort.hpp> #include <com/sun/star/task/XInteractionApprove.hpp> #include <com/sun/star/task/XInteractionRequest.hpp> -#include <com/sun/star/task/XInteractionRetry.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.hxx> diff --git a/vbahelper/inc/pch/precompiled_msforms.hxx b/vbahelper/inc/pch/precompiled_msforms.hxx index 9c38534b0fa5..34499fffcb08 100644 --- a/vbahelper/inc/pch/precompiled_msforms.hxx +++ b/vbahelper/inc/pch/precompiled_msforms.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-22 15:59:03 using: + Generated on 2020-04-21 11:17:43 using: ./bin/update_pch vbahelper msforms --cutoff=3 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -25,7 +25,6 @@ #include <cassert> #include <cstddef> #include <cstring> -#include <deque> #include <float.h> #include <functional> #include <initializer_list> @@ -35,6 +34,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <stddef.h> #include <string.h> @@ -49,7 +49,6 @@ #include <osl/diagnose.h> #include <osl/endian.h> #include <osl/interlck.h> -#include <osl/time.h> #include <rtl/alloc.h> #include <rtl/math.h> #include <rtl/math.hxx> @@ -63,7 +62,6 @@ #include <rtl/tencinfo.h> #include <rtl/textcvt.h> #include <rtl/textenc.h> -#include <rtl/unload.h> #include <rtl/ustrbuf.h> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.h> @@ -113,16 +111,10 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> -#include <basic/basicdllapi.h> -#include <basic/sbdef.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/Key.hpp> #include <com/sun/star/awt/KeyGroup.hpp> #include <com/sun/star/awt/SystemPointer.hpp> @@ -141,9 +133,11 @@ #include <com/sun/star/uno/Type.h> #include <com/sun/star/uno/Type.hxx> #include <com/sun/star/uno/TypeClass.hdl> +#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/genfunc.h> #include <com/sun/star/uno/genfunc.hxx> +#include <comphelper/comphelperdllapi.h> #include <comphelper/sequence.hxx> #include <cppu/cppudllapi.h> #include <cppu/unotype.hxx> @@ -151,12 +145,10 @@ #include <cppuhelper/implbase.hxx> #include <i18nlangtag/lang.h> #include <o3tl/cow_wrapper.hxx> -#include <optional> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> #include <svl/hint.hxx> -#include <svl/lstner.hxx> #include <svl/svldllapi.h> #include <svl/typedwhich.hxx> #include <tools/color.hxx> @@ -178,7 +170,6 @@ #include <unotools/unotoolsdllapi.h> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 -#include <vbahelper/helperdecl.hxx> #include <vbahelper/vbadllapi.h> #endif // PCH_LEVEL >= 4 diff --git a/vbahelper/inc/pch/precompiled_vbahelper.hxx b/vbahelper/inc/pch/precompiled_vbahelper.hxx index 274c904f2ac2..5a45ccf43c61 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 2020-01-22 15:59:03 using: + Generated on 2020-04-21 11:17:43 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: @@ -23,13 +23,11 @@ #if PCH_LEVEL >= 1 #include <cassert> #include <cstddef> -#include <cstring> #include <deque> #include <exception> #include <functional> #include <limits> #include <memory> -#include <new> #include <string_view> #include <utility> #include <vector> @@ -37,17 +35,10 @@ #include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 -#include <osl/diagnose.h> #include <osl/file.hxx> -#include <osl/mutex.hxx> #include <rtl/instance.hxx> -#include <rtl/locale.h> -#include <rtl/math.hxx> #include <rtl/ref.hxx> -#include <rtl/stringconcat.hxx> -#include <rtl/stringutils.hxx> #include <rtl/textenc.h> -#include <rtl/ustrbuf.h> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #include <sal/config.h> @@ -55,15 +46,9 @@ #include <sal/macros.h> #include <sal/types.h> #include <vcl/IDialogRenderable.hxx> -#include <vcl/dllapi.h> #include <vcl/errcode.hxx> -#include <vcl/keycodes.hxx> -#include <vcl/outdev.hxx> #include <vcl/region.hxx> #include <vcl/svapp.hxx> -#include <vcl/uitest/factory.hxx> -#include <vcl/vclenum.hxx> -#include <vcl/window.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basic/basicdllapi.h> @@ -74,13 +59,11 @@ #include <basic/sbxdef.hxx> #include <basic/sbxobj.hxx> #include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XModel.hpp> -#include <com/sun/star/lang/XComponent.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/uno/Any.h> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.h> @@ -92,9 +75,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> #include <comphelper/comphelperdllapi.h> -#include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/servicehelper.hxx> #include <cppuhelper/cppuhelperdllapi.h> #include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase_ex.hxx> @@ -103,19 +84,12 @@ #include <o3tl/typed_flags_set.hxx> #include <sfx2/dllapi.h> #include <sfx2/shell.hxx> -#include <svl/hint.hxx> -#include <svl/lstner.hxx> #include <svl/poolitem.hxx> #include <svl/svldllapi.h> -#include <tools/gen.hxx> #include <tools/link.hxx> -#include <tools/ref.hxx> -#include <tools/solar.h> #include <tools/toolsdllapi.h> -#include <tools/wintypes.hxx> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 -#include <vbahelper/helperdecl.hxx> #include <vbahelper/vbadllapi.h> #include <vbahelper/vbahelper.hxx> #include <vbahelper/vbahelperinterface.hxx> diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 61bf59d444d2..0d8d0c7bbec4 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.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-02-13 21:38:36 using: + Generated on 2020-04-21 11:17:45 using: ./bin/update_pch vcl vcl --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -38,6 +38,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <set> #include <stddef.h> @@ -114,6 +115,7 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> @@ -183,7 +185,6 @@ #include <i18nlangtag/mslangid.hxx> #include <i18nutil/i18nutildllapi.h> #include <o3tl/cow_wrapper.hxx> -#include <optional> #include <o3tl/safeint.hxx> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> @@ -260,6 +261,7 @@ #include <saltimer.hxx> #include <salusereventlist.hxx> #include <salvd.hxx> +#include <salvtables.hxx> #include <svdata.hxx> #include <vcl/BitmapFilter.hxx> #include <vcl/BitmapTools.hxx> @@ -306,6 +308,7 @@ #include <vcl/quickselectionengine.hxx> #include <vcl/scrbar.hxx> #include <vcl/settings.hxx> +#include <vcl/spinfld.hxx> #include <vcl/svapp.hxx> #include <vcl/svlbitm.hxx> #include <vcl/syswin.hxx> diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx index d8b6eab9e5ef..3f8cbaffb36d 100644 --- a/vcl/source/control/edit.cxx +++ b/vcl/source/control/edit.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <vcl/builder.hxx> #include <vcl/event.hxx> #include <vcl/cursor.hxx> #include <vcl/menu.hxx> diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx index 9358fb830654..9f66861b92ae 100644 --- a/vcl/source/treelist/treelistbox.cxx +++ b/vcl/source/treelist/treelistbox.cxx @@ -28,6 +28,8 @@ #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <vcl/svapp.hxx> #include <vcl/accel.hxx> +#include <vcl/builder.hxx> +#include <vcl/edit.hxx> #include <vcl/settings.hxx> #include <vcl/commandevent.hxx> #include <vcl/uitest/uiobject.hxx> diff --git a/vcl/source/uitest/logger.cxx b/vcl/source/uitest/logger.cxx index c4dfae7a85da..cacde99ef368 100644 --- a/vcl/source/uitest/logger.cxx +++ b/vcl/source/uitest/logger.cxx @@ -13,6 +13,7 @@ #include <rtl/bootstrap.hxx> #include <osl/file.hxx> +#include <vcl/ctrl.hxx> #include <vcl/event.hxx> #include <vcl/uitest/uiobject.hxx> #include <vcl/uitest/eventdescription.hxx> diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx index 737979b29a82..3a5360706459 100644 --- a/vcl/source/uitest/uiobject.cxx +++ b/vcl/source/uitest/uiobject.cxx @@ -9,10 +9,12 @@ #include <vcl/uitest/uiobject.hxx> +#include <vcl/combobox.hxx> #include <vcl/event.hxx> +#include <vcl/floatwin.hxx> #include <vcl/tabpage.hxx> +#include <vcl/tabctrl.hxx> #include <vcl/lstbox.hxx> -#include <vcl/combobox.hxx> #include <vcl/toolkit/spin.hxx> #include <vcl/spinfld.hxx> #include <vcl/button.hxx> diff --git a/vcl/source/uitest/uitest.cxx b/vcl/source/uitest/uitest.cxx index b29655826490..9edcba7a47a2 100644 --- a/vcl/source/uitest/uitest.cxx +++ b/vcl/source/uitest/uitest.cxx @@ -8,6 +8,7 @@ */ #include <memory> +#include <vcl/floatwin.hxx> #include <vcl/uitest/uitest.hxx> #include <vcl/uitest/uiobject.hxx> diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx index f83b0c3f02b8..34d38021a73f 100644 --- a/vcl/source/window/dialog.cxx +++ b/vcl/source/window/dialog.cxx @@ -41,6 +41,7 @@ #include <sal/log.hxx> #include <vcl/abstdlg.hxx> +#include <vcl/accel.hxx> #include <vcl/builder.hxx> #include <vcl/layout.hxx> #include <vcl/svapp.hxx> diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 691ed915c416..39fa41aa607f 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -26,6 +26,7 @@ #include <vcl/help.hxx> #include <vcl/cursor.hxx> #include <vcl/svapp.hxx> +#include <vcl/transfer.hxx> #include <vcl/vclevent.hxx> #include <vcl/window.hxx> #include <vcl/syswin.hxx> diff --git a/writerfilter/inc/pch/precompiled_writerfilter.hxx b/writerfilter/inc/pch/precompiled_writerfilter.hxx index 8d181d4c1b26..38b6f29bc081 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 2020-02-01 11:41:16 using: + Generated on 2020-04-21 11:17:46 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: @@ -26,7 +26,6 @@ #include <cstddef> #include <functional> #include <iomanip> -#include <iostream> #include <memory> #include <ostream> #include <utility> @@ -36,9 +35,7 @@ #if PCH_LEVEL >= 2 #include <osl/diagnose.h> #include <osl/diagnose.hxx> -#include <osl/doublecheckedlocking.h> #include <osl/file.hxx> -#include <osl/getglobalmutex.hxx> #include <osl/mutex.hxx> #include <osl/thread.h> #include <rtl/character.hxx> @@ -57,7 +54,6 @@ #include <sal/macros.h> #include <sal/types.h> #include <vcl/dllapi.h> -#include <vcl/svapp.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <com/sun/star/beans/XPropertySet.hpp> @@ -84,7 +80,9 @@ #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/genfunc.hxx> #include <comphelper/comphelperdllapi.h> +#include <comphelper/propertysequence.hxx> #include <comphelper/sequence.hxx> +#include <comphelper/sequenceashashmap.hxx> #include <cppu/cppudllapi.h> #include <cppu/unotype.hxx> #include <cppuhelper/implbase.hxx> @@ -92,12 +90,9 @@ #include <cppuhelper/weak.hxx> #include <editeng/editengdllapi.h> #include <filter/msfilter/util.hxx> -#include <i18nlangtag/lang.h> -#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 <tools/color.hxx> @@ -105,7 +100,6 @@ #include <tools/gen.hxx> #include <tools/ref.hxx> #include <tools/solar.h> -#include <tools/toolsdllapi.h> #include <uno/data.h> #include <uno/sequence2.h> #include <unotools/mediadescriptor.hxx> diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index 7bbc24d6e58a..65224f17791c 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 2020-02-01 10:59:05 using: + Generated on 2020-04-21 11:17:52 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: @@ -97,6 +97,7 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> @@ -122,7 +123,6 @@ #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/style/NumberingType.hpp> #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> @@ -193,10 +193,10 @@ #include <unotools/unotoolsdllapi.h> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 +#include <PageMasterStyleMap.hxx> #include <XMLStringBufferImportContext.hxx> #include <facreg.hxx> #include <xexptran.hxx> -#include <PageMasterStyleMap.hxx> #include <xmloff/ProgressBarHelper.hxx> #include <xmloff/XMLBase64ImportContext.hxx> #include <xmloff/XMLEventsImportContext.hxx> diff --git a/xmlscript/inc/pch/precompiled_xmlscript.hxx b/xmlscript/inc/pch/precompiled_xmlscript.hxx index 2eba32e91844..2e22eda9e5ba 100644 --- a/xmlscript/inc/pch/precompiled_xmlscript.hxx +++ b/xmlscript/inc/pch/precompiled_xmlscript.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-22 15:59:07 using: + Generated on 2020-04-21 11:17:54 using: ./bin/update_pch xmlscript xmlscript --cutoff=4 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -34,7 +34,6 @@ #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/xml/sax/SAXException.hpp> #include <tools/diagnose_ex.h> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 diff --git a/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx b/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx index 55df42cd0d9c..c0b973b4cbf7 100644 --- a/xmlsecurity/inc/pch/precompiled_xmlsecurity.hxx +++ b/xmlsecurity/inc/pch/precompiled_xmlsecurity.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-02-01 10:59:05 using: + Generated on 2020-04-21 11:17:57 using: ./bin/update_pch xmlsecurity xmlsecurity --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -45,6 +45,7 @@ #include <type_traits> #include <utility> #include <vector> +#include <boost/property_tree/ptree_fwd.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> @@ -120,6 +121,7 @@ #include <basegfx/tuple/b2i64tuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> diff --git a/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx b/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx index d1d1c82f6eeb..c2559463e5d0 100644 --- a/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx +++ b/xmlsecurity/inc/pch/precompiled_xsec_xmlsec.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-02-07 00:16:39 using: + Generated on 2020-04-21 11:17:59 using: ./bin/update_pch xmlsecurity xsec_xmlsec --cutoff=2 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: |