diff options
author | Ashod Nakashian <ashodnakashian@yahoo.com> | 2015-11-14 18:48:49 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-15 20:31:35 +0000 |
commit | 06116bd15b1fb8b03e65e1166f5ddad929614246 (patch) | |
tree | b2849066315c89f1bcd1d1c9bc903b82e7c00523 /desktop/inc | |
parent | 6474336e36447b1797bdf429a5f2ad5016a34262 (diff) |
Fast PCH generator and optimized PCH files
Ported update_pch.sh to Python with improved performance
and features. The new script is invoked from the same
update_pch.sh which calls it for each library in
parallel, although it can be invoked directly.
The ported script (update_pch) updates all PCH files
in ~15 seconds where the old script took ~4500 seconds.
In addition, the new script supports 3-tiered headers
(system, module, and local) and is very flexible to
support other improvement. It has a per-library
optimal configuration settings that can be updated
using another new scripts (update_pch_autotune.sh)
which finds optimal per-PCH settings.
PCH files have been generated using the new scripts
which builds significantly faster (2-3x, depending
on module and configuration) and the intermediate
binaries are noticably smaller (by several GBs).
The new script stamps each generated PCH file with
the command that generated it to make it trivial
for users to update them, and also adds the command
to invoke another script (update_pch_bisect) that
helps find missing headers or conflicting headers
that may break the build after updating the PCH.
Finally update_pch has built-in unit-tests for
makefile parsing and other core functionality.
Change-Id: Ib933b50e50374d7e2e7e3e95ba8799b0cc8a27fa
Reviewed-on: https://gerrit.libreoffice.org/19965
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/pch/precompiled_deployment.hxx | 150 | ||||
-rw-r--r-- | desktop/inc/pch/precompiled_deploymentgui.hxx | 193 | ||||
-rw-r--r-- | desktop/inc/pch/precompiled_deploymentmisc.hxx | 104 | ||||
-rw-r--r-- | desktop/inc/pch/precompiled_sofficeapp.hxx | 390 |
4 files changed, 399 insertions, 438 deletions
diff --git a/desktop/inc/pch/precompiled_deployment.hxx b/desktop/inc/pch/precompiled_deployment.hxx index 2a269e97edcf..0b60d8b60029 100644 --- a/desktop/inc/pch/precompiled_deployment.hxx +++ b/desktop/inc/pch/precompiled_deployment.hxx @@ -8,146 +8,72 @@ */ /* - This file has been autogenerated by update_pch.sh . It is possible to edit it - manually (such as when an include file has been moved/renamed/removed. All such + This file has been autogenerated by update_pch.sh. It is possible to edit it + manually (such as when an include file has been moved/renamed/removed). All such 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 2015-11-14 14:16:30 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: + ./bin/update_pch_bisect ./desktop/inc/pch/precompiled_deployment.hxx "/opt/lo/bin/make desktop.build" --find-conflicts */ #include <algorithm> +#include <config_features.h> +#include <cstddef> +#include <list> +#include <memory> +#include <unordered_map> +#include <vector> #include <boost/bind.hpp> #include <boost/optional.hpp> -#include <cassert> -#include <com/sun/star/beans/Ambiguous.hpp> -#include <com/sun/star/beans/Optional.hpp> -#include <com/sun/star/beans/StringPair.hpp> -#include <com/sun/star/beans/UnknownPropertyException.hpp> -#include <com/sun/star/configuration/Update.hpp> -#include <com/sun/star/container/XContentEnumerationAccess.hpp> -#include <com/sun/star/container/XNameContainer.hpp> -#include <com/sun/star/container/XSet.hpp> -#include <com/sun/star/deployment/DependencyException.hpp> -#include <com/sun/star/deployment/DeploymentException.hpp> -#include <com/sun/star/deployment/ExtensionManager.hpp> +#include <osl/diagnose.h> +#include <osl/file.hxx> +#include <osl/security.hxx> +#include <osl/thread.h> +#include <rtl/bootstrap.hxx> +#include <rtl/instance.hxx> +#include <rtl/strbuf.hxx> +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <rtl/textenc.h> +#include <rtl/uri.h> +#include <rtl/uri.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.hxx> +#include <sal/config.h> +#include <sal/log.hxx> +#include <sal/saldllapi.h> +#include <sal/types.h> #include <com/sun/star/deployment/InstallException.hpp> -#include <com/sun/star/deployment/InvalidRemovedParameterException.hpp> #include <com/sun/star/deployment/LicenseException.hpp> -#include <com/sun/star/deployment/PackageRegistryBackend.hpp> -#include <com/sun/star/deployment/PlatformException.hpp> -#include <com/sun/star/deployment/Prerequisites.hpp> -#include <com/sun/star/deployment/UpdateInformationProvider.hpp> #include <com/sun/star/deployment/VersionException.hpp> -#include <com/sun/star/deployment/XExtensionManager.hpp> -#include <com/sun/star/deployment/XPackage.hpp> -#include <com/sun/star/deployment/XPackageInformationProvider.hpp> -#include <com/sun/star/deployment/XPackageManager.hpp> -#include <com/sun/star/deployment/XPackageManagerFactory.hpp> -#include <com/sun/star/deployment/XUpdateInformationProvider.hpp> #include <com/sun/star/deployment/thePackageManagerFactory.hpp> -#include <com/sun/star/graphic/GraphicProvider.hpp> -#include <com/sun/star/graphic/XGraphic.hpp> -#include <com/sun/star/graphic/XGraphicProvider.hpp> -#include <com/sun/star/io/Pipe.hpp> -#include <com/sun/star/io/XActiveDataControl.hpp> -#include <com/sun/star/io/XActiveDataSink.hpp> -#include <com/sun/star/io/XActiveDataSource.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/lang/DisposedException.hpp> -#include <com/sun/star/lang/IllegalArgumentException.hpp> -#include <com/sun/star/lang/WrappedTargetException.hpp> #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/lang/XSingleComponentFactory.hpp> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> -#include <com/sun/star/loader/XImplementationLoader.hpp> -#include <com/sun/star/packages/manifest/ManifestReader.hpp> -#include <com/sun/star/packages/manifest/ManifestWriter.hpp> -#include <com/sun/star/registry/XImplementationRegistration.hpp> -#include <com/sun/star/registry/XRegistryKey.hpp> -#include <com/sun/star/registry/XSimpleRegistry.hpp> -#include <com/sun/star/script/XInvocation.hpp> -#include <com/sun/star/script/XLibraryContainer3.hpp> -#include <com/sun/star/script/provider/theMasterScriptProviderFactory.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> #include <com/sun/star/sdbc/XRow.hpp> -#include <com/sun/star/task/InteractionClassification.hpp> -#include <com/sun/star/task/XAbortChannel.hpp> -#include <com/sun/star/task/XInteractionAbort.hpp> #include <com/sun/star/task/XInteractionApprove.hpp> -#include <com/sun/star/task/XInteractionHandler.hpp> -#include <com/sun/star/ucb/IOErrorCode.hpp> -#include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp> #include <com/sun/star/ucb/NameClash.hpp> -#include <com/sun/star/ucb/NameClashResolveRequest.hpp> -#include <com/sun/star/ucb/SimpleFileAccess.hpp> -#include <com/sun/star/ucb/UnsupportedCommandException.hpp> #include <com/sun/star/ucb/XCommandEnvironment.hpp> -#include <com/sun/star/ucb/XContentAccess.hpp> -#include <com/sun/star/ucb/XInteractionReplaceExistingData.hpp> -#include <com/sun/star/ucb/XProgressHandler.hpp> -#include <com/sun/star/uno/DeploymentException.hpp> -#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/XComponentContext.hpp> -#include <com/sun/star/uri/XUriReferenceFactory.hpp> -#include <com/sun/star/uri/XVndSunStarExpandUrl.hpp> -#include <com/sun/star/util/XMacroExpander.hpp> -#include <com/sun/star/util/XModifyBroadcaster.hpp> -#include <com/sun/star/util/XRefreshable.hpp> +#include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/util/XUpdatable.hpp> -#include <com/sun/star/util/theMacroExpander.hpp> -#include <com/sun/star/xml/dom/DocumentBuilder.hpp> -#include <com/sun/star/xml/dom/XDocument.hpp> #include <com/sun/star/xml/dom/XDocumentBuilder.hpp> -#include <com/sun/star/xml/dom/XElement.hpp> -#include <com/sun/star/xml/dom/XNode.hpp> -#include <com/sun/star/xml/sax/Parser.hpp> -#include <com/sun/star/xml/xpath/XPathAPI.hpp> #include <com/sun/star/xml/xpath/XXPathAPI.hpp> #include <comphelper/anytostring.hxx> #include <comphelper/sequence.hxx> -#include <comphelper/unwrapargs.hxx> -#include <config_features.h> -#include <cppuhelper/compbase1.hxx> -#include <cppuhelper/compbase2.hxx> +#include <comphelper/servicedecl.hxx> +#include <cppuhelper/compbase.hxx> #include <cppuhelper/exc_hlp.hxx> -#include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase3.hxx> -#include <cppuhelper/interfacecontainer.hxx> -#include <cppuhelper/supportsservice.hxx> -#include <cppuhelper/weakref.hxx> -#include <cstddef> -#include <list> -#include <memory> -#include <osl/diagnose.h> -#include <osl/file.hxx> -#include <osl/security.hxx> -#include <osl/thread.h> -#include <osl/time.h> -#include <rtl/bootstrap.hxx> -#include <rtl/strbuf.hxx> -#include <rtl/string.h> -#include <rtl/string.hxx> -#include <rtl/textenc.h> -#include <rtl/uri.h> -#include <rtl/uri.hxx> -#include <rtl/ustrbuf.hxx> -#include <rtl/ustring.hxx> -#include <sal/config.h> -#include <set> -#include <stdio.h> +#include <cppuhelper/implbase.hxx> #include <svl/inettype.hxx> #include <ucbhelper/content.hxx> -#include <uno/current_context.hxx> -#include <unordered_map> -#include <unordered_set> -#include <unotools/pathoptions.hxx> -#include <unotools/tempfile.hxx> -#include <unotools/ucbhelper.hxx> -#include <utility> -#include <vector> +#include <unotools/unotoolsdllapi.h> #include <xmlscript/xml_helper.hxx> -#include <xmlscript/xmllib_imexp.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/desktop/inc/pch/precompiled_deploymentgui.hxx b/desktop/inc/pch/precompiled_deploymentgui.hxx index 3c4ae1e19f74..23c501fa93d7 100644 --- a/desktop/inc/pch/precompiled_deploymentgui.hxx +++ b/desktop/inc/pch/precompiled_deploymentgui.hxx @@ -8,144 +8,115 @@ */ /* - This file has been autogenerated by update_pch.sh . It is possible to edit it - manually (such as when an include file has been moved/renamed/removed. All such + This file has been autogenerated by update_pch.sh. It is possible to edit it + manually (such as when an include file has been moved/renamed/removed). All such 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 2015-11-14 14:16:29 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: + ./bin/update_pch_bisect ./desktop/inc/pch/precompiled_deploymentgui.hxx "/opt/lo/bin/make desktop.build" --find-conflicts */ #include <algorithm> +#include <cassert> +#include <cstddef> +#include <cstdlib> +#include <deque> +#include <iomanip> +#include <limits.h> +#include <memory> +#include <new> +#include <ostream> +#include <stddef.h> +#include <string.h> +#include <vector> #include <boost/bind.hpp> -#include <boost/optional.hpp> #include <boost/noncopyable.hpp> -#include <com/sun/star/awt/Rectangle.hpp> -#include <com/sun/star/awt/Toolkit.hpp> -#include <com/sun/star/awt/WindowAttribute.hpp> -#include <com/sun/star/awt/WindowClass.hpp> -#include <com/sun/star/awt/WindowDescriptor.hpp> -#include <com/sun/star/awt/XWindow.hpp> -#include <com/sun/star/awt/XWindowPeer.hpp> +#include <boost/optional.hpp> +#include <osl/conditn.hxx> +#include <osl/endian.h> +#include <osl/file.hxx> +#include <osl/interlck.h> +#include <osl/mutex.hxx> +#include <osl/thread.h> +#include <rtl/alloc.h> +#include <rtl/instance.hxx> +#include <rtl/ref.hxx> +#include <rtl/textcvt.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/config.h> +#include <sal/detail/log.h> +#include <sal/macros.h> +#include <sal/saldllapi.h> +#include <sal/types.h> +#include <sal/typesizes.h> +#include <salhelper/thread.hxx> +#include <vcl/accel.hxx> +#include <vcl/bitmapex.hxx> +#include <vcl/builderfactory.hxx> +#include <vcl/ctrl.hxx> +#include <vcl/dialog.hxx> +#include <vcl/dllapi.h> +#include <vcl/edit.hxx> +#include <vcl/idle.hxx> +#include <vcl/image.hxx> +#include <vcl/layout.hxx> +#include <vcl/mnemonicengine.hxx> +#include <vcl/msgbox.hxx> +#include <vcl/quickselectionengine.hxx> +#include <vcl/salnativewidgets.hxx> +#include <vcl/seleng.hxx> +#include <vcl/svapp.hxx> +#include <vcl/timer.hxx> +#include <vcl/window.hxx> #include <com/sun/star/beans/NamedValue.hpp> -#include <com/sun/star/beans/Optional.hpp> -#include <com/sun/star/beans/PropertyValue.hpp> -#include <com/sun/star/beans/StringPair.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/configuration/theDefaultProvider.hpp> -#include <com/sun/star/container/XNameAccess.hpp> -#include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/deployment/DependencyException.hpp> #include <com/sun/star/deployment/DeploymentException.hpp> -#include <com/sun/star/deployment/ExtensionManager.hpp> -#include <com/sun/star/deployment/InstallException.hpp> -#include <com/sun/star/deployment/LicenseException.hpp> -#include <com/sun/star/deployment/PlatformException.hpp> -#include <com/sun/star/deployment/UpdateInformationProvider.hpp> -#include <com/sun/star/deployment/VersionException.hpp> -#include <com/sun/star/deployment/XExtensionManager.hpp> -#include <com/sun/star/deployment/XPackage.hpp> -#include <com/sun/star/deployment/XUpdateInformationProvider.hpp> -#include <com/sun/star/deployment/ui/LicenseDialog.hpp> -#include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/frame/XDispatch.hpp> -#include <com/sun/star/frame/XDispatchProvider.hpp> -#include <com/sun/star/i18n/CollatorOptions.hpp> -#include <com/sun/star/lang/IllegalArgumentException.hpp> -#include <com/sun/star/lang/XMultiComponentFactory.hpp> -#include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> -#include <com/sun/star/system/SystemShellExecute.hpp> -#include <com/sun/star/system/SystemShellExecuteFlags.hpp> -#include <com/sun/star/task/InteractionHandler.hpp> -#include <com/sun/star/task/XAbortChannel.hpp> -#include <com/sun/star/task/XInteractionAbort.hpp> -#include <com/sun/star/task/XInteractionApprove.hpp> -#include <com/sun/star/task/XInteractionHandler.hpp> -#include <com/sun/star/task/XJob.hpp> -#include <com/sun/star/task/XJobExecutor.hpp> -#include <com/sun/star/ucb/CommandAbortedException.hpp> -#include <com/sun/star/ucb/CommandFailedException.hpp> -#include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp> -#include <com/sun/star/ucb/NameClash.hpp> +#include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/ucb/XCommandEnvironment.hpp> -#include <com/sun/star/ucb/XProgressHandler.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> -#include <com/sun/star/ui/dialogs/FilePicker.hpp> -#include <com/sun/star/ui/dialogs/TemplateDescription.hpp> -#include <com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.hpp> -#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> -#include <com/sun/star/ui/dialogs/XFilterManager.hpp> +#include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/uno/Exception.hpp> +#include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.hxx> #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/TypeClass.hpp> -#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/Type.h> +#include <com/sun/star/uno/Type.hxx> #include <com/sun/star/uno/XInterface.hpp> -#include <com/sun/star/util/URL.hpp> -#include <com/sun/star/util/URLTransformer.hpp> -#include <com/sun/star/util/XChangesBatch.hpp> -#include <com/sun/star/util/XURLTransformer.hpp> -#include <com/sun/star/xml/dom/XElement.hpp> -#include <com/sun/star/xml/dom/XNode.hpp> -#include <com/sun/star/xml/dom/XNodeList.hpp> +#include <com/sun/star/uno/genfunc.hxx> #include <comphelper/anytostring.hxx> +#include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> -#include <comphelper/unwrapargs.hxx> -#include <cppuhelper/bootstrap.hxx> +#include <cppu/cppudllapi.h> +#include <cppu/unotype.hxx> +#include <cppuhelper/cppuhelperdllapi.h> #include <cppuhelper/exc_hlp.hxx> -#include <cppuhelper/implbase2.hxx> -#include <cppuhelper/implbase3.hxx> -#include <cppuhelper/implementationentry.hxx> -#include <cppuhelper/weakref.hxx> -#include <cstddef> -#include <i18nlangtag/languagetag.hxx> -#include <i18nlangtag/mslangid.hxx> -#include <limits> -#include <map> -#include <osl/conditn.hxx> -#include <osl/diagnose.h> -#include <osl/file.hxx> -#include <osl/mutex.hxx> -#include <queue> -#include <rtl/ref.hxx> -#include <rtl/string.h> -#include <rtl/ustrbuf.hxx> -#include <rtl/ustring.h> -#include <rtl/ustring.hxx> -#include <sal/config.h> -#include <sal/types.h> -#include <salhelper/thread.hxx> -#include <sfx2/sfxdlg.hxx> -#include <svl/lstner.hxx> -#include <svtools/extensionlistbox.hxx> -#include <svtools/svlbitm.hxx> -#include <svtools/svmedit.hxx> +#include <cppuhelper/implbase.hxx> +#include <i18nlangtag/i18nlangtagdllapi.h> +#include <i18nlangtag/lang.h> +#include <o3tl/typed_flags_set.hxx> +#include <svtools/svtdllapi.h> +#include <svtools/transfer.hxx> +#include <svtools/treelist.hxx> #include <svtools/treelistbox.hxx> -#include <svx/checklbx.hxx> #include <toolkit/helper/vclunohelper.hxx> +#include <tools/color.hxx> +#include <tools/contnr.hxx> #include <tools/gen.hxx> #include <tools/link.hxx> #include <tools/resid.hxx> #include <tools/solar.h> +#include <tools/toolsdllapi.h> +#include <typelib/typedescription.h> #include <ucbhelper/content.hxx> -#include <unotools/collatorwrapper.hxx> +#include <uno/data.h> +#include <uno/sequence2.h> #include <unotools/configmgr.hxx> -#include <utility> -#include <vcl/button.hxx> -#include <vcl/ctrl.hxx> -#include <vcl/dialog.hxx> -#include <vcl/fixed.hxx> -#include <vcl/image.hxx> -#include <vcl/layout.hxx> -#include <vcl/menu.hxx> -#include <vcl/msgbox.hxx> -#include <vcl/scrbar.hxx> -#include <vcl/settings.hxx> -#include <vcl/svapp.hxx> -#include <vcl/threadex.hxx> -#include <vcl/xtextedt.hxx> -#include <vector> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/desktop/inc/pch/precompiled_deploymentmisc.hxx b/desktop/inc/pch/precompiled_deploymentmisc.hxx index e6fbc1b9560d..f4ea04e80a33 100644 --- a/desktop/inc/pch/precompiled_deploymentmisc.hxx +++ b/desktop/inc/pch/precompiled_deploymentmisc.hxx @@ -8,86 +8,78 @@ */ /* - This file has been autogenerated by update_pch.sh . It is possible to edit it - manually (such as when an include file has been moved/renamed/removed. All such + This file has been autogenerated by update_pch.sh. It is possible to edit it + manually (such as when an include file has been moved/renamed/removed). All such 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 2015-11-14 14:16:31 using: + ./bin/update_pch desktop deploymentmisc --cutoff=3 --exclude:system --exclude:module --exclude:local + + If after updating build fails, use the following command to locate conflicting headers: + ./bin/update_pch_bisect ./desktop/inc/pch/precompiled_deploymentmisc.hxx "/opt/lo/bin/make desktop.build" --find-conflicts */ +#include <cassert> +#include <config_folders.h> +#include <cstddef> +#include <cstdlib> +#include <exception> +#include <memory> +#include <sstream> +#include <string> +#include <utility> +#include <vector> #include <boost/noncopyable.hpp> #include <boost/optional.hpp> -#include <memory> -#include <com/sun/star/beans/Optional.hpp> -#include <com/sun/star/beans/PropertyValue.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/bridge/BridgeFactory.hpp> -#include <com/sun/star/bridge/UnoUrlResolver.hpp> -#include <com/sun/star/bridge/XUnoUrlResolver.hpp> -#include <com/sun/star/configuration/theDefaultProvider.hpp> -#include <com/sun/star/container/XNameAccess.hpp> -#include <com/sun/star/deployment/ExtensionManager.hpp> -#include <com/sun/star/deployment/XPackage.hpp> -#include <com/sun/star/io/SequenceInputStream.hpp> -#include <com/sun/star/io/XInputStream.hpp> -#include <com/sun/star/lang/XMultiComponentFactory.hpp> -#include <com/sun/star/task/OfficeRestartManager.hpp> -#include <com/sun/star/task/XInteractionAbort.hpp> -#include <com/sun/star/task/XInteractionHandler.hpp> -#include <com/sun/star/ucb/CommandAbortedException.hpp> -#include <com/sun/star/ucb/CommandFailedException.hpp> -#include <com/sun/star/ucb/ContentInfo.hpp> -#include <com/sun/star/ucb/ContentInfoAttribute.hpp> -#include <com/sun/star/ucb/InteractiveIOException.hpp> -#include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/RuntimeException.hpp> -#include <com/sun/star/uno/Sequence.hxx> -#include <com/sun/star/uno/XComponentContext.hpp> -#include <com/sun/star/uno/XInterface.hpp> -#include <com/sun/star/xml/dom/DOMException.hpp> -#include <com/sun/star/xml/dom/DocumentBuilder.hpp> -#include <com/sun/star/xml/dom/XElement.hpp> -#include <com/sun/star/xml/dom/XNode.hpp> -#include <com/sun/star/xml/dom/XNodeList.hpp> -#include <com/sun/star/xml/xpath/XPathAPI.hpp> -#include <comphelper/processfactory.hxx> -#include <comphelper/random.hxx> -#include <comphelper/seqstream.hxx> -#include <comphelper/sequence.hxx> -#include <config_features.h> -#include <config_folders.h> -#include <cppuhelper/exc_hlp.hxx> -#include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase2.hxx> -#include <cppuhelper/weak.hxx> -#include <i18nlangtag/languagetag.hxx> #include <osl/diagnose.h> -#include <osl/file.hxx> +#include <osl/doublecheckedlocking.h> +#include <osl/getglobalmutex.hxx> +#include <osl/interlck.h> #include <osl/module.hxx> #include <osl/mutex.hxx> #include <osl/pipe.hxx> #include <osl/security.hxx> #include <osl/socket.hxx> #include <osl/thread.hxx> +#include <osl/time.h> +#include <rtl/alloc.h> #include <rtl/bootstrap.hxx> +#include <rtl/byteseq.hxx> #include <rtl/digest.h> #include <rtl/instance.hxx> #include <rtl/random.h> +#include <rtl/ref.hxx> #include <rtl/string.h> #include <rtl/uri.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.h> #include <rtl/ustring.hxx> #include <sal/config.h> +#include <sal/detail/log.h> +#include <sal/log.hxx> +#include <sal/saldllapi.h> #include <sal/types.h> #include <salhelper/linkhelper.hxx> -#include <stdlib.h> -#include <time.h> -#include <tools/config.hxx> -#include <tools/resid.hxx> -#include <tools/resmgr.hxx> -#include <ucbhelper/content.hxx> -#include <unotools/bootstrap.hxx> -#include <unotools/configmgr.hxx> -#include <xmlscript/xml_helper.hxx> +#include <com/sun/star/io/XInputStream.hpp> +#include <com/sun/star/lang/XTypeProvider.hpp> +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Reference.hxx> +#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.hxx> +#include <com/sun/star/uno/XWeak.hpp> +#include <com/sun/star/uno/genfunc.hxx> +#include <comphelper/comphelperdllapi.h> +#include <comphelper/processfactory.hxx> +#include <cppu/unotype.hxx> +#include <cppuhelper/cppuhelperdllapi.h> +#include <cppuhelper/implbase.hxx> +#include <cppuhelper/implbase_ex.hxx> +#include <cppuhelper/weak.hxx> +#include <tools/toolsdllapi.h> +#include <typelib/typedescription.h> +#include <uno/data.h> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/desktop/inc/pch/precompiled_sofficeapp.hxx b/desktop/inc/pch/precompiled_sofficeapp.hxx index 40dca8259e6b..3d5baa38b6a8 100644 --- a/desktop/inc/pch/precompiled_sofficeapp.hxx +++ b/desktop/inc/pch/precompiled_sofficeapp.hxx @@ -8,195 +8,267 @@ */ /* - This file has been autogenerated by update_pch.sh . It is possible to edit it - manually (such as when an include file has been moved/renamed/removed. All such + This file has been autogenerated by update_pch.sh. It is possible to edit it + manually (such as when an include file has been moved/renamed/removed). All such 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 2015-11-14 14:16:31 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: + ./bin/update_pch_bisect ./desktop/inc/pch/precompiled_sofficeapp.hxx "/opt/lo/bin/make desktop.build" --find-conflicts */ -#include "config_folders.h" -#include "officecfg/Office/Linguistic.hxx" -#include "officecfg/Setup.hxx" -#include "officecfg/System.hxx" #include <algorithm> -#include <basic/sbstar.hxx> -#include <memory> #include <cassert> -#include <com/sun/star/awt/XTopWindow.hpp> -#include <com/sun/star/beans/NamedValue.hpp> -#include <com/sun/star/beans/PropertyValue.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/configuration/CorruptedConfigurationException.hpp> -#include <com/sun/star/configuration/InstallationIncompleteException.hpp> -#include <com/sun/star/configuration/InvalidBootstrapFileException.hpp> -#include <com/sun/star/configuration/MissingBootstrapFileException.hpp> -#include <com/sun/star/configuration/Update.hpp> -#include <com/sun/star/configuration/backend/BackendAccessException.hpp> -#include <com/sun/star/configuration/backend/BackendSetupException.hpp> -#include <com/sun/star/configuration/theDefaultProvider.hpp> -#include <com/sun/star/container/XContainerQuery.hpp> -#include <com/sun/star/container/XEnumeration.hpp> -#include <com/sun/star/container/XNameAccess.hpp> -#include <com/sun/star/deployment/ExtensionManager.hpp> -#include <com/sun/star/deployment/LicenseException.hpp> -#include <com/sun/star/deployment/XPackage.hpp> -#include <com/sun/star/deployment/ui/LicenseDialog.hpp> -#include <com/sun/star/document/CorruptedFilterConfigurationException.hpp> -#include <com/sun/star/document/MacroExecMode.hpp> -#include <com/sun/star/document/UpdateDocMode.hpp> -#include <com/sun/star/document/XDocumentEventListener.hpp> -#include <com/sun/star/document/XTypeDetection.hpp> -#include <com/sun/star/embed/ElementModes.hpp> -#include <com/sun/star/embed/FileSystemStorageFactory.hpp> -#include <com/sun/star/embed/XStorage.hpp> -#include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/frame/SessionListener.hpp> -#include <com/sun/star/frame/StartModule.hpp> -#include <com/sun/star/frame/XComponentLoader.hpp> -#include <com/sun/star/frame/XDispatch.hpp> -#include <com/sun/star/frame/XDispatchProvider.hpp> -#include <com/sun/star/frame/XFramesSupplier.hpp> -#include <com/sun/star/frame/XSessionManagerListener.hpp> -#include <com/sun/star/frame/XStorable.hpp> -#include <com/sun/star/frame/XStorable2.hpp> -#include <com/sun/star/frame/XSynchronousDispatch.hpp> -#include <com/sun/star/frame/XUIControllerRegistration.hpp> -#include <com/sun/star/frame/theAutoRecovery.hpp> -#include <com/sun/star/frame/theGlobalEventBroadcaster.hpp> -#include <com/sun/star/frame/thePopupMenuControllerFactory.hpp> -#include <com/sun/star/frame/theUICommandDescription.hpp> -#include <com/sun/star/lang/ServiceNotRegisteredException.hpp> -#include <com/sun/star/lang/XComponent.hpp> -#include <com/sun/star/lang/XInitialization.hpp> -#include <com/sun/star/lang/XLocalizable.hpp> -#include <com/sun/star/office/Quickstart.hpp> -#include <com/sun/star/packages/zip/ZipIOException.hpp> -#include <com/sun/star/registry/XSimpleRegistry.hpp> -#include <com/sun/star/system/SystemShellExecuteFlags.hpp> -#include <com/sun/star/task/InteractionHandler.hpp> -#include <com/sun/star/task/OfficeRestartManager.hpp> -#include <com/sun/star/task/XInteractionAbort.hpp> -#include <com/sun/star/task/XInteractionApprove.hpp> -#include <com/sun/star/task/XJob.hpp> -#include <com/sun/star/task/XRestartManager.hpp> -#include <com/sun/star/task/theJobExecutor.hpp> -#include <com/sun/star/ucb/UniversalContentBroker.hpp> -#include <com/sun/star/ucb/XCommandEnvironment.hpp> -#include <com/sun/star/ucb/XUniversalContentBroker.hpp> -#include <com/sun/star/ui/UIConfigurationManager.hpp> -#include <com/sun/star/ui/XUIConfiguration.hpp> -#include <com/sun/star/ui/XUIConfigurationPersistence.hpp> -#include <com/sun/star/ui/XUIConfigurationStorage.hpp> -#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> -#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> -#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp> -#include <com/sun/star/ui/theUIElementFactoryManager.hpp> -#include <com/sun/star/ui/theWindowStateConfiguration.hpp> -#include <com/sun/star/uno/Exception.hpp> -#include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/uno/Sequence.hxx> -#include <com/sun/star/uno/XCurrentContext.hpp> -#include <com/sun/star/uri/ExternalUriReferenceTranslator.hpp> -#include <com/sun/star/util/CloseVetoException.hpp> -#include <com/sun/star/util/URL.hpp> -#include <com/sun/star/util/URLTransformer.hpp> -#include <com/sun/star/util/XChangesBatch.hpp> -#include <com/sun/star/util/XCloseable.hpp> -#include <com/sun/star/util/XFlushable.hpp> -#include <com/sun/star/util/XRefreshable.hpp> -#include <com/sun/star/util/XStringSubstitution.hpp> -#include <com/sun/star/util/XURLTransformer.hpp> -#include <com/sun/star/view/XPrintable.hpp> -#include <comphelper/configuration.hxx> -#include <comphelper/processfactory.hxx> -#include <comphelper/sequence.hxx> -#include <comphelper/storagehelper.hxx> -#include <comphelper/string.hxx> -#include <comphelper/synchronousdispatch.hxx> +#include <climits> #include <config_features.h> -#include <config_folders.h> -#include <config_telepathy.h> -#include <config_vclplug.h> -#include <config_version.h> -#include <cppuhelper/bootstrap.hxx> -#include <cppuhelper/compbase3.hxx> -#include <cppuhelper/implbase1.hxx> -#include <cppuhelper/supportsservice.hxx> -#include <cstdio> -#include <i18nlangtag/lang.h> -#include <i18nlangtag/languagetag.hxx> -#include <i18nlangtag/mslangid.hxx> -#include <iostream> -#include <iterator> +#include <config_global.h> +#include <config_typesizes.h> +#include <config_vcl.h> +#include <cstddef> +#include <cstdlib> +#include <cstring> +#include <float.h> +#include <functional> +#include <iomanip> +#include <limits.h> +#include <limits> +#include <list> #include <map> +#include <math.h> +#include <memory> #include <new> -#include <officecfg/Office/Common.hxx> -#include <officecfg/Office/Recovery.hxx> -#include <officecfg/Setup.hxx> +#include <ostream> +#include <set> +#include <stack> +#include <stddef.h> +#include <string.h> +#include <type_traits> +#include <typeinfo> +#include <utility> +#include <vector> +#include <boost/functional/hash.hpp> +#include <boost/intrusive_ptr.hpp> +#include <boost/optional.hpp> #include <osl/conditn.hxx> #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> #include <osl/module.h> +#include <osl/module.hxx> +#include <osl/mutex.h> #include <osl/mutex.hxx> +#include <osl/pipe.h> #include <osl/process.h> +#include <osl/security.h> #include <osl/security.hxx> +#include <osl/socket.h> +#include <osl/thread.h> #include <osl/thread.hxx> +#include <osl/time.h> +#include <rtl/alloc.h> #include <rtl/bootstrap.hxx> +#include <rtl/byteseq.h> +#include <rtl/character.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> +#include <rtl/ref.hxx> #include <rtl/strbuf.hxx> +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <rtl/stringutils.hxx> +#include <rtl/tencinfo.h> +#include <rtl/textcvt.h> +#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> #include <sal/config.h> +#include <sal/detail/log.h> #include <sal/log.hxx> +#include <sal/macros.h> +#include <sal/mathconf.h> +#include <sal/saldllapi.h> #include <sal/types.h> -#include <set> -#include <sfx2/app.hxx> -#include <sfx2/docfile.hxx> -#include <sfx2/docfilt.hxx> -#include <sfx2/fcontnr.hxx> -#include <stdio.h> -#include <stdlib.h> -#include <svl/documentlockfile.hxx> -#include <svl/eitem.hxx> -#include <svl/fstathelper.hxx> -#include <svl/itemset.hxx> -#include <svl/languageoptions.hxx> -#include <svtools/accessibilityoptions.hxx> -#include <svtools/apearcfg.hxx> -#include <svtools/fontsubstconfig.hxx> -#include <svtools/javacontext.hxx> -#include <svtools/javainteractionhandler.hxx> -#include <svtools/menuoptions.hxx> -#include <svtools/miscopt.hxx> -#include <toolkit/helper/vclunohelper.hxx> -#include <tools/config.hxx> -#include <tools/extendapplicationenvironment.hxx> -#include <tools/getprocessworkingdir.hxx> -#include <tools/rcid.h> -#include <tools/urlobj.hxx> -#include <uno/current_context.hxx> -#include <unotools/bootstrap.hxx> -#include <unotools/configmgr.hxx> -#include <unotools/localfilehelper.hxx> -#include <unotools/mediadescriptor.hxx> -#include <unotools/moduleoptions.hxx> -#include <unotools/pathoptions.hxx> -#include <unotools/tempfile.hxx> -#include <unotools/textsearch.hxx> -#include <unotools/ucbhelper.hxx> -#include <vcl/graphicfilter.hxx> -#include <vcl/help.hxx> -#include <vcl/layout.hxx> -#include <vcl/msgbox.hxx> +#include <sal/typesizes.h> +#include <salhelper/singletonref.hxx> +#include <vcl/accel.hxx> +#include <vcl/alpha.hxx> +#include <vcl/animate.hxx> +#include <vcl/apptypes.hxx> +#include <vcl/bitmap.hxx> +#include <vcl/bitmapex.hxx> +#include <vcl/builder.hxx> +#include <vcl/cairo.hxx> +#include <vcl/checksum.hxx> +#include <vcl/cmdevt.hxx> +#include <vcl/ctrl.hxx> +#include <vcl/cursor.hxx> +#include <vcl/devicecoordinate.hxx> +#include <vcl/dllapi.h> +#include <vcl/dndhelp.hxx> +#include <vcl/edit.hxx> +#include <vcl/event.hxx> +#include <vcl/fntstyle.hxx> +#include <vcl/font.hxx> +#include <vcl/gdimtf.hxx> +#include <vcl/gfxlink.hxx> +#include <vcl/gradient.hxx> +#include <vcl/graph.h> +#include <vcl/graph.hxx> +#include <vcl/hatch.hxx> +#include <vcl/idle.hxx> +#include <vcl/image.hxx> +#include <vcl/impdel.hxx> +#include <vcl/inputctx.hxx> +#include <vcl/keycod.hxx> +#include <vcl/keycodes.hxx> +#include <vcl/lineinfo.hxx> +#include <vcl/mapmod.hxx> +#include <vcl/menu.hxx> +#include <vcl/metaact.hxx> +#include <vcl/metaactiontypes.hxx> +#include <vcl/outdev.hxx> +#include <vcl/outdevmap.hxx> +#include <vcl/outdevstate.hxx> +#include <vcl/pointr.hxx> +#include <vcl/ptrstyle.hxx> +#include <vcl/region.hxx> +#include <vcl/salnativewidgets.hxx> +#include <vcl/scheduler.hxx> +#include <vcl/scopedbitmapaccess.hxx> #include <vcl/settings.hxx> -#include <vcl/svapp.hxx> -#include <vcl/svmain.hxx> +#include <vcl/svgdata.hxx> +#include <vcl/syswin.hxx> #include <vcl/timer.hxx> -#include <vcl/wrkwin.hxx> -#include <vector> +#include <vcl/vclenum.hxx> +#include <vcl/vclevent.hxx> +#include <vcl/vclptr.hxx> +#include <vcl/wall.hxx> +#include <vcl/window.hxx> +#include <app.hxx> +#include <basegfx/basegfxdllapi.h> +#include <basegfx/color/bcolor.hxx> +#include <basegfx/color/bcolormodifier.hxx> +#include <basegfx/numeric/ftools.hxx> +#include <basegfx/point/b2dpoint.hxx> +#include <basegfx/point/b2ipoint.hxx> +#include <basegfx/polygon/b2dpolygon.hxx> +#include <basegfx/polygon/b2dpolypolygon.hxx> +#include <basegfx/range/b2drange.hxx> +#include <basegfx/range/basicrange.hxx> +#include <basegfx/tuple/b2dtuple.hxx> +#include <basegfx/tuple/b2ituple.hxx> +#include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/vector/b2dvector.hxx> +#include <basegfx/vector/b2enums.hxx> +#include <basegfx/vector/b2ivector.hxx> +#include <basic/basicdllapi.h> +#include <basic/sbxcore.hxx> +#include <basic/sbxdef.hxx> +#include <basic/sbxvar.hxx> +#include <com/sun/star/awt/Key.hpp> +#include <com/sun/star/awt/KeyGroup.hpp> +#include <com/sun/star/beans/NamedValue.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/bridge/oleautomation/Decimal.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/LineCap.hpp> +#include <com/sun/star/frame/XFrame.hpp> +#include <com/sun/star/graphic/XPrimitive2D.hpp> +#include <com/sun/star/i18n/KCharacterType.hpp> +#include <com/sun/star/i18n/KParseTokens.hpp> +#include <com/sun/star/i18n/KParseType.hpp> +#include <com/sun/star/i18n/LocaleItem.hpp> +#include <com/sun/star/i18n/ParseResult.hpp> +#include <com/sun/star/i18n/XCharacterClassification.hpp> +#include <com/sun/star/i18n/XLocaleData4.hpp> +#include <com/sun/star/i18n/reservedWords.hpp> +#include <com/sun/star/lang/Locale.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/lang/XTypeProvider.hpp> +#include <com/sun/star/uno/Any.h> +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Reference.h> +#include <com/sun/star/uno/Reference.hxx> +#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/TypeClass.hdl> +#include <com/sun/star/uno/XAggregation.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/uno/XInterface.hpp> +#include <com/sun/star/uno/XWeak.hpp> +#include <com/sun/star/uno/genfunc.h> +#include <com/sun/star/uno/genfunc.hxx> +#include <com/sun/star/util/DateTime.hpp> +#include <comphelper/comphelperdllapi.h> +#include <comphelper/fileformat.h> +#include <comphelper/processfactory.hxx> +#include <cppu/cppudllapi.h> +#include <cppu/unotype.hxx> +#include <cppuhelper/cppuhelperdllapi.h> +#include <cppuhelper/weak.hxx> +#include <cppuhelper/weakref.hxx> +#include <i18nlangtag/i18nlangtagdllapi.h> +#include <i18nlangtag/lang.h> +#include <i18nlangtag/languagetag.hxx> +#include <o3tl/cow_wrapper.hxx> +#include <o3tl/typed_flags_set.hxx> +#include <rsc/rsc-vcl-shared-types.hxx> +#include <sfx2/dllapi.h> +#include <svl/hint.hxx> +#include <svl/lstner.hxx> +#include <svl/poolitem.hxx> +#include <svl/svldllapi.h> +#include <svtools/svtdllapi.h> +#include <tools/color.hxx> +#include <tools/debug.hxx> +#include <tools/errinf.hxx> +#include <tools/fldunit.hxx> +#include <tools/fontenum.hxx> +#include <tools/gen.hxx> +#include <tools/lineend.hxx> +#include <tools/link.hxx> +#include <tools/mapunit.hxx> +#include <tools/poly.hxx> +#include <tools/rc.hxx> +#include <tools/ref.hxx> +#include <tools/resid.hxx> +#include <tools/resmgr.hxx> +#include <tools/solar.h> +#include <tools/stream.hxx> +#include <tools/toolsdllapi.h> +#include <tools/wintypes.hxx> +#include <typelib/typeclass.h> +#include <typelib/typedescription.h> +#include <typelib/uik.h> +#include <uno/any2.h> +#include <uno/data.h> +#include <uno/sequence2.h> +#include <unotools/charclass.hxx> +#include <unotools/fontdefs.hxx> +#include <unotools/localedatawrapper.hxx> +#include <unotools/options.hxx> +#include <unotools/readwritemutexguard.hxx> +#include <unotools/syslocale.hxx> +#include <unotools/unotoolsdllapi.h> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |