diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 10:55:43 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-04 10:59:07 +0200 |
commit | b3843321e9cc1436cd0039f9431b4d6c5261db20 (patch) | |
tree | 8199608de0d40cb33c90ff0e425553936df65ac0 /desktop | |
parent | c772e6252aefcd088ea0a5018f303654fc18ac91 (diff) |
desktop: fix includes
Change-Id: Ia51cd6fcdb84c049907b0aeda20774558198b575
Diffstat (limited to 'desktop')
127 files changed, 1039 insertions, 1039 deletions
diff --git a/desktop/inc/liblibreoffice.hxx b/desktop/inc/liblibreoffice.hxx index 3afdc4be2675..182e88f1c3c2 100644 --- a/desktop/inc/liblibreoffice.hxx +++ b/desktop/inc/liblibreoffice.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_DESKTOP_INC_LIBLIBREOFFICE_HXX #define INCLUDED_DESKTOP_INC_LIBLIBREOFFICE_HXX -#include <liblibreoffice.h> +#include "liblibreoffice.h" /* * The reasons this C++ code is not as pretty as it could be are: diff --git a/desktop/qa/deployment_misc/test_dp_version.cxx b/desktop/qa/deployment_misc/test_dp_version.cxx index 124e831f8348..5cc24e797d2e 100644 --- a/desktop/qa/deployment_misc/test_dp_version.cxx +++ b/desktop/qa/deployment_misc/test_dp_version.cxx @@ -24,8 +24,8 @@ #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" #include "cppunit/plugin/TestPlugIn.h" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> #include "../../source/deployment/inc/dp_version.hxx" diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 065fb4073801..dccdecc8fae1 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -20,7 +20,7 @@ #include <config_features.h> #include <config_folders.h> -#include "sal/config.h" +#include <sal/config.h> #include <iostream> @@ -54,7 +54,7 @@ #include <com/sun/star/frame/XComponentLoader.hpp> #include <com/sun/star/view/XPrintable.hpp> #include <com/sun/star/awt/XTopWindow.hpp> -#include "com/sun/star/util/URLTransformer.hpp" +#include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> diff --git a/desktop/source/app/check_ext_deps.cxx b/desktop/source/app/check_ext_deps.cxx index 4bdde01b0051..e32bb139736b 100644 --- a/desktop/source/app/check_ext_deps.cxx +++ b/desktop/source/app/check_ext_deps.cxx @@ -19,18 +19,18 @@ #include <config_folders.h> -#include "osl/file.hxx" -#include "osl/mutex.hxx" +#include <osl/file.hxx> +#include <osl/mutex.hxx> #include <rtl/bootstrap.hxx> #include <rtl/ustring.hxx> -#include "cppuhelper/compbase3.hxx" +#include <cppuhelper/compbase3.hxx> -#include "vcl/wrkwin.hxx" -#include "vcl/timer.hxx" +#include <vcl/wrkwin.hxx> +#include <vcl/timer.hxx> #include <unotools/configmgr.hxx> -#include "toolkit/helper/vclunohelper.hxx" +#include <toolkit/helper/vclunohelper.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> @@ -39,16 +39,16 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/configuration/theDefaultProvider.hpp> -#include "com/sun/star/deployment/XPackage.hpp" -#include "com/sun/star/deployment/ExtensionManager.hpp" -#include "com/sun/star/deployment/LicenseException.hpp" -#include "com/sun/star/deployment/ui/LicenseDialog.hpp" +#include <com/sun/star/deployment/XPackage.hpp> +#include <com/sun/star/deployment/ExtensionManager.hpp> +#include <com/sun/star/deployment/LicenseException.hpp> +#include <com/sun/star/deployment/ui/LicenseDialog.hpp> #include <com/sun/star/task/OfficeRestartManager.hpp> #include <com/sun/star/task/XJob.hpp> #include <com/sun/star/task/XInteractionApprove.hpp> #include <com/sun/star/task/XInteractionAbort.hpp> #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> -#include "com/sun/star/ui/dialogs/ExecutableDialogResults.hpp" +#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <com/sun/star/util/XChangesBatch.hpp> #include "app.hxx" diff --git a/desktop/source/app/cmdlineargs.cxx b/desktop/source/app/cmdlineargs.cxx index ed8d995bc953..7b8726a44996 100644 --- a/desktop/source/app/cmdlineargs.cxx +++ b/desktop/source/app/cmdlineargs.cxx @@ -25,14 +25,14 @@ #include <postmac.h> #endif -#include <cmdlineargs.hxx> +#include "cmdlineargs.hxx" #include <vcl/svapp.hxx> #include <rtl/uri.hxx> #include <rtl/ustring.hxx> -#include "rtl/process.h" +#include <rtl/process.h> #include <comphelper/processfactory.hxx> #include <com/sun/star/uri/ExternalUriReferenceTranslator.hpp> -#include "tools/getprocessworkingdir.hxx" +#include <tools/getprocessworkingdir.hxx> #include <svl/documentlockfile.hxx> diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/app/cmdlineargs.hxx index d2a503e69837..f7d13fe068e1 100644 --- a/desktop/source/app/cmdlineargs.hxx +++ b/desktop/source/app/cmdlineargs.hxx @@ -20,13 +20,13 @@ #ifndef INCLUDED_DESKTOP_SOURCE_APP_CMDLINEARGS_HXX #define INCLUDED_DESKTOP_SOURCE_APP_CMDLINEARGS_HXX -#include "sal/config.h" +#include <sal/config.h> #include <vector> #include <rtl/ustring.hxx> -#include "boost/noncopyable.hpp" -#include "boost/optional.hpp" +#include <boost/noncopyable.hpp> +#include <boost/optional.hpp> namespace desktop { diff --git a/desktop/source/app/configinit.hxx b/desktop/source/app/configinit.hxx index eaaa6d1c0078..c026c4972c93 100644 --- a/desktop/source/app/configinit.hxx +++ b/desktop/source/app/configinit.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_DESKTOP_SOURCE_APP_CONFIGINIT_HXX #define INCLUDED_DESKTOP_SOURCE_APP_CONFIGINIT_HXX -#include "sal/config.h" +#include <sal/config.h> #include <com/sun/star/task/XInteractionHandler.hpp> diff --git a/desktop/source/app/dispatchwatcher.cxx b/desktop/source/app/dispatchwatcher.cxx index abdbe3842e34..0a6145ec358e 100644 --- a/desktop/source/app/dispatchwatcher.cxx +++ b/desktop/source/app/dispatchwatcher.cxx @@ -21,8 +21,8 @@ #include <sfx2/docfile.hxx> #include <sfx2/docfilt.hxx> #include <sfx2/fcontnr.hxx> -#include "osl/file.hxx" -#include "sfx2/app.hxx" +#include <osl/file.hxx> +#include <sfx2/app.hxx> #include <svl/fstathelper.hxx> #include "app.hxx" diff --git a/desktop/source/app/langselect.cxx b/desktop/source/app/langselect.cxx index 21228f849526..c853c60f07b1 100644 --- a/desktop/source/app/langselect.cxx +++ b/desktop/source/app/langselect.cxx @@ -17,27 +17,27 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "boost/shared_ptr.hpp" -#include "com/sun/star/configuration/theDefaultProvider.hpp" -#include "com/sun/star/container/XNameAccess.hpp" -#include "com/sun/star/lang/XLocalizable.hpp" -#include "com/sun/star/uno/Exception.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "comphelper/configuration.hxx" -#include "comphelper/processfactory.hxx" -#include "i18nlangtag/lang.h" -#include "i18nlangtag/languagetag.hxx" -#include "i18nlangtag/mslangid.hxx" +#include <boost/shared_ptr.hpp> +#include <com/sun/star/configuration/theDefaultProvider.hpp> +#include <com/sun/star/container/XNameAccess.hpp> +#include <com/sun/star/lang/XLocalizable.hpp> +#include <com/sun/star/uno/Exception.hpp> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <comphelper/configuration.hxx> +#include <comphelper/processfactory.hxx> +#include <i18nlangtag/lang.h> +#include <i18nlangtag/languagetag.hxx> +#include <i18nlangtag/mslangid.hxx> #include "officecfg/Office/Linguistic.hxx" #include "officecfg/Setup.hxx" #include "officecfg/System.hxx" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" -#include "sal/types.h" -#include "svl/languageoptions.hxx" +#include <rtl/ustring.hxx> +#include <sal/log.hxx> +#include <sal/types.h> +#include <svl/languageoptions.hxx> #include "app.hxx" diff --git a/desktop/source/app/langselect.hxx b/desktop/source/app/langselect.hxx index 517e49f50b72..84e701e29144 100644 --- a/desktop/source/app/langselect.hxx +++ b/desktop/source/app/langselect.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_DESKTOP_SOURCE_APP_LANGSELECT_HXX #define INCLUDED_DESKTOP_SOURCE_APP_LANGSELECT_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> namespace desktop { namespace langselect { diff --git a/desktop/source/app/lockfile2.cxx b/desktop/source/app/lockfile2.cxx index ac0ef233bd36..39cdce0f1e92 100644 --- a/desktop/source/app/lockfile2.cxx +++ b/desktop/source/app/lockfile2.cxx @@ -18,10 +18,10 @@ */ -#include "vcl/msgbox.hxx" +#include <vcl/msgbox.hxx> #include "desktopresid.hxx" #include "desktop.hrc" -#include "tools/config.hxx" +#include <tools/config.hxx> #include "lockfile.hxx" diff --git a/desktop/source/app/main.c b/desktop/source/app/main.c index e358a38662d8..643c42a7ad24 100644 --- a/desktop/source/app/main.c +++ b/desktop/source/app/main.c @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/main.h" +#include <sal/main.h> #include "sofficemain.h" diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index 4702f8589bdc..aed17b9c587e 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -42,7 +42,7 @@ #include <cppuhelper/supportsservice.hxx> #include <osl/file.hxx> #include <rtl/process.h> -#include "tools/getprocessworkingdir.hxx" +#include <tools/getprocessworkingdir.hxx> #include <boost/scoped_array.hpp> using namespace desktop; diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx index 101536650053..4628ecab0062 100644 --- a/desktop/source/app/officeipcthread.hxx +++ b/desktop/source/app/officeipcthread.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_DESKTOP_SOURCE_APP_OFFICEIPCTHREAD_HXX #define INCLUDED_DESKTOP_SOURCE_APP_OFFICEIPCTHREAD_HXX -#include "sal/config.h" +#include <sal/config.h> #include <vector> @@ -34,7 +34,7 @@ #include <cppuhelper/implbase2.hxx> #include <osl/conditn.hxx> #include <salhelper/thread.hxx> -#include "boost/optional.hpp" +#include <boost/optional.hpp> namespace desktop { diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx index 7678e5b47ead..f94de28f2ad6 100644 --- a/desktop/source/app/sofficemain.cxx +++ b/desktop/source/app/sofficemain.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include "desktopdllapi.h" diff --git a/desktop/source/app/userinstall.cxx b/desktop/source/app/userinstall.cxx index 7780064b8fce..ef0b0a1df0d3 100644 --- a/desktop/source/app/userinstall.cxx +++ b/desktop/source/app/userinstall.cxx @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> -#include "boost/shared_ptr.hpp" -#include "com/sun/star/uno/Exception.hpp" -#include "comphelper/configuration.hxx" +#include <boost/shared_ptr.hpp> +#include <com/sun/star/uno/Exception.hpp> +#include <comphelper/configuration.hxx> #include "config_folders.h" #include "officecfg/Setup.hxx" -#include "osl/file.h" -#include "osl/file.hxx" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" -#include "unotools/bootstrap.hxx" +#include <osl/file.h> +#include <osl/file.hxx> +#include <rtl/ustring.hxx> +#include <sal/log.hxx> +#include <unotools/bootstrap.hxx> #include "userinstall.hxx" diff --git a/desktop/source/app/userinstall.hxx b/desktop/source/app/userinstall.hxx index 38e8021d4588..dd3876c3af73 100644 --- a/desktop/source/app/userinstall.hxx +++ b/desktop/source/app/userinstall.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_DESKTOP_SOURCE_APP_USERINSTALL_HXX #define INCLUDED_DESKTOP_SOURCE_APP_USERINSTALL_HXX -#include "sal/config.h" +#include <sal/config.h> namespace desktop { namespace userinstall { diff --git a/desktop/source/deployment/dp_log.cxx b/desktop/source/deployment/dp_log.cxx index 3c14c16d6be6..babba4b1f337 100644 --- a/desktop/source/deployment/dp_log.cxx +++ b/desktop/source/deployment/dp_log.cxx @@ -19,17 +19,17 @@ #include "dp_misc.h" -#include "rtl/strbuf.hxx" -#include "osl/time.h" -#include "osl/thread.h" -#include "cppuhelper/compbase1.hxx" -#include "comphelper/anytostring.hxx" -#include "comphelper/servicedecl.hxx" -#include "comphelper/unwrapargs.hxx" -#include "com/sun/star/deployment/DeploymentException.hpp" -#include "com/sun/star/ucb/XProgressHandler.hpp" -#include "com/sun/star/ucb/SimpleFileAccess.hpp" -#include "com/sun/star/io/XSeekable.hpp" +#include <rtl/strbuf.hxx> +#include <osl/time.h> +#include <osl/thread.h> +#include <cppuhelper/compbase1.hxx> +#include <comphelper/anytostring.hxx> +#include <comphelper/servicedecl.hxx> +#include <comphelper/unwrapargs.hxx> +#include <com/sun/star/deployment/DeploymentException.hpp> +#include <com/sun/star/ucb/XProgressHandler.hpp> +#include <com/sun/star/ucb/SimpleFileAccess.hpp> +#include <com/sun/star/io/XSeekable.hpp> #include <stdio.h> diff --git a/desktop/source/deployment/dp_persmap.cxx b/desktop/source/deployment/dp_persmap.cxx index 850bdb3e068a..d9b7b6405f3b 100644 --- a/desktop/source/deployment/dp_persmap.cxx +++ b/desktop/source/deployment/dp_persmap.cxx @@ -19,7 +19,7 @@ #include "dp_misc.h" #include "dp_persmap.h" -#include "rtl/strbuf.hxx" +#include <rtl/strbuf.hxx> #ifndef DISABLE_BDB2PMAP # include <vector> diff --git a/desktop/source/deployment/dp_services.cxx b/desktop/source/deployment/dp_services.cxx index 3a5c514b870f..9850e418aa89 100644 --- a/desktop/source/deployment/dp_services.cxx +++ b/desktop/source/deployment/dp_services.cxx @@ -19,7 +19,7 @@ #define COMPHELPER_SERVICEDECL_COMPONENT_HELPER_MAX_ARGS 12 -#include "comphelper/servicedecl.hxx" +#include <comphelper/servicedecl.hxx> using namespace com::sun::star; namespace sdecl = comphelper::service_decl; diff --git a/desktop/source/deployment/dp_xml.cxx b/desktop/source/deployment/dp_xml.cxx index 8b4e13de2144..72a5a8e78da3 100644 --- a/desktop/source/deployment/dp_xml.cxx +++ b/desktop/source/deployment/dp_xml.cxx @@ -20,9 +20,9 @@ #include "dp_misc.h" #include "dp_xml.h" -#include "rtl/ustrbuf.hxx" -#include "ucbhelper/content.hxx" -#include "com/sun/star/xml/sax/Parser.hpp" +#include <rtl/ustrbuf.hxx> +#include <ucbhelper/content.hxx> +#include <com/sun/star/xml/sax/Parser.hpp> using namespace ::com::sun::star; diff --git a/desktop/source/deployment/gui/dp_gui.h b/desktop/source/deployment/gui/dp_gui.h index 18b9ea0aa69d..d93dd10e9b83 100644 --- a/desktop/source/deployment/gui/dp_gui.h +++ b/desktop/source/deployment/gui/dp_gui.h @@ -23,19 +23,19 @@ #include "dp_gui_updatedata.hxx" #include "dp_misc.h" #include "dp_gui.hrc" -#include "rtl/ref.hxx" -#include "rtl/instance.hxx" -#include "osl/thread.hxx" -#include "cppuhelper/implbase2.hxx" -#include "vcl/svapp.hxx" -#include "vcl/dialog.hxx" -#include "vcl/button.hxx" -#include "vcl/fixed.hxx" -#include "salhelper/simplereferenceobject.hxx" -#include "svtools/svtabbx.hxx" -#include "svtools/headbar.hxx" -#include "com/sun/star/ucb/XContentEventListener.hpp" -#include "osl/mutex.hxx" +#include <rtl/ref.hxx> +#include <rtl/instance.hxx> +#include <osl/thread.hxx> +#include <cppuhelper/implbase2.hxx> +#include <vcl/svapp.hxx> +#include <vcl/dialog.hxx> +#include <vcl/button.hxx> +#include <vcl/fixed.hxx> +#include <salhelper/simplereferenceobject.hxx> +#include <svtools/svtabbx.hxx> +#include <svtools/headbar.hxx> +#include <com/sun/star/ucb/XContentEventListener.hpp> +#include <osl/mutex.hxx> namespace com { namespace sun { namespace star { namespace container { diff --git a/desktop/source/deployment/gui/dp_gui_dependencydialog.cxx b/desktop/source/deployment/gui/dp_gui_dependencydialog.cxx index 531940c5b9e3..63e72c31a184 100644 --- a/desktop/source/deployment/gui/dp_gui_dependencydialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_dependencydialog.cxx @@ -18,14 +18,14 @@ */ -#include "sal/config.h" +#include <sal/config.h> #include <algorithm> #include <vector> -#include "rtl/ustring.hxx" -#include "tools/resid.hxx" -#include "vcl/dialog.hxx" +#include <rtl/ustring.hxx> +#include <tools/resid.hxx> +#include <vcl/dialog.hxx> #include "dp_gui.hrc" #include "dp_gui_dependencydialog.hxx" diff --git a/desktop/source/deployment/gui/dp_gui_dependencydialog.hxx b/desktop/source/deployment/gui/dp_gui_dependencydialog.hxx index 5fbf6bf203ba..cab93b71526c 100644 --- a/desktop/source/deployment/gui/dp_gui_dependencydialog.hxx +++ b/desktop/source/deployment/gui/dp_gui_dependencydialog.hxx @@ -20,14 +20,14 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_DEPENDENCYDIALOG_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_DEPENDENCYDIALOG_HXX -#include "sal/config.h" +#include <sal/config.h> #include <vector> -#include "tools/gen.hxx" -#include "vcl/button.hxx" -#include "vcl/dialog.hxx" -#include "vcl/fixed.hxx" -#include "vcl/lstbox.hxx" +#include <tools/gen.hxx> +#include <vcl/button.hxx> +#include <vcl/dialog.hxx> +#include <vcl/fixed.hxx> +#include <vcl/lstbox.hxx> class Window; diff --git a/desktop/source/deployment/gui/dp_gui_dependencydialog.src b/desktop/source/deployment/gui/dp_gui_dependencydialog.src index aeba0c95935e..1239388427cf 100644 --- a/desktop/source/deployment/gui/dp_gui_dependencydialog.src +++ b/desktop/source/deployment/gui/dp_gui_dependencydialog.src @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "svtools/controldims.hrc" +#include <svtools/controldims.hrc> #include "dp_gui.hrc" diff --git a/desktop/source/deployment/gui/dp_gui_dialog.src b/desktop/source/deployment/gui/dp_gui_dialog.src index 9e5a0288397f..3dc90cd2d92a 100644 --- a/desktop/source/deployment/gui/dp_gui_dialog.src +++ b/desktop/source/deployment/gui/dp_gui_dialog.src @@ -16,7 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "svtools/controldims.hrc" +#include <svtools/controldims.hrc> #include "dp_gui.hrc" String RID_STR_ADD_PACKAGES diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.cxx b/desktop/source/deployment/gui/dp_gui_dialog2.cxx index 4b2628876dfb..5b9cb7bd9619 100644 --- a/desktop/source/deployment/gui/dp_gui_dialog2.cxx +++ b/desktop/source/deployment/gui/dp_gui_dialog2.cxx @@ -18,8 +18,8 @@ */ #include "dp_gui.hrc" -#include "svtools/controldims.hrc" -#include "svtools/svtools.hrc" +#include <svtools/controldims.hrc> +#include <svtools/svtools.hrc> #include "dp_gui.h" #include "dp_gui_dialog2.hxx" @@ -33,41 +33,41 @@ #include "dp_identifier.hxx" #include "dp_descriptioninfoset.hxx" -#include "vcl/ctrl.hxx" -#include "vcl/menu.hxx" -#include "vcl/msgbox.hxx" -#include "vcl/scrbar.hxx" -#include "vcl/svapp.hxx" +#include <vcl/ctrl.hxx> +#include <vcl/menu.hxx> +#include <vcl/msgbox.hxx> +#include <vcl/scrbar.hxx> +#include <vcl/svapp.hxx> -#include "osl/mutex.hxx" +#include <osl/mutex.hxx> -#include "svtools/extensionlistbox.hxx" +#include <svtools/extensionlistbox.hxx> -#include "sfx2/sfxdlg.hxx" +#include <sfx2/sfxdlg.hxx> -#include "comphelper/anytostring.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "cppuhelper/bootstrap.hxx" +#include <comphelper/anytostring.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <cppuhelper/bootstrap.hxx> -#include "comphelper/processfactory.hxx" -#include "ucbhelper/content.hxx" -#include "unotools/collatorwrapper.hxx" -#include "unotools/configmgr.hxx" +#include <comphelper/processfactory.hxx> +#include <ucbhelper/content.hxx> +#include <unotools/collatorwrapper.hxx> +#include <unotools/configmgr.hxx> -#include "com/sun/star/beans/StringPair.hpp" +#include <com/sun/star/beans/StringPair.hpp> -#include "com/sun/star/i18n/CollatorOptions.hpp" +#include <com/sun/star/i18n/CollatorOptions.hpp> -#include "com/sun/star/system/SystemShellExecuteFlags.hpp" -#include "com/sun/star/system/SystemShellExecute.hpp" +#include <com/sun/star/system/SystemShellExecuteFlags.hpp> +#include <com/sun/star/system/SystemShellExecute.hpp> -#include "com/sun/star/ui/dialogs/ExecutableDialogResults.hpp" -#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" -#include "com/sun/star/ui/dialogs/FilePicker.hpp" -#include "com/sun/star/ui/dialogs/XFilterManager.hpp" +#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> +#include <com/sun/star/ui/dialogs/TemplateDescription.hpp> +#include <com/sun/star/ui/dialogs/FilePicker.hpp> +#include <com/sun/star/ui/dialogs/XFilterManager.hpp> -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> #include <map> #include <vector> diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.hxx b/desktop/source/deployment/gui/dp_gui_dialog2.hxx index 99dd0db441b9..35af003f7476 100644 --- a/desktop/source/deployment/gui/dp_gui_dialog2.hxx +++ b/desktop/source/deployment/gui/dp_gui_dialog2.hxx @@ -20,28 +20,28 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_DIALOG2_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_DIALOG2_HXX -#include "vcl/dialog.hxx" -#include "vcl/button.hxx" -#include "vcl/fixed.hxx" -#include "vcl/fixedhyper.hxx" -#include "vcl/prgsbar.hxx" -#include "vcl/timer.hxx" +#include <vcl/dialog.hxx> +#include <vcl/button.hxx> +#include <vcl/fixed.hxx> +#include <vcl/fixedhyper.hxx> +#include <vcl/prgsbar.hxx> +#include <vcl/timer.hxx> -#include "svtools/svmedit.hxx" +#include <svtools/svmedit.hxx> -#include "osl/conditn.hxx" -#include "osl/mutex.hxx" +#include <osl/conditn.hxx> +#include <osl/mutex.hxx> -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> -#include "cppuhelper/implbase1.hxx" +#include <cppuhelper/implbase1.hxx> -#include "com/sun/star/awt/XWindow.hpp" -#include "com/sun/star/deployment/XPackage.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/ui/dialogs/XExecutableDialog.hpp" -#include "com/sun/star/util/XModifyListener.hpp" +#include <com/sun/star/awt/XWindow.hpp> +#include <com/sun/star/deployment/XPackage.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> +#include <com/sun/star/util/XModifyListener.hpp> namespace dp_gui { diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.src b/desktop/source/deployment/gui/dp_gui_dialog2.src index 06366b149268..b4978efc4c44 100644 --- a/desktop/source/deployment/gui/dp_gui_dialog2.src +++ b/desktop/source/deployment/gui/dp_gui_dialog2.src @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "svtools/controldims.hrc" +#include <svtools/controldims.hrc> #include "dp_gui.hrc" ModalDialog RID_DLG_UPDATE_REQUIRED diff --git a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx index 6808f99dd19a..147b5b67d060 100644 --- a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx +++ b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx @@ -17,52 +17,52 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cstddef> -#include "com/sun/star/beans/NamedValue.hpp" - -#include "com/sun/star/deployment/DependencyException.hpp" -#include "com/sun/star/deployment/LicenseException.hpp" -#include "com/sun/star/deployment/VersionException.hpp" -#include "com/sun/star/deployment/InstallException.hpp" -#include "com/sun/star/deployment/PlatformException.hpp" - -#include "com/sun/star/deployment/ui/LicenseDialog.hpp" -#include "com/sun/star/deployment/DeploymentException.hpp" -#include "com/sun/star/deployment/UpdateInformationProvider.hpp" -#include "com/sun/star/deployment/XPackage.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/ucb/CommandAbortedException.hpp" -#include "com/sun/star/ucb/CommandFailedException.hpp" -#include "com/sun/star/ucb/XCommandEnvironment.hpp" - -#include "com/sun/star/ui/dialogs/ExecutableDialogResults.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/XInterface.hpp" -#include "com/sun/star/uno/TypeClass.hpp" -#include "osl/diagnose.h" -#include "osl/mutex.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "salhelper/thread.hxx" -#include "ucbhelper/content.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "cppuhelper/implbase3.hxx" -#include "comphelper/anytostring.hxx" -#include "vcl/msgbox.hxx" -#include "toolkit/helper/vclunohelper.hxx" +#include <com/sun/star/beans/NamedValue.hpp> + +#include <com/sun/star/deployment/DependencyException.hpp> +#include <com/sun/star/deployment/LicenseException.hpp> +#include <com/sun/star/deployment/VersionException.hpp> +#include <com/sun/star/deployment/InstallException.hpp> +#include <com/sun/star/deployment/PlatformException.hpp> + +#include <com/sun/star/deployment/ui/LicenseDialog.hpp> +#include <com/sun/star/deployment/DeploymentException.hpp> +#include <com/sun/star/deployment/UpdateInformationProvider.hpp> +#include <com/sun/star/deployment/XPackage.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/ucb/CommandAbortedException.hpp> +#include <com/sun/star/ucb/CommandFailedException.hpp> +#include <com/sun/star/ucb/XCommandEnvironment.hpp> + +#include <com/sun/star/ui/dialogs/ExecutableDialogResults.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/XInterface.hpp> +#include <com/sun/star/uno/TypeClass.hpp> +#include <osl/diagnose.h> +#include <osl/mutex.hxx> +#include <rtl/ref.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <salhelper/thread.hxx> +#include <ucbhelper/content.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <cppuhelper/implbase3.hxx> +#include <comphelper/anytostring.hxx> +#include <vcl/msgbox.hxx> +#include <toolkit/helper/vclunohelper.hxx> #include "dp_gui.h" #include "dp_gui_extensioncmdqueue.hxx" diff --git a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx index a069f925aac2..66c2d4d38e53 100644 --- a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx +++ b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_EXTENSIONCMDQUEUE_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_EXTENSIONCMDQUEUE_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Reference.hxx" -#include "rtl/ref.hxx" +#include <com/sun/star/uno/Reference.hxx> +#include <rtl/ref.hxx> #include <vector> diff --git a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx index 42ecca1a93e6..a67eb9514263 100644 --- a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx +++ b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "svtools/controldims.hrc" +#include <svtools/controldims.hrc> #include "dp_gui.h" #include "dp_gui_extlistbox.hxx" @@ -25,11 +25,11 @@ #include "dp_gui_dialog2.hxx" #include "dp_dependencies.hxx" -#include "comphelper/processfactory.hxx" -#include "com/sun/star/i18n/CollatorOptions.hpp" -#include "com/sun/star/deployment/DependencyException.hpp" -#include "com/sun/star/deployment/DeploymentException.hpp" -#include "cppuhelper/weakref.hxx" +#include <comphelper/processfactory.hxx> +#include <com/sun/star/i18n/CollatorOptions.hpp> +#include <com/sun/star/deployment/DependencyException.hpp> +#include <com/sun/star/deployment/DeploymentException.hpp> +#include <cppuhelper/weakref.hxx> #include <vcl/settings.hxx> #define USER_PACKAGE_MANAGER "user" diff --git a/desktop/source/deployment/gui/dp_gui_extlistbox.hxx b/desktop/source/deployment/gui/dp_gui_extlistbox.hxx index de4fb0670dbf..509c08ae0090 100644 --- a/desktop/source/deployment/gui/dp_gui_extlistbox.hxx +++ b/desktop/source/deployment/gui/dp_gui_extlistbox.hxx @@ -20,19 +20,19 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_EXTLISTBOX_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_EXTLISTBOX_HXX -#include "rtl/ustring.hxx" -#include "vcl/scrbar.hxx" -#include "vcl/fixed.hxx" -#include "vcl/fixedhyper.hxx" -#include "vcl/dialog.hxx" - -#include "svtools/extensionlistbox.hxx" -#include "cppuhelper/implbase1.hxx" -#include "unotools/collatorwrapper.hxx" - -#include "com/sun/star/lang/Locale.hpp" -#include "com/sun/star/lang/XEventListener.hpp" -#include "com/sun/star/deployment/XPackage.hpp" +#include <rtl/ustring.hxx> +#include <vcl/scrbar.hxx> +#include <vcl/fixed.hxx> +#include <vcl/fixedhyper.hxx> +#include <vcl/dialog.hxx> + +#include <svtools/extensionlistbox.hxx> +#include <cppuhelper/implbase1.hxx> +#include <unotools/collatorwrapper.hxx> + +#include <com/sun/star/lang/Locale.hpp> +#include <com/sun/star/lang/XEventListener.hpp> +#include <com/sun/star/deployment/XPackage.hpp> #include <boost/shared_ptr.hpp> diff --git a/desktop/source/deployment/gui/dp_gui_service.cxx b/desktop/source/deployment/gui/dp_gui_service.cxx index c3c9b15c203f..b60a4bf781d5 100644 --- a/desktop/source/deployment/gui/dp_gui_service.cxx +++ b/desktop/source/deployment/gui/dp_gui_service.cxx @@ -21,19 +21,19 @@ #include "dp_gui_shared.hxx" #include "dp_gui.h" #include "dp_gui_theextmgr.hxx" -#include "cppuhelper/implbase2.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "unotools/configmgr.hxx" -#include "comphelper/processfactory.hxx" -#include "comphelper/servicedecl.hxx" -#include "comphelper/unwrapargs.hxx" +#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implementationentry.hxx> +#include <unotools/configmgr.hxx> +#include <comphelper/processfactory.hxx> +#include <comphelper/servicedecl.hxx> +#include <comphelper/unwrapargs.hxx> #include <i18nlangtag/languagetag.hxx> -#include "vcl/svapp.hxx" +#include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include "vcl/msgbox.hxx" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/task/XJobExecutor.hpp" -#include "com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.hpp" +#include <vcl/msgbox.hxx> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/task/XJobExecutor.hpp> +#include <com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.hpp> #include <boost/optional.hpp> #include <boost/utility.hpp> diff --git a/desktop/source/deployment/gui/dp_gui_shared.hxx b/desktop/source/deployment/gui/dp_gui_shared.hxx index 94aa5db8bf05..8d926c841ba1 100644 --- a/desktop/source/deployment/gui/dp_gui_shared.hxx +++ b/desktop/source/deployment/gui/dp_gui_shared.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_SHARED_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_SHARED_HXX -#include "rtl/instance.hxx" -#include "tools/resmgr.hxx" +#include <rtl/instance.hxx> +#include <tools/resmgr.hxx> namespace dp_gui { diff --git a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx index bea8c6750f80..218a9977c5b0 100644 --- a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx +++ b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "vcl/svapp.hxx" -#include "vcl/msgbox.hxx" +#include <vcl/svapp.hxx> +#include <vcl/msgbox.hxx> -#include "osl/mutex.hxx" +#include <osl/mutex.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include "com/sun/star/beans/XPropertySet.hpp" -#include "com/sun/star/configuration/theDefaultProvider.hpp" -#include "com/sun/star/frame/Desktop.hpp" +#include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/configuration/theDefaultProvider.hpp> +#include <com/sun/star/frame/Desktop.hpp> #include "dp_gui_dialog2.hxx" #include "dp_gui_extensioncmdqueue.hxx" diff --git a/desktop/source/deployment/gui/dp_gui_theextmgr.hxx b/desktop/source/deployment/gui/dp_gui_theextmgr.hxx index c5c3d42e4594..0d1352eb102e 100644 --- a/desktop/source/deployment/gui/dp_gui_theextmgr.hxx +++ b/desktop/source/deployment/gui/dp_gui_theextmgr.hxx @@ -20,17 +20,17 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_THEEXTMGR_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_THEEXTMGR_HXX -#include "comphelper/sequence.hxx" +#include <comphelper/sequence.hxx> -#include "cppuhelper/implbase2.hxx" +#include <cppuhelper/implbase2.hxx> -#include "com/sun/star/container/XNameAccess.hpp" -#include "com/sun/star/deployment/XExtensionManager.hpp" -#include "com/sun/star/deployment/ExtensionManager.hpp" -#include "com/sun/star/frame/XDesktop2.hpp" -#include "com/sun/star/frame/XTerminateListener.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/util/XModifyListener.hpp" +#include <com/sun/star/container/XNameAccess.hpp> +#include <com/sun/star/deployment/XExtensionManager.hpp> +#include <com/sun/star/deployment/ExtensionManager.hpp> +#include <com/sun/star/frame/XDesktop2.hpp> +#include <com/sun/star/frame/XTerminateListener.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/util/XModifyListener.hpp> #include "dp_gui.h" #include "dp_gui_dialog2.hxx" diff --git a/desktop/source/deployment/gui/dp_gui_updatedata.hxx b/desktop/source/deployment/gui/dp_gui_updatedata.hxx index 1e450944e086..c8ae7ab47d8e 100644 --- a/desktop/source/deployment/gui/dp_gui_updatedata.hxx +++ b/desktop/source/deployment/gui/dp_gui_updatedata.hxx @@ -19,9 +19,9 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_UPDATEDATA_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_UPDATEDATA_HXX -#include "sal/config.h" -#include "rtl/ustring.hxx" -#include "com/sun/star/uno/Reference.hxx" +#include <sal/config.h> +#include <rtl/ustring.hxx> +#include <com/sun/star/uno/Reference.hxx> #include <boost/shared_ptr.hpp> diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx index 158615210aa4..adcc1657f8aa 100644 --- a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx @@ -18,7 +18,7 @@ */ -#include "sal/config.h" +#include <sal/config.h> #include <cstddef> #include <limits> @@ -27,79 +27,79 @@ #include <vector> -#include "boost/optional.hpp" -#include "com/sun/star/awt/Rectangle.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/Toolkit.hpp" -#include "com/sun/star/awt/XWindow.hpp" -#include "com/sun/star/awt/XWindowPeer.hpp" -#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/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/DeploymentException.hpp" -#include "com/sun/star/deployment/UpdateInformationProvider.hpp" -#include "com/sun/star/deployment/XPackage.hpp" -#include "com/sun/star/deployment/XExtensionManager.hpp" -#include "com/sun/star/deployment/ExtensionManager.hpp" -#include "com/sun/star/deployment/XUpdateInformationProvider.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/lang/IllegalArgumentException.hpp" -#include "com/sun/star/lang/XMultiComponentFactory.hpp" -#include "com/sun/star/lang/XSingleServiceFactory.hpp" -#include "com/sun/star/system/SystemShellExecuteFlags.hpp" -#include "com/sun/star/system/SystemShellExecute.hpp" -#include "com/sun/star/task/InteractionHandler.hpp" -#include "com/sun/star/task/XAbortChannel.hpp" -#include "com/sun/star/task/XJob.hpp" -#include "com/sun/star/ucb/CommandAbortedException.hpp" -#include "com/sun/star/ucb/CommandFailedException.hpp" -#include "com/sun/star/ucb/XCommandEnvironment.hpp" -#include "com/sun/star/uno/Any.hxx" -#include "com/sun/star/uno/Exception.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/XInterface.hpp" -#include "com/sun/star/util/URL.hpp" -#include "com/sun/star/util/XChangesBatch.hpp" -#include "com/sun/star/util/URLTransformer.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 "osl/diagnose.h" -#include "rtl/ref.hxx" -#include "rtl/string.h" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "salhelper/thread.hxx" -#include "svtools/svlbitm.hxx" -#include "svtools/treelistbox.hxx" +#include <boost/optional.hpp> +#include <com/sun/star/awt/Rectangle.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/Toolkit.hpp> +#include <com/sun/star/awt/XWindow.hpp> +#include <com/sun/star/awt/XWindowPeer.hpp> +#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/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/DeploymentException.hpp> +#include <com/sun/star/deployment/UpdateInformationProvider.hpp> +#include <com/sun/star/deployment/XPackage.hpp> +#include <com/sun/star/deployment/XExtensionManager.hpp> +#include <com/sun/star/deployment/ExtensionManager.hpp> +#include <com/sun/star/deployment/XUpdateInformationProvider.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/lang/IllegalArgumentException.hpp> +#include <com/sun/star/lang/XMultiComponentFactory.hpp> +#include <com/sun/star/lang/XSingleServiceFactory.hpp> +#include <com/sun/star/system/SystemShellExecuteFlags.hpp> +#include <com/sun/star/system/SystemShellExecute.hpp> +#include <com/sun/star/task/InteractionHandler.hpp> +#include <com/sun/star/task/XAbortChannel.hpp> +#include <com/sun/star/task/XJob.hpp> +#include <com/sun/star/ucb/CommandAbortedException.hpp> +#include <com/sun/star/ucb/CommandFailedException.hpp> +#include <com/sun/star/ucb/XCommandEnvironment.hpp> +#include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Exception.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/XInterface.hpp> +#include <com/sun/star/util/URL.hpp> +#include <com/sun/star/util/XChangesBatch.hpp> +#include <com/sun/star/util/URLTransformer.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 <osl/diagnose.h> +#include <rtl/ref.hxx> +#include <rtl/string.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <salhelper/thread.hxx> +#include <svtools/svlbitm.hxx> +#include <svtools/treelistbox.hxx> #include <svtools/controldims.hrc> -#include "svx/checklbx.hxx" -#include "tools/gen.hxx" -#include "tools/link.hxx" -#include "tools/resid.hxx" -#include "tools/solar.h" -#include "unotools/configmgr.hxx" -#include "vcl/button.hxx" -#include "vcl/dialog.hxx" -#include "vcl/fixed.hxx" -#include "vcl/image.hxx" -#include "vcl/msgbox.hxx" -#include "vcl/svapp.hxx" -#include "osl/mutex.hxx" - -#include "comphelper/processfactory.hxx" +#include <svx/checklbx.hxx> +#include <tools/gen.hxx> +#include <tools/link.hxx> +#include <tools/resid.hxx> +#include <tools/solar.h> +#include <unotools/configmgr.hxx> +#include <vcl/button.hxx> +#include <vcl/dialog.hxx> +#include <vcl/fixed.hxx> +#include <vcl/image.hxx> +#include <vcl/msgbox.hxx> +#include <vcl/svapp.hxx> +#include <osl/mutex.hxx> + +#include <comphelper/processfactory.hxx> #include "dp_dependencies.hxx" #include "dp_descriptioninfoset.hxx" diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.hxx b/desktop/source/deployment/gui/dp_gui_updatedialog.hxx index 18a4f9ac4cd0..adcc1895154a 100644 --- a/desktop/source/deployment/gui/dp_gui_updatedialog.hxx +++ b/desktop/source/deployment/gui/dp_gui_updatedialog.hxx @@ -20,16 +20,16 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_UPDATEDIALOG_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_UPDATEDIALOG_HXX -#include "sal/config.h" +#include <sal/config.h> #include <vector> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "rtl/ref.hxx" -#include "rtl/ustring.hxx" -#include "svtools/svlbitm.hxx" -#include "svx/checklbx.hxx" -#include "tools/link.hxx" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <rtl/ref.hxx> +#include <rtl/ustring.hxx> +#include <svtools/svlbitm.hxx> +#include <svx/checklbx.hxx> +#include <tools/link.hxx> #include <vcl/layout.hxx> #include <vcl/button.hxx> #include <vcl/dialog.hxx> diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.src b/desktop/source/deployment/gui/dp_gui_updatedialog.src index ff76550614bd..aac2f888fbd4 100644 --- a/desktop/source/deployment/gui/dp_gui_updatedialog.src +++ b/desktop/source/deployment/gui/dp_gui_updatedialog.src @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "svtools/controldims.hrc" +#include <svtools/controldims.hrc> #include "dp_gui.hrc" diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx index a7bb5b122462..1a2cef33a0e6 100644 --- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx @@ -20,38 +20,38 @@ #include "dp_gui_updatedata.hxx" -#include "sal/config.h" -#include "osl/file.hxx" -#include "osl/conditn.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "tools/resid.hxx" -#include "vcl/dialog.hxx" -#include "vcl/msgbox.hxx" -#include "vcl/svapp.hxx" -#include "osl/mutex.hxx" -#include "cppuhelper/implbase3.hxx" - -#include "com/sun/star/beans/PropertyValue.hpp" -#include "com/sun/star/beans/NamedValue.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/ucb/NameClash.hpp" -#include "com/sun/star/ucb/InteractiveAugmentedIOException.hpp" -#include "com/sun/star/ucb/XCommandEnvironment.hpp" -#include "com/sun/star/ucb/XProgressHandler.hpp" -#include "com/sun/star/deployment/XExtensionManager.hpp" -#include "com/sun/star/deployment/ExtensionManager.hpp" -#include "com/sun/star/deployment/XUpdateInformationProvider.hpp" -#include "com/sun/star/deployment/DependencyException.hpp" -#include "com/sun/star/deployment/LicenseException.hpp" -#include "com/sun/star/deployment/VersionException.hpp" -#include "com/sun/star/deployment/ui/LicenseDialog.hpp" -#include "com/sun/star/task/XInteractionHandler.hpp" -#include "com/sun/star/ui/dialogs/XExecutableDialog.hpp" -#include "com/sun/star/ui/dialogs/ExecutableDialogResults.hpp" -#include "com/sun/star/task/XInteractionAbort.hpp" -#include "com/sun/star/task/XInteractionApprove.hpp" +#include <sal/config.h> +#include <osl/file.hxx> +#include <osl/conditn.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <tools/resid.hxx> +#include <vcl/dialog.hxx> +#include <vcl/msgbox.hxx> +#include <vcl/svapp.hxx> +#include <osl/mutex.hxx> +#include <cppuhelper/implbase3.hxx> + +#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/beans/NamedValue.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/ucb/NameClash.hpp> +#include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp> +#include <com/sun/star/ucb/XCommandEnvironment.hpp> +#include <com/sun/star/ucb/XProgressHandler.hpp> +#include <com/sun/star/deployment/XExtensionManager.hpp> +#include <com/sun/star/deployment/ExtensionManager.hpp> +#include <com/sun/star/deployment/XUpdateInformationProvider.hpp> +#include <com/sun/star/deployment/DependencyException.hpp> +#include <com/sun/star/deployment/LicenseException.hpp> +#include <com/sun/star/deployment/VersionException.hpp> +#include <com/sun/star/deployment/ui/LicenseDialog.hpp> +#include <com/sun/star/task/XInteractionHandler.hpp> +#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> +#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> +#include <com/sun/star/task/XInteractionAbort.hpp> +#include <com/sun/star/task/XInteractionApprove.hpp> #include "dp_descriptioninfoset.hxx" #include "dp_gui.hrc" @@ -61,12 +61,12 @@ #include "dp_misc.h" #include "dp_version.hxx" #include "dp_gui_extensioncmdqueue.hxx" -#include "ucbhelper/content.hxx" -#include "rtl/ref.hxx" -#include "salhelper/thread.hxx" -#include "com/sun/star/uno/Sequence.h" -#include "comphelper/anytostring.hxx" -#include "toolkit/helper/vclunohelper.hxx" +#include <ucbhelper/content.hxx> +#include <rtl/ref.hxx> +#include <salhelper/thread.hxx> +#include <com/sun/star/uno/Sequence.h> +#include <comphelper/anytostring.hxx> +#include <toolkit/helper/vclunohelper.hxx> #include <vector> diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx index fb594cd5b45d..434b1a188afa 100644 --- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx +++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx @@ -20,13 +20,13 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_UPDATEINSTALLDIALOG_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_DP_GUI_UPDATEINSTALLDIALOG_HXX -#include "sal/config.h" -#include "vcl/button.hxx" -#include "vcl/fixed.hxx" -#include "vcl/dialog.hxx" -#include "vcl/prgsbar.hxx" -#include "vcl/vclmedit.hxx" -#include "rtl/ref.hxx" +#include <sal/config.h> +#include <vcl/button.hxx> +#include <vcl/fixed.hxx> +#include <vcl/dialog.hxx> +#include <vcl/prgsbar.hxx> +#include <vcl/vclmedit.hxx> +#include <rtl/ref.hxx> #include <vector> /// @HTML diff --git a/desktop/source/deployment/gui/license_dialog.cxx b/desktop/source/deployment/gui/license_dialog.cxx index b758daac2b8d..16a7dfb38dee 100644 --- a/desktop/source/deployment/gui/license_dialog.cxx +++ b/desktop/source/deployment/gui/license_dialog.cxx @@ -18,25 +18,25 @@ */ -#include "cppuhelper/implbase2.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "unotools/configmgr.hxx" -#include "comphelper/servicedecl.hxx" -#include "comphelper/unwrapargs.hxx" -#include "i18nlangtag/mslangid.hxx" -#include "vcl/svapp.hxx" -#include "vcl/msgbox.hxx" -#include "toolkit/helper/vclunohelper.hxx" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "svtools/svmedit.hxx" -#include "svl/lstner.hxx" -#include "vcl/xtextedt.hxx" +#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implementationentry.hxx> +#include <unotools/configmgr.hxx> +#include <comphelper/servicedecl.hxx> +#include <comphelper/unwrapargs.hxx> +#include <i18nlangtag/mslangid.hxx> +#include <vcl/svapp.hxx> +#include <vcl/msgbox.hxx> +#include <toolkit/helper/vclunohelper.hxx> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <svtools/svmedit.hxx> +#include <svl/lstner.hxx> +#include <vcl/xtextedt.hxx> #include <vcl/scrbar.hxx> -#include "vcl/threadex.hxx" +#include <vcl/threadex.hxx> -#include "boost/bind.hpp" +#include <boost/bind.hpp> #include "dp_gui_shared.hxx" #include "license_dialog.hxx" #include "dp_gui.hrc" diff --git a/desktop/source/deployment/gui/license_dialog.hxx b/desktop/source/deployment/gui/license_dialog.hxx index 68b50c6df118..bb67afea12e7 100644 --- a/desktop/source/deployment/gui/license_dialog.hxx +++ b/desktop/source/deployment/gui/license_dialog.hxx @@ -20,11 +20,11 @@ #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_GUI_LICENSE_DIALOG_HXX #include "dp_gui.h" -#include "cppuhelper/implbase1.hxx" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/ui/dialogs/XExecutableDialog.hpp" +#include <cppuhelper/implbase1.hxx> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> -#include "boost/bind.hpp" +#include <boost/bind.hpp> namespace dp_gui { diff --git a/desktop/source/deployment/inc/dp_dependencies.hxx b/desktop/source/deployment/inc/dp_dependencies.hxx index 06043ff4333b..1d64f3b49b40 100644 --- a/desktop/source/deployment/inc/dp_dependencies.hxx +++ b/desktop/source/deployment/inc/dp_dependencies.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_DEPENDENCIES_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_DEPENDENCIES_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> #include "dp_misc_api.hxx" /// @HTML diff --git a/desktop/source/deployment/inc/dp_descriptioninfoset.hxx b/desktop/source/deployment/inc/dp_descriptioninfoset.hxx index 8a25df838cd2..a6a61dfe745e 100644 --- a/desktop/source/deployment/inc/dp_descriptioninfoset.hxx +++ b/desktop/source/deployment/inc/dp_descriptioninfoset.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_DESCRIPTIONINFOSET_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_DESCRIPTIONINFOSET_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "boost/optional.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "sal/types.h" +#include <boost/optional.hpp> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <sal/types.h> #include "dp_misc_api.hxx" /// @HTML diff --git a/desktop/source/deployment/inc/dp_identifier.hxx b/desktop/source/deployment/inc/dp_identifier.hxx index da76b1a28f96..1da6bd2379db 100644 --- a/desktop/source/deployment/inc/dp_identifier.hxx +++ b/desktop/source/deployment/inc/dp_identifier.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_IDENTIFIER_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_IDENTIFIER_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "boost/optional.hpp" -#include "com/sun/star/uno/Reference.hxx" +#include <boost/optional.hpp> +#include <com/sun/star/uno/Reference.hxx> #include "dp_misc_api.hxx" diff --git a/desktop/source/deployment/inc/dp_interact.h b/desktop/source/deployment/inc/dp_interact.h index e9aa7fadfe0b..bfe26d8b20b5 100644 --- a/desktop/source/deployment/inc/dp_interact.h +++ b/desktop/source/deployment/inc/dp_interact.h @@ -20,11 +20,11 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_INTERACT_H #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_INTERACT_H -#include "rtl/ref.hxx" -#include "cppuhelper/implbase1.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/ucb/XCommandEnvironment.hpp" -#include "com/sun/star/task/XAbortChannel.hpp" +#include <rtl/ref.hxx> +#include <cppuhelper/implbase1.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/ucb/XCommandEnvironment.hpp> +#include <com/sun/star/task/XAbortChannel.hpp> #include "dp_misc_api.hxx" namespace dp_misc diff --git a/desktop/source/deployment/inc/dp_misc.h b/desktop/source/deployment/inc/dp_misc.h index fc7aa8b837a4..5a548afc9d35 100644 --- a/desktop/source/deployment/inc/dp_misc.h +++ b/desktop/source/deployment/inc/dp_misc.h @@ -20,16 +20,16 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_MISC_H #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_MISC_H -#include "rtl/ustrbuf.hxx" -#include "rtl/instance.hxx" -#include "osl/mutex.hxx" -#include "osl/process.h" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/lang/XComponent.hpp" -#include "com/sun/star/lang/DisposedException.hpp" -#include "com/sun/star/deployment/XPackageRegistry.hpp" -#include "com/sun/star/ucb/XCommandEnvironment.hpp" -#include "com/sun/star/awt/XWindow.hpp" +#include <rtl/ustrbuf.hxx> +#include <rtl/instance.hxx> +#include <osl/mutex.hxx> +#include <osl/process.h> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/lang/XComponent.hpp> +#include <com/sun/star/lang/DisposedException.hpp> +#include <com/sun/star/deployment/XPackageRegistry.hpp> +#include <com/sun/star/ucb/XCommandEnvironment.hpp> +#include <com/sun/star/awt/XWindow.hpp> #include "dp_misc_api.hxx" #define ARLEN(x) (sizeof (x) / sizeof *(x)) diff --git a/desktop/source/deployment/inc/dp_misc_api.hxx b/desktop/source/deployment/inc/dp_misc_api.hxx index 9a21e1c61c38..0f4d1b469508 100644 --- a/desktop/source/deployment/inc/dp_misc_api.hxx +++ b/desktop/source/deployment/inc/dp_misc_api.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_MISC_API_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_MISC_API_HXX -#include "sal/config.h" -#include "sal/types.h" +#include <sal/config.h> +#include <sal/types.h> #if defined DESKTOP_DEPLOYMENTMISC_DLLIMPLEMENTATION #define DESKTOP_DEPLOYMENTMISC_DLLPUBLIC SAL_DLLPUBLIC_EXPORT diff --git a/desktop/source/deployment/inc/dp_platform.hxx b/desktop/source/deployment/inc/dp_platform.hxx index 8018e2f9de4b..0331d17396d1 100644 --- a/desktop/source/deployment/inc/dp_platform.hxx +++ b/desktop/source/deployment/inc/dp_platform.hxx @@ -23,8 +23,8 @@ #include "dp_misc_api.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "rtl/ustring.hxx" +#include <com/sun/star/uno/Sequence.hxx> +#include <rtl/ustring.hxx> namespace dp_misc { diff --git a/desktop/source/deployment/inc/dp_resource.h b/desktop/source/deployment/inc/dp_resource.h index 622ba17db9e8..c6ecfcdee645 100644 --- a/desktop/source/deployment/inc/dp_resource.h +++ b/desktop/source/deployment/inc/dp_resource.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_RESOURCE_H #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_RESOURCE_H -#include "tools/resid.hxx" +#include <tools/resid.hxx> #include <i18nlangtag/languagetag.hxx> #include "dp_misc.h" #include "dp_misc_api.hxx" diff --git a/desktop/source/deployment/inc/dp_ucb.h b/desktop/source/deployment/inc/dp_ucb.h index 3ef3eb6ee705..2b267056fd31 100644 --- a/desktop/source/deployment/inc/dp_ucb.h +++ b/desktop/source/deployment/inc/dp_ucb.h @@ -21,12 +21,12 @@ #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_UCB_H #include <list> -#include "rtl/byteseq.hxx" -#include "rtl/instance.hxx" -#include "com/sun/star/sdbc/XResultSet.hpp" -#include "com/sun/star/ucb/XCommandEnvironment.hpp" +#include <rtl/byteseq.hxx> +#include <rtl/instance.hxx> +#include <com/sun/star/sdbc/XResultSet.hpp> +#include <com/sun/star/ucb/XCommandEnvironment.hpp> #include "dp_misc_api.hxx" -#include "ucbhelper/content.hxx" +#include <ucbhelper/content.hxx> namespace ucbhelper { diff --git a/desktop/source/deployment/inc/dp_update.hxx b/desktop/source/deployment/inc/dp_update.hxx index 726e08791ead..e7ceef3a0468 100644 --- a/desktop/source/deployment/inc/dp_update.hxx +++ b/desktop/source/deployment/inc/dp_update.hxx @@ -21,13 +21,13 @@ #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_UPDATE_HXX -#include "com/sun/star/deployment/XPackage.hpp" -#include "com/sun/star/deployment/XExtensionManager.hpp" -#include "com/sun/star/deployment/XUpdateInformationProvider.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/xml/dom/XNode.hpp" +#include <com/sun/star/deployment/XPackage.hpp> +#include <com/sun/star/deployment/XExtensionManager.hpp> +#include <com/sun/star/deployment/XUpdateInformationProvider.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/xml/dom/XNode.hpp> -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> #include "dp_misc_api.hxx" #include <map> diff --git a/desktop/source/deployment/inc/dp_version.hxx b/desktop/source/deployment/inc/dp_version.hxx index 9ca8651b6e71..50916b37172d 100644 --- a/desktop/source/deployment/inc/dp_version.hxx +++ b/desktop/source/deployment/inc/dp_version.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_VERSION_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_VERSION_HXX -#include "sal/config.h" -#include "com/sun/star/uno/Reference.hxx" +#include <sal/config.h> +#include <com/sun/star/uno/Reference.hxx> #include "dp_misc_api.hxx" diff --git a/desktop/source/deployment/inc/dp_xml.h b/desktop/source/deployment/inc/dp_xml.h index a5c96ec9cc5e..5a78a8d69cdd 100644 --- a/desktop/source/deployment/inc/dp_xml.h +++ b/desktop/source/deployment/inc/dp_xml.h @@ -20,12 +20,12 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_XML_H #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_XML_H -#include "rtl/ref.hxx" -#include "rtl/ustrbuf.hxx" -#include "cppuhelper/implbase1.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/xml/input/XRoot.hpp" -#include "com/sun/star/xml/sax/XDocumentHandler.hpp" +#include <rtl/ref.hxx> +#include <rtl/ustrbuf.hxx> +#include <cppuhelper/implbase1.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/xml/input/XRoot.hpp> +#include <com/sun/star/xml/sax/XDocumentHandler.hpp> namespace ucbhelper diff --git a/desktop/source/deployment/inc/lockfile.hxx b/desktop/source/deployment/inc/lockfile.hxx index 54950ed9fa55..e9e7cb5a4412 100644 --- a/desktop/source/deployment/inc/lockfile.hxx +++ b/desktop/source/deployment/inc/lockfile.hxx @@ -35,9 +35,9 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_LOCKFILE_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_LOCKFILE_HXX -#include "sal/types.h" -#include "rtl/string.hxx" -#include "rtl/ustring.hxx" +#include <sal/types.h> +#include <rtl/string.hxx> +#include <rtl/ustring.hxx> #include "dp_misc_api.hxx" diff --git a/desktop/source/deployment/manager/dp_activepackages.cxx b/desktop/source/deployment/manager/dp_activepackages.cxx index 99e376945799..42f6b4122bc7 100644 --- a/desktop/source/deployment/manager/dp_activepackages.cxx +++ b/desktop/source/deployment/manager/dp_activepackages.cxx @@ -19,19 +19,19 @@ #include <config_features.h> -#include "sal/config.h" +#include <sal/config.h> #include <cstddef> #include <utility> #include <vector> -#include "osl/diagnose.h" -#include "rtl/strbuf.hxx" -#include "rtl/string.hxx" -#include "rtl/textenc.h" -#include "rtl/uri.h" -#include "rtl/uri.hxx" -#include "rtl/ustring.hxx" +#include <osl/diagnose.h> +#include <rtl/strbuf.hxx> +#include <rtl/string.hxx> +#include <rtl/textenc.h> +#include <rtl/uri.h> +#include <rtl/uri.hxx> +#include <rtl/ustring.hxx> #include <boost/unordered_map.hpp> #include "dp_identifier.hxx" diff --git a/desktop/source/deployment/manager/dp_activepackages.hxx b/desktop/source/deployment/manager/dp_activepackages.hxx index d64a54116fbd..97dd57ef44f8 100644 --- a/desktop/source/deployment/manager/dp_activepackages.hxx +++ b/desktop/source/deployment/manager/dp_activepackages.hxx @@ -22,7 +22,7 @@ #include <config_features.h> -#include "sal/config.h" +#include <sal/config.h> #include <utility> #include <vector> diff --git a/desktop/source/deployment/manager/dp_commandenvironments.cxx b/desktop/source/deployment/manager/dp_commandenvironments.cxx index 99e2522d1f58..8393890e435b 100644 --- a/desktop/source/deployment/manager/dp_commandenvironments.cxx +++ b/desktop/source/deployment/manager/dp_commandenvironments.cxx @@ -18,16 +18,16 @@ */ -#include "com/sun/star/deployment/VersionException.hpp" -#include "com/sun/star/deployment/LicenseException.hpp" -#include "com/sun/star/deployment/InstallException.hpp" -#include "com/sun/star/deployment/DependencyException.hpp" -#include "com/sun/star/deployment/PlatformException.hpp" -#include "com/sun/star/task/XInteractionApprove.hpp" -#include "com/sun/star/task/XInteractionAbort.hpp" -#include "com/sun/star/task/XInteractionHandler.hpp" -#include "com/sun/star/ucb/XCommandEnvironment.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" +#include <com/sun/star/deployment/VersionException.hpp> +#include <com/sun/star/deployment/LicenseException.hpp> +#include <com/sun/star/deployment/InstallException.hpp> +#include <com/sun/star/deployment/DependencyException.hpp> +#include <com/sun/star/deployment/PlatformException.hpp> +#include <com/sun/star/task/XInteractionApprove.hpp> +#include <com/sun/star/task/XInteractionAbort.hpp> +#include <com/sun/star/task/XInteractionHandler.hpp> +#include <com/sun/star/ucb/XCommandEnvironment.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include "dp_commandenvironments.hxx" namespace deployment = com::sun::star::deployment; diff --git a/desktop/source/deployment/manager/dp_commandenvironments.hxx b/desktop/source/deployment/manager/dp_commandenvironments.hxx index ca75982936ce..d51d161591ed 100644 --- a/desktop/source/deployment/manager/dp_commandenvironments.hxx +++ b/desktop/source/deployment/manager/dp_commandenvironments.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_MANAGER_DP_COMMANDENVIRONMENTS_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_MANAGER_DP_COMMANDENVIRONMENTS_HXX -#include "cppuhelper/compbase3.hxx" -#include "ucbhelper/content.hxx" -#include "com/sun/star/uno/Type.hxx" +#include <cppuhelper/compbase3.hxx> +#include <ucbhelper/content.hxx> +#include <com/sun/star/uno/Type.hxx> namespace dp_manager { diff --git a/desktop/source/deployment/manager/dp_extensionmanager.cxx b/desktop/source/deployment/manager/dp_extensionmanager.cxx index 11120f2778c7..8adba12ac067 100644 --- a/desktop/source/deployment/manager/dp_extensionmanager.cxx +++ b/desktop/source/deployment/manager/dp_extensionmanager.cxx @@ -20,29 +20,29 @@ #include <cppuhelper/implbase1.hxx> -#include "comphelper/servicedecl.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "rtl/bootstrap.hxx" -#include "com/sun/star/deployment/ExtensionManager.hpp" -#include "com/sun/star/deployment/XExtensionManager.hpp" -#include "com/sun/star/deployment/thePackageManagerFactory.hpp" -#include "com/sun/star/deployment/XPackageManager.hpp" -#include "com/sun/star/deployment/XPackageManagerFactory.hpp" -#include "com/sun/star/deployment/XPackage.hpp" -#include "com/sun/star/deployment/InstallException.hpp" -#include "com/sun/star/deployment/VersionException.hpp" -#include "com/sun/star/deployment/LicenseException.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/registry/XRegistryKey.hpp" -#include "com/sun/star/beans/Optional.hpp" -#include "com/sun/star/task/XInteractionApprove.hpp" -#include "com/sun/star/beans/Ambiguous.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/io/XInputStream.hpp" -#include "com/sun/star/util/XModifyBroadcaster.hpp" -#include "comphelper/sequence.hxx" -#include "xmlscript/xml_helper.hxx" -#include "osl/diagnose.h" +#include <comphelper/servicedecl.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <rtl/bootstrap.hxx> +#include <com/sun/star/deployment/ExtensionManager.hpp> +#include <com/sun/star/deployment/XExtensionManager.hpp> +#include <com/sun/star/deployment/thePackageManagerFactory.hpp> +#include <com/sun/star/deployment/XPackageManager.hpp> +#include <com/sun/star/deployment/XPackageManagerFactory.hpp> +#include <com/sun/star/deployment/XPackage.hpp> +#include <com/sun/star/deployment/InstallException.hpp> +#include <com/sun/star/deployment/VersionException.hpp> +#include <com/sun/star/deployment/LicenseException.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/registry/XRegistryKey.hpp> +#include <com/sun/star/beans/Optional.hpp> +#include <com/sun/star/task/XInteractionApprove.hpp> +#include <com/sun/star/beans/Ambiguous.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/io/XInputStream.hpp> +#include <com/sun/star/util/XModifyBroadcaster.hpp> +#include <comphelper/sequence.hxx> +#include <xmlscript/xml_helper.hxx> +#include <osl/diagnose.h> #include "dp_interact.h" #include "dp_resource.h" #include "dp_ucb.h" @@ -51,7 +51,7 @@ #include "dp_extensionmanager.hxx" #include "dp_commandenvironments.hxx" #include "dp_properties.hxx" -#include "boost/bind.hpp" +#include <boost/bind.hpp> #include <list> #include <boost/unordered_map.hpp> diff --git a/desktop/source/deployment/manager/dp_extensionmanager.hxx b/desktop/source/deployment/manager/dp_extensionmanager.hxx index 149c49432de2..f905c2550812 100644 --- a/desktop/source/deployment/manager/dp_extensionmanager.hxx +++ b/desktop/source/deployment/manager/dp_extensionmanager.hxx @@ -24,12 +24,12 @@ #include "dp_misc.h" #include "dp_interact.h" #include "dp_activepackages.hxx" -#include "rtl/ref.hxx" -#include "cppuhelper/compbase1.hxx" -#include "ucbhelper/content.hxx" -#include "com/sun/star/deployment/XPackageRegistry.hpp" -#include "com/sun/star/deployment/XPackageManager.hpp" -#include "osl/mutex.hxx" +#include <rtl/ref.hxx> +#include <cppuhelper/compbase1.hxx> +#include <ucbhelper/content.hxx> +#include <com/sun/star/deployment/XPackageRegistry.hpp> +#include <com/sun/star/deployment/XPackageManager.hpp> +#include <osl/mutex.hxx> #include <list> #include <boost/unordered_map.hpp> diff --git a/desktop/source/deployment/manager/dp_informationprovider.cxx b/desktop/source/deployment/manager/dp_informationprovider.cxx index 2a3b7cf22b4d..be1e782f18ae 100644 --- a/desktop/source/deployment/manager/dp_informationprovider.cxx +++ b/desktop/source/deployment/manager/dp_informationprovider.cxx @@ -18,24 +18,24 @@ */ #include <cppuhelper/implbase3.hxx> -#include "comphelper/servicedecl.hxx" - -#include "com/sun/star/deployment/UpdateInformationProvider.hpp" -#include "com/sun/star/deployment/XPackage.hpp" -#include "com/sun/star/deployment/XPackageInformationProvider.hpp" -#include "com/sun/star/deployment/ExtensionManager.hpp" -#include "com/sun/star/deployment/XUpdateInformationProvider.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/registry/XRegistryKey.hpp" -#include "com/sun/star/task/XAbortChannel.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/ucb/XCommandEnvironment.hpp" -#include "com/sun/star/xml/dom/XElement.hpp" -#include "com/sun/star/xml/dom/XNode.hpp" - -#include "com/sun/star/uno/Reference.hxx" -#include "rtl/ustring.hxx" -#include "ucbhelper/content.hxx" +#include <comphelper/servicedecl.hxx> + +#include <com/sun/star/deployment/UpdateInformationProvider.hpp> +#include <com/sun/star/deployment/XPackage.hpp> +#include <com/sun/star/deployment/XPackageInformationProvider.hpp> +#include <com/sun/star/deployment/ExtensionManager.hpp> +#include <com/sun/star/deployment/XUpdateInformationProvider.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/registry/XRegistryKey.hpp> +#include <com/sun/star/task/XAbortChannel.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/ucb/XCommandEnvironment.hpp> +#include <com/sun/star/xml/dom/XElement.hpp> +#include <com/sun/star/xml/dom/XNode.hpp> + +#include <com/sun/star/uno/Reference.hxx> +#include <rtl/ustring.hxx> +#include <ucbhelper/content.hxx> #include "dp_dependencies.hxx" #include "dp_descriptioninfoset.hxx" diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx index 04c07b26ad5c..ebd369344a17 100644 --- a/desktop/source/deployment/manager/dp_manager.cxx +++ b/desktop/source/deployment/manager/dp_manager.cxx @@ -25,36 +25,36 @@ #include "dp_platform.hxx" #include "dp_manager.h" #include "dp_identifier.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/string.hxx" -#include "rtl/uri.hxx" -#include "rtl/bootstrap.hxx" -#include "osl/diagnose.h" -#include "osl/file.hxx" -#include "osl/security.hxx" -#include "cppuhelper/weakref.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "cppuhelper/implbase1.hxx" -#include "cppuhelper/interfacecontainer.hxx" -#include "comphelper/servicedecl.hxx" -#include "comphelper/sequence.hxx" -#include "xmlscript/xml_helper.hxx" -#include "svl/inettype.hxx" -#include "com/sun/star/lang/DisposedException.hpp" -#include "com/sun/star/lang/WrappedTargetRuntimeException.hpp" -#include "com/sun/star/beans/UnknownPropertyException.hpp" -#include "com/sun/star/util/XUpdatable.hpp" -#include "com/sun/star/sdbc/XResultSet.hpp" -#include "com/sun/star/sdbc/XRow.hpp" -#include "com/sun/star/ucb/XContentAccess.hpp" -#include "com/sun/star/ucb/NameClash.hpp" -#include "com/sun/star/deployment/VersionException.hpp" -#include "com/sun/star/deployment/InstallException.hpp" -#include "com/sun/star/deployment/Prerequisites.hpp" -#include "com/sun/star/task/XInteractionApprove.hpp" -#include "com/sun/star/ucb/UnsupportedCommandException.hpp" -#include "boost/bind.hpp" -#include "unotools/tempfile.hxx" +#include <rtl/ustrbuf.hxx> +#include <rtl/string.hxx> +#include <rtl/uri.hxx> +#include <rtl/bootstrap.hxx> +#include <osl/diagnose.h> +#include <osl/file.hxx> +#include <osl/security.hxx> +#include <cppuhelper/weakref.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/interfacecontainer.hxx> +#include <comphelper/servicedecl.hxx> +#include <comphelper/sequence.hxx> +#include <xmlscript/xml_helper.hxx> +#include <svl/inettype.hxx> +#include <com/sun/star/lang/DisposedException.hpp> +#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> +#include <com/sun/star/beans/UnknownPropertyException.hpp> +#include <com/sun/star/util/XUpdatable.hpp> +#include <com/sun/star/sdbc/XResultSet.hpp> +#include <com/sun/star/sdbc/XRow.hpp> +#include <com/sun/star/ucb/XContentAccess.hpp> +#include <com/sun/star/ucb/NameClash.hpp> +#include <com/sun/star/deployment/VersionException.hpp> +#include <com/sun/star/deployment/InstallException.hpp> +#include <com/sun/star/deployment/Prerequisites.hpp> +#include <com/sun/star/task/XInteractionApprove.hpp> +#include <com/sun/star/ucb/UnsupportedCommandException.hpp> +#include <boost/bind.hpp> +#include <unotools/tempfile.hxx> #include <vector> #include <list> diff --git a/desktop/source/deployment/manager/dp_manager.h b/desktop/source/deployment/manager/dp_manager.h index 256b035b0796..91e7257fe4a7 100644 --- a/desktop/source/deployment/manager/dp_manager.h +++ b/desktop/source/deployment/manager/dp_manager.h @@ -24,12 +24,12 @@ #include "dp_misc.h" #include "dp_interact.h" #include "dp_activepackages.hxx" -#include "rtl/ref.hxx" -#include "cppuhelper/compbase1.hxx" -#include "cppuhelper/implbase2.hxx" -#include "ucbhelper/content.hxx" -#include "com/sun/star/deployment/XPackageRegistry.hpp" -#include "com/sun/star/deployment/XPackageManager.hpp" +#include <rtl/ref.hxx> +#include <cppuhelper/compbase1.hxx> +#include <cppuhelper/implbase2.hxx> +#include <ucbhelper/content.hxx> +#include <com/sun/star/deployment/XPackageRegistry.hpp> +#include <com/sun/star/deployment/XPackageManager.hpp> #include <memory> diff --git a/desktop/source/deployment/manager/dp_managerfac.cxx b/desktop/source/deployment/manager/dp_managerfac.cxx index dd2246b8a8f3..91c39755f4f2 100644 --- a/desktop/source/deployment/manager/dp_managerfac.cxx +++ b/desktop/source/deployment/manager/dp_managerfac.cxx @@ -20,9 +20,9 @@ #include "dp_manager.h" #include "dp_resource.h" -#include "cppuhelper/compbase1.hxx" -#include "comphelper/servicedecl.hxx" -#include "com/sun/star/deployment/thePackageManagerFactory.hpp" +#include <cppuhelper/compbase1.hxx> +#include <comphelper/servicedecl.hxx> +#include <com/sun/star/deployment/thePackageManagerFactory.hpp> #include <boost/unordered_map.hpp> diff --git a/desktop/source/deployment/manager/dp_properties.cxx b/desktop/source/deployment/manager/dp_properties.cxx index f45f42f7011f..a126246cdae3 100644 --- a/desktop/source/deployment/manager/dp_properties.cxx +++ b/desktop/source/deployment/manager/dp_properties.cxx @@ -18,14 +18,14 @@ */ -#include "com/sun/star/ucb/XCommandEnvironment.hpp" -#include "com/sun/star/lang/IllegalArgumentException.hpp" -#include "xmlscript/xml_helper.hxx" -#include "ucbhelper/content.hxx" +#include <com/sun/star/ucb/XCommandEnvironment.hpp> +#include <com/sun/star/lang/IllegalArgumentException.hpp> +#include <xmlscript/xml_helper.hxx> +#include <ucbhelper/content.hxx> #include <list> #include "dp_ucb.h" -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> #include "dp_properties.hxx" namespace lang = com::sun::star::lang; diff --git a/desktop/source/deployment/manager/dp_properties.hxx b/desktop/source/deployment/manager/dp_properties.hxx index da72e8e11a58..c342859848c0 100644 --- a/desktop/source/deployment/manager/dp_properties.hxx +++ b/desktop/source/deployment/manager/dp_properties.hxx @@ -22,9 +22,9 @@ -#include "com/sun/star/beans/NamedValue.hpp" -#include "com/sun/star/ucb/XCommandEnvironment.hpp" -#include "boost/optional.hpp" +#include <com/sun/star/beans/NamedValue.hpp> +#include <com/sun/star/ucb/XCommandEnvironment.hpp> +#include <boost/optional.hpp> namespace dp_manager { diff --git a/desktop/source/deployment/misc/dp_dependencies.cxx b/desktop/source/deployment/misc/dp_dependencies.cxx index 696d3a7ee77e..10d10f292765 100644 --- a/desktop/source/deployment/misc/dp_dependencies.cxx +++ b/desktop/source/deployment/misc/dp_dependencies.cxx @@ -19,19 +19,19 @@ #include <config_folders.h> -#include "sal/config.h" - -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "com/sun/star/xml/dom/XElement.hpp" -#include "com/sun/star/xml/dom/XNodeList.hpp" -#include "rtl/bootstrap.hxx" -#include "rtl/string.h" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "tools/resid.hxx" -#include "unotools/configmgr.hxx" +#include <sal/config.h> + +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/xml/dom/XElement.hpp> +#include <com/sun/star/xml/dom/XNodeList.hpp> +#include <rtl/bootstrap.hxx> +#include <rtl/string.h> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <tools/resid.hxx> +#include <unotools/configmgr.hxx> #include "deployment.hrc" #include "dp_resource.h" diff --git a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx index 15643375b48b..6fcfc3c67b21 100644 --- a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx +++ b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx @@ -20,40 +20,40 @@ #include "dp_descriptioninfoset.hxx" #include "dp_resource.h" -#include "sal/config.h" - -#include "comphelper/sequence.hxx" -#include "comphelper/seqstream.hxx" -#include "comphelper/makesequence.hxx" -#include "comphelper/processfactory.hxx" -#include "boost/noncopyable.hpp" -#include "boost/optional.hpp" -#include "com/sun/star/configuration/theDefaultProvider.hpp" -#include "com/sun/star/container/XNameAccess.hpp" -#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/io/SequenceInputStream.hpp" -#include "com/sun/star/lang/XMultiComponentFactory.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/XNode.hpp" -#include "com/sun/star/xml/dom/XNodeList.hpp" -#include "com/sun/star/xml/dom/DocumentBuilder.hpp" -#include "com/sun/star/xml/xpath/XPathAPI.hpp" -#include "com/sun/star/ucb/InteractiveIOException.hpp" -#include "cppuhelper/implbase1.hxx" -#include "cppuhelper/implbase2.hxx" -#include "cppuhelper/weak.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "ucbhelper/content.hxx" +#include <sal/config.h> + +#include <comphelper/sequence.hxx> +#include <comphelper/seqstream.hxx> +#include <comphelper/makesequence.hxx> +#include <comphelper/processfactory.hxx> +#include <boost/noncopyable.hpp> +#include <boost/optional.hpp> +#include <com/sun/star/configuration/theDefaultProvider.hpp> +#include <com/sun/star/container/XNameAccess.hpp> +#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/io/SequenceInputStream.hpp> +#include <com/sun/star/lang/XMultiComponentFactory.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/XNode.hpp> +#include <com/sun/star/xml/dom/XNodeList.hpp> +#include <com/sun/star/xml/dom/DocumentBuilder.hpp> +#include <com/sun/star/xml/xpath/XPathAPI.hpp> +#include <com/sun/star/ucb/InteractiveIOException.hpp> +#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/weak.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <ucbhelper/content.hxx> namespace { diff --git a/desktop/source/deployment/misc/dp_identifier.cxx b/desktop/source/deployment/misc/dp_identifier.cxx index a8fb964e03fc..70967647f87c 100644 --- a/desktop/source/deployment/misc/dp_identifier.cxx +++ b/desktop/source/deployment/misc/dp_identifier.cxx @@ -18,16 +18,16 @@ */ -#include "sal/config.h" - -#include "boost/optional.hpp" -#include "com/sun/star/beans/Optional.hpp" -#include "com/sun/star/deployment/XPackage.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "osl/diagnose.h" -#include "rtl/string.h" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.hxx" +#include <sal/config.h> + +#include <boost/optional.hpp> +#include <com/sun/star/beans/Optional.hpp> +#include <com/sun/star/deployment/XPackage.hpp> +#include <com/sun/star/uno/Reference.hxx> +#include <osl/diagnose.h> +#include <rtl/string.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.hxx> #include "dp_identifier.hxx" diff --git a/desktop/source/deployment/misc/dp_interact.cxx b/desktop/source/deployment/misc/dp_interact.cxx index f61536868438..2c35355f5c98 100644 --- a/desktop/source/deployment/misc/dp_interact.cxx +++ b/desktop/source/deployment/misc/dp_interact.cxx @@ -19,9 +19,9 @@ #include "dp_interact.h" -#include "cppuhelper/exc_hlp.hxx" -#include "cppuhelper/implbase1.hxx" -#include "com/sun/star/task/XInteractionAbort.hpp" +#include <cppuhelper/exc_hlp.hxx> +#include <cppuhelper/implbase1.hxx> +#include <com/sun/star/task/XInteractionAbort.hpp> using namespace ::com::sun::star; diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx index 9973b775c0e7..a021e23d11b6 100644 --- a/desktop/source/deployment/misc/dp_misc.cxx +++ b/desktop/source/deployment/misc/dp_misc.cxx @@ -22,25 +22,25 @@ #include "dp_misc.h" #include "dp_version.hxx" #include "dp_interact.h" -#include "rtl/uri.hxx" -#include "rtl/digest.h" -#include "rtl/random.h" -#include "rtl/bootstrap.hxx" -#include "unotools/bootstrap.hxx" -#include "osl/file.hxx" -#include "osl/pipe.hxx" -#include "osl/security.hxx" -#include "osl/thread.hxx" -#include "osl/mutex.hxx" -#include "com/sun/star/ucb/CommandAbortedException.hpp" -#include "com/sun/star/task/XInteractionHandler.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/deployment/ExtensionManager.hpp" -#include "com/sun/star/task/OfficeRestartManager.hpp" -#include "boost/scoped_array.hpp" -#include "boost/shared_ptr.hpp" +#include <rtl/uri.hxx> +#include <rtl/digest.h> +#include <rtl/random.h> +#include <rtl/bootstrap.hxx> +#include <unotools/bootstrap.hxx> +#include <osl/file.hxx> +#include <osl/pipe.hxx> +#include <osl/security.hxx> +#include <osl/thread.hxx> +#include <osl/mutex.hxx> +#include <com/sun/star/ucb/CommandAbortedException.hpp> +#include <com/sun/star/task/XInteractionHandler.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/deployment/ExtensionManager.hpp> +#include <com/sun/star/task/OfficeRestartManager.hpp> +#include <boost/scoped_array.hpp> +#include <boost/shared_ptr.hpp> #include <comphelper/processfactory.hxx> #include <salhelper/linkhelper.hxx> diff --git a/desktop/source/deployment/misc/dp_platform.cxx b/desktop/source/deployment/misc/dp_platform.cxx index 09b3fcd6f878..6b5215a5e3fb 100644 --- a/desktop/source/deployment/misc/dp_platform.cxx +++ b/desktop/source/deployment/misc/dp_platform.cxx @@ -20,10 +20,10 @@ #include "dp_misc.h" #include "dp_platform.hxx" -#include "rtl/ustring.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/instance.hxx" -#include "rtl/bootstrap.hxx" +#include <rtl/ustring.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/instance.hxx> +#include <rtl/bootstrap.hxx> #define PLATFORM_ALL "all" #define PLATFORM_WIN_X86 "windows_x86" diff --git a/desktop/source/deployment/misc/dp_resource.cxx b/desktop/source/deployment/misc/dp_resource.cxx index 4f4a30099d48..eb64115788b7 100644 --- a/desktop/source/deployment/misc/dp_resource.cxx +++ b/desktop/source/deployment/misc/dp_resource.cxx @@ -20,12 +20,12 @@ #include "dp_misc.h" #include "dp_resource.h" -#include "osl/module.hxx" -#include "osl/mutex.hxx" +#include <osl/module.hxx> +#include <osl/mutex.hxx> #include <tools/resmgr.hxx> -#include "rtl/ustring.h" -#include "cppuhelper/implbase1.hxx" -#include "unotools/configmgr.hxx" +#include <rtl/ustring.h> +#include <cppuhelper/implbase1.hxx> +#include <unotools/configmgr.hxx> #include <i18nlangtag/languagetag.hxx> diff --git a/desktop/source/deployment/misc/dp_ucb.cxx b/desktop/source/deployment/misc/dp_ucb.cxx index f53cba2ce593..f765835bdc06 100644 --- a/desktop/source/deployment/misc/dp_ucb.cxx +++ b/desktop/source/deployment/misc/dp_ucb.cxx @@ -21,15 +21,15 @@ #include "deployment.hrc" #include "dp_misc.h" #include "dp_ucb.h" -#include "rtl/uri.hxx" -#include "rtl/ustrbuf.hxx" -#include "ucbhelper/content.hxx" -#include "xmlscript/xml_helper.hxx" -#include "com/sun/star/io/XInputStream.hpp" -#include "com/sun/star/ucb/CommandFailedException.hpp" -#include "com/sun/star/ucb/ContentInfo.hpp" -#include "com/sun/star/ucb/ContentInfoAttribute.hpp" -#include "comphelper/processfactory.hxx" +#include <rtl/uri.hxx> +#include <rtl/ustrbuf.hxx> +#include <ucbhelper/content.hxx> +#include <xmlscript/xml_helper.hxx> +#include <com/sun/star/io/XInputStream.hpp> +#include <com/sun/star/ucb/CommandFailedException.hpp> +#include <com/sun/star/ucb/ContentInfo.hpp> +#include <com/sun/star/ucb/ContentInfoAttribute.hpp> +#include <comphelper/processfactory.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/desktop/source/deployment/misc/dp_update.cxx b/desktop/source/deployment/misc/dp_update.cxx index 970544f1f055..f8bde2e2b47c 100644 --- a/desktop/source/deployment/misc/dp_update.cxx +++ b/desktop/source/deployment/misc/dp_update.cxx @@ -24,7 +24,7 @@ #include "dp_identifier.hxx" #include "dp_descriptioninfoset.hxx" -#include "rtl/bootstrap.hxx" +#include <rtl/bootstrap.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/desktop/source/deployment/misc/dp_version.cxx b/desktop/source/deployment/misc/dp_version.cxx index 51add949a33f..edf8b5147279 100644 --- a/desktop/source/deployment/misc/dp_version.cxx +++ b/desktop/source/deployment/misc/dp_version.cxx @@ -18,10 +18,10 @@ */ -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/deployment/XPackage.hpp" -#include "rtl/ustring.hxx" +#include <com/sun/star/deployment/XPackage.hpp> +#include <rtl/ustring.hxx> #include "dp_version.hxx" diff --git a/desktop/source/deployment/registry/component/dp_compbackenddb.cxx b/desktop/source/deployment/registry/component/dp_compbackenddb.cxx index 565efb405137..05ba8b7a037f 100644 --- a/desktop/source/deployment/registry/component/dp_compbackenddb.cxx +++ b/desktop/source/deployment/registry/component/dp_compbackenddb.cxx @@ -18,12 +18,12 @@ */ -#include "rtl/string.h" -#include "rtl/bootstrap.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/xml/dom/XDocumentBuilder.hpp" -#include "com/sun/star/xml/xpath/XXPathAPI.hpp" +#include <rtl/string.h> +#include <rtl/bootstrap.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/xml/dom/XDocumentBuilder.hpp> +#include <com/sun/star/xml/xpath/XXPathAPI.hpp> #include "dp_misc.h" #include "dp_compbackenddb.hxx" diff --git a/desktop/source/deployment/registry/component/dp_compbackenddb.hxx b/desktop/source/deployment/registry/component/dp_compbackenddb.hxx index ed344430f711..ec2aff2c33b7 100644 --- a/desktop/source/deployment/registry/component/dp_compbackenddb.hxx +++ b/desktop/source/deployment/registry/component/dp_compbackenddb.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_COMPONENT_DP_COMPBACKENDDB_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_COMPONENT_DP_COMPBACKENDDB_HXX -#include "rtl/ustring.hxx" -#include "rtl/string.hxx" +#include <rtl/ustring.hxx> +#include <rtl/string.hxx> #include <vector> #include <list> #include "dp_backenddb.hxx" diff --git a/desktop/source/deployment/registry/component/dp_component.cxx b/desktop/source/deployment/registry/component/dp_component.cxx index 13c89c9f1386..ed54773f756b 100644 --- a/desktop/source/deployment/registry/component/dp_component.cxx +++ b/desktop/source/deployment/registry/component/dp_component.cxx @@ -22,26 +22,26 @@ #include "dp_backend.h" #include "dp_platform.hxx" #include "dp_ucb.h" -#include "rtl/string.hxx" -#include "rtl/strbuf.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/uri.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "ucbhelper/content.hxx" -#include "comphelper/anytostring.hxx" -#include "comphelper/servicedecl.hxx" -#include "comphelper/sequence.hxx" -#include "xmlscript/xml_helper.hxx" -#include "svl/inettype.hxx" -#include "com/sun/star/lang/WrappedTargetRuntimeException.hpp" -#include "com/sun/star/container/XNameContainer.hpp" -#include "com/sun/star/container/XSet.hpp" -#include "com/sun/star/registry/XSimpleRegistry.hpp" -#include "com/sun/star/registry/XImplementationRegistration.hpp" -#include "com/sun/star/loader/XImplementationLoader.hpp" -#include "com/sun/star/io/XInputStream.hpp" -#include "com/sun/star/ucb/NameClash.hpp" -#include "com/sun/star/util/theMacroExpander.hpp" +#include <rtl/string.hxx> +#include <rtl/strbuf.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/uri.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <ucbhelper/content.hxx> +#include <comphelper/anytostring.hxx> +#include <comphelper/servicedecl.hxx> +#include <comphelper/sequence.hxx> +#include <xmlscript/xml_helper.hxx> +#include <svl/inettype.hxx> +#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> +#include <com/sun/star/container/XNameContainer.hpp> +#include <com/sun/star/container/XSet.hpp> +#include <com/sun/star/registry/XSimpleRegistry.hpp> +#include <com/sun/star/registry/XImplementationRegistration.hpp> +#include <com/sun/star/loader/XImplementationLoader.hpp> +#include <com/sun/star/io/XInputStream.hpp> +#include <com/sun/star/ucb/NameClash.hpp> +#include <com/sun/star/util/theMacroExpander.hpp> #include <list> #include <boost/unordered_map.hpp> #include <vector> diff --git a/desktop/source/deployment/registry/configuration/dp_configuration.cxx b/desktop/source/deployment/registry/configuration/dp_configuration.cxx index 1039c7265a00..1f1b084f6712 100644 --- a/desktop/source/deployment/registry/configuration/dp_configuration.cxx +++ b/desktop/source/deployment/registry/configuration/dp_configuration.cxx @@ -28,22 +28,22 @@ #include "dp_persmap.h" #endif #include "dp_ucb.h" -#include "rtl/string.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/uri.hxx" -#include "osl/file.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "ucbhelper/content.hxx" -#include "unotools/ucbhelper.hxx" -#include "comphelper/anytostring.hxx" -#include "comphelper/servicedecl.hxx" -#include "xmlscript/xml_helper.hxx" -#include "svl/inettype.hxx" -#include "com/sun/star/configuration/Update.hpp" -#include "com/sun/star/ucb/NameClash.hpp" -#include "com/sun/star/io/XActiveDataSink.hpp" -#include "com/sun/star/lang/WrappedTargetRuntimeException.hpp" -#include "com/sun/star/util/XRefreshable.hpp" +#include <rtl/string.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/uri.hxx> +#include <osl/file.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <ucbhelper/content.hxx> +#include <unotools/ucbhelper.hxx> +#include <comphelper/anytostring.hxx> +#include <comphelper/servicedecl.hxx> +#include <xmlscript/xml_helper.hxx> +#include <svl/inettype.hxx> +#include <com/sun/star/configuration/Update.hpp> +#include <com/sun/star/ucb/NameClash.hpp> +#include <com/sun/star/io/XActiveDataSink.hpp> +#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> +#include <com/sun/star/util/XRefreshable.hpp> #include <list> #include <memory> diff --git a/desktop/source/deployment/registry/configuration/dp_configurationbackenddb.cxx b/desktop/source/deployment/registry/configuration/dp_configurationbackenddb.cxx index 47e364e2b754..c51f127adeb1 100644 --- a/desktop/source/deployment/registry/configuration/dp_configurationbackenddb.cxx +++ b/desktop/source/deployment/registry/configuration/dp_configurationbackenddb.cxx @@ -18,12 +18,12 @@ */ -#include "rtl/string.h" -#include "rtl/bootstrap.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/xml/dom/XDocumentBuilder.hpp" -#include "com/sun/star/xml/xpath/XXPathAPI.hpp" +#include <rtl/string.h> +#include <rtl/bootstrap.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/xml/dom/XDocumentBuilder.hpp> +#include <com/sun/star/xml/xpath/XXPathAPI.hpp> #include "dp_misc.h" #include "dp_configurationbackenddb.hxx" diff --git a/desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx b/desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx index c68e07a3a828..b1de325ed5ca 100644 --- a/desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx +++ b/desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_CONFIGURATION_DP_CONFIGURATIONBACKENDDB_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_CONFIGURATION_DP_CONFIGURATIONBACKENDDB_HXX -#include "rtl/ustring.hxx" -#include "rtl/string.hxx" +#include <rtl/ustring.hxx> +#include <rtl/string.hxx> #include <list> -#include "boost/optional.hpp" +#include <boost/optional.hpp> #include "dp_backenddb.hxx" namespace com { namespace sun { namespace star { diff --git a/desktop/source/deployment/registry/dp_backend.cxx b/desktop/source/deployment/registry/dp_backend.cxx index 69b918b87216..1b3cd1e5c4dc 100644 --- a/desktop/source/deployment/registry/dp_backend.cxx +++ b/desktop/source/deployment/registry/dp_backend.cxx @@ -17,29 +17,29 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> #include "dp_backend.h" #include "dp_ucb.h" -#include "rtl/ustring.hxx" -#include "rtl/uri.hxx" -#include "rtl/bootstrap.hxx" -#include "osl/file.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "comphelper/servicedecl.hxx" -#include "comphelper/unwrapargs.hxx" -#include "ucbhelper/content.hxx" -#include "com/sun/star/lang/WrappedTargetRuntimeException.hpp" -#include "com/sun/star/deployment/InvalidRemovedParameterException.hpp" -#include "com/sun/star/deployment/thePackageManagerFactory.hpp" -#include "com/sun/star/ucb/InteractiveAugmentedIOException.hpp" -#include "com/sun/star/ucb/IOErrorCode.hpp" -#include "com/sun/star/beans/StringPair.hpp" -#include "com/sun/star/sdbc/XResultSet.hpp" -#include "com/sun/star/sdbc/XRow.hpp" -#include "unotools/tempfile.hxx" +#include <rtl/ustring.hxx> +#include <rtl/uri.hxx> +#include <rtl/bootstrap.hxx> +#include <osl/file.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <comphelper/servicedecl.hxx> +#include <comphelper/unwrapargs.hxx> +#include <ucbhelper/content.hxx> +#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> +#include <com/sun/star/deployment/InvalidRemovedParameterException.hpp> +#include <com/sun/star/deployment/thePackageManagerFactory.hpp> +#include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp> +#include <com/sun/star/ucb/IOErrorCode.hpp> +#include <com/sun/star/beans/StringPair.hpp> +#include <com/sun/star/sdbc/XResultSet.hpp> +#include <com/sun/star/sdbc/XRow.hpp> +#include <unotools/tempfile.hxx> using namespace ::dp_misc; diff --git a/desktop/source/deployment/registry/dp_backenddb.cxx b/desktop/source/deployment/registry/dp_backenddb.cxx index 378a1add24dd..1c2b2548c1f5 100644 --- a/desktop/source/deployment/registry/dp_backenddb.cxx +++ b/desktop/source/deployment/registry/dp_backenddb.cxx @@ -18,20 +18,20 @@ */ -#include "rtl/string.h" -#include "rtl/strbuf.hxx" -#include "rtl/bootstrap.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "osl/file.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/xml/dom/DocumentBuilder.hpp" -#include "com/sun/star/xml/xpath/XPathAPI.hpp" -#include "com/sun/star/io/XActiveDataSource.hpp" -#include "com/sun/star/io/XActiveDataControl.hpp" +#include <rtl/string.h> +#include <rtl/strbuf.hxx> +#include <rtl/bootstrap.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <osl/file.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/xml/dom/DocumentBuilder.hpp> +#include <com/sun/star/xml/xpath/XPathAPI.hpp> +#include <com/sun/star/io/XActiveDataSource.hpp> +#include <com/sun/star/io/XActiveDataControl.hpp> #include "dp_ucb.h" #include "dp_misc.h" -#include "ucbhelper/content.hxx" -#include "xmlscript/xml_helper.hxx" +#include <ucbhelper/content.hxx> +#include <xmlscript/xml_helper.hxx> #include "dp_backenddb.hxx" diff --git a/desktop/source/deployment/registry/dp_registry.cxx b/desktop/source/deployment/registry/dp_registry.cxx index 0c9885879e21..dc1a689f20ca 100644 --- a/desktop/source/deployment/registry/dp_registry.cxx +++ b/desktop/source/deployment/registry/dp_registry.cxx @@ -26,22 +26,22 @@ #include "dp_resource.h" #include "dp_interact.h" #include "dp_ucb.h" -#include "osl/diagnose.h" -#include "rtl/ustrbuf.hxx" -#include "rtl/uri.hxx" -#include "cppuhelper/compbase2.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "comphelper/sequence.hxx" -#include "ucbhelper/content.hxx" -#include "com/sun/star/uno/DeploymentException.hpp" -#include "com/sun/star/lang/DisposedException.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/util/XUpdatable.hpp" -#include "com/sun/star/container/XContentEnumerationAccess.hpp" -#include "com/sun/star/deployment/PackageRegistryBackend.hpp" +#include <osl/diagnose.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/uri.hxx> +#include <cppuhelper/compbase2.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <comphelper/sequence.hxx> +#include <ucbhelper/content.hxx> +#include <com/sun/star/uno/DeploymentException.hpp> +#include <com/sun/star/lang/DisposedException.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/util/XUpdatable.hpp> +#include <com/sun/star/container/XContentEnumerationAccess.hpp> +#include <com/sun/star/deployment/PackageRegistryBackend.hpp> #include <boost/unordered_map.hpp> #include <set> #include <boost/unordered_set.hpp> diff --git a/desktop/source/deployment/registry/executable/dp_executable.cxx b/desktop/source/deployment/registry/executable/dp_executable.cxx index 5886eab9dfcf..723a49f5e15a 100644 --- a/desktop/source/deployment/registry/executable/dp_executable.cxx +++ b/desktop/source/deployment/registry/executable/dp_executable.cxx @@ -22,12 +22,12 @@ #include "dp_backend.h" #include "dp_ucb.h" #include "dp_interact.h" -#include "rtl/string.hxx" -#include "osl/file.hxx" -#include "ucbhelper/content.hxx" -#include "comphelper/servicedecl.hxx" -#include "svl/inettype.hxx" -#include "cppuhelper/implbase1.hxx" +#include <rtl/string.hxx> +#include <osl/file.hxx> +#include <ucbhelper/content.hxx> +#include <comphelper/servicedecl.hxx> +#include <svl/inettype.hxx> +#include <cppuhelper/implbase1.hxx> #include "dp_executablebackenddb.hxx" using namespace ::com::sun::star; diff --git a/desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx b/desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx index fcafcfc390ab..81788563db5f 100644 --- a/desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx +++ b/desktop/source/deployment/registry/executable/dp_executablebackenddb.cxx @@ -18,8 +18,8 @@ */ -#include "rtl/string.h" -#include "com/sun/star/uno/XComponentContext.hpp" +#include <rtl/string.h> +#include <com/sun/star/uno/XComponentContext.hpp> #include "dp_misc.h" #include "dp_executablebackenddb.hxx" diff --git a/desktop/source/deployment/registry/executable/dp_executablebackenddb.hxx b/desktop/source/deployment/registry/executable/dp_executablebackenddb.hxx index c45e766d2f37..dcf3135a437f 100644 --- a/desktop/source/deployment/registry/executable/dp_executablebackenddb.hxx +++ b/desktop/source/deployment/registry/executable/dp_executablebackenddb.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_EXECUTABLE_DP_EXECUTABLEBACKENDDB_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_EXECUTABLE_DP_EXECUTABLEBACKENDDB_HXX -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include "dp_backenddb.hxx" namespace com { namespace sun { namespace star { diff --git a/desktop/source/deployment/registry/help/dp_help.cxx b/desktop/source/deployment/registry/help/dp_help.cxx index 74259ae3a08c..ab1f317ce37c 100644 --- a/desktop/source/deployment/registry/help/dp_help.cxx +++ b/desktop/source/deployment/registry/help/dp_help.cxx @@ -23,14 +23,14 @@ #include "dp_backend.h" #include "dp_helpbackenddb.hxx" #include "dp_ucb.h" -#include "rtl/uri.hxx" -#include "osl/file.hxx" -#include "rtl/bootstrap.hxx" -#include "ucbhelper/content.hxx" -#include "comphelper/servicedecl.hxx" -#include "svl/inettype.hxx" -#include "uno/current_context.hxx" -#include "unotools/pathoptions.hxx" +#include <rtl/uri.hxx> +#include <osl/file.hxx> +#include <rtl/bootstrap.hxx> +#include <ucbhelper/content.hxx> +#include <comphelper/servicedecl.hxx> +#include <svl/inettype.hxx> +#include <uno/current_context.hxx> +#include <unotools/pathoptions.hxx> #if HAVE_FEATURE_DESKTOP #include <helpcompiler/compilehelp.hxx> @@ -41,7 +41,7 @@ #include <com/sun/star/uri/XUriReferenceFactory.hpp> #include <com/sun/star/uri/XVndSunStarExpandUrl.hpp> #include <com/sun/star/script/XInvocation.hpp> -#include "boost/optional.hpp" +#include <boost/optional.hpp> using namespace ::dp_misc; using namespace ::com::sun::star; diff --git a/desktop/source/deployment/registry/help/dp_helpbackenddb.cxx b/desktop/source/deployment/registry/help/dp_helpbackenddb.cxx index 4d66fe4dd398..1b8833150b6f 100644 --- a/desktop/source/deployment/registry/help/dp_helpbackenddb.cxx +++ b/desktop/source/deployment/registry/help/dp_helpbackenddb.cxx @@ -18,12 +18,12 @@ */ -#include "rtl/string.h" -#include "rtl/bootstrap.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/xml/dom/XDocumentBuilder.hpp" -#include "com/sun/star/xml/xpath/XXPathAPI.hpp" +#include <rtl/string.h> +#include <rtl/bootstrap.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/xml/dom/XDocumentBuilder.hpp> +#include <com/sun/star/xml/xpath/XXPathAPI.hpp> #include "dp_misc.h" #include "dp_helpbackenddb.hxx" diff --git a/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx b/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx index d826f6a07395..031cccb42786 100644 --- a/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx +++ b/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_HELP_DP_HELPBACKENDDB_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_HELP_DP_HELPBACKENDDB_HXX -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include <list> -#include "boost/optional.hpp" +#include <boost/optional.hpp> #include "dp_backenddb.hxx" namespace com { namespace sun { namespace star { diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h index 8e1a75e93d49..24a55fdd1f16 100644 --- a/desktop/source/deployment/registry/inc/dp_backend.h +++ b/desktop/source/deployment/registry/inc/dp_backend.h @@ -23,16 +23,16 @@ #include "dp_misc.h" #include "dp_resource.h" #include "dp_interact.h" -#include "rtl/ref.hxx" -#include "cppuhelper/weakref.hxx" -#include "cppuhelper/implbase1.hxx" -#include "cppuhelper/compbase1.hxx" -#include "cppuhelper/compbase2.hxx" -#include "tools/inetmime.hxx" -#include "com/sun/star/lang/XEventListener.hpp" -#include "com/sun/star/deployment/XPackageRegistry.hpp" -#include "com/sun/star/deployment/XPackageManager.hpp" -#include "com/sun/star/deployment/InvalidRemovedParameterException.hpp" +#include <rtl/ref.hxx> +#include <cppuhelper/weakref.hxx> +#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/compbase1.hxx> +#include <cppuhelper/compbase2.hxx> +#include <tools/inetmime.hxx> +#include <com/sun/star/lang/XEventListener.hpp> +#include <com/sun/star/deployment/XPackageRegistry.hpp> +#include <com/sun/star/deployment/XPackageManager.hpp> +#include <com/sun/star/deployment/InvalidRemovedParameterException.hpp> #include <boost/unordered_map.hpp> #include <list> #include "dp_registry.hrc" diff --git a/desktop/source/deployment/registry/inc/dp_backenddb.hxx b/desktop/source/deployment/registry/inc/dp_backenddb.hxx index f740af3b9323..b31b9cbb4e16 100644 --- a/desktop/source/deployment/registry/inc/dp_backenddb.hxx +++ b/desktop/source/deployment/registry/inc/dp_backenddb.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_INC_DP_BACKENDDB_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_INC_DP_BACKENDDB_HXX -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include <list> #include <vector> diff --git a/desktop/source/deployment/registry/package/dp_extbackenddb.cxx b/desktop/source/deployment/registry/package/dp_extbackenddb.cxx index af7353287229..4d1b6ffd8c5f 100644 --- a/desktop/source/deployment/registry/package/dp_extbackenddb.cxx +++ b/desktop/source/deployment/registry/package/dp_extbackenddb.cxx @@ -18,11 +18,11 @@ */ -#include "rtl/bootstrap.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/xml/dom/XDocumentBuilder.hpp" -#include "com/sun/star/xml/xpath/XXPathAPI.hpp" +#include <rtl/bootstrap.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/xml/dom/XDocumentBuilder.hpp> +#include <com/sun/star/xml/xpath/XXPathAPI.hpp> #include "dp_misc.h" #include "dp_extbackenddb.hxx" diff --git a/desktop/source/deployment/registry/package/dp_extbackenddb.hxx b/desktop/source/deployment/registry/package/dp_extbackenddb.hxx index 1294a9d41563..4d0060eadc61 100644 --- a/desktop/source/deployment/registry/package/dp_extbackenddb.hxx +++ b/desktop/source/deployment/registry/package/dp_extbackenddb.hxx @@ -23,7 +23,7 @@ #include <utility> #include <vector> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include "dp_backenddb.hxx" diff --git a/desktop/source/deployment/registry/package/dp_package.cxx b/desktop/source/deployment/registry/package/dp_package.cxx index 875d4239ce36..636b81a5dcf9 100644 --- a/desktop/source/deployment/registry/package/dp_package.cxx +++ b/desktop/source/deployment/registry/package/dp_package.cxx @@ -27,43 +27,43 @@ #include "dp_platform.hxx" #include "dp_descriptioninfoset.hxx" #include "dp_identifier.hxx" -#include "rtl/uri.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "cppuhelper/implbase1.hxx" -#include "cppuhelper/supportsservice.hxx" -#include "ucbhelper/content.hxx" -#include "svl/inettype.hxx" -#include "comphelper/anytostring.hxx" -#include "comphelper/makesequence.hxx" -#include "comphelper/sequence.hxx" -#include "com/sun/star/lang/WrappedTargetException.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/beans/UnknownPropertyException.hpp" -#include "com/sun/star/graphic/XGraphic.hpp" -#include "com/sun/star/graphic/GraphicProvider.hpp" -#include "com/sun/star/graphic/XGraphicProvider.hpp" +#include <rtl/uri.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/supportsservice.hxx> +#include <ucbhelper/content.hxx> +#include <svl/inettype.hxx> +#include <comphelper/anytostring.hxx> +#include <comphelper/makesequence.hxx> +#include <comphelper/sequence.hxx> +#include <com/sun/star/lang/WrappedTargetException.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/beans/UnknownPropertyException.hpp> +#include <com/sun/star/graphic/XGraphic.hpp> +#include <com/sun/star/graphic/GraphicProvider.hpp> +#include <com/sun/star/graphic/XGraphicProvider.hpp> #include <com/sun/star/io/Pipe.hpp> -#include "com/sun/star/io/XOutputStream.hpp" -#include "com/sun/star/io/XInputStream.hpp" -#include "com/sun/star/task/InteractionClassification.hpp" -#include "com/sun/star/task/XInteractionApprove.hpp" -#include "com/sun/star/ucb/XInteractionReplaceExistingData.hpp" -#include "com/sun/star/ucb/NameClashResolveRequest.hpp" -#include "com/sun/star/ucb/XContentAccess.hpp" -#include "com/sun/star/ucb/NameClash.hpp" -#include "com/sun/star/ucb/UnsupportedCommandException.hpp" -#include "com/sun/star/sdbc/XResultSet.hpp" -#include "com/sun/star/sdbc/XRow.hpp" -#include "com/sun/star/packages/manifest/ManifestReader.hpp" -#include "com/sun/star/packages/manifest/ManifestWriter.hpp" -#include "com/sun/star/deployment/DependencyException.hpp" -#include "com/sun/star/deployment/LicenseException.hpp" -#include "com/sun/star/deployment/PlatformException.hpp" -#include "com/sun/star/deployment/Prerequisites.hpp" -#include "com/sun/star/xml/dom/XDocumentBuilder.hpp" -#include "com/sun/star/xml/xpath/XXPathAPI.hpp" -#include "com/sun/star/deployment/XPackageManager.hpp" -#include "boost/optional.hpp" +#include <com/sun/star/io/XOutputStream.hpp> +#include <com/sun/star/io/XInputStream.hpp> +#include <com/sun/star/task/InteractionClassification.hpp> +#include <com/sun/star/task/XInteractionApprove.hpp> +#include <com/sun/star/ucb/XInteractionReplaceExistingData.hpp> +#include <com/sun/star/ucb/NameClashResolveRequest.hpp> +#include <com/sun/star/ucb/XContentAccess.hpp> +#include <com/sun/star/ucb/NameClash.hpp> +#include <com/sun/star/ucb/UnsupportedCommandException.hpp> +#include <com/sun/star/sdbc/XResultSet.hpp> +#include <com/sun/star/sdbc/XRow.hpp> +#include <com/sun/star/packages/manifest/ManifestReader.hpp> +#include <com/sun/star/packages/manifest/ManifestWriter.hpp> +#include <com/sun/star/deployment/DependencyException.hpp> +#include <com/sun/star/deployment/LicenseException.hpp> +#include <com/sun/star/deployment/PlatformException.hpp> +#include <com/sun/star/deployment/Prerequisites.hpp> +#include <com/sun/star/xml/dom/XDocumentBuilder.hpp> +#include <com/sun/star/xml/xpath/XXPathAPI.hpp> +#include <com/sun/star/deployment/XPackageManager.hpp> +#include <boost/optional.hpp> #include <vector> #include <stdio.h> diff --git a/desktop/source/deployment/registry/script/dp_lib_container.cxx b/desktop/source/deployment/registry/script/dp_lib_container.cxx index 00817957e153..b743ad2f1eed 100644 --- a/desktop/source/deployment/registry/script/dp_lib_container.cxx +++ b/desktop/source/deployment/registry/script/dp_lib_container.cxx @@ -18,17 +18,17 @@ */ -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/ucb/XCommandEnvironment.hpp" +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/ucb/XCommandEnvironment.hpp> #include "dp_script.hrc" #include "dp_resource.h" #include "dp_xml.h" #include "dp_lib_container.h" -#include "rtl/ustring.hxx" -#include "ucbhelper/content.hxx" -#include "xmlscript/xmllib_imexp.hxx" +#include <rtl/ustring.hxx> +#include <ucbhelper/content.hxx> +#include <xmlscript/xmllib_imexp.hxx> using namespace ::dp_misc; diff --git a/desktop/source/deployment/registry/script/dp_script.cxx b/desktop/source/deployment/registry/script/dp_script.cxx index 15b92d00a3e4..78f070df296d 100644 --- a/desktop/source/deployment/registry/script/dp_script.cxx +++ b/desktop/source/deployment/registry/script/dp_script.cxx @@ -22,14 +22,14 @@ #include "dp_lib_container.h" #include "dp_backend.h" #include "dp_ucb.h" -#include "rtl/uri.hxx" -#include "ucbhelper/content.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "cppuhelper/implbase1.hxx" -#include "comphelper/servicedecl.hxx" -#include "svl/inettype.hxx" -#include "com/sun/star/util/XUpdatable.hpp" -#include "com/sun/star/script/XLibraryContainer3.hpp" +#include <rtl/uri.hxx> +#include <ucbhelper/content.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <cppuhelper/implbase1.hxx> +#include <comphelper/servicedecl.hxx> +#include <svl/inettype.hxx> +#include <com/sun/star/util/XUpdatable.hpp> +#include <com/sun/star/script/XLibraryContainer3.hpp> #include <com/sun/star/util/XMacroExpander.hpp> #include <com/sun/star/uri/XUriReferenceFactory.hpp> #include <memory> diff --git a/desktop/source/deployment/registry/script/dp_scriptbackenddb.cxx b/desktop/source/deployment/registry/script/dp_scriptbackenddb.cxx index df57bb7bc423..7adc9a2a8668 100644 --- a/desktop/source/deployment/registry/script/dp_scriptbackenddb.cxx +++ b/desktop/source/deployment/registry/script/dp_scriptbackenddb.cxx @@ -18,11 +18,11 @@ */ -#include "rtl/string.h" -#include "cppuhelper/exc_hlp.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/xml/dom/XDocument.hpp" -#include "com/sun/star/xml/xpath/XXPathAPI.hpp" +#include <rtl/string.h> +#include <cppuhelper/exc_hlp.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/xml/dom/XDocument.hpp> +#include <com/sun/star/xml/xpath/XXPathAPI.hpp> #include "dp_misc.h" #include "dp_scriptbackenddb.hxx" diff --git a/desktop/source/deployment/registry/script/dp_scriptbackenddb.hxx b/desktop/source/deployment/registry/script/dp_scriptbackenddb.hxx index 58df42b4871d..d4f1c2753410 100644 --- a/desktop/source/deployment/registry/script/dp_scriptbackenddb.hxx +++ b/desktop/source/deployment/registry/script/dp_scriptbackenddb.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_SCRIPT_DP_SCRIPTBACKENDDB_HXX #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_REGISTRY_SCRIPT_DP_SCRIPTBACKENDDB_HXX -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include "dp_backenddb.hxx" -#include "boost/optional.hpp" +#include <boost/optional.hpp> namespace com { namespace sun { namespace star { namespace uno { diff --git a/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx b/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx index bbf8dbfbf806..89b61074ac1c 100644 --- a/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx +++ b/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx @@ -21,11 +21,11 @@ #include "dp_backend.h" #include "dp_ucb.h" #include "dp_parceldesc.hxx" -#include "rtl/uri.hxx" -#include "ucbhelper/content.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "comphelper/servicedecl.hxx" -#include "svl/inettype.hxx" +#include <rtl/uri.hxx> +#include <ucbhelper/content.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <comphelper/servicedecl.hxx> +#include <svl/inettype.hxx> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/script/provider/theMasterScriptProviderFactory.hpp> #include <com/sun/star/xml/sax/Parser.hpp> diff --git a/desktop/source/migration/migration.cxx b/desktop/source/migration/migration.cxx index f455821204a0..5f419f319029 100644 --- a/desktop/source/migration/migration.cxx +++ b/desktop/source/migration/migration.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <algorithm> #include <iterator> diff --git a/desktop/source/migration/services/cexports.cxx b/desktop/source/migration/services/cexports.cxx index a95ed508d4aa..c69ed678f337 100644 --- a/desktop/source/migration/services/cexports.cxx +++ b/desktop/source/migration/services/cexports.cxx @@ -18,7 +18,7 @@ */ -#include "cppuhelper/implementationentry.hxx" +#include <cppuhelper/implementationentry.hxx> #include "basicmigration.hxx" #include "wordbookmigration.hxx" diff --git a/desktop/source/migration/services/cexportsoo3.cxx b/desktop/source/migration/services/cexportsoo3.cxx index 888c926456f2..6c993ccd8f3b 100644 --- a/desktop/source/migration/services/cexportsoo3.cxx +++ b/desktop/source/migration/services/cexportsoo3.cxx @@ -18,7 +18,7 @@ */ -#include "cppuhelper/implementationentry.hxx" +#include <cppuhelper/implementationentry.hxx> #include "oo3extensionmigration.hxx" extern "C" diff --git a/desktop/source/migration/services/jvmfwk.cxx b/desktop/source/migration/services/jvmfwk.cxx index c59fbeaf965b..e37ab417ca64 100644 --- a/desktop/source/migration/services/jvmfwk.cxx +++ b/desktop/source/migration/services/jvmfwk.cxx @@ -18,31 +18,31 @@ */ -#include "cppuhelper/implbase4.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "cppuhelper/supportsservice.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "rtl/bootstrap.hxx" -#include "sal/types.h" -#include "sal/config.h" -#include "boost/noncopyable.hpp" -#include "boost/scoped_array.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/lang/XInitialization.hpp" -#include "com/sun/star/lang/WrappedTargetException.hpp" -#include "com/sun/star/task/XJob.hpp" -#include "com/sun/star/configuration/backend/XLayer.hpp" -#include "com/sun/star/configuration/backend/XLayerHandler.hpp" -#include "com/sun/star/configuration/backend/MalformedDataException.hpp" -#include "com/sun/star/configuration/backend/TemplateIdentifier.hpp" -#include "jvmfwk/framework.h" +#include <cppuhelper/implbase4.hxx> +#include <cppuhelper/implementationentry.hxx> +#include <cppuhelper/supportsservice.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <rtl/bootstrap.hxx> +#include <sal/types.h> +#include <sal/config.h> +#include <boost/noncopyable.hpp> +#include <boost/scoped_array.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XInitialization.hpp> +#include <com/sun/star/lang/WrappedTargetException.hpp> +#include <com/sun/star/task/XJob.hpp> +#include <com/sun/star/configuration/backend/XLayer.hpp> +#include <com/sun/star/configuration/backend/XLayerHandler.hpp> +#include <com/sun/star/configuration/backend/MalformedDataException.hpp> +#include <com/sun/star/configuration/backend/TemplateIdentifier.hpp> +#include <jvmfwk/framework.h> #include "jvmfwk.hxx" #include <stack> #include <stdio.h> -#include "osl/thread.hxx" +#include <osl/thread.hxx> #define SERVICE_NAME "com.sun.star.migration.Java" #define IMPL_NAME "com.sun.star.comp.desktop.migration.Java" diff --git a/desktop/source/migration/services/jvmfwk.hxx b/desktop/source/migration/services/jvmfwk.hxx index 17c9315456d9..a248ce5da33a 100644 --- a/desktop/source/migration/services/jvmfwk.hxx +++ b/desktop/source/migration/services/jvmfwk.hxx @@ -20,16 +20,16 @@ #ifndef INCLUDED_DESKTOP_SOURCE_MIGRATION_SERVICES_JVMFWK_HXX #define INCLUDED_DESKTOP_SOURCE_MIGRATION_SERVICES_JVMFWK_HXX -#include "cppuhelper/implbase3.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/ustring.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "boost/scoped_array.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/lang/XInitialization.hpp" -#include "com/sun/star/task/XJob.hpp" +#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/implementationentry.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <boost/scoped_array.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XInitialization.hpp> +#include <com/sun/star/task/XJob.hpp> namespace migration diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx index 0c87994dc0ce..4730902043a3 100644 --- a/desktop/source/offacc/acceptor.cxx +++ b/desktop/source/offacc/acceptor.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include "acceptor.hxx" #include <com/sun/star/bridge/BridgeFactory.hpp> diff --git a/desktop/source/offacc/acceptor.hxx b/desktop/source/offacc/acceptor.hxx index 69ea9c62d9dc..812af206fa10 100644 --- a/desktop/source/offacc/acceptor.hxx +++ b/desktop/source/offacc/acceptor.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_DESKTOP_SOURCE_OFFACC_ACCEPTOR_HXX #define INCLUDED_DESKTOP_SOURCE_OFFACC_ACCEPTOR_HXX -#include "sal/config.h" +#include <sal/config.h> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/uno/Exception.hpp> diff --git a/desktop/source/pkgchk/unopkg/unopkg_app.cxx b/desktop/source/pkgchk/unopkg/unopkg_app.cxx index d6048d82d1b7..e11f09eb9f2e 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_app.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_app.cxx @@ -23,25 +23,25 @@ #include "unopkg_main.h" #include "unopkg_shared.h" #include "dp_identifier.hxx" -#include "tools/extendapplicationenvironment.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/uri.hxx" -#include "rtl/bootstrap.hxx" -#include "osl/thread.h" -#include "osl/process.h" -#include "osl/conditn.hxx" -#include "osl/file.hxx" -#include "cppuhelper/implbase1.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "comphelper/anytostring.hxx" -#include "comphelper/sequence.hxx" -#include "com/sun/star/deployment/ExtensionManager.hpp" - -#include "com/sun/star/deployment/ui/PackageManagerDialog.hpp" -#include "com/sun/star/ui/dialogs/XExecutableDialog.hpp" -#include "boost/scoped_array.hpp" -#include "com/sun/star/ui/dialogs/XDialogClosedListener.hpp" -#include "com/sun/star/bridge/BridgeFactory.hpp" +#include <tools/extendapplicationenvironment.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/uri.hxx> +#include <rtl/bootstrap.hxx> +#include <osl/thread.h> +#include <osl/process.h> +#include <osl/conditn.hxx> +#include <osl/file.hxx> +#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <comphelper/anytostring.hxx> +#include <comphelper/sequence.hxx> +#include <com/sun/star/deployment/ExtensionManager.hpp> + +#include <com/sun/star/deployment/ui/PackageManagerDialog.hpp> +#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> +#include <boost/scoped_array.hpp> +#include <com/sun/star/ui/dialogs/XDialogClosedListener.hpp> +#include <com/sun/star/bridge/BridgeFactory.hpp> #include <stdio.h> #include <vector> diff --git a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx index 069f7711dd12..6ea1e679fccb 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_cmdenv.cxx @@ -21,22 +21,22 @@ #include "../../deployment/gui/dp_gui.hrc" #include "../../deployment/gui/dp_gui_shared.hxx" #include "unopkg_shared.h" -#include "osl/thread.h" -#include "tools/resmgr.hxx" -#include "cppuhelper/implbase3.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "comphelper/anytostring.hxx" -#include "unotools/configmgr.hxx" -#include "com/sun/star/lang/WrappedTargetException.hpp" -#include "com/sun/star/task/XInteractionAbort.hpp" -#include "com/sun/star/task/XInteractionApprove.hpp" -#include "com/sun/star/deployment/InstallException.hpp" -#include "com/sun/star/container/ElementExistException.hpp" -#include "com/sun/star/deployment/LicenseException.hpp" -#include "com/sun/star/deployment/VersionException.hpp" -#include "com/sun/star/deployment/PlatformException.hpp" -#include "com/sun/star/i18n/Collator.hpp" -#include "com/sun/star/i18n/CollatorOptions.hpp" +#include <osl/thread.h> +#include <tools/resmgr.hxx> +#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <comphelper/anytostring.hxx> +#include <unotools/configmgr.hxx> +#include <com/sun/star/lang/WrappedTargetException.hpp> +#include <com/sun/star/task/XInteractionAbort.hpp> +#include <com/sun/star/task/XInteractionApprove.hpp> +#include <com/sun/star/deployment/InstallException.hpp> +#include <com/sun/star/container/ElementExistException.hpp> +#include <com/sun/star/deployment/LicenseException.hpp> +#include <com/sun/star/deployment/VersionException.hpp> +#include <com/sun/star/deployment/PlatformException.hpp> +#include <com/sun/star/i18n/Collator.hpp> +#include <com/sun/star/i18n/CollatorOptions.hpp> #include <stdio.h> #include "deployment.hrc" diff --git a/desktop/source/pkgchk/unopkg/unopkg_main.c b/desktop/source/pkgchk/unopkg/unopkg_main.c index b415b7522549..9905cb6e7e59 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_main.c +++ b/desktop/source/pkgchk/unopkg/unopkg_main.c @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/main.h" +#include <sal/main.h> #include "unopkg_main.h" diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx index b3038d947c25..a69bb1f635ab 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx @@ -24,21 +24,21 @@ #include "dp_identifier.hxx" #include "../../deployment/gui/dp_gui.hrc" #include "lockfile.hxx" -#include "vcl/svapp.hxx" -#include "vcl/msgbox.hxx" -#include "rtl/bootstrap.hxx" -#include "rtl/strbuf.hxx" -#include "rtl/ustrbuf.hxx" -#include "osl/process.h" -#include "osl/file.hxx" -#include "osl/thread.hxx" -#include "tools/getprocessworkingdir.hxx" -#include "comphelper/processfactory.hxx" -#include "unotools/configmgr.hxx" -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/ucb/UniversalContentBroker.hpp" -#include "cppuhelper/bootstrap.hxx" -#include "comphelper/sequence.hxx" +#include <vcl/svapp.hxx> +#include <vcl/msgbox.hxx> +#include <rtl/bootstrap.hxx> +#include <rtl/strbuf.hxx> +#include <rtl/ustrbuf.hxx> +#include <osl/process.h> +#include <osl/file.hxx> +#include <osl/thread.hxx> +#include <tools/getprocessworkingdir.hxx> +#include <comphelper/processfactory.hxx> +#include <unotools/configmgr.hxx> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/ucb/UniversalContentBroker.hpp> +#include <cppuhelper/bootstrap.hxx> +#include <comphelper/sequence.hxx> #include <stdio.h> using namespace ::com::sun::star; diff --git a/desktop/source/pkgchk/unopkg/unopkg_shared.h b/desktop/source/pkgchk/unopkg/unopkg_shared.h index 24e0b6b40704..26a047aada96 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_shared.h +++ b/desktop/source/pkgchk/unopkg/unopkg_shared.h @@ -18,13 +18,13 @@ */ #include "dp_misc.h" -#include "com/sun/star/uno/Exception.hpp" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "com/sun/star/ucb/XCommandEnvironment.hpp" -#include "com/sun/star/deployment/XPackage.hpp" -#include "tools/resmgr.hxx" -#include "rtl/ustring.hxx" -#include "unotools/configmgr.hxx" +#include <com/sun/star/uno/Exception.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/ucb/XCommandEnvironment.hpp> +#include <com/sun/star/deployment/XPackage.hpp> +#include <tools/resmgr.hxx> +#include <rtl/ustring.hxx> +#include <unotools/configmgr.hxx> #include <i18nlangtag/languagetag.hxx> #define APP_NAME "unopkg" diff --git a/desktop/source/splash/services_spl.cxx b/desktop/source/splash/services_spl.cxx index eb451325699f..efa79d0cde01 100644 --- a/desktop/source/splash/services_spl.cxx +++ b/desktop/source/splash/services_spl.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "sal/types.h" +#include <cppuhelper/factory.hxx> +#include <cppuhelper/implementationentry.hxx> +#include <sal/types.h> #include "splash.hxx" #include "unxsplash.hxx" diff --git a/desktop/source/splash/splash.hxx b/desktop/source/splash/splash.hxx index f145bc84e563..044177284cc7 100644 --- a/desktop/source/splash/splash.hxx +++ b/desktop/source/splash/splash.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_DESKTOP_SOURCE_SPLASH_SPLASH_HXX #define INCLUDED_DESKTOP_SOURCE_SPLASH_SPLASH_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/Sequence.hxx" -#include "sal/types.h" +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.hxx> +#include <sal/types.h> namespace com { namespace sun { namespace star { namespace uno { diff --git a/desktop/test/deployment/active/active_native.cxx b/desktop/test/deployment/active/active_native.cxx index eba34dbaf11d..bce7f15784fa 100644 --- a/desktop/test/deployment/active/active_native.cxx +++ b/desktop/test/deployment/active/active_native.cxx @@ -17,44 +17,44 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> -#include "boost/noncopyable.hpp" -#include "com/sun/star/awt/MessageBoxButtons.hpp" -#include "com/sun/star/awt/Rectangle.hpp" -#include "com/sun/star/awt/Toolkit.hpp" -#include "com/sun/star/awt/XMessageBox.hpp" -#include "com/sun/star/awt/XWindowPeer.hpp" -#include "com/sun/star/beans/PropertyValue.hpp" -#include "com/sun/star/frame/DispatchDescriptor.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/frame/XFrame.hpp" -#include "com/sun/star/frame/XStatusListener.hpp" -#include "com/sun/star/lang/XComponent.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/registry/XRegistryKey.hpp" -#include "com/sun/star/uno/DeploymentException.hpp" -#include "com/sun/star/uno/Exception.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/util/URL.hpp" -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implbase2.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "cppuhelper/supportsservice.hxx" -#include "cppuhelper/weak.hxx" -#include "rtl/textenc.h" -#include "rtl/ustring.hxx" -#include "sal/log.hxx" -#include "sal/types.h" -#include "uno/lbnames.h" +#include <boost/noncopyable.hpp> +#include <com/sun/star/awt/MessageBoxButtons.hpp> +#include <com/sun/star/awt/Rectangle.hpp> +#include <com/sun/star/awt/Toolkit.hpp> +#include <com/sun/star/awt/XMessageBox.hpp> +#include <com/sun/star/awt/XWindowPeer.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/frame/DispatchDescriptor.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/frame/XFrame.hpp> +#include <com/sun/star/frame/XStatusListener.hpp> +#include <com/sun/star/lang/XComponent.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/registry/XRegistryKey.hpp> +#include <com/sun/star/uno/DeploymentException.hpp> +#include <com/sun/star/uno/Exception.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/util/URL.hpp> +#include <cppuhelper/factory.hxx> +#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implementationentry.hxx> +#include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/weak.hxx> +#include <rtl/textenc.h> +#include <rtl/ustring.hxx> +#include <sal/log.hxx> +#include <sal/types.h> +#include <uno/lbnames.h> namespace { diff --git a/desktop/test/deployment/passive/passive_native.cxx b/desktop/test/deployment/passive/passive_native.cxx index 8714690ff0d9..3865bf6f222e 100644 --- a/desktop/test/deployment/passive/passive_native.cxx +++ b/desktop/test/deployment/passive/passive_native.cxx @@ -17,41 +17,41 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> -#include "boost/noncopyable.hpp" -#include "com/sun/star/awt/MessageBoxButtons.hpp" -#include "com/sun/star/awt/Rectangle.hpp" -#include "com/sun/star/awt/Toolkit.hpp" -#include "com/sun/star/awt/XMessageBox.hpp" -#include "com/sun/star/awt/XWindowPeer.hpp" -#include "com/sun/star/beans/PropertyValue.hpp" -#include "com/sun/star/frame/DispatchDescriptor.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/frame/XFrame.hpp" -#include "com/sun/star/frame/XStatusListener.hpp" -#include "com/sun/star/lang/XComponent.hpp" -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/uno/DeploymentException.hpp" -#include "com/sun/star/uno/Exception.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/util/URL.hpp" -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implbase2.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "cppuhelper/supportsservice.hxx" -#include "cppuhelper/weak.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "uno/lbnames.h" +#include <boost/noncopyable.hpp> +#include <com/sun/star/awt/MessageBoxButtons.hpp> +#include <com/sun/star/awt/Rectangle.hpp> +#include <com/sun/star/awt/Toolkit.hpp> +#include <com/sun/star/awt/XMessageBox.hpp> +#include <com/sun/star/awt/XWindowPeer.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/frame/DispatchDescriptor.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/frame/XFrame.hpp> +#include <com/sun/star/frame/XStatusListener.hpp> +#include <com/sun/star/lang/XComponent.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/uno/DeploymentException.hpp> +#include <com/sun/star/uno/Exception.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/util/URL.hpp> +#include <cppuhelper/factory.hxx> +#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implementationentry.hxx> +#include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/weak.hxx> +#include <rtl/ustring.hxx> +#include <sal/types.h> +#include <uno/lbnames.h> namespace { diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c index 288656c9b837..71cde4213418 100644 --- a/desktop/unx/source/splashx.c +++ b/desktop/unx/source/splashx.c @@ -17,7 +17,7 @@ #include <X11/extensions/Xinerama.h> #endif -#include "osl/endian.h" +#include <osl/endian.h> #include <fcntl.h> #include <stdint.h> #include <stdio.h> diff --git a/desktop/win32/source/extendloaderenvironment.cxx b/desktop/win32/source/extendloaderenvironment.cxx index 548eff384879..50467638c6cb 100644 --- a/desktop/win32/source/extendloaderenvironment.cxx +++ b/desktop/win32/source/extendloaderenvironment.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cstddef> @@ -31,7 +31,7 @@ #pragma warning(pop) #endif -#include "tools/pathutils.hxx" +#include <tools/pathutils.hxx> #include "extendloaderenvironment.hxx" diff --git a/desktop/win32/source/extendloaderenvironment.hxx b/desktop/win32/source/extendloaderenvironment.hxx index 6785d0ee5071..386d7ef86dbf 100644 --- a/desktop/win32/source/extendloaderenvironment.hxx +++ b/desktop/win32/source/extendloaderenvironment.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_DESKTOP_WIN32_SOURCE_EXTENDLOADERENVIRONMENT_HXX #define INCLUDED_DESKTOP_WIN32_SOURCE_EXTENDLOADERENVIRONMENT_HXX -#include "sal/config.h" +#include <sal/config.h> #include <cstddef> diff --git a/desktop/win32/source/guiloader/genericloader.cxx b/desktop/win32/source/guiloader/genericloader.cxx index e7584c0b0ac8..97cc4e98eaec 100644 --- a/desktop/win32/source/guiloader/genericloader.cxx +++ b/desktop/win32/source/guiloader/genericloader.cxx @@ -37,7 +37,7 @@ #include <stdlib.h> #include <systools/win32/uwinapi.h> -#include "tools/pathutils.hxx" +#include <tools/pathutils.hxx> #include "../extendloaderenvironment.hxx" diff --git a/desktop/win32/source/officeloader/officeloader.cxx b/desktop/win32/source/officeloader/officeloader.cxx index 1dee9e90396a..ff95bc45b3fb 100644 --- a/desktop/win32/source/officeloader/officeloader.cxx +++ b/desktop/win32/source/officeloader/officeloader.cxx @@ -40,7 +40,7 @@ #include <stdlib.h> #include <systools/win32/uwinapi.h> -#include "rtl/string.h" +#include <rtl/string.h> #include <sal/macros.h> #include "../../../source/inc/exithelper.h" diff --git a/desktop/win32/source/unoinfo.cxx b/desktop/win32/source/unoinfo.cxx index bb02e8980112..92143f6b525c 100644 --- a/desktop/win32/source/unoinfo.cxx +++ b/desktop/win32/source/unoinfo.cxx @@ -31,7 +31,7 @@ #pragma warning(pop) #endif -#include "tools/pathutils.hxx" +#include <tools/pathutils.hxx> #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) #define MY_STRING(s) (s), MY_LENGTH(s) |