diff options
Diffstat (limited to 'sd')
550 files changed, 3811 insertions, 3811 deletions
diff --git a/sd/inc/AnnotationEnumeration.hxx b/sd/inc/AnnotationEnumeration.hxx index e986f1c57b27..6987cb0eb047 100644 --- a/sd/inc/AnnotationEnumeration.hxx +++ b/sd/inc/AnnotationEnumeration.hxx @@ -22,7 +22,7 @@ #include <sal/config.h> -#include <sdpage.hxx> +#include "sdpage.hxx" namespace com { namespace sun { namespace star { namespace office { class XAnnotationEnumeration; diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx index 9d292a055845..e54644d13158 100644 --- a/sd/inc/CustomAnimationEffect.hxx +++ b/sd/inc/CustomAnimationEffect.hxx @@ -28,7 +28,7 @@ #include <vcl/timer.hxx> -#include <sddllapi.h> +#include "sddllapi.h" #include <list> #include <map> diff --git a/sd/inc/CustomAnimationPreset.hxx b/sd/inc/CustomAnimationPreset.hxx index 2eddec29e91e..b5d9b4d60008 100644 --- a/sd/inc/CustomAnimationPreset.hxx +++ b/sd/inc/CustomAnimationPreset.hxx @@ -27,7 +27,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <CustomAnimationEffect.hxx> +#include "CustomAnimationEffect.hxx" #include <unordered_map> diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx index 206b00a12d9f..d61448db7c91 100644 --- a/sd/inc/OutlinerIterator.hxx +++ b/sd/inc/OutlinerIterator.hxx @@ -23,7 +23,7 @@ #include <svx/svdobj.hxx> #include "pres.hxx" -#include "sal/types.h" +#include <sal/types.h> #include <memory> #include <vector> diff --git a/sd/inc/animations.hxx b/sd/inc/animations.hxx index 7d5081c774ef..bffe1877fa25 100644 --- a/sd/inc/animations.hxx +++ b/sd/inc/animations.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_INC_ANIMATIONS_HXX #define INCLUDED_SD_INC_ANIMATIONS_HXX -#include <sddllapi.h> +#include "sddllapi.h" namespace sd { diff --git a/sd/inc/anminfo.hxx b/sd/inc/anminfo.hxx index 11d04fd29e95..444ee80e57b9 100644 --- a/sd/inc/anminfo.hxx +++ b/sd/inc/anminfo.hxx @@ -26,7 +26,7 @@ #include "pres.hxx" #include <svx/svdobj.hxx> #include <tools/color.hxx> -#include <sddllapi.h> +#include "sddllapi.h" class SdrObject; class SdrPathObj; diff --git a/sd/inc/helper/simplereferencecomponent.hxx b/sd/inc/helper/simplereferencecomponent.hxx index 6993a6255fd6..64e894a4deef 100644 --- a/sd/inc/helper/simplereferencecomponent.hxx +++ b/sd/inc/helper/simplereferencecomponent.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_INC_HELPER_SIMPLEREFERENCECOMPONENT_HXX #define INCLUDED_SD_INC_HELPER_SIMPLEREFERENCECOMPONENT_HXX -#include "osl/interlck.h" +#include <osl/interlck.h> #include <cstddef> #include <new> diff --git a/sd/inc/sddllapi.h b/sd/inc/sddllapi.h index 09ced7ec2b13..e12e28613abe 100644 --- a/sd/inc/sddllapi.h +++ b/sd/inc/sddllapi.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_INC_SDDLLAPI_H #define INCLUDED_SD_INC_SDDLLAPI_H -#include "sal/types.h" +#include <sal/types.h> #if defined(SD_DLLIMPLEMENTATION) #define SD_DLLPUBLIC SAL_DLLPUBLIC_EXPORT diff --git a/sd/inc/stlpool.hxx b/sd/inc/stlpool.hxx index 90041c847372..6f57b4a595dc 100644 --- a/sd/inc/stlpool.hxx +++ b/sd/inc/stlpool.hxx @@ -32,10 +32,10 @@ #include <map> #include <vector> -#include <stlfamily.hxx> -#include <stlsheet.hxx> +#include "stlfamily.hxx" +#include "stlsheet.hxx" -#include <sddllapi.h> +#include "sddllapi.h" class SdStyleSheet; class SdDrawDocument; diff --git a/sd/inc/undo/undomanager.hxx b/sd/inc/undo/undomanager.hxx index b22ea929ad82..ea996f258e9f 100644 --- a/sd/inc/undo/undomanager.hxx +++ b/sd/inc/undo/undomanager.hxx @@ -22,7 +22,7 @@ #include <misc/scopelock.hxx> #include <svx/sdrundomanager.hxx> -#include "sddllapi.h" +#include <sddllapi.h> class SfxViewShell; diff --git a/sd/inc/undo/undoobjects.hxx b/sd/inc/undo/undoobjects.hxx index 27f110327d8a..2ad9606fe56f 100644 --- a/sd/inc/undo/undoobjects.hxx +++ b/sd/inc/undo/undoobjects.hxx @@ -24,7 +24,7 @@ #include <svx/svdundo.hxx> #include <svx/svdpage.hxx> #include <svx/svdobj.hxx> -#include "pres.hxx" +#include <pres.hxx> class SdrObjUserCall; class SdPage; diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx index b77c7755a6bf..3e0b4d11cec7 100644 --- a/sd/qa/unit/dialogs-test.cxx +++ b/sd/qa/unit/dialogs-test.cxx @@ -28,25 +28,25 @@ #include <svx/svdotext.hxx> #include <vcl/sound.hxx> -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> #include <osl/process.h> #include <osl/thread.h> -#include "sdabstdlg.hxx" +#include <sdabstdlg.hxx> #include <vcl/pngwrite.hxx> -#include "unomodel.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" -#include "drawview.hxx" -#include "DrawViewShell.hxx" +#include <unomodel.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> +#include <drawview.hxx> +#include <DrawViewShell.hxx> #include <app.hrc> -#include "stlsheet.hxx" -#include "sdattr.hrc" -#include "strings.hrc" -#include "sdresid.hxx" -#include "sdattr.hxx" +#include <stlsheet.hxx> +#include <sdattr.hrc> +#include <strings.hrc> +#include <sdresid.hxx> +#include <sdattr.hxx> #include <comphelper/servicehelper.hxx> #include <comphelper/processfactory.hxx> diff --git a/sd/qa/unit/export-tests-ooxml1.cxx b/sd/qa/unit/export-tests-ooxml1.cxx index 88a38e7835a4..1ffcdf3cc8ea 100644 --- a/sd/qa/unit/export-tests-ooxml1.cxx +++ b/sd/qa/unit/export-tests-ooxml1.cxx @@ -8,7 +8,7 @@ */ #include <officecfg/Office/Common.hxx> #include "sdmodeltestbase.hxx" -#include "Outliner.hxx" +#include <Outliner.hxx> #include <comphelper/propertysequence.hxx> #include <svl/stritem.hxx> #include <editeng/editobj.hxx> diff --git a/sd/qa/unit/export-tests-ooxml2.cxx b/sd/qa/unit/export-tests-ooxml2.cxx index 89e3c5c2c8fd..4b3eaf38d9c1 100644 --- a/sd/qa/unit/export-tests-ooxml2.cxx +++ b/sd/qa/unit/export-tests-ooxml2.cxx @@ -8,7 +8,7 @@ */ #include <officecfg/Office/Common.hxx> #include "sdmodeltestbase.hxx" -#include "Outliner.hxx" +#include <Outliner.hxx> #include <comphelper/propertysequence.hxx> #include <svl/stritem.hxx> #include <editeng/editobj.hxx> diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx index e7c2ba532d33..fbdbdfa69695 100644 --- a/sd/qa/unit/export-tests.cxx +++ b/sd/qa/unit/export-tests.cxx @@ -8,7 +8,7 @@ */ #include <officecfg/Office/Common.hxx> #include "sdmodeltestbase.hxx" -#include "Outliner.hxx" +#include <Outliner.hxx> #include <comphelper/propertysequence.hxx> #include <svl/stritem.hxx> #include <editeng/editobj.hxx> diff --git a/sd/qa/unit/filters-test.cxx b/sd/qa/unit/filters-test.cxx index 5866c34a537c..5e2a7a05eeac 100644 --- a/sd/qa/unit/filters-test.cxx +++ b/sd/qa/unit/filters-test.cxx @@ -24,8 +24,8 @@ #include <svx/svdtext.hxx> #include <svx/svdotext.hxx> -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> #include <osl/process.h> #include <osl/thread.h> diff --git a/sd/qa/unit/sdmodeltestbase.hxx b/sd/qa/unit/sdmodeltestbase.hxx index 51cb204f76b4..9b503443337a 100644 --- a/sd/qa/unit/sdmodeltestbase.hxx +++ b/sd/qa/unit/sdmodeltestbase.hxx @@ -18,8 +18,8 @@ #include <unotest/filters-test.hxx> #include <unotest/macros_test.hxx> -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> #include <unotools/tempfile.hxx> #include <unotools/ucbstreamhelper.hxx> #include <tools/color.hxx> diff --git a/sd/qa/unit/uimpress.cxx b/sd/qa/unit/uimpress.cxx index e0f40ad44a9d..edc9dd9505f7 100644 --- a/sd/qa/unit/uimpress.cxx +++ b/sd/qa/unit/uimpress.cxx @@ -8,10 +8,10 @@ */ #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> #include <cppuhelper/bootstrap.hxx> #include <comphelper/processfactory.hxx> diff --git a/sd/source/core/CustomAnimationCloner.cxx b/sd/source/core/CustomAnimationCloner.cxx index e7b22927d0f0..b87b46d75523 100644 --- a/sd/source/core/CustomAnimationCloner.cxx +++ b/sd/source/core/CustomAnimationCloner.cxx @@ -32,15 +32,15 @@ #include <map> -#include "comphelper/anytostring.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "rtl/ref.hxx" +#include <comphelper/anytostring.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <rtl/ref.hxx> #include <animations/animationnodehelper.hxx> #include <svx/svditer.hxx> -#include "CustomAnimationCloner.hxx" -#include "sdpage.hxx" +#include <CustomAnimationCloner.hxx> +#include <sdpage.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::animations; diff --git a/sd/source/core/CustomAnimationEffect.cxx b/sd/source/core/CustomAnimationEffect.cxx index f061437f1208..1d0975a4f2e0 100644 --- a/sd/source/core/CustomAnimationEffect.cxx +++ b/sd/source/core/CustomAnimationEffect.cxx @@ -72,9 +72,9 @@ #include <svx/svdopath.hxx> #include <svx/svdpage.hxx> #include <svx/unoapi.hxx> -#include "CustomAnimationEffect.hxx" +#include <CustomAnimationEffect.hxx> #include <CustomAnimationPreset.hxx> -#include "animations.hxx" +#include <animations.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/core/EffectMigration.cxx b/sd/source/core/EffectMigration.cxx index 1bda3529685e..9e25a7942e14 100644 --- a/sd/source/core/EffectMigration.cxx +++ b/sd/source/core/EffectMigration.cxx @@ -30,8 +30,8 @@ #include <svx/svdopath.hxx> #include <svx/svdogrp.hxx> #include <svx/svditer.hxx> -#include "drawdoc.hxx" -#include "sdpage.hxx" +#include <drawdoc.hxx> +#include <sdpage.hxx> #include <CustomAnimationPreset.hxx> #include <TransitionPreset.hxx> #include <EffectMigration.hxx> diff --git a/sd/source/core/PageListWatcher.cxx b/sd/source/core/PageListWatcher.cxx index e0158d5b04d9..1dc7afc01fe2 100644 --- a/sd/source/core/PageListWatcher.cxx +++ b/sd/source/core/PageListWatcher.cxx @@ -19,7 +19,7 @@ #include "PageListWatcher.hxx" -#include "sdpage.hxx" +#include <sdpage.hxx> #include <tools/debug.hxx> #include <svx/svdmodel.hxx> diff --git a/sd/source/core/PageListWatcher.hxx b/sd/source/core/PageListWatcher.hxx index d93e7d44df56..ff61a5747d7e 100644 --- a/sd/source/core/PageListWatcher.hxx +++ b/sd/source/core/PageListWatcher.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_CORE_PAGELISTWATCHER_HXX #define INCLUDED_SD_SOURCE_CORE_PAGELISTWATCHER_HXX -#include "pres.hxx" +#include <pres.hxx> #include <sal/types.h> #include <vector> diff --git a/sd/source/core/TransitionPreset.cxx b/sd/source/core/TransitionPreset.cxx index 766fd6931f4c..9d7eb3a485e5 100644 --- a/sd/source/core/TransitionPreset.cxx +++ b/sd/source/core/TransitionPreset.cxx @@ -43,7 +43,7 @@ #include <algorithm> -#include "sdpage.hxx" +#include <sdpage.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::animations; diff --git a/sd/source/core/anminfo.cxx b/sd/source/core/anminfo.cxx index ba3c2978e6d9..9902d3dcc6fa 100644 --- a/sd/source/core/anminfo.cxx +++ b/sd/source/core/anminfo.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "svx/xtable.hxx" +#include <svx/xtable.hxx> #include <svx/svdopath.hxx> #include <svl/urihelper.hxx> #include <editeng/flditem.hxx> #include <editeng/eeitem.hxx> -#include "anminfo.hxx" -#include "glob.hxx" -#include "sdiocmpt.hxx" -#include "drawdoc.hxx" +#include <anminfo.hxx> +#include <glob.hxx> +#include <sdiocmpt.hxx> +#include <drawdoc.hxx> #include <tools/tenccvt.hxx> diff --git a/sd/source/core/annotations/Annotation.cxx b/sd/source/core/annotations/Annotation.cxx index ebee78520f2b..11e7792d4e75 100644 --- a/sd/source/core/annotations/Annotation.cxx +++ b/sd/source/core/annotations/Annotation.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "osl/time.h" +#include <osl/time.h> #include <boost/property_tree/json_parser.hpp> @@ -41,11 +41,11 @@ #include <LibreOfficeKit/LibreOfficeKitEnums.h> -#include "Annotation.hxx" -#include "drawdoc.hxx" -#include "notifydocumentevent.hxx" -#include "sdpage.hxx" -#include "textapi.hxx" +#include <Annotation.hxx> +#include <drawdoc.hxx> +#include <notifydocumentevent.hxx> +#include <sdpage.hxx> +#include <textapi.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/sd/source/core/annotations/AnnotationEnumeration.cxx b/sd/source/core/annotations/AnnotationEnumeration.cxx index f8cfd974efed..669205825f58 100644 --- a/sd/source/core/annotations/AnnotationEnumeration.cxx +++ b/sd/source/core/annotations/AnnotationEnumeration.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cppuhelper/implbase.hxx> #include <com/sun/star/container/NoSuchElementException.hpp> -#include "com/sun/star/office/XAnnotationEnumeration.hpp" +#include <com/sun/star/office/XAnnotationEnumeration.hpp> -#include "AnnotationEnumeration.hxx" -#include "sdpage.hxx" +#include <AnnotationEnumeration.hxx> +#include <sdpage.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::office; diff --git a/sd/source/core/cusshow.cxx b/sd/source/core/cusshow.cxx index c96db3077ee4..48424999c79c 100644 --- a/sd/source/core/cusshow.cxx +++ b/sd/source/core/cusshow.cxx @@ -19,11 +19,11 @@ #include <com/sun/star/lang/XComponent.hpp> -#include "createunocustomshow.hxx" -#include "sdiocmpt.hxx" -#include "cusshow.hxx" -#include "sdpage.hxx" -#include "drawdoc.hxx" +#include <createunocustomshow.hxx> +#include <sdiocmpt.hxx> +#include <cusshow.hxx> +#include <sdpage.hxx> +#include <drawdoc.hxx> #include <tools/tenccvt.hxx> diff --git a/sd/source/core/drawdoc.cxx b/sd/source/core/drawdoc.cxx index 18a94687b7c9..948bba6dc85d 100644 --- a/sd/source/core/drawdoc.cxx +++ b/sd/source/core/drawdoc.cxx @@ -40,8 +40,8 @@ #include <sfx2/app.hxx> #include <sfx2/linkmgr.hxx> #include <svx/dialogs.hrc> -#include "Outliner.hxx" -#include "sdmod.hxx" +#include <Outliner.hxx> +#include <sdmod.hxx> #include <editeng/editstat.hxx> #include <editeng/fontitem.hxx> #include <svl/flagitem.hxx> @@ -79,23 +79,23 @@ #include <rtl/uri.hxx> #include <editeng/outliner.hxx> -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "pglink.hxx" -#include "sdattr.hxx" -#include "strings.hrc" -#include "glob.hxx" -#include "stlpool.hxx" -#include "sdiocmpt.hxx" -#include "sdresid.hxx" -#include "cusshow.hxx" -#include "customshowlist.hxx" -#include "DrawDocShell.hxx" -#include "GraphicDocShell.hxx" -#include "sdxfer.hxx" -#include "ViewShell.hxx" -#include "optsitem.hxx" -#include "FrameView.hxx" +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <pglink.hxx> +#include <sdattr.hxx> +#include <strings.hrc> +#include <glob.hxx> +#include <stlpool.hxx> +#include <sdiocmpt.hxx> +#include <sdresid.hxx> +#include <cusshow.hxx> +#include <customshowlist.hxx> +#include <DrawDocShell.hxx> +#include <GraphicDocShell.hxx> +#include <sdxfer.hxx> +#include <ViewShell.hxx> +#include <optsitem.hxx> +#include <FrameView.hxx> #include <undo/undomanager.hxx> #include <tools/tenccvt.hxx> diff --git a/sd/source/core/drawdoc2.cxx b/sd/source/core/drawdoc2.cxx index baa04497626c..1d9b9bcba77e 100644 --- a/sd/source/core/drawdoc2.cxx +++ b/sd/source/core/drawdoc2.cxx @@ -22,7 +22,7 @@ #include <sfx2/printer.hxx> #include <sfx2/app.hxx> -#include "Outliner.hxx" +#include <Outliner.hxx> #include <editeng/paperinf.hxx> #include <svx/svdopage.hxx> #include <svx/svdoole2.hxx> @@ -49,25 +49,25 @@ #include <comphelper/lok.hxx> #include <xmloff/autolayout.hxx> -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "pglink.hxx" -#include "strings.hrc" -#include "glob.hxx" -#include "stlpool.hxx" -#include "sdiocmpt.hxx" -#include "anminfo.hxx" -#include "imapinfo.hxx" -#include "cusshow.hxx" -#include "undo/undomanager.hxx" - -#include "DrawDocShell.hxx" -#include "FrameView.hxx" +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <pglink.hxx> +#include <strings.hrc> +#include <glob.hxx> +#include <stlpool.hxx> +#include <sdiocmpt.hxx> +#include <anminfo.hxx> +#include <imapinfo.hxx> +#include <cusshow.hxx> +#include <undo/undomanager.hxx> + +#include <DrawDocShell.hxx> +#include <FrameView.hxx> #include "PageListWatcher.hxx" #include <vcl/virdev.hxx> -#include "customshowlist.hxx" +#include <customshowlist.hxx> using namespace ::sd; diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx index a2f9352fb40d..cceadbf80654 100644 --- a/sd/source/core/drawdoc3.cxx +++ b/sd/source/core/drawdoc3.cxx @@ -19,8 +19,8 @@ #include <memory> -#include "comphelper/anytostring.hxx" -#include "cppuhelper/exc_hlp.hxx" +#include <comphelper/anytostring.hxx> +#include <cppuhelper/exc_hlp.hxx> #include <vcl/wrkwin.hxx> #include <sfx2/docfile.hxx> @@ -42,26 +42,26 @@ #include <sot/formats.hxx> #include <xmloff/autolayout.hxx> -#include "strings.hrc" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "stlpool.hxx" -#include "sdresid.hxx" -#include "sdiocmpt.hxx" -#include "strmname.h" -#include "anminfo.hxx" -#include "customshowlist.hxx" -#include "sdxfer.hxx" - -#include "unmovss.hxx" -#include "unchss.hxx" -#include "unprlout.hxx" -#include "DrawDocShell.hxx" -#include "GraphicDocShell.hxx" -#include "ViewShell.hxx" -#include "View.hxx" -#include "ViewShellBase.hxx" -#include "strings.hxx" +#include <strings.hrc> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <stlpool.hxx> +#include <sdresid.hxx> +#include <sdiocmpt.hxx> +#include <strmname.h> +#include <anminfo.hxx> +#include <customshowlist.hxx> +#include <sdxfer.hxx> + +#include <unmovss.hxx> +#include <unchss.hxx> +#include <unprlout.hxx> +#include <DrawDocShell.hxx> +#include <GraphicDocShell.hxx> +#include <ViewShell.hxx> +#include <View.hxx> +#include <ViewShellBase.hxx> +#include <strings.hxx> using namespace ::com::sun::star; diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx index 20ef3650aff8..45d82b452a86 100644 --- a/sd/source/core/drawdoc4.cxx +++ b/sd/source/core/drawdoc4.cxx @@ -24,11 +24,11 @@ #include <i18nlangtag/mslangid.hxx> #include <sfx2/docfile.hxx> #include <sfx2/dispatch.hxx> -#include "Outliner.hxx" +#include <Outliner.hxx> #include <comphelper/processfactory.hxx> #include <editeng/outliner.hxx> -#include "DrawDocShell.hxx" +#include <DrawDocShell.hxx> #include <editeng/eeitem.hxx> #include <vcl/settings.hxx> @@ -94,20 +94,20 @@ #include <editeng/langitem.hxx> #include <editeng/frmdiritem.hxx> -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "strings.hrc" -#include "glob.hxx" -#include "stlpool.hxx" -#include "helpids.h" -#include "sdiocmpt.hxx" -#include "shapelist.hxx" +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <strings.hrc> +#include <glob.hxx> +#include <stlpool.hxx> +#include <helpids.h> +#include <sdiocmpt.hxx> +#include <shapelist.hxx> #include <basegfx/point/b2dpoint.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <svl/itemset.hxx> -#include "app.hrc" -#include "strings.hxx" +#include <app.hrc> +#include <strings.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/core/drawdoc_animations.cxx b/sd/source/core/drawdoc_animations.cxx index 28de082cbb03..bf1ef64266bc 100644 --- a/sd/source/core/drawdoc_animations.cxx +++ b/sd/source/core/drawdoc_animations.cxx @@ -19,10 +19,10 @@ #include <sal/config.h> -#include "createpresentation.hxx" -#include "drawdoc.hxx" -#include "cusshow.hxx" -#include "customshowlist.hxx" +#include <createpresentation.hxx> +#include <drawdoc.hxx> +#include <cusshow.hxx> +#include <customshowlist.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::presentation; diff --git a/sd/source/core/pglink.cxx b/sd/source/core/pglink.cxx index 5babf1791088..93180e1b906b 100644 --- a/sd/source/core/pglink.cxx +++ b/sd/source/core/pglink.cxx @@ -19,9 +19,9 @@ #include <sfx2/linkmgr.hxx> -#include "pglink.hxx" -#include "sdpage.hxx" -#include "drawdoc.hxx" +#include <pglink.hxx> +#include <sdpage.hxx> +#include <drawdoc.hxx> /************************************************************************* |* diff --git a/sd/source/core/sdiocmpt.cxx b/sd/source/core/sdiocmpt.cxx index d1103f5d7485..ae352d5a2491 100644 --- a/sd/source/core/sdiocmpt.cxx +++ b/sd/source/core/sdiocmpt.cxx @@ -19,7 +19,7 @@ #include <tools/debug.hxx> -#include "sdiocmpt.hxx" +#include <sdiocmpt.hxx> old_SdrDownCompat::old_SdrDownCompat(SvStream& rNewStream, StreamMode nNewMode) : rStream(rNewStream), diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx index 9a4a74bd618c..fa815c4a629c 100644 --- a/sd/source/core/sdpage.cxx +++ b/sd/source/core/sdpage.cxx @@ -60,23 +60,23 @@ #include <o3tl/enumarray.hxx> #include <xmloff/autolayout.hxx> -#include "Outliner.hxx" -#include "app.hrc" -#include "createunopageimpl.hxx" -#include "drawdoc.hxx" -#include "sdmod.hxx" -#include "sdpage.hxx" -#include "pglink.hxx" -#include "sdresid.hxx" -#include "stlsheet.hxx" -#include "strings.hrc" -#include "strings.hxx" -#include "bitmaps.hlst" -#include "glob.hxx" -#include "helpids.h" -#include "anminfo.hxx" -#include "undo/undomanager.hxx" -#include "undo/undoobjects.hxx" +#include <Outliner.hxx> +#include <app.hrc> +#include <createunopageimpl.hxx> +#include <drawdoc.hxx> +#include <sdmod.hxx> +#include <sdpage.hxx> +#include <pglink.hxx> +#include <sdresid.hxx> +#include <stlsheet.hxx> +#include <strings.hrc> +#include <strings.hxx> +#include <bitmaps.hlst> +#include <glob.hxx> +#include <helpids.h> +#include <anminfo.hxx> +#include <undo/undomanager.hxx> +#include <undo/undoobjects.hxx> #include <svx/sdr/contact/viewobjectcontact.hxx> #include <svx/sdr/contact/viewcontact.hxx> #include <svx/sdr/contact/objectcontact.hxx> diff --git a/sd/source/core/sdpage2.cxx b/sd/source/core/sdpage2.cxx index 65a7eaaabde8..e4181f171bc2 100644 --- a/sd/source/core/sdpage2.cxx +++ b/sd/source/core/sdpage2.cxx @@ -30,19 +30,19 @@ #include <editeng/xmlcnitm.hxx> #include <svx/svditer.hxx> -#include "Annotation.hxx" -#include "notifydocumentevent.hxx" -#include "sdresid.hxx" -#include "sdpage.hxx" -#include "glob.hxx" -#include "strings.hrc" -#include "drawdoc.hxx" -#include "stlpool.hxx" -#include "pglink.hxx" -#include "anminfo.hxx" - -#include "strings.hxx" -#include "DrawDocShell.hxx" +#include <Annotation.hxx> +#include <notifydocumentevent.hxx> +#include <sdresid.hxx> +#include <sdpage.hxx> +#include <glob.hxx> +#include <strings.hrc> +#include <drawdoc.hxx> +#include <stlpool.hxx> +#include <pglink.hxx> +#include <anminfo.hxx> + +#include <strings.hxx> +#include <DrawDocShell.hxx> #include <tools/tenccvt.hxx> #include <svl/itemset.hxx> diff --git a/sd/source/core/sdpage_animations.cxx b/sd/source/core/sdpage_animations.cxx index 3ce92cb30a93..b2539bb69292 100644 --- a/sd/source/core/sdpage_animations.cxx +++ b/sd/source/core/sdpage_animations.cxx @@ -22,13 +22,13 @@ #include <com/sun/star/presentation/ParagraphTarget.hpp> #include <comphelper/processfactory.hxx> #include <editeng/outliner.hxx> -#include "CustomAnimationCloner.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" +#include <CustomAnimationCloner.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> #include <CustomAnimationPreset.hxx> #include <TransitionPreset.hxx> -#include "undoanim.hxx" -#include "EffectMigration.hxx" +#include <undoanim.hxx> +#include <EffectMigration.hxx> using namespace ::sd; using namespace ::com::sun::star::uno; diff --git a/sd/source/core/shapelist.cxx b/sd/source/core/shapelist.cxx index bdeda0982205..b6969592a826 100644 --- a/sd/source/core/shapelist.cxx +++ b/sd/source/core/shapelist.cxx @@ -18,7 +18,7 @@ */ #include <svx/svdobj.hxx> -#include "shapelist.hxx" +#include <shapelist.hxx> #include <algorithm> diff --git a/sd/source/core/stlfamily.cxx b/sd/source/core/stlfamily.cxx index bae9c8791190..64f399192cb8 100644 --- a/sd/source/core/stlfamily.cxx +++ b/sd/source/core/stlfamily.cxx @@ -28,13 +28,13 @@ #include <svx/unoprov.hxx> -#include "strings.hrc" -#include "stlfamily.hxx" -#include "stlsheet.hxx" -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "glob.hxx" +#include <strings.hrc> +#include <stlfamily.hxx> +#include <stlsheet.hxx> +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <glob.hxx> #include <map> #include <memory> diff --git a/sd/source/core/stlpool.cxx b/sd/source/core/stlpool.cxx index 1641c47bbef7..a08edb3a8ae9 100644 --- a/sd/source/core/stlpool.cxx +++ b/sd/source/core/stlpool.cxx @@ -55,18 +55,18 @@ #include <svl/itempool.hxx> #include <svl/IndexedStyleSheets.hxx> -#include "stlpool.hxx" -#include "sdresid.hxx" -#include "stlsheet.hxx" -#include "strings.hrc" -#include "glob.hxx" -#include "drawdoc.hxx" -#include "sdmod.hxx" -#include "sdpage.hxx" -#include "helpids.h" +#include <stlpool.hxx> +#include <sdresid.hxx> +#include <stlsheet.hxx> +#include <strings.hrc> +#include <glob.hxx> +#include <drawdoc.hxx> +#include <sdmod.hxx> +#include <sdpage.hxx> +#include <helpids.h> #include <svl/itemset.hxx> -#include "app.hrc" -#include "strings.hxx" +#include <app.hrc> +#include <strings.hxx> #include <com/sun/star/drawing/LineStyle.hpp> diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx index 03cfc50aee50..da1e75fa0d4e 100644 --- a/sd/source/core/stlsheet.cxx +++ b/sd/source/core/stlsheet.cxx @@ -41,18 +41,18 @@ #include <svx/unoshprp.hxx> #include <svx/unoshape.hxx> #include <svx/svdpool.hxx> -#include "stlsheet.hxx" -#include "sdresid.hxx" -#include "sdpage.hxx" -#include "drawdoc.hxx" -#include "stlpool.hxx" -#include "strings.hrc" -#include "app.hrc" -#include "strings.hxx" -#include "glob.hxx" -#include "helpids.h" -#include "DrawViewShell.hxx" -#include "ViewShellBase.hxx" +#include <stlsheet.hxx> +#include <sdresid.hxx> +#include <sdpage.hxx> +#include <drawdoc.hxx> +#include <stlpool.hxx> +#include <strings.hrc> +#include <app.hrc> +#include <strings.hxx> +#include <glob.hxx> +#include <helpids.h> +#include <DrawViewShell.hxx> +#include <ViewShellBase.hxx> #include <editeng/boxitem.hxx> #include <cstddef> diff --git a/sd/source/core/text/textapi.cxx b/sd/source/core/text/textapi.cxx index 3eb52b381f2c..9f442b469710 100644 --- a/sd/source/core/text/textapi.cxx +++ b/sd/source/core/text/textapi.cxx @@ -26,7 +26,7 @@ #include <editeng/eeitem.hxx> #include <editeng/editeng.hxx> #include <editeng/outlobj.hxx> -#include "Outliner.hxx" +#include <Outliner.hxx> #include <svx/svdpool.hxx> using namespace ::com::sun::star::uno; diff --git a/sd/source/core/typemap.cxx b/sd/source/core/typemap.cxx index c655aa16bae3..6490035e0836 100644 --- a/sd/source/core/typemap.cxx +++ b/sd/source/core/typemap.cxx @@ -58,7 +58,7 @@ #include <svx/grafctrl.hxx> #include <editeng/boxitem.hxx> #include <editeng/lineitem.hxx> -#include "sdattr.hxx" +#include <sdattr.hxx> #include <svx/zoomslideritem.hxx> #include <editeng/memberids.h> #include <svx/xftstit.hxx> @@ -104,7 +104,7 @@ #include <svx/galleryitem.hxx> #define SFX_TYPEMAP -#include "sdslots.hxx" +#include <sdslots.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/core/undo/undofactory.cxx b/sd/source/core/undo/undofactory.cxx index 4908f652a8cf..27ae3fd68633 100644 --- a/sd/source/core/undo/undofactory.cxx +++ b/sd/source/core/undo/undofactory.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "undo/undofactory.hxx" -#include "undo/undoobjects.hxx" +#include <undo/undofactory.hxx> +#include <undo/undoobjects.hxx> using namespace sd; diff --git a/sd/source/core/undo/undoobjects.cxx b/sd/source/core/undo/undoobjects.cxx index 4119a4fd2e23..690d45fe2d72 100644 --- a/sd/source/core/undo/undoobjects.cxx +++ b/sd/source/core/undo/undoobjects.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "undo/undoobjects.hxx" -#include "sdpage.hxx" -#include "CustomAnimationEffect.hxx" -#include "drawdoc.hxx" -#include "undoanim.hxx" -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "DrawDocShell.hxx" +#include <undo/undoobjects.hxx> +#include <sdpage.hxx> +#include <CustomAnimationEffect.hxx> +#include <drawdoc.hxx> +#include <undoanim.hxx> +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <DrawDocShell.hxx> using namespace sd; diff --git a/sd/source/core/undoanim.cxx b/sd/source/core/undoanim.cxx index d9c7fc291a77..d4a69e62504e 100644 --- a/sd/source/core/undoanim.cxx +++ b/sd/source/core/undoanim.cxx @@ -20,14 +20,14 @@ #include <sal/config.h> #include <com/sun/star/animations/XAnimationNode.hpp> -#include "CustomAnimationCloner.hxx" - -#include "undoanim.hxx" -#include "strings.hrc" -#include "sdpage.hxx" -#include "sdresid.hxx" -#include "CustomAnimationEffect.hxx" -#include "drawdoc.hxx" +#include <CustomAnimationCloner.hxx> + +#include <undoanim.hxx> +#include <strings.hrc> +#include <sdpage.hxx> +#include <sdresid.hxx> +#include <CustomAnimationEffect.hxx> +#include <drawdoc.hxx> using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Exception; diff --git a/sd/source/filter/cgm/sdcgmfilter.cxx b/sd/source/filter/cgm/sdcgmfilter.cxx index bf27e5a9b173..9989b3f2a891 100644 --- a/sd/source/filter/cgm/sdcgmfilter.cxx +++ b/sd/source/filter/cgm/sdcgmfilter.cxx @@ -27,12 +27,12 @@ #include <svx/xflclit.hxx> #include <svx/xfillit0.hxx> -#include "sddll.hxx" -#include "sdpage.hxx" -#include "drawdoc.hxx" -#include "sdcgmfilter.hxx" +#include <sddll.hxx> +#include <sdpage.hxx> +#include <drawdoc.hxx> +#include <sdcgmfilter.hxx> -#include "DrawDocShell.hxx" +#include <DrawDocShell.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx index 2bd1fcb2e2ae..21aef0eee81e 100644 --- a/sd/source/filter/eppt/eppt.cxx +++ b/sd/source/filter/eppt/eppt.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <eppt.hxx> +#include "eppt.hxx" #include "epptdef.hxx" #include <o3tl/any.hxx> #include <tools/globname.hxx> diff --git a/sd/source/filter/eppt/eppt.hxx b/sd/source/filter/eppt/eppt.hxx index fe434116d955..bb3077602945 100644 --- a/sd/source/filter/eppt/eppt.hxx +++ b/sd/source/filter/eppt/eppt.hxx @@ -27,7 +27,7 @@ #include <vcl/graph.hxx> #include <unotools/fontcvt.hxx> #include "pptexanimations.hxx" -#include <pptexsoundcollection.hxx> +#include "pptexsoundcollection.hxx" #include "text.hxx" @@ -74,7 +74,7 @@ #include <com/sun/star/text/WritingMode.hpp> #include <com/sun/star/lang/Locale.hpp> -#include <epptbase.hxx> +#include "epptbase.hxx" #define EPP_MAINMASTER_PERSIST_KEY 0x80010000 #define EPP_MAINNOTESMASTER_PERSIST_KEY 0x80020000 diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index 4af42241a0cb..b1acd7a4ba04 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -25,7 +25,7 @@ #include <basegfx/numeric/ftools.hxx> #include <o3tl/any.hxx> #include <osl/endian.h> -#include <eppt.hxx> +#include "eppt.hxx" #include "text.hxx" #include "epptdef.hxx" #include "escherex.hxx" @@ -79,7 +79,7 @@ #include <com/sun/star/table/BorderLine.hpp> #include <set> #include <oox/ole/olehelper.hxx> -#include "i18nlangtag/languagetag.hxx" +#include <i18nlangtag/languagetag.hxx> using namespace ::com::sun::star; diff --git a/sd/source/filter/eppt/pptexanimations.cxx b/sd/source/filter/eppt/pptexanimations.cxx index 620e6eecc4d9..96f1ec40c4c6 100644 --- a/sd/source/filter/eppt/pptexanimations.cxx +++ b/sd/source/filter/eppt/pptexanimations.cxx @@ -57,7 +57,7 @@ #include <svx/svdotext.hxx> #include <editeng/outlobj.hxx> #include <editeng/editobj.hxx> -#include <pptexanimations.hxx> +#include "pptexanimations.hxx" #include <osl/endian.h> #include <algorithm> diff --git a/sd/source/filter/eppt/pptexanimations.hxx b/sd/source/filter/eppt/pptexanimations.hxx index a3b12f968cb9..acd7df5da99a 100644 --- a/sd/source/filter/eppt/pptexanimations.hxx +++ b/sd/source/filter/eppt/pptexanimations.hxx @@ -24,7 +24,7 @@ #include <com/sun/star/animations/XAnimate.hpp> #include <com/sun/star/beans/NamedValue.hpp> #include "../ppt/pptanimations.hxx" -#include <pptexsoundcollection.hxx> +#include "pptexsoundcollection.hxx" #include <filter/msfilter/escherex.hxx> #ifdef DBG_ANIM_LOG diff --git a/sd/source/filter/eppt/pptexsoundcollection.cxx b/sd/source/filter/eppt/pptexsoundcollection.cxx index 0bfc51d1b61c..e5277f023e9c 100644 --- a/sd/source/filter/eppt/pptexsoundcollection.cxx +++ b/sd/source/filter/eppt/pptexsoundcollection.cxx @@ -18,7 +18,7 @@ */ #include <memory> -#include <pptexsoundcollection.hxx> +#include "pptexsoundcollection.hxx" #include "epptdef.hxx" #include <tools/stream.hxx> #include <tools/urlobj.hxx> diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx index ae8a631003ab..8e722aa6e90b 100644 --- a/sd/source/filter/eppt/pptx-epptooxml.cxx +++ b/sd/source/filter/eppt/pptx-epptooxml.cxx @@ -25,8 +25,8 @@ #include <oox/token/tokens.hxx> #include <oox/token/relationship.hxx> #include <oox/ole/vbaproject.hxx> -#include <epptooxml.hxx> -#include <epptdef.hxx> +#include "epptooxml.hxx" +#include "epptdef.hxx" #include <oox/export/shapes.hxx> #include <comphelper/sequenceashashmap.hxx> diff --git a/sd/source/filter/eppt/pptx-stylesheet.cxx b/sd/source/filter/eppt/pptx-stylesheet.cxx index b4be91a71810..a17ee08d6a89 100644 --- a/sd/source/filter/eppt/pptx-stylesheet.cxx +++ b/sd/source/filter/eppt/pptx-stylesheet.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <epptbase.hxx> -#include <epptdef.hxx> -#include <text.hxx> +#include "epptbase.hxx" +#include "epptdef.hxx" +#include "text.hxx" #include <tools/color.hxx> #include <editeng/svxenum.hxx> diff --git a/sd/source/filter/grf/sdgrffilter.cxx b/sd/source/filter/grf/sdgrffilter.cxx index 1adf4e5d348d..0fb0bea255d7 100644 --- a/sd/source/filter/grf/sdgrffilter.cxx +++ b/sd/source/filter/grf/sdgrffilter.cxx @@ -39,14 +39,14 @@ #include <svx/svdograf.hxx> #include <svx/svdpagv.hxx> -#include "strings.hrc" -#include "DrawViewShell.hxx" -#include "DrawDocShell.hxx" -#include "ClientView.hxx" -#include "FrameView.hxx" +#include <strings.hrc> +#include <DrawViewShell.hxx> +#include <DrawDocShell.hxx> +#include <ClientView.hxx> +#include <FrameView.hxx> -#include "comphelper/anytostring.hxx" -#include "cppuhelper/exc_hlp.hxx" +#include <comphelper/anytostring.hxx> +#include <cppuhelper/exc_hlp.hxx> #include <comphelper/processfactory.hxx> #include <unotools/pathoptions.hxx> @@ -54,11 +54,11 @@ #include <vcl/graphicfilter.hxx> #include <svx/xoutbmp.hxx> -#include "sdpage.hxx" -#include "drawdoc.hxx" -#include "sdresid.hxx" -#include "sdgrffilter.hxx" -#include "ViewShellBase.hxx" +#include <sdpage.hxx> +#include <drawdoc.hxx> +#include <sdresid.hxx> +#include <sdgrffilter.hxx> +#include <ViewShellBase.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyValues.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> @@ -67,7 +67,7 @@ #include <com/sun/star/document/XExporter.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> #include <com/sun/star/drawing/XDrawView.hpp> -#include "DrawController.hxx" +#include <DrawController.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/task/XInteractionHandler.hpp> diff --git a/sd/source/filter/html/HtmlOptionsDialog.cxx b/sd/source/filter/html/HtmlOptionsDialog.cxx index 87a20a34ab8c..bc6f2e413e40 100644 --- a/sd/source/filter/html/HtmlOptionsDialog.cxx +++ b/sd/source/filter/html/HtmlOptionsDialog.cxx @@ -43,8 +43,8 @@ using namespace com::sun::star::beans; using namespace com::sun::star::container; using namespace com::sun::star::ui::dialogs; -#include "pres.hxx" -#include "sdabstdlg.hxx" +#include <pres.hxx> +#include <sdabstdlg.hxx> #include <memory> class SdHtmlOptionsDialog : public cppu::WeakImplHelper diff --git a/sd/source/filter/html/buttonset.cxx b/sd/source/filter/html/buttonset.cxx index 2aff0cd214b4..8650bc480f33 100644 --- a/sd/source/filter/html/buttonset.cxx +++ b/sd/source/filter/html/buttonset.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 <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/XStorage.hpp> diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx index 2d54dbf9d3f8..0ab7c5926b96 100644 --- a/sd/source/filter/html/htmlex.cxx +++ b/sd/source/filter/html/htmlex.cxx @@ -73,16 +73,16 @@ #include <cppuhelper/exc_hlp.hxx> #include <basegfx/polygon/b2dpolygon.hxx> -#include "drawdoc.hxx" +#include <drawdoc.hxx> #include "htmlpublishmode.hxx" -#include "Outliner.hxx" -#include "sdpage.hxx" -#include "sdattr.hxx" -#include "strings.hrc" -#include "strings.hxx" -#include "anminfo.hxx" -#include "imapinfo.hxx" -#include "sdresid.hxx" +#include <Outliner.hxx> +#include <sdpage.hxx> +#include <sdattr.hxx> +#include <strings.hrc> +#include <strings.hxx> +#include <anminfo.hxx> +#include <imapinfo.hxx> +#include <sdresid.hxx> #include "buttonset.hxx" using namespace ::com::sun::star; diff --git a/sd/source/filter/html/htmlex.hxx b/sd/source/filter/html/htmlex.hxx index fae392e19643..e600f54047eb 100644 --- a/sd/source/filter/html/htmlex.hxx +++ b/sd/source/filter/html/htmlex.hxx @@ -24,17 +24,17 @@ #include <com/sun/star/ucb/XSimpleFileAccess3.hpp> #include <vcl/gdimtf.hxx> #include <svl/itemset.hxx> -#include "resltn.hxx" +#include <resltn.hxx> #include <svtools/colrdlg.hxx> #include <svtools/ehdl.hxx> -#include "strings.hrc" -#include "DrawDocShell.hxx" -#include "Window.hxx" -#include "ViewShell.hxx" -#include "assclass.hxx" +#include <strings.hrc> +#include <DrawDocShell.hxx> +#include <Window.hxx> +#include <ViewShell.hxx> +#include <assclass.hxx> -#include "sdresid.hxx" +#include <sdresid.hxx> #include "htmlpublishmode.hxx" #include <memory> diff --git a/sd/source/filter/html/pubdlg.cxx b/sd/source/filter/html/pubdlg.cxx index 843b94c9ec7b..50c56e07855d 100644 --- a/sd/source/filter/html/pubdlg.cxx +++ b/sd/source/filter/html/pubdlg.cxx @@ -43,15 +43,15 @@ #include <unotools/useroptions.hxx> #include <unotools/pathoptions.hxx> -#include "sdresid.hxx" -#include "sdattr.hxx" -#include "pubdlg.hxx" +#include <sdresid.hxx> +#include <sdattr.hxx> +#include <pubdlg.hxx> #include "htmlattr.hxx" #include "htmlex.hxx" #include "htmlpublishmode.hxx" -#include "helpids.h" +#include <helpids.h> #include "buttonset.hxx" -#include "strings.hxx" +#include <strings.hxx> using namespace std; using namespace com::sun::star::uno; diff --git a/sd/source/filter/html/sdhtmlfilter.cxx b/sd/source/filter/html/sdhtmlfilter.cxx index ce21ecafcdce..33fdf3c6493f 100644 --- a/sd/source/filter/html/sdhtmlfilter.cxx +++ b/sd/source/filter/html/sdhtmlfilter.cxx @@ -32,12 +32,12 @@ #include <svx/xoutbmp.hxx> #include <osl/file.hxx> -#include "sdpage.hxx" -#include "drawdoc.hxx" -#include "sdresid.hxx" -#include "sdattr.hxx" +#include <sdpage.hxx> +#include <drawdoc.hxx> +#include <sdresid.hxx> +#include <sdattr.hxx> #include "htmlex.hxx" -#include "sdhtmlfilter.hxx" +#include <sdhtmlfilter.hxx> SdHTMLFilter::SdHTMLFilter( SfxMedium& rMedium, ::sd::DrawDocShell& rDocShell ) : diff --git a/sd/source/filter/ppt/ppt97animations.cxx b/sd/source/filter/ppt/ppt97animations.cxx index b76c3346ad7f..4fc1b11303d1 100644 --- a/sd/source/filter/ppt/ppt97animations.cxx +++ b/sd/source/filter/ppt/ppt97animations.cxx @@ -20,11 +20,11 @@ #include "ppt97animations.hxx" #include <svx/svdobj.hxx> -#include "sdpage.hxx" +#include <sdpage.hxx> #include <tools/debug.hxx> #include <tools/stream.hxx> #include <svx/unoapi.hxx> -#include "EffectMigration.hxx" +#include <EffectMigration.hxx> #include <CustomAnimationPreset.hxx> #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/presentation/TextAnimationType.hpp> diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx index 3ee02d93f1b1..5345ce50c18a 100644 --- a/sd/source/filter/ppt/pptin.cxx +++ b/sd/source/filter/ppt/pptin.cxx @@ -49,16 +49,16 @@ #include <sfx2/docinf.hxx> -#include "strings.hrc" -#include "strings.hxx" +#include <strings.hrc> +#include <strings.hxx> #include "pptin.hxx" -#include "Outliner.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "sdresid.hxx" -#include "pres.hxx" -#include "stlpool.hxx" -#include "anminfo.hxx" +#include <Outliner.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <sdresid.hxx> +#include <pres.hxx> +#include <stlpool.hxx> +#include <anminfo.hxx> #include <svx/gallery.hxx> #include <tools/urlobj.hxx> #include <svl/itempool.hxx> @@ -71,12 +71,12 @@ #include <vcl/bitmapaccess.hxx> #include <xmloff/autolayout.hxx> -#include "customshowlist.hxx" -#include "sddll.hxx" +#include <customshowlist.hxx> +#include <sddll.hxx> -#include "DrawDocShell.hxx" -#include "FrameView.hxx" -#include "optsitem.hxx" +#include <DrawDocShell.hxx> +#include <FrameView.hxx> +#include <optsitem.hxx> #include <unotools/fltrcfg.hxx> #include <sfx2/progress.hxx> diff --git a/sd/source/filter/ppt/pptinanimations.cxx b/sd/source/filter/ppt/pptinanimations.cxx index 57f43bb336f7..6ecf2a123b0c 100644 --- a/sd/source/filter/ppt/pptinanimations.cxx +++ b/sd/source/filter/ppt/pptinanimations.cxx @@ -62,10 +62,10 @@ #include <svx/svdotext.hxx> #include <editeng/outlobj.hxx> #include <editeng/editobj.hxx> -#include <pptinanimations.hxx> -#include <pptatom.hxx> +#include "pptinanimations.hxx" +#include "pptatom.hxx" #include "pptin.hxx" -#include "randomnode.hxx" +#include <randomnode.hxx> #include <algorithm> #include <memory> diff --git a/sd/source/filter/ppt/propread.cxx b/sd/source/filter/ppt/propread.cxx index 6854a7dc1a44..43f35b2fe514 100644 --- a/sd/source/filter/ppt/propread.cxx +++ b/sd/source/filter/ppt/propread.cxx @@ -18,9 +18,9 @@ */ #include <memory> -#include <propread.hxx> -#include "rtl/tencinfo.h" -#include "rtl/textenc.h" +#include "propread.hxx" +#include <rtl/tencinfo.h> +#include <rtl/textenc.h> #include <osl/diagnose.h> #include <o3tl/make_unique.hxx> diff --git a/sd/source/filter/sdfilter.cxx b/sd/source/filter/sdfilter.cxx index ae3fb3dccb33..b9ccfde38482 100644 --- a/sd/source/filter/sdfilter.cxx +++ b/sd/source/filter/sdfilter.cxx @@ -27,13 +27,13 @@ #include <sfx2/progress.hxx> #include <svl/itemset.hxx> -#include "DrawDocShell.hxx" -#include "strings.hrc" +#include <DrawDocShell.hxx> +#include <strings.hrc> -#include "sdresid.hxx" -#include "pres.hxx" -#include "drawdoc.hxx" -#include "sdfilter.hxx" +#include <sdresid.hxx> +#include <pres.hxx> +#include <drawdoc.hxx> +#include <sdfilter.hxx> using namespace ::com::sun::star::uno; diff --git a/sd/source/filter/sdpptwrp.cxx b/sd/source/filter/sdpptwrp.cxx index a25a8e0bc4b4..ad86048323d7 100644 --- a/sd/source/filter/sdpptwrp.cxx +++ b/sd/source/filter/sdpptwrp.cxx @@ -26,10 +26,10 @@ #include <svx/svxerr.hxx> #include <unotools/fltrcfg.hxx> -#include "sdpptwrp.hxx" +#include <sdpptwrp.hxx> #include "ppt/pptin.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> #include <tools/urlobj.hxx> diff --git a/sd/source/filter/xml/sdtransform.cxx b/sd/source/filter/xml/sdtransform.cxx index 7f76feb75346..920ae5980530 100644 --- a/sd/source/filter/xml/sdtransform.cxx +++ b/sd/source/filter/xml/sdtransform.cxx @@ -30,8 +30,8 @@ #include <editeng/lrspitem.hxx> #include <editeng/numitem.hxx> -#include "drawdoc.hxx" -#include "glob.hxx" +#include <drawdoc.hxx> +#include <glob.hxx> #include "sdtransform.hxx" using namespace ::com::sun::star::style; diff --git a/sd/source/filter/xml/sdxmlwrp.cxx b/sd/source/filter/xml/sdxmlwrp.cxx index efcb9ed9ccd0..6f5de5bad28a 100644 --- a/sd/source/filter/xml/sdxmlwrp.cxx +++ b/sd/source/filter/xml/sdxmlwrp.cxx @@ -28,17 +28,17 @@ #include <sfx2/docfile.hxx> #include <sfx2/docfilt.hxx> #include <sfx2/sfxsids.hrc> -#include "drawdoc.hxx" -#include "Outliner.hxx" +#include <drawdoc.hxx> +#include <Outliner.hxx> #include <unotools/streamwrap.hxx> #include <svx/dialmgr.hxx> #include <svx/strings.hrc> #include <svx/xmlgrhlp.hxx> -#include "DrawDocShell.hxx" +#include <DrawDocShell.hxx> -#include "sdxmlwrp.hxx" -#include "strmname.h" +#include <sdxmlwrp.hxx> +#include <strmname.h> #include <svx/xmleohlp.hxx> #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/document/XFilter.hpp> @@ -70,11 +70,11 @@ #include <svl/stritem.hxx> #include <svtools/sfxecode.hxx> -#include "sddll.hxx" -#include "sderror.hxx" -#include "sdresid.hxx" +#include <sddll.hxx> +#include <sderror.hxx> +#include <sdresid.hxx> #include "sdtransform.hxx" -#include "strings.hrc" +#include <strings.hrc> #include <sfx2/frame.hxx> diff --git a/sd/source/helper/simplereferencecomponent.cxx b/sd/source/helper/simplereferencecomponent.cxx index b2f55ad3832a..1d7d18d4f46a 100644 --- a/sd/source/helper/simplereferencecomponent.cxx +++ b/sd/source/helper/simplereferencecomponent.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "helper/simplereferencecomponent.hxx" +#include <helper/simplereferencecomponent.hxx> -#include "com/sun/star/uno/RuntimeException.hpp" -#include "osl/diagnose.h" +#include <com/sun/star/uno/RuntimeException.hpp> +#include <osl/diagnose.h> #include <new> diff --git a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx index a49dc6a37869..601ca86992c2 100644 --- a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx +++ b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleDocumentViewBase.hxx" +#include <AccessibleDocumentViewBase.hxx> #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/drawing/XDrawView.hpp> #include <com/sun/star/drawing/XShapes.hpp> @@ -38,16 +38,16 @@ #include <svx/svdmodel.hxx> #include <svx/unoapi.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include "Window.hxx" +#include <Window.hxx> #include <vcl/svapp.hxx> -#include "OutlineViewShell.hxx" +#include <OutlineViewShell.hxx> #include <svx/svdlayer.hxx> #include <editeng/editobj.hxx> -#include "LayerTabBar.hxx" +#include <LayerTabBar.hxx> #include <svtools/colorcfg.hxx> -#include "ViewShell.hxx" -#include "View.hxx" +#include <ViewShell.hxx> +#include <View.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::accessibility; diff --git a/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx b/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx index 4298e8144af7..3973c821ea5c 100644 --- a/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx +++ b/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleDrawDocumentView.hxx" +#include <AccessibleDrawDocumentView.hxx> #include <com/sun/star/drawing/ShapeCollection.hpp> #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/drawing/XDrawView.hpp> @@ -40,20 +40,20 @@ #include <svx/svdmodel.hxx> #include <svx/unoapi.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include "Window.hxx" +#include <Window.hxx> #include <vcl/svapp.hxx> -#include "ViewShell.hxx" -#include "View.hxx" -#include "DrawDocShell.hxx" +#include <ViewShell.hxx> +#include <View.hxx> +#include <DrawDocShell.hxx> #include <drawdoc.hxx> #include <algorithm> -#include "sdpage.hxx" -#include "slideshow.hxx" -#include "anminfo.hxx" +#include <sdpage.hxx> +#include <slideshow.hxx> +#include <anminfo.hxx> -#include "strings.hrc" -#include "sdresid.hxx" +#include <strings.hrc> +#include <sdresid.hxx> #include <osl/mutex.hxx> using namespace ::com::sun::star; diff --git a/sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx b/sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx index 68588ce25ca9..1b64aebb1687 100644 --- a/sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx +++ b/sd/source/ui/accessibility/AccessibleOutlineEditSource.cxx @@ -22,7 +22,7 @@ #include <svx/svdoutl.hxx> #include <AccessibleOutlineEditSource.hxx> -#include "OutlineView.hxx" +#include <OutlineView.hxx> #include <svx/sdrpaintwindow.hxx> namespace accessibility diff --git a/sd/source/ui/accessibility/AccessibleOutlineView.cxx b/sd/source/ui/accessibility/AccessibleOutlineView.cxx index d54a3cab4dbb..5c20c1cf8747 100644 --- a/sd/source/ui/accessibility/AccessibleOutlineView.cxx +++ b/sd/source/ui/accessibility/AccessibleOutlineView.cxx @@ -37,15 +37,15 @@ #include <svx/unoapi.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <vcl/svapp.hxx> -#include "Window.hxx" -#include "ViewShell.hxx" -#include "OutlineViewShell.hxx" -#include "View.hxx" -#include "AccessibleOutlineView.hxx" -#include "AccessibleOutlineEditSource.hxx" +#include <Window.hxx> +#include <ViewShell.hxx> +#include <OutlineViewShell.hxx> +#include <View.hxx> +#include <AccessibleOutlineView.hxx> +#include <AccessibleOutlineEditSource.hxx> #include <drawdoc.hxx> -#include "strings.hrc" -#include "sdresid.hxx" +#include <strings.hrc> +#include <sdresid.hxx> #include <memory> diff --git a/sd/source/ui/accessibility/AccessiblePageShape.cxx b/sd/source/ui/accessibility/AccessiblePageShape.cxx index f45eec219f24..041cd8c4dc8a 100644 --- a/sd/source/ui/accessibility/AccessiblePageShape.cxx +++ b/sd/source/ui/accessibility/AccessiblePageShape.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessiblePageShape.hxx" +#include <AccessiblePageShape.hxx> #include <svx/AccessibleShapeInfo.hxx> #include <svx/IAccessibleViewForwarder.hxx> #include <tools/gen.hxx> diff --git a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx index 4ed4bc079a22..26c218d3f9a4 100644 --- a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx +++ b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessiblePresentationGraphicShape.hxx" +#include <AccessiblePresentationGraphicShape.hxx> -#include "SdShapeTypes.hxx" +#include <SdShapeTypes.hxx> #include <svx/DescriptionGenerator.hxx> #include <rtl/ustring.h> diff --git a/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx index e8b04873da0d..93ae1da313d3 100644 --- a/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx +++ b/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessiblePresentationOLEShape.hxx" +#include <AccessiblePresentationOLEShape.hxx> -#include "SdShapeTypes.hxx" +#include <SdShapeTypes.hxx> #include <svx/DescriptionGenerator.hxx> #include <rtl/ustring.h> diff --git a/sd/source/ui/accessibility/AccessiblePresentationShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationShape.cxx index 45c7f78799ea..799968cdc55b 100644 --- a/sd/source/ui/accessibility/AccessiblePresentationShape.cxx +++ b/sd/source/ui/accessibility/AccessiblePresentationShape.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessiblePresentationShape.hxx" +#include <AccessiblePresentationShape.hxx> -#include "SdShapeTypes.hxx" +#include <SdShapeTypes.hxx> -#include "strings.hrc" -#include "sdresid.hxx" +#include <strings.hrc> +#include <sdresid.hxx> #include <svx/DescriptionGenerator.hxx> #include <rtl/ustring.h> diff --git a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx index bdac0a469ece..99f7b360fdaf 100644 --- a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx +++ b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleSlideSorterObject.hxx" - -#include "SlideSorter.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlsFocusManager.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsLayouter.hxx" -#include "view/SlsPageObjectLayouter.hxx" +#include <AccessibleSlideSorterObject.hxx> + +#include <SlideSorter.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlsFocusManager.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsLayouter.hxx> +#include <view/SlsPageObjectLayouter.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/IllegalAccessibleComponentStateException.hpp> @@ -36,12 +36,12 @@ #include <cppuhelper/supportsservice.hxx> #include <unotools/accessiblestatesethelper.hxx> -#include "sdpage.hxx" -#include "sdresid.hxx" +#include <sdpage.hxx> +#include <sdresid.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include "strings.hrc" +#include <strings.hrc> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx b/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx index 59246f036468..0e8d7df003e5 100644 --- a/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx +++ b/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx @@ -17,25 +17,25 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleSlideSorterView.hxx" -#include "AccessibleSlideSorterObject.hxx" - -#include "SlideSorter.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlsFocusManager.hxx" -#include "controller/SlsSelectionManager.hxx" -#include "view/SlideSorterView.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "SlideSorterViewShell.hxx" - -#include "ViewShellHint.hxx" -#include "sdpage.hxx" -#include "drawdoc.hxx" - -#include "sdresid.hxx" -#include "strings.hrc" +#include <AccessibleSlideSorterView.hxx> +#include <AccessibleSlideSorterObject.hxx> + +#include <SlideSorter.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlsFocusManager.hxx> +#include <controller/SlsSelectionManager.hxx> +#include <view/SlideSorterView.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <SlideSorterViewShell.hxx> + +#include <ViewShellHint.hxx> +#include <sdpage.hxx> +#include <drawdoc.hxx> + +#include <sdresid.hxx> +#include <strings.hrc> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> diff --git a/sd/source/ui/accessibility/AccessibleViewForwarder.cxx b/sd/source/ui/accessibility/AccessibleViewForwarder.cxx index aedc5882a34c..1090412acc8c 100644 --- a/sd/source/ui/accessibility/AccessibleViewForwarder.cxx +++ b/sd/source/ui/accessibility/AccessibleViewForwarder.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleViewForwarder.hxx" +#include <AccessibleViewForwarder.hxx> #include <svx/svdpntv.hxx> #include <vcl/outdev.hxx> #include <svx/sdrpaintwindow.hxx> diff --git a/sd/source/ui/accessibility/SdShapeTypes.cxx b/sd/source/ui/accessibility/SdShapeTypes.cxx index 75ef2c14897f..f4430ac7cff4 100644 --- a/sd/source/ui/accessibility/SdShapeTypes.cxx +++ b/sd/source/ui/accessibility/SdShapeTypes.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "SdShapeTypes.hxx" -#include "AccessiblePresentationShape.hxx" -#include "AccessiblePresentationGraphicShape.hxx" -#include "AccessiblePresentationOLEShape.hxx" +#include <SdShapeTypes.hxx> +#include <AccessiblePresentationShape.hxx> +#include <AccessiblePresentationGraphicShape.hxx> +#include <AccessiblePresentationOLEShape.hxx> #include <rtl/ustring.hxx> namespace accessibility { diff --git a/sd/source/ui/animations/CustomAnimationBox.cxx b/sd/source/ui/animations/CustomAnimationBox.cxx index b0e07c0c411a..02487e2a513d 100644 --- a/sd/source/ui/animations/CustomAnimationBox.cxx +++ b/sd/source/ui/animations/CustomAnimationBox.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> #include <sfx2/viewfrm.hxx> #include "CustomAnimationPane.hxx" #include <vcl/builderfactory.hxx> diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index 4aacf99a6bc6..4c9f3a59ee82 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -66,7 +66,7 @@ #include <svx/gallery.hxx> #include <svx/dialogs.hrc> -#include "sdresid.hxx" +#include <sdresid.hxx> #include "CustomAnimationDialog.hxx" #include "CustomAnimationPane.hxx" @@ -74,9 +74,9 @@ #include <avmedia/mediawindow.hxx> -#include "filedlg.hxx" -#include "strings.hrc" -#include "helpids.h" +#include <filedlg.hxx> +#include <strings.hrc> +#include <helpids.h> using namespace ::com::sun::star; using namespace ::com::sun::star::animations; diff --git a/sd/source/ui/animations/CustomAnimationDialog.hxx b/sd/source/ui/animations/CustomAnimationDialog.hxx index 5244965d6de8..4d0c685dabb1 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.hxx +++ b/sd/source/ui/animations/CustomAnimationDialog.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SD_SOURCE_UI_ANIMATIONS_CUSTOMANIMATIONDIALOG_HXX #define INCLUDED_SD_SOURCE_UI_ANIMATIONS_CUSTOMANIMATIONDIALOG_HXX -#include "CustomAnimationEffect.hxx" -#include "CustomAnimationPreset.hxx" +#include <CustomAnimationEffect.hxx> +#include <CustomAnimationPreset.hxx> #include <vcl/tabdlg.hxx> #include <vcl/lstbox.hxx> diff --git a/sd/source/ui/animations/CustomAnimationList.cxx b/sd/source/ui/animations/CustomAnimationList.cxx index bf13da48983c..851cbf7bec11 100644 --- a/sd/source/ui/animations/CustomAnimationList.cxx +++ b/sd/source/ui/animations/CustomAnimationList.cxx @@ -28,21 +28,21 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/XDrawPage.hpp> #include "CustomAnimationList.hxx" -#include "CustomAnimationPreset.hxx" +#include <CustomAnimationPreset.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <vcl/builderfactory.hxx> #include <o3tl/make_unique.hxx> -#include "sdresid.hxx" +#include <sdresid.hxx> -#include "svtools/svlbitm.hxx" -#include "svtools/treelistentry.hxx" -#include "svtools/viewdataentry.hxx" +#include <svtools/svlbitm.hxx> +#include <svtools/treelistentry.hxx> +#include <svtools/viewdataentry.hxx> -#include "strings.hrc" -#include "bitmaps.hlst" +#include <strings.hrc> +#include <bitmaps.hlst> #include <algorithm> #include <memory> diff --git a/sd/source/ui/animations/CustomAnimationList.hxx b/sd/source/ui/animations/CustomAnimationList.hxx index 1e5839f16414..e2229f031f14 100644 --- a/sd/source/ui/animations/CustomAnimationList.hxx +++ b/sd/source/ui/animations/CustomAnimationList.hxx @@ -27,8 +27,8 @@ #include <com/sun/star/drawing/XShape.hpp> #include <svtools/treelistbox.hxx> #include <CustomAnimationEffect.hxx> -#include "CustomAnimationPreset.hxx" -#include "strings.hrc" +#include <CustomAnimationPreset.hxx> +#include <strings.hrc> namespace sd { diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx index 48b01a169b38..aa74265556f3 100644 --- a/sd/source/ui/animations/CustomAnimationPane.cxx +++ b/sd/source/ui/animations/CustomAnimationPane.cxx @@ -42,7 +42,7 @@ #include "CustomAnimationPane.hxx" #include "CustomAnimationDialog.hxx" #include "CustomAnimationList.hxx" -#include "createcustomanimationpanel.hxx" +#include <createcustomanimationpanel.hxx> #include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> @@ -58,23 +58,23 @@ #include <svx/svxids.hrc> #include <DrawDocShell.hxx> #include <ViewShellBase.hxx> -#include "DrawViewShell.hxx" -#include "DrawController.hxx" -#include "sdresid.hxx" -#include "drawview.hxx" -#include "slideshow.hxx" -#include "undoanim.hxx" -#include "optsitem.hxx" -#include "sddll.hxx" -#include "sdmod.hxx" -#include "framework/FrameworkHelper.hxx" - -#include "EventMultiplexer.hxx" - -#include "strings.hrc" -#include "sdpage.hxx" -#include "drawdoc.hxx" -#include "app.hrc" +#include <DrawViewShell.hxx> +#include <DrawController.hxx> +#include <sdresid.hxx> +#include <drawview.hxx> +#include <slideshow.hxx> +#include <undoanim.hxx> +#include <optsitem.hxx> +#include <sddll.hxx> +#include <sdmod.hxx> +#include <framework/FrameworkHelper.hxx> + +#include <EventMultiplexer.hxx> + +#include <strings.hrc> +#include <sdpage.hxx> +#include <drawdoc.hxx> +#include <app.hrc> #include <svx/svdetc.hxx> #include <svx/strings.hrc> diff --git a/sd/source/ui/animations/CustomAnimationPane.hxx b/sd/source/ui/animations/CustomAnimationPane.hxx index 400668c13ceb..086b717dbc84 100644 --- a/sd/source/ui/animations/CustomAnimationPane.hxx +++ b/sd/source/ui/animations/CustomAnimationPane.hxx @@ -26,11 +26,11 @@ #include <vcl/field.hxx> #include <svx/sidebar/PanelLayout.hxx> #include <sfx2/sidebar/ControlFactory.hxx> -#include "CustomAnimationPreset.hxx" +#include <CustomAnimationPreset.hxx> #include "CustomAnimationList.hxx" #include "CategoryListBox.hxx" #include "motionpathtag.hxx" -#include "misc/scopelock.hxx" +#include <misc/scopelock.hxx> #include <vector> diff --git a/sd/source/ui/animations/SlideTransitionBox.cxx b/sd/source/ui/animations/SlideTransitionBox.cxx index 1cc992a029f3..6e54ed52b0d6 100644 --- a/sd/source/ui/animations/SlideTransitionBox.cxx +++ b/sd/source/ui/animations/SlideTransitionBox.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> #include <DrawDocShell.hxx> #include <sfx2/viewfrm.hxx> #include <SlideTransitionPane.hxx> diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx index 0d8c0ba9c4a8..900ab2bff71d 100644 --- a/sd/source/ui/animations/SlideTransitionPane.cxx +++ b/sd/source/ui/animations/SlideTransitionPane.cxx @@ -19,18 +19,18 @@ #include <com/sun/star/animations/XAnimationNode.hpp> -#include "SlideTransitionPane.hxx" -#include "createslidetransitionpanel.hxx" - -#include "TransitionPreset.hxx" -#include "sdresid.hxx" -#include "ViewShellBase.hxx" -#include "DrawDocShell.hxx" -#include "SlideSorterViewShell.hxx" -#include "drawdoc.hxx" -#include "filedlg.hxx" -#include "strings.hrc" -#include "DrawController.hxx" +#include <SlideTransitionPane.hxx> +#include <createslidetransitionpanel.hxx> + +#include <TransitionPreset.hxx> +#include <sdresid.hxx> +#include <ViewShellBase.hxx> +#include <DrawDocShell.hxx> +#include <SlideSorterViewShell.hxx> +#include <drawdoc.hxx> +#include <filedlg.hxx> +#include <strings.hrc> +#include <DrawController.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <svtools/controldims.hxx> @@ -38,13 +38,13 @@ #include <unotools/pathoptions.hxx> #include <vcl/msgbox.hxx> #include <tools/urlobj.hxx> -#include "DrawViewShell.hxx" -#include "slideshow.hxx" -#include "drawview.hxx" -#include "sdundogr.hxx" -#include "undoanim.hxx" -#include "optsitem.hxx" -#include "sddll.hxx" +#include <DrawViewShell.hxx> +#include <slideshow.hxx> +#include <drawview.hxx> +#include <sdundogr.hxx> +#include <undoanim.hxx> +#include <optsitem.hxx> +#include <sddll.hxx> #include <sfx2/sidebar/Theme.hxx> diff --git a/sd/source/ui/animations/motionpathtag.cxx b/sd/source/ui/animations/motionpathtag.cxx index d6ee8cd82601..8392c0e7f5d1 100644 --- a/sd/source/ui/animations/motionpathtag.cxx +++ b/sd/source/ui/animations/motionpathtag.cxx @@ -46,12 +46,12 @@ #include <svx/svddrgmt.hxx> #include "CustomAnimationPane.hxx" -#include "View.hxx" +#include <View.hxx> #include "motionpathtag.hxx" -#include "sdpage.hxx" -#include "ViewShell.hxx" -#include "app.hrc" -#include "Window.hxx" +#include <sdpage.hxx> +#include <ViewShell.hxx> +#include <app.hrc> +#include <Window.hxx> #include <svx/sdr/contact/viewcontact.hxx> #include <svx/sdr/overlay/overlayprimitive2dsequenceobject.hxx> diff --git a/sd/source/ui/animations/motionpathtag.hxx b/sd/source/ui/animations/motionpathtag.hxx index ef6b06657d7b..2d2933bb2aa1 100644 --- a/sd/source/ui/animations/motionpathtag.hxx +++ b/sd/source/ui/animations/motionpathtag.hxx @@ -24,8 +24,8 @@ #include <com/sun/star/drawing/XShape.hpp> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> -#include "smarttag.hxx" -#include "CustomAnimationEffect.hxx" +#include <smarttag.hxx> +#include <CustomAnimationEffect.hxx> class SdrPathObj; diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx index 38a9d5e72e51..06b23d2ae26b 100644 --- a/sd/source/ui/annotations/annotationmanager.cxx +++ b/sd/source/ui/annotations/annotationmanager.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sddll.hxx" +#include <sddll.hxx> #include <boost/property_tree/json_parser.hpp> @@ -65,24 +65,24 @@ #include <svx/postattr.hxx> #include <svx/svdetc.hxx> -#include "annotationmanager.hxx" +#include <annotationmanager.hxx> #include "annotationmanagerimpl.hxx" #include "annotationwindow.hxx" -#include "strings.hrc" - -#include "Annotation.hxx" -#include "ToolBarManager.hxx" -#include "DrawDocShell.hxx" -#include "DrawViewShell.hxx" -#include "DrawController.hxx" -#include "sdresid.hxx" -#include "EventMultiplexer.hxx" -#include "ViewShellManager.hxx" -#include "helpids.h" -#include "sdpage.hxx" -#include "drawdoc.hxx" -#include "textapi.hxx" -#include "optsitem.hxx" +#include <strings.hrc> + +#include <Annotation.hxx> +#include <ToolBarManager.hxx> +#include <DrawDocShell.hxx> +#include <DrawViewShell.hxx> +#include <DrawController.hxx> +#include <sdresid.hxx> +#include <EventMultiplexer.hxx> +#include <ViewShellManager.hxx> +#include <helpids.h> +#include <sdpage.hxx> +#include <drawdoc.hxx> +#include <textapi.hxx> +#include <optsitem.hxx> #include <memory> diff --git a/sd/source/ui/annotations/annotationmanagerimpl.hxx b/sd/source/ui/annotations/annotationmanagerimpl.hxx index 5f5ed8e65d77..14efddce351e 100644 --- a/sd/source/ui/annotations/annotationmanagerimpl.hxx +++ b/sd/source/ui/annotations/annotationmanagerimpl.hxx @@ -28,7 +28,7 @@ #include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase.hxx> -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> #include "annotationtag.hxx" diff --git a/sd/source/ui/annotations/annotationtag.cxx b/sd/source/ui/annotations/annotationtag.cxx index 8aa487925d6c..d1adeefb4505 100644 --- a/sd/source/ui/annotations/annotationtag.cxx +++ b/sd/source/ui/annotations/annotationtag.cxx @@ -34,17 +34,17 @@ #include <svx/sdrpaintwindow.hxx> #include <svx/svddrgmt.hxx> -#include "View.hxx" -#include "sdresid.hxx" -#include "strings.hrc" +#include <View.hxx> +#include <sdresid.hxx> +#include <strings.hrc> #include "annotationmanagerimpl.hxx" #include "annotationwindow.hxx" #include "annotationtag.hxx" -#include "sdpage.hxx" -#include "ViewShell.hxx" -#include "app.hrc" -#include "Window.hxx" -#include "drawdoc.hxx" +#include <sdpage.hxx> +#include <ViewShell.hxx> +#include <app.hrc> +#include <Window.hxx> +#include <drawdoc.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/sd/source/ui/annotations/annotationtag.hxx b/sd/source/ui/annotations/annotationtag.hxx index 7a5da127635b..53f9cbf73613 100644 --- a/sd/source/ui/annotations/annotationtag.hxx +++ b/sd/source/ui/annotations/annotationtag.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/office/XAnnotation.hpp> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> -#include "smarttag.hxx" +#include <smarttag.hxx> namespace sd { diff --git a/sd/source/ui/annotations/annotationwindow.cxx b/sd/source/ui/annotations/annotationwindow.cxx index 9a73e71c41c2..d7bebce766ce 100644 --- a/sd/source/ui/annotations/annotationwindow.cxx +++ b/sd/source/ui/annotations/annotationwindow.cxx @@ -73,16 +73,16 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> -#include "strings.hrc" +#include <strings.hrc> #include "annotationwindow.hxx" #include "annotationmanagerimpl.hxx" -#include "DrawDocShell.hxx" -#include "ViewShell.hxx" -#include "drawdoc.hxx" -#include "View.hxx" -#include "textapi.hxx" -#include "sdresid.hxx" +#include <DrawDocShell.hxx> +#include <ViewShell.hxx> +#include <drawdoc.hxx> +#include <View.hxx> +#include <textapi.hxx> +#include <sdresid.hxx> #include <memory> diff --git a/sd/source/ui/app/optsitem.cxx b/sd/source/ui/app/optsitem.cxx index ae90c3ffeb76..ed84c83a716e 100644 --- a/sd/source/ui/app/optsitem.cxx +++ b/sd/source/ui/app/optsitem.cxx @@ -26,9 +26,9 @@ #include <tools/helpers.hxx> #include <unotools/syslocale.hxx> -#include "sdmod.hxx" -#include "optsitem.hxx" -#include "FrameView.hxx" +#include <sdmod.hxx> +#include <optsitem.hxx> +#include <FrameView.hxx> #include <sdattr.hrc> using namespace ::utl; diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index 34c64345caf5..d060b641505b 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -30,35 +30,35 @@ #include <svx/objfac3d.hxx> #include <vcl/svapp.hxx> -#include "registerinterfaces.hxx" -#include "sddll.hxx" -#include "app.hrc" -#include "AnimationChildWindow.hxx" -#include "BezierObjectBar.hxx" -#include "diactrl.hxx" -#include "DrawDocShell.hxx" -#include "FactoryIds.hxx" -#include "gluectrl.hxx" -#include "GraphicDocShell.hxx" -#include "GraphicObjectBar.hxx" -#include "GraphicViewShell.hxx" -#include "GraphicViewShellBase.hxx" -#include "ImpressViewShellBase.hxx" -#include "PresentationViewShell.hxx" -#include "PresentationViewShellBase.hxx" -#include "MediaObjectBar.hxx" -#include "NavigatorChildWindow.hxx" -#include "OutlineViewShell.hxx" -#include "OutlineViewShellBase.hxx" -#include "PaneChildWindows.hxx" -#include "sdresid.hxx" -#include "SpellDialogChildWindow.hxx" -#include "SlideSorterViewShell.hxx" -#include "SlideSorterViewShellBase.hxx" -#include "strmname.h" -#include "SdShapeTypes.hxx" -#include "TextObjectBar.hxx" -#include "tmplctrl.hxx" +#include <registerinterfaces.hxx> +#include <sddll.hxx> +#include <app.hrc> +#include <AnimationChildWindow.hxx> +#include <BezierObjectBar.hxx> +#include <diactrl.hxx> +#include <DrawDocShell.hxx> +#include <FactoryIds.hxx> +#include <gluectrl.hxx> +#include <GraphicDocShell.hxx> +#include <GraphicObjectBar.hxx> +#include <GraphicViewShell.hxx> +#include <GraphicViewShellBase.hxx> +#include <ImpressViewShellBase.hxx> +#include <PresentationViewShell.hxx> +#include <PresentationViewShellBase.hxx> +#include <MediaObjectBar.hxx> +#include <NavigatorChildWindow.hxx> +#include <OutlineViewShell.hxx> +#include <OutlineViewShellBase.hxx> +#include <PaneChildWindows.hxx> +#include <sdresid.hxx> +#include <SpellDialogChildWindow.hxx> +#include <SlideSorterViewShell.hxx> +#include <SlideSorterViewShellBase.hxx> +#include <strmname.h> +#include <SdShapeTypes.hxx> +#include <TextObjectBar.hxx> +#include <tmplctrl.hxx> #include <svx/svxids.hrc> #include <svx/bmpmask.hxx> diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx index 958d81a85c89..17452c66a10d 100644 --- a/sd/source/ui/app/sdmod.cxx +++ b/sd/source/ui/app/sdmod.cxx @@ -43,18 +43,18 @@ #include <svx/xmlsecctrl.hxx> #include <svtools/colorcfg.hxx> -#include "sderror.hxx" -#include "sdmod.hxx" -#include "sdresid.hxx" -#include "optsitem.hxx" -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "app.hrc" -#include "strings.hrc" -#include "errhdl.hrc" +#include <sderror.hxx> +#include <sdmod.hxx> +#include <sdresid.hxx> +#include <optsitem.hxx> +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <app.hrc> +#include <strings.hrc> +#include <errhdl.hrc> #define SdModule -#include "sdslots.hxx" +#include <sdslots.hxx> SFX_IMPL_INTERFACE(SdModule, SfxModule) diff --git a/sd/source/ui/app/sdmod1.cxx b/sd/source/ui/app/sdmod1.cxx index 6e64d2285a1d..3c760b367353 100644 --- a/sd/source/ui/app/sdmod1.cxx +++ b/sd/source/ui/app/sdmod1.cxx @@ -21,7 +21,7 @@ #include <sfx2/frame.hxx> #include <sfx2/viewfrm.hxx> #include <unotools/moduleoptions.hxx> -#include "framework/FrameworkHelper.hxx" +#include <framework/FrameworkHelper.hxx> #include <svx/dialogs.hrc> #include <vcl/errinf.hxx> @@ -39,27 +39,27 @@ #include <unotools/useroptions.hxx> #include <com/sun/star/uno/Sequence.h> -#include "app.hrc" -#include "strings.hrc" - -#include "sdmod.hxx" -#include "pres.hxx" -#include "optsitem.hxx" -#include "ViewShell.hxx" -#include "sdattr.hxx" -#include "sdpage.hxx" -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "assclass.hxx" -#include "sdenumdef.hxx" -#include "sdresid.hxx" -#include "OutlineViewShell.hxx" -#include "ViewShellBase.hxx" -#include "FrameView.hxx" -#include "FactoryIds.hxx" -#include "sdabstdlg.hxx" +#include <app.hrc> +#include <strings.hrc> + +#include <sdmod.hxx> +#include <pres.hxx> +#include <optsitem.hxx> +#include <ViewShell.hxx> +#include <sdattr.hxx> +#include <sdpage.hxx> +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <assclass.hxx> +#include <sdenumdef.hxx> +#include <sdresid.hxx> +#include <OutlineViewShell.hxx> +#include <ViewShellBase.hxx> +#include <FrameView.hxx> +#include <FactoryIds.hxx> +#include <sdabstdlg.hxx> #include <memory> -#include "slideshow.hxx" +#include <slideshow.hxx> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> #include <com/sun/star/document/XDocumentProperties.hpp> diff --git a/sd/source/ui/app/sdmod2.cxx b/sd/source/ui/app/sdmod2.cxx index 18f61aa1cab5..29b8b9798228 100644 --- a/sd/source/ui/app/sdmod2.cxx +++ b/sd/source/ui/app/sdmod2.cxx @@ -46,28 +46,28 @@ #include <svx/sdr/contact/displayinfo.hxx> -#include "sdmod.hxx" -#include "app.hrc" -#include "family.hrc" -#include "strings.hrc" - -#include "bitmaps.hlst" -#include "ViewShell.hxx" -#include "FrameView.hxx" -#include "sdattr.hxx" -#include "optsitem.hxx" -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "Outliner.hxx" -#include "sdresid.hxx" -#include "pres.hxx" -#include "DrawViewShell.hxx" -#include "OutlineViewShell.hxx" -#include "OutlineView.hxx" -#include "ViewShellBase.hxx" -#include "sdpage.hxx" -#include "sdxfer.hxx" -#include "sdabstdlg.hxx" +#include <sdmod.hxx> +#include <app.hrc> +#include <family.hrc> +#include <strings.hrc> + +#include <bitmaps.hlst> +#include <ViewShell.hxx> +#include <FrameView.hxx> +#include <sdattr.hxx> +#include <optsitem.hxx> +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <Outliner.hxx> +#include <sdresid.hxx> +#include <pres.hxx> +#include <DrawViewShell.hxx> +#include <OutlineViewShell.hxx> +#include <OutlineView.hxx> +#include <ViewShellBase.hxx> +#include <sdpage.hxx> +#include <sdxfer.hxx> +#include <sdabstdlg.hxx> #include <svl/intitem.hxx> /** retrieves the page that is currently painted. This will only be the master page diff --git a/sd/source/ui/app/sdpopup.cxx b/sd/source/ui/app/sdpopup.cxx index 19d63c06b452..f5c77ab55d5a 100644 --- a/sd/source/ui/app/sdpopup.cxx +++ b/sd/source/ui/app/sdpopup.cxx @@ -26,12 +26,12 @@ #include <sfx2/docfile.hxx> #include <unotools/useroptions.hxx> -#include "strings.hrc" -#include "sdpopup.hxx" -#include "sdresid.hxx" -#include "sdmod.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" +#include <strings.hrc> +#include <sdpopup.hxx> +#include <sdresid.hxx> +#include <sdmod.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> /* * Popup menu for editing of field command diff --git a/sd/source/ui/app/sdxfer.cxx b/sd/source/ui/app/sdxfer.cxx index a76c6457557d..ea6954d07fa8 100644 --- a/sd/source/ui/app/sdxfer.cxx +++ b/sd/source/ui/app/sdxfer.cxx @@ -52,17 +52,17 @@ #include <comphelper/storagehelper.hxx> #include <comphelper/servicehelper.hxx> #include <svtools/embedtransfer.hxx> -#include "DrawDocShell.hxx" -#include "View.hxx" -#include "sdpage.hxx" -#include "drawview.hxx" -#include "drawdoc.hxx" -#include "stlpool.hxx" -#include "strings.hrc" -#include "sdresid.hxx" -#include "imapinfo.hxx" -#include "sdxfer.hxx" -#include "unomodel.hxx" +#include <DrawDocShell.hxx> +#include <View.hxx> +#include <sdpage.hxx> +#include <drawview.hxx> +#include <drawdoc.hxx> +#include <stlpool.hxx> +#include <strings.hrc> +#include <sdresid.hxx> +#include <imapinfo.hxx> +#include <sdxfer.hxx> +#include <unomodel.hxx> #include <vcl/virdev.hxx> using namespace ::com::sun::star; diff --git a/sd/source/ui/app/tmplctrl.cxx b/sd/source/ui/app/tmplctrl.cxx index 9203201f59f0..689dde24db77 100644 --- a/sd/source/ui/app/tmplctrl.cxx +++ b/sd/source/ui/app/tmplctrl.cxx @@ -23,13 +23,13 @@ #include <svl/stritem.hxx> #include <sfx2/dispatch.hxx> -#include "tmplctrl.hxx" -#include "ViewShellBase.hxx" -#include "drawdoc.hxx" -#include "sdattr.hrc" -#include "app.hrc" +#include <tmplctrl.hxx> +#include <ViewShellBase.hxx> +#include <drawdoc.hxx> +#include <sdattr.hrc> +#include <app.hrc> #include <sdresid.hxx> -#include "strings.hrc" +#include <strings.hrc> SFX_IMPL_STATUSBAR_CONTROL( SdTemplateControl, SfxStringItem ); diff --git a/sd/source/ui/controller/displaymodecontroller.cxx b/sd/source/ui/controller/displaymodecontroller.cxx index fb18c1d91107..3b0d2fe99d61 100644 --- a/sd/source/ui/controller/displaymodecontroller.cxx +++ b/sd/source/ui/controller/displaymodecontroller.cxx @@ -13,10 +13,10 @@ #include <svtools/valueset.hxx> #include <vcl/toolbox.hxx> -#include "strings.hrc" +#include <strings.hrc> -#include "bitmaps.hlst" -#include "sdresid.hxx" +#include <bitmaps.hlst> +#include <sdresid.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/controller/slidelayoutcontroller.cxx b/sd/source/ui/controller/slidelayoutcontroller.cxx index a8a95202a8cd..82cc5ae0f06a 100644 --- a/sd/source/ui/controller/slidelayoutcontroller.cxx +++ b/sd/source/ui/controller/slidelayoutcontroller.cxx @@ -39,15 +39,15 @@ #include <xmloff/autolayout.hxx> -#include "app.hrc" -#include "facreg.hxx" -#include "strings.hrc" +#include <app.hrc> +#include <facreg.hxx> +#include <strings.hrc> -#include "bitmaps.hlst" -#include "sdresid.hxx" -#include "pres.hxx" +#include <bitmaps.hlst> +#include <sdresid.hxx> +#include <pres.hxx> #include "slidelayoutcontroller.hxx" -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/dlg/AnimationChildWindow.cxx b/sd/source/ui/dlg/AnimationChildWindow.cxx index 8a7b7948dffb..fac4329c9262 100644 --- a/sd/source/ui/dlg/AnimationChildWindow.cxx +++ b/sd/source/ui/dlg/AnimationChildWindow.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AnimationChildWindow.hxx" +#include <AnimationChildWindow.hxx> -#include "app.hrc" -#include "animobjs.hxx" +#include <app.hrc> +#include <animobjs.hxx> #include <sfx2/app.hxx> #include <sfx2/childwin.hxx> #include <sfx2/dockwin.hxx> diff --git a/sd/source/ui/dlg/LayerTabBar.cxx b/sd/source/ui/dlg/LayerTabBar.cxx index 1d1aae802c41..38238db341b7 100644 --- a/sd/source/ui/dlg/LayerTabBar.cxx +++ b/sd/source/ui/dlg/LayerTabBar.cxx @@ -17,26 +17,26 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "LayerTabBar.hxx" +#include <LayerTabBar.hxx> #include <svx/svdlayer.hxx> #include <svx/svdpagv.hxx> #include <vcl/msgbox.hxx> #include <sfx2/dispatch.hxx> -#include "sdattr.hxx" -#include "sdmod.hxx" -#include "helpids.h" -#include "app.hrc" -#include "strings.hrc" - -#include "DrawViewShell.hxx" -#include "Window.hxx" -#include "View.hxx" -#include "drawdoc.hxx" -#include "sdresid.hxx" -#include "DrawDocShell.hxx" -#include "drawview.hxx" -#include "undolayer.hxx" +#include <sdattr.hxx> +#include <sdmod.hxx> +#include <helpids.h> +#include <app.hrc> +#include <strings.hrc> + +#include <DrawViewShell.hxx> +#include <Window.hxx> +#include <View.hxx> +#include <drawdoc.hxx> +#include <sdresid.hxx> +#include <DrawDocShell.hxx> +#include <drawview.hxx> +#include <undolayer.hxx> namespace sd { diff --git a/sd/source/ui/dlg/NavigatorChildWindow.cxx b/sd/source/ui/dlg/NavigatorChildWindow.cxx index 44ad4a659f00..1f15efe8c0bd 100644 --- a/sd/source/ui/dlg/NavigatorChildWindow.cxx +++ b/sd/source/ui/dlg/NavigatorChildWindow.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "NavigatorChildWindow.hxx" -#include "navigatr.hxx" -#include "app.hrc" +#include <NavigatorChildWindow.hxx> +#include <navigatr.hxx> +#include <app.hrc> #include <sfx2/app.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> diff --git a/sd/source/ui/dlg/PaneChildWindows.cxx b/sd/source/ui/dlg/PaneChildWindows.cxx index 34db1be617a7..7a22c968174a 100644 --- a/sd/source/ui/dlg/PaneChildWindows.cxx +++ b/sd/source/ui/dlg/PaneChildWindows.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PaneChildWindows.hxx" -#include "PaneDockingWindow.hxx" -#include "ViewShellBase.hxx" -#include "framework/FrameworkHelper.hxx" -#include "app.hrc" -#include "strings.hrc" -#include "sdresid.hxx" +#include <PaneChildWindows.hxx> +#include <PaneDockingWindow.hxx> +#include <ViewShellBase.hxx> +#include <framework/FrameworkHelper.hxx> +#include <app.hrc> +#include <strings.hrc> +#include <sdresid.hxx> #include <sfx2/app.hxx> #include <sfx2/dockwin.hxx> diff --git a/sd/source/ui/dlg/PaneDockingWindow.cxx b/sd/source/ui/dlg/PaneDockingWindow.cxx index 769d5ee79f9a..b68665a0a24d 100644 --- a/sd/source/ui/dlg/PaneDockingWindow.cxx +++ b/sd/source/ui/dlg/PaneDockingWindow.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PaneDockingWindow.hxx" -#include "Window.hxx" -#include "ViewShellBase.hxx" -#include "framework/FrameworkHelper.hxx" -#include "sdresid.hxx" +#include <PaneDockingWindow.hxx> +#include <Window.hxx> +#include <ViewShellBase.hxx> +#include <framework/FrameworkHelper.hxx> +#include <sdresid.hxx> #include <sfx2/dispatch.hxx> #include <vcl/toolbox.hxx> diff --git a/sd/source/ui/dlg/PaneShells.cxx b/sd/source/ui/dlg/PaneShells.cxx index 6ba2b3ae8fc9..ce42f25d703c 100644 --- a/sd/source/ui/dlg/PaneShells.cxx +++ b/sd/source/ui/dlg/PaneShells.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PaneShells.hxx" +#include <PaneShells.hxx> -#include "PaneChildWindows.hxx" +#include <PaneChildWindows.hxx> -#include "strings.hrc" -#include "sdresid.hxx" +#include <strings.hrc> +#include <sdresid.hxx> #include <sfx2/msg.hxx> #include <sfx2/objface.hxx> diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.cxx b/sd/source/ui/dlg/PhotoAlbumDialog.cxx index 82b8f323d601..72d8bd2a1db2 100644 --- a/sd/source/ui/dlg/PhotoAlbumDialog.cxx +++ b/sd/source/ui/dlg/PhotoAlbumDialog.cxx @@ -32,8 +32,8 @@ #include <xmloff/autolayout.hxx> #include "PhotoAlbumDialog.hxx" -#include "strings.hrc" -#include "sdresid.hxx" +#include <strings.hrc> +#include <sdresid.hxx> namespace sd { diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.hxx b/sd/source/ui/dlg/PhotoAlbumDialog.hxx index e6541b58f38c..0294f05ba120 100644 --- a/sd/source/ui/dlg/PhotoAlbumDialog.hxx +++ b/sd/source/ui/dlg/PhotoAlbumDialog.hxx @@ -10,10 +10,10 @@ #ifndef INCLUDED_SD_SOURCE_UI_DLG_PHOTOALBUMDIALOG_HXX #define INCLUDED_SD_SOURCE_UI_DLG_PHOTOALBUMDIALOG_HXX -#include "tools/link.hxx" -#include "sdpage.hxx" -#include "pres.hxx" -#include "drawdoc.hxx" +#include <tools/link.hxx> +#include <sdpage.hxx> +#include <pres.hxx> +#include <drawdoc.hxx> #include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> diff --git a/sd/source/ui/dlg/RemoteDialog.cxx b/sd/source/ui/dlg/RemoteDialog.cxx index 7ce3f50da537..91fa6258b59d 100644 --- a/sd/source/ui/dlg/RemoteDialog.cxx +++ b/sd/source/ui/dlg/RemoteDialog.cxx @@ -7,12 +7,12 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "sdattr.hxx" -#include "sdresid.hxx" -#include "cusshow.hxx" +#include <sdattr.hxx> +#include <sdresid.hxx> +#include <cusshow.hxx> #include "RemoteDialog.hxx" -#include "RemoteServer.hxx" +#include <RemoteServer.hxx> using namespace ::sd; using namespace ::std; diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.cxx b/sd/source/ui/dlg/RemoteDialogClientBox.cxx index 1c29c2f8324c..999d02e36b9c 100644 --- a/sd/source/ui/dlg/RemoteDialogClientBox.cxx +++ b/sd/source/ui/dlg/RemoteDialogClientBox.cxx @@ -19,19 +19,19 @@ #include <vector> -#include "svtools/controldims.hxx" +#include <svtools/controldims.hxx> #include "RemoteDialogClientBox.hxx" -#include "RemoteServer.hxx" +#include <RemoteServer.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 <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 <vcl/settings.hxx> #include <vcl/builderfactory.hxx> -#include "strings.hrc" +#include <strings.hrc> using namespace std; diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.hxx b/sd/source/ui/dlg/RemoteDialogClientBox.hxx index 5f63a8ec99b4..f3076804da93 100644 --- a/sd/source/ui/dlg/RemoteDialogClientBox.hxx +++ b/sd/source/ui/dlg/RemoteDialogClientBox.hxx @@ -20,23 +20,23 @@ #ifndef INCLUDED_SD_SOURCE_UI_DLG_REMOTEDIALOGCLIENTBOX_HXX #define INCLUDED_SD_SOURCE_UI_DLG_REMOTEDIALOGCLIENTBOX_HXX -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include <vcl/scrbar.hxx> #include <vcl/fixed.hxx> #include <vcl/button.hxx> #include <vcl/dialog.hxx> #include <vcl/field.hxx> -#include "svtools/extensionlistbox.hxx" +#include <svtools/extensionlistbox.hxx> #include <cppuhelper/implbase.hxx> -#include "com/sun/star/lang/Locale.hpp" -#include "com/sun/star/lang/XEventListener.hpp" -#include "com/sun/star/deployment/XPackage.hpp" +#include <com/sun/star/lang/Locale.hpp> +#include <com/sun/star/lang/XEventListener.hpp> +#include <com/sun/star/deployment/XPackage.hpp> #include <memory> -#include "sdresid.hxx" +#include <sdresid.hxx> namespace sd { diff --git a/sd/source/ui/dlg/SpellDialogChildWindow.cxx b/sd/source/ui/dlg/SpellDialogChildWindow.cxx index 28ba1fe0245f..15c89cc01fbe 100644 --- a/sd/source/ui/dlg/SpellDialogChildWindow.cxx +++ b/sd/source/ui/dlg/SpellDialogChildWindow.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "SpellDialogChildWindow.hxx" +#include <SpellDialogChildWindow.hxx> #include <svx/svxids.hrc> -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "DrawViewShell.hxx" -#include "OutlineViewShell.hxx" +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <DrawViewShell.hxx> +#include <OutlineViewShell.hxx> #include <Outliner.hxx> -#include "drawdoc.hxx" +#include <drawdoc.hxx> namespace sd { diff --git a/sd/source/ui/dlg/TemplateScanner.cxx b/sd/source/ui/dlg/TemplateScanner.cxx index eb7ccaace5c1..96a8516f7249 100644 --- a/sd/source/ui/dlg/TemplateScanner.cxx +++ b/sd/source/ui/dlg/TemplateScanner.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "TemplateScanner.hxx" +#include <TemplateScanner.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/documentconstants.hxx> diff --git a/sd/source/ui/dlg/animobjs.cxx b/sd/source/ui/dlg/animobjs.cxx index 853f7720f5bd..d413eb95884d 100644 --- a/sd/source/ui/dlg/animobjs.cxx +++ b/sd/source/ui/dlg/animobjs.cxx @@ -27,16 +27,16 @@ #include <sfx2/progress.hxx> #include <vcl/msgbox.hxx> -#include "anminfo.hxx" -#include "animobjs.hxx" -#include "app.hrc" -#include "strings.hrc" -#include "sdresid.hxx" -#include "View.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" - -#include "ViewShell.hxx" +#include <anminfo.hxx> +#include <animobjs.hxx> +#include <app.hrc> +#include <strings.hrc> +#include <sdresid.hxx> +#include <View.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> + +#include <ViewShell.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/sd/source/ui/dlg/assclass.cxx b/sd/source/ui/dlg/assclass.cxx index b88445232a7a..7123fc7a7ebd 100644 --- a/sd/source/ui/dlg/assclass.cxx +++ b/sd/source/ui/dlg/assclass.cxx @@ -20,7 +20,7 @@ #include <tools/debug.hxx> #include <vcl/ctrl.hxx> -#include "assclass.hxx" +#include <assclass.hxx> Assistent::Assistent(int nNoOfPages) : mnPages(nNoOfPages), mnCurrentPage(1) diff --git a/sd/source/ui/dlg/brkdlg.cxx b/sd/source/ui/dlg/brkdlg.cxx index 1ac88bc5afdd..9ef0228fb995 100644 --- a/sd/source/ui/dlg/brkdlg.cxx +++ b/sd/source/ui/dlg/brkdlg.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "BreakDlg.hxx" +#include <BreakDlg.hxx> #include <sfx2/progress.hxx> #include <svx/svdedtv.hxx> @@ -25,12 +25,12 @@ #include <sfx2/app.hxx> #include <vcl/msgbox.hxx> -#include "sdattr.hxx" -#include "sdresid.hxx" -#include "View.hxx" -#include "drawview.hxx" -#include "strings.hrc" -#include "DrawDocShell.hxx" +#include <sdattr.hxx> +#include <sdresid.hxx> +#include <View.hxx> +#include <drawview.hxx> +#include <strings.hrc> +#include <DrawDocShell.hxx> namespace sd { diff --git a/sd/source/ui/dlg/copydlg.cxx b/sd/source/ui/dlg/copydlg.cxx index 440fc909a8bd..3186dd0c68aa 100644 --- a/sd/source/ui/dlg/copydlg.cxx +++ b/sd/source/ui/dlg/copydlg.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "copydlg.hxx" +#include <copydlg.hxx> #include <comphelper/string.hxx> #include <svx/colorbox.hxx> #include <svx/dlgutil.hxx> @@ -30,11 +30,11 @@ #include <sfx2/app.hxx> -#include "sdattr.hxx" +#include <sdattr.hxx> -#include "View.hxx" -#include "sdresid.hxx" -#include "drawdoc.hxx" +#include <View.hxx> +#include <sdresid.hxx> +#include <drawdoc.hxx> namespace sd { diff --git a/sd/source/ui/dlg/custsdlg.cxx b/sd/source/ui/dlg/custsdlg.cxx index 68c8a4e3fbac..bbd107dcdb1d 100644 --- a/sd/source/ui/dlg/custsdlg.cxx +++ b/sd/source/ui/dlg/custsdlg.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "custsdlg.hxx" +#include <custsdlg.hxx> -#include "strings.hrc" -#include "sdresid.hxx" +#include <strings.hrc> +#include <sdresid.hxx> -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "cusshow.hxx" -#include "sdmod.hxx" -#include "customshowlist.hxx" +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <cusshow.hxx> +#include <sdmod.hxx> +#include <customshowlist.hxx> #include <vcl/msgbox.hxx> -#include "svtools/treelistentry.hxx" +#include <svtools/treelistentry.hxx> // SdCustomShowDlg SdCustomShowDlg::SdCustomShowDlg( vcl::Window* pWindow, diff --git a/sd/source/ui/dlg/diactrl.cxx b/sd/source/ui/dlg/diactrl.cxx index 5bcce5a073d0..8aaf23686c3d 100644 --- a/sd/source/ui/dlg/diactrl.cxx +++ b/sd/source/ui/dlg/diactrl.cxx @@ -19,13 +19,13 @@ #include <svx/dialogs.hrc> -#include "sdattr.hxx" -#include "strings.hrc" +#include <sdattr.hxx> +#include <strings.hrc> -#include "diactrl.hxx" +#include <diactrl.hxx> -#include "sdresid.hxx" -#include "app.hrc" +#include <sdresid.hxx> +#include <app.hrc> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> diff --git a/sd/source/ui/dlg/dlgchar.cxx b/sd/source/ui/dlg/dlgchar.cxx index ef409ffe977e..fd1e9409fdab 100644 --- a/sd/source/ui/dlg/dlgchar.cxx +++ b/sd/source/ui/dlg/dlgchar.cxx @@ -23,8 +23,8 @@ #include <sfx2/objsh.hxx> #include <svx/svxdlg.hxx> -#include "sdresid.hxx" -#include "dlg_char.hxx" +#include <sdresid.hxx> +#include <dlg_char.hxx> #include <svx/svxids.hrc> #include <svl/intitem.hxx> diff --git a/sd/source/ui/dlg/dlgfield.cxx b/sd/source/ui/dlg/dlgfield.cxx index 362c2f3123f6..dd07c3e6a3da 100644 --- a/sd/source/ui/dlg/dlgfield.cxx +++ b/sd/source/ui/dlg/dlgfield.cxx @@ -27,13 +27,13 @@ #include <editeng/langitem.hxx> #include <unotools/useroptions.hxx> -#include "strings.hrc" -#include "sdattr.hxx" -#include "sdresid.hxx" -#include "sdmod.hxx" -#include "dlgfield.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" +#include <strings.hrc> +#include <sdattr.hxx> +#include <sdresid.hxx> +#include <sdmod.hxx> +#include <dlgfield.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> /** * dialog to edit field commands diff --git a/sd/source/ui/dlg/dlgolbul.cxx b/sd/source/ui/dlg/dlgolbul.cxx index f6ca37bee279..6764fa73595c 100644 --- a/sd/source/ui/dlg/dlgolbul.cxx +++ b/sd/source/ui/dlg/dlgolbul.cxx @@ -18,7 +18,7 @@ */ #include <memory> -#include "OutlineBulletDlg.hxx" +#include <OutlineBulletDlg.hxx> #include <svx/svxids.hrc> #include <sfx2/objsh.hxx> @@ -31,17 +31,17 @@ #include <svx/dialogs.hrc> #include <svl/intitem.hxx> #include <svx/svdmark.hxx> -#include "View.hxx" +#include <View.hxx> #include <svx/svdobj.hxx> #include <svl/style.hxx> #include <drawdoc.hxx> -#include "sdresid.hxx" +#include <sdresid.hxx> -#include "strings.hrc" -#include "strings.hxx" -#include "bulmaper.hxx" -#include "DrawDocShell.hxx" +#include <strings.hrc> +#include <strings.hxx> +#include <bulmaper.hxx> +#include <DrawDocShell.hxx> #include <svl/aeitem.hxx> namespace sd { diff --git a/sd/source/ui/dlg/dlgpage.cxx b/sd/source/ui/dlg/dlgpage.cxx index 2d7e7d022d22..a80f24392012 100644 --- a/sd/source/ui/dlg/dlgpage.cxx +++ b/sd/source/ui/dlg/dlgpage.cxx @@ -21,10 +21,10 @@ #include <svx/dialogs.hrc> #include <svx/drawitem.hxx> -#include "sdresid.hxx" -#include "dlgpage.hxx" +#include <sdresid.hxx> +#include <dlgpage.hxx> -#include "DrawDocShell.hxx" +#include <DrawDocShell.hxx> #include <svl/aeitem.hxx> #include <svx/flagsdef.hxx> #include <svx/svxdlg.hxx> diff --git a/sd/source/ui/dlg/dlgsnap.cxx b/sd/source/ui/dlg/dlgsnap.cxx index 231a654df18f..9f7ede841d56 100644 --- a/sd/source/ui/dlg/dlgsnap.cxx +++ b/sd/source/ui/dlg/dlgsnap.cxx @@ -22,11 +22,11 @@ #include <svl/itempool.hxx> #include <svl/aeitem.hxx> -#include "sdattr.hxx" -#include "View.hxx" -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "dlgsnap.hxx" +#include <sdattr.hxx> +#include <View.hxx> +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <dlgsnap.hxx> /** * dialog to adjust grid (scarcely ESO!) diff --git a/sd/source/ui/dlg/docprev.cxx b/sd/source/ui/dlg/docprev.cxx index e720d3a7a106..852f8a46f9d5 100644 --- a/sd/source/ui/dlg/docprev.cxx +++ b/sd/source/ui/dlg/docprev.cxx @@ -19,7 +19,7 @@ #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/animations/XAnimationNode.hpp> -#include "slideshow.hxx" +#include <slideshow.hxx> #include <sfx2/objsh.hxx> #include <vcl/gdimtf.hxx> #include <vcl/virdev.hxx> @@ -31,14 +31,14 @@ #include <svx/svdpagv.hxx> #include <svx/svdorect.hxx> -#include "docprev.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "drawview.hxx" -#include "sdpage.hxx" -#include "sfx2/viewfrm.hxx" +#include <docprev.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <drawview.hxx> +#include <sdpage.hxx> +#include <sfx2/viewfrm.hxx> #include <vcl/svapp.hxx> #include <vcl/builderfactory.hxx> diff --git a/sd/source/ui/dlg/filedlg.cxx b/sd/source/ui/dlg/filedlg.cxx index f042354d3b7f..d266b16d4490 100644 --- a/sd/source/ui/dlg/filedlg.cxx +++ b/sd/source/ui/dlg/filedlg.cxx @@ -36,9 +36,9 @@ #include <vcl/svapp.hxx> #include <sfx2/filedlghelper.hxx> #include <avmedia/mediawindow.hxx> -#include "filedlg.hxx" -#include "sdresid.hxx" -#include "strings.hrc" +#include <filedlg.hxx> +#include <sdresid.hxx> +#include <strings.hrc> #include <vcl/graphicfilter.hxx> // ----------- SdFileDialog_Imp --------------------------- diff --git a/sd/source/ui/dlg/gluectrl.cxx b/sd/source/ui/dlg/gluectrl.cxx index 8d03a31403d9..1ee97fbab057 100644 --- a/sd/source/ui/dlg/gluectrl.cxx +++ b/sd/source/ui/dlg/gluectrl.cxx @@ -27,10 +27,10 @@ #include <vcl/toolbox.hxx> #include <sfx2/viewfrm.hxx> -#include "strings.hrc" -#include "gluectrl.hxx" -#include "sdresid.hxx" -#include "app.hrc" +#include <strings.hrc> +#include <gluectrl.hxx> +#include <sdresid.hxx> +#include <app.hrc> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx b/sd/source/ui/dlg/headerfooterdlg.cxx index 34b85b629ae6..04bf5617c443 100644 --- a/sd/source/ui/dlg/headerfooterdlg.cxx +++ b/sd/source/ui/dlg/headerfooterdlg.cxx @@ -26,7 +26,7 @@ #include <editeng/editeng.hxx> #include <sfx2/viewfrm.hxx> -#include "sdresid.hxx" +#include <sdresid.hxx> #include <vcl/button.hxx> #include <vcl/combobox.hxx> @@ -34,12 +34,12 @@ #include <vcl/fixed.hxx> #include <vcl/layout.hxx> -#include "helpids.h" -#include "Outliner.hxx" -#include "headerfooterdlg.hxx" -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "ViewShell.hxx" +#include <helpids.h> +#include <Outliner.hxx> +#include <headerfooterdlg.hxx> +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <ViewShell.hxx> // preview control for presentation layout #include <vcl/ctrl.hxx> @@ -52,8 +52,8 @@ #include <vcl/decoview.hxx> #include <vcl/builderfactory.hxx> -#include "undoheaderfooter.hxx" -#include "sdundogr.hxx" +#include <undoheaderfooter.hxx> +#include <sdundogr.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> diff --git a/sd/source/ui/dlg/ins_paste.cxx b/sd/source/ui/dlg/ins_paste.cxx index 09f5d54297d0..2689f4211bb3 100644 --- a/sd/source/ui/dlg/ins_paste.cxx +++ b/sd/source/ui/dlg/ins_paste.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ins_paste.hxx" +#include <ins_paste.hxx> SdInsertPasteDlg::SdInsertPasteDlg(vcl::Window* pWindow) : ModalDialog( pWindow, "InsertSlidesDialog", diff --git a/sd/source/ui/dlg/inspagob.cxx b/sd/source/ui/dlg/inspagob.cxx index ce291508083c..a7e674006195 100644 --- a/sd/source/ui/dlg/inspagob.cxx +++ b/sd/source/ui/dlg/inspagob.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "inspagob.hxx" +#include <inspagob.hxx> -#include "strings.hrc" +#include <strings.hrc> -#include "bitmaps.hlst" -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "ViewShell.hxx" +#include <bitmaps.hlst> +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <ViewShell.hxx> SdInsertPagesObjsDlg::SdInsertPagesObjsDlg( vcl::Window* pWindow, const SdDrawDocument* pInDoc, diff --git a/sd/source/ui/dlg/layeroptionsdlg.cxx b/sd/source/ui/dlg/layeroptionsdlg.cxx index 636a3a2c059d..0c8dcd1c9182 100644 --- a/sd/source/ui/dlg/layeroptionsdlg.cxx +++ b/sd/source/ui/dlg/layeroptionsdlg.cxx @@ -20,10 +20,10 @@ #include <svl/itemset.hxx> #include <vcl/layout.hxx> -#include "strings.hrc" -#include "sdattr.hxx" -#include "sdresid.hxx" -#include "layeroptionsdlg.hxx" +#include <strings.hrc> +#include <sdattr.hxx> +#include <sdresid.hxx> +#include <layeroptionsdlg.hxx> SdInsertLayerDlg::SdInsertLayerDlg( vcl::Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable, const OUString& rStr ) diff --git a/sd/source/ui/dlg/masterlayoutdlg.cxx b/sd/source/ui/dlg/masterlayoutdlg.cxx index 7508b4c49dae..0b5d048ca07c 100644 --- a/sd/source/ui/dlg/masterlayoutdlg.cxx +++ b/sd/source/ui/dlg/masterlayoutdlg.cxx @@ -19,11 +19,11 @@ #include <svx/dialogs.hrc> -#include "sdresid.hxx" +#include <sdresid.hxx> -#include "strings.hrc" -#include "masterlayoutdlg.hxx" -#include "drawdoc.hxx" +#include <strings.hrc> +#include <masterlayoutdlg.hxx> +#include <drawdoc.hxx> using namespace ::sd; diff --git a/sd/source/ui/dlg/morphdlg.cxx b/sd/source/ui/dlg/morphdlg.cxx index 055059e931b3..69174d372454 100644 --- a/sd/source/ui/dlg/morphdlg.cxx +++ b/sd/source/ui/dlg/morphdlg.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "morphdlg.hxx" +#include <morphdlg.hxx> -#include "strings.hrc" -#include "sdresid.hxx" -#include "sdmod.hxx" -#include "sdiocmpt.hxx" +#include <strings.hrc> +#include <sdresid.hxx> +#include <sdmod.hxx> +#include <sdiocmpt.hxx> #include <svx/xfillit0.hxx> #include <svx/xlineit0.hxx> #include <svx/xenum.hxx> diff --git a/sd/source/ui/dlg/navigatr.cxx b/sd/source/ui/dlg/navigatr.cxx index a52613601898..c7c39e89f5fe 100644 --- a/sd/source/ui/dlg/navigatr.cxx +++ b/sd/source/ui/dlg/navigatr.cxx @@ -38,22 +38,22 @@ #include <sfx2/dockwin.hxx> #include <sfx2/sfxresid.hxx> -#include "pres.hxx" -#include "navigatr.hxx" -#include "pgjump.hxx" -#include "app.hrc" -#include "strings.hrc" - -#include "bitmaps.hlst" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "sdresid.hxx" -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "DrawViewShell.hxx" -#include "slideshow.hxx" -#include "FrameView.hxx" -#include "helpids.h" +#include <pres.hxx> +#include <navigatr.hxx> +#include <pgjump.hxx> +#include <app.hrc> +#include <strings.hrc> + +#include <bitmaps.hlst> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <sdresid.hxx> +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <DrawViewShell.hxx> +#include <slideshow.hxx> +#include <FrameView.hxx> +#include <helpids.h> namespace { static const sal_uInt16 nShowNamedShapesFilter=1; diff --git a/sd/source/ui/dlg/paragr.cxx b/sd/source/ui/dlg/paragr.cxx index 45eb2c5adcb0..85b96791ae13 100644 --- a/sd/source/ui/dlg/paragr.cxx +++ b/sd/source/ui/dlg/paragr.cxx @@ -29,10 +29,10 @@ #include <svx/flagsdef.hxx> #include <editeng/outliner.hxx> -#include "paragr.hxx" -#include "sdresid.hxx" -#include "strings.hrc" -#include "sdattr.hrc" +#include <paragr.hxx> +#include <sdresid.hxx> +#include <strings.hrc> +#include <sdattr.hrc> class SdParagraphNumTabPage : public SfxTabPage { diff --git a/sd/source/ui/dlg/present.cxx b/sd/source/ui/dlg/present.cxx index 497d1492edb6..88e66130c1f7 100644 --- a/sd/source/ui/dlg/present.cxx +++ b/sd/source/ui/dlg/present.cxx @@ -24,11 +24,11 @@ #include <svl/itemset.hxx> #include <vcl/svapp.hxx> -#include "sdattr.hxx" -#include "present.hxx" -#include "sdresid.hxx" -#include "cusshow.hxx" -#include "customshowlist.hxx" +#include <sdattr.hxx> +#include <present.hxx> +#include <sdresid.hxx> +#include <cusshow.hxx> +#include <customshowlist.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/sd/source/ui/dlg/prltempl.cxx b/sd/source/ui/dlg/prltempl.cxx index 2d0b88118800..a81bf0107b95 100644 --- a/sd/source/ui/dlg/prltempl.cxx +++ b/sd/source/ui/dlg/prltempl.cxx @@ -34,15 +34,15 @@ #include <editeng/colritem.hxx> #include <svl/cjkoptions.hxx> -#include "DrawDocShell.hxx" -#include "strings.hrc" -#include "sdresid.hxx" -#include "prltempl.hxx" -#include "bulmaper.hxx" +#include <DrawDocShell.hxx> +#include <strings.hrc> +#include <sdresid.hxx> +#include <prltempl.hxx> +#include <bulmaper.hxx> #include <svl/intitem.hxx> #include <svx/svxgrahicitem.hxx> #include <svx/flagsdef.hxx> -#include "drawdoc.hxx" +#include <drawdoc.hxx> #define IS_OUTLINE(x) (x >= PO_OUTLINE_1 && x <= PO_OUTLINE_9) /** diff --git a/sd/source/ui/dlg/prntopts.cxx b/sd/source/ui/dlg/prntopts.cxx index dbb4314be83d..919b7afa00e2 100644 --- a/sd/source/ui/dlg/prntopts.cxx +++ b/sd/source/ui/dlg/prntopts.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sdattr.hxx" -#include "optsitem.hxx" -#include "sdresid.hxx" -#include "prntopts.hxx" -#include "app.hrc" +#include <sdattr.hxx> +#include <optsitem.hxx> +#include <sdresid.hxx> +#include <prntopts.hxx> +#include <app.hrc> #include <svl/intitem.hxx> #include <sfx2/request.hxx> diff --git a/sd/source/ui/dlg/sdabstdlg.cxx b/sd/source/ui/dlg/sdabstdlg.cxx index 236d8d676ced..cf61289997db 100644 --- a/sd/source/ui/dlg/sdabstdlg.cxx +++ b/sd/source/ui/dlg/sdabstdlg.cxx @@ -19,7 +19,7 @@ #include <config_features.h> -#include "sdabstdlg.hxx" +#include <sdabstdlg.hxx> #include <osl/module.hxx> #include <rtl/ustring.hxx> diff --git a/sd/source/ui/dlg/sddlgfact.cxx b/sd/source/ui/dlg/sddlgfact.cxx index fd6cc5276f98..4b094d601cf2 100644 --- a/sd/source/ui/dlg/sddlgfact.cxx +++ b/sd/source/ui/dlg/sddlgfact.cxx @@ -19,32 +19,32 @@ #include <sfx2/objsh.hxx> #include "sddlgfact.hxx" -#include "strings.hrc" -#include "BreakDlg.hxx" -#include "copydlg.hxx" -#include "custsdlg.hxx" -#include "dlg_char.hxx" -#include "dlgpage.hxx" -#include "dlgfield.hxx" -#include "dlgsnap.hxx" -#include "layeroptionsdlg.hxx" -#include "ins_paste.hxx" -#include "inspagob.hxx" -#include "morphdlg.hxx" -#include "OutlineBulletDlg.hxx" -#include "paragr.hxx" -#include "present.hxx" +#include <strings.hrc> +#include <BreakDlg.hxx> +#include <copydlg.hxx> +#include <custsdlg.hxx> +#include <dlg_char.hxx> +#include <dlgpage.hxx> +#include <dlgfield.hxx> +#include <dlgsnap.hxx> +#include <layeroptionsdlg.hxx> +#include <ins_paste.hxx> +#include <inspagob.hxx> +#include <morphdlg.hxx> +#include <OutlineBulletDlg.hxx> +#include <paragr.hxx> +#include <present.hxx> #include "RemoteDialog.hxx" -#include "prltempl.hxx" -#include "sdpreslt.hxx" -#include "tabtempl.hxx" -#include "tpaction.hxx" -#include "vectdlg.hxx" -#include "tpoption.hxx" -#include "prntopts.hxx" -#include "pubdlg.hxx" -#include "masterlayoutdlg.hxx" -#include "headerfooterdlg.hxx" +#include <prltempl.hxx> +#include <sdpreslt.hxx> +#include <tabtempl.hxx> +#include <tpaction.hxx> +#include <vectdlg.hxx> +#include <tpoption.hxx> +#include <prntopts.hxx> +#include <pubdlg.hxx> +#include <masterlayoutdlg.hxx> +#include <headerfooterdlg.hxx> #include "PhotoAlbumDialog.hxx" IMPL_ABSTDLG_BASE(SdVclAbstractDialog_Impl); diff --git a/sd/source/ui/dlg/sddlgfact.hxx b/sd/source/ui/dlg/sddlgfact.hxx index e778e0bef616..17e8a10ae976 100644 --- a/sd/source/ui/dlg/sddlgfact.hxx +++ b/sd/source/ui/dlg/sddlgfact.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_DLG_SDDLGFACT_HXX #define INCLUDED_SD_SOURCE_UI_DLG_SDDLGFACT_HXX -#include "sdabstdlg.hxx" +#include <sdabstdlg.hxx> #include <sfx2/basedlgs.hxx> #define DECL_ABSTDLG_BASE(Class,DialogClass) \ diff --git a/sd/source/ui/dlg/sdpreslt.cxx b/sd/source/ui/dlg/sdpreslt.cxx index 2cd521ef899b..d4f7c4b80dff 100644 --- a/sd/source/ui/dlg/sdpreslt.cxx +++ b/sd/source/ui/dlg/sdpreslt.cxx @@ -21,15 +21,15 @@ #include <sfx2/new.hxx> #include <vcl/msgbox.hxx> -#include "strings.hrc" - -#include "bitmaps.hlst" -#include "sdpreslt.hxx" -#include "sdattr.hxx" -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "DrawDocShell.hxx" +#include <strings.hrc> + +#include <bitmaps.hlst> +#include <sdpreslt.hxx> +#include <sdattr.hxx> +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <DrawDocShell.hxx> #include <memory> SdPresLayoutDlg::SdPresLayoutDlg(::sd::DrawDocShell* pDocShell, diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx index b6b97a595ae7..8faee745019e 100644 --- a/sd/source/ui/dlg/sdtreelb.cxx +++ b/sd/source/ui/dlg/sdtreelb.cxx @@ -27,25 +27,25 @@ #include <svx/svdoole2.hxx> #include <vcl/svapp.hxx> #include <vcl/builderfactory.hxx> -#include "cusshow.hxx" +#include <cusshow.hxx> #include <sfx2/childwin.hxx> #include <sfx2/viewfrm.hxx> -#include "strmname.h" -#include "sdtreelb.hxx" -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "sdresid.hxx" -#include "navigatr.hxx" -#include "strings.hrc" - -#include "bitmaps.hlst" -#include "customshowlist.hxx" -#include "ViewShell.hxx" -#include "DrawController.hxx" -#include "ViewShellBase.hxx" +#include <strmname.h> +#include <sdtreelb.hxx> +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <sdresid.hxx> +#include <navigatr.hxx> +#include <strings.hrc> + +#include <bitmaps.hlst> +#include <customshowlist.hxx> +#include <ViewShell.hxx> +#include <DrawController.hxx> +#include <ViewShellBase.hxx> #include <com/sun/star/embed/XEmbedPersist.hpp> #include <com/sun/star/frame/Desktop.hpp> diff --git a/sd/source/ui/dlg/sduiexp.cxx b/sd/source/ui/dlg/sduiexp.cxx index a5012374d0d7..e4b92c0e14be 100644 --- a/sd/source/ui/dlg/sduiexp.cxx +++ b/sd/source/ui/dlg/sduiexp.cxx @@ -18,21 +18,21 @@ */ #include "sddlgfact.hxx" -#include "morphdlg.hxx" -#include "present.hxx" -#include "inspagob.hxx" -#include "vectdlg.hxx" -#include "sdpreslt.hxx" -#include "headerfooterdlg.hxx" -#include "pubdlg.hxx" -#include "ins_paste.hxx" -#include "layeroptionsdlg.hxx" -#include "dlgsnap.hxx" -#include "dlgfield.hxx" -#include "prltempl.hxx" -#include "custsdlg.hxx" -#include "copydlg.hxx" -#include "sal/types.h" +#include <morphdlg.hxx> +#include <present.hxx> +#include <inspagob.hxx> +#include <vectdlg.hxx> +#include <sdpreslt.hxx> +#include <headerfooterdlg.hxx> +#include <pubdlg.hxx> +#include <ins_paste.hxx> +#include <layeroptionsdlg.hxx> +#include <dlgsnap.hxx> +#include <dlgfield.hxx> +#include <prltempl.hxx> +#include <custsdlg.hxx> +#include <copydlg.hxx> +#include <sal/types.h> extern "C" { diff --git a/sd/source/ui/dlg/tabtempl.cxx b/sd/source/ui/dlg/tabtempl.cxx index 1a060d252055..7b8cd71271a2 100644 --- a/sd/source/ui/dlg/tabtempl.cxx +++ b/sd/source/ui/dlg/tabtempl.cxx @@ -37,11 +37,11 @@ #include <svl/style.hxx> #include <svx/xtable.hxx> -#include "DrawDocShell.hxx" -#include "tabtempl.hxx" -#include "sdresid.hxx" -#include "dlg_char.hxx" -#include "paragr.hxx" +#include <DrawDocShell.hxx> +#include <tabtempl.hxx> +#include <sdresid.hxx> +#include <dlg_char.hxx> +#include <paragr.hxx> #include <svx/flagsdef.hxx> /** diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx index 8ba6dc43b64f..eb749cf5bf6e 100644 --- a/sd/source/ui/dlg/tpaction.cxx +++ b/sd/source/ui/dlg/tpaction.cxx @@ -27,7 +27,7 @@ #include <com/sun/star/embed/VerbAttributes.hpp> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> -#include "sdattr.hxx" +#include <sdattr.hxx> #include <sfx2/sfxresid.hxx> #include <sfx2/strings.hrc> @@ -52,16 +52,16 @@ #include <svl/urihelper.hxx> #include <sfx2/filedlghelper.hxx> #include <svx/drawitem.hxx> -#include "View.hxx" -#include "sdresid.hxx" -#include "tpaction.hxx" -#include "strmname.h" -#include "ViewShell.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "strings.hrc" - -#include "filedlg.hxx" +#include <View.hxx> +#include <sdresid.hxx> +#include <tpaction.hxx> +#include <strmname.h> +#include <ViewShell.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <strings.hrc> + +#include <filedlg.hxx> #include <algorithm> diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx index f2e4615fdacb..a600f2b77819 100644 --- a/sd/source/ui/dlg/tpoption.cxx +++ b/sd/source/ui/dlg/tpoption.cxx @@ -33,12 +33,12 @@ #include <svx/dlgutil.hxx> #include <vcl/msgbox.hxx> -#include "sdattr.hxx" -#include "sdresid.hxx" -#include "optsitem.hxx" -#include "tpoption.hxx" -#include "strings.hrc" -#include "app.hrc" +#include <sdattr.hxx> +#include <sdresid.hxx> +#include <optsitem.hxx> +#include <tpoption.hxx> +#include <strings.hrc> +#include <app.hrc> #include <svl/intitem.hxx> #include <sfx2/request.hxx> diff --git a/sd/source/ui/dlg/unchss.cxx b/sd/source/ui/dlg/unchss.cxx index 43c1da4341ad..d1d9b8e53358 100644 --- a/sd/source/ui/dlg/unchss.cxx +++ b/sd/source/ui/dlg/unchss.cxx @@ -25,14 +25,14 @@ #include <svx/svdobj.hxx> #include <svx/svdpool.hxx> -#include "unchss.hxx" - -#include "strings.hrc" -#include "glob.hxx" -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "stlsheet.hxx" -#include "strings.hxx" +#include <unchss.hxx> + +#include <strings.hrc> +#include <glob.hxx> +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <stlsheet.hxx> +#include <strings.hxx> StyleSheetUndoAction::StyleSheetUndoAction(SdDrawDocument* pTheDoc, SfxStyleSheet* pTheStyleSheet, diff --git a/sd/source/ui/dlg/vectdlg.cxx b/sd/source/ui/dlg/vectdlg.cxx index 5392226605fc..3b060bce16d6 100644 --- a/sd/source/ui/dlg/vectdlg.cxx +++ b/sd/source/ui/dlg/vectdlg.cxx @@ -20,12 +20,12 @@ #include <vcl/vclenum.hxx> #include <vcl/wrkwin.hxx> -#include "strings.hrc" -#include "sdresid.hxx" -#include "DrawDocShell.hxx" -#include "sdmod.hxx" -#include "sdiocmpt.hxx" -#include "vectdlg.hxx" +#include <strings.hrc> +#include <sdresid.hxx> +#include <DrawDocShell.hxx> +#include <sdmod.hxx> +#include <sdiocmpt.hxx> +#include <vectdlg.hxx> #include <vcl/bitmapaccess.hxx> #include <vcl/msgbox.hxx> #include <vcl/metaact.hxx> diff --git a/sd/source/ui/docshell/docshel2.cxx b/sd/source/ui/docshell/docshel2.cxx index 4f5d1761aea4..6ac506bb3d5e 100644 --- a/sd/source/ui/docshell/docshel2.cxx +++ b/sd/source/ui/docshell/docshel2.cxx @@ -18,26 +18,26 @@ */ #include <memory> -#include "DrawDocShell.hxx" +#include <DrawDocShell.hxx> #include <vcl/msgbox.hxx> #include <svx/svdpagv.hxx> #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> -#include "helpids.h" -#include "ViewShell.hxx" -#include "drawview.hxx" -#include "FrameView.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "View.hxx" -#include "ClientView.hxx" -#include "Window.hxx" -#include "strings.hrc" - -#include "sdresid.hxx" -#include "strmname.h" -#include "fupoor.hxx" +#include <helpids.h> +#include <ViewShell.hxx> +#include <drawview.hxx> +#include <FrameView.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <View.hxx> +#include <ClientView.hxx> +#include <Window.hxx> +#include <strings.hrc> + +#include <sdresid.hxx> +#include <strmname.h> +#include <fupoor.hxx> #include <vcl/svapp.hxx> #include <vcl/virdev.hxx> diff --git a/sd/source/ui/docshell/docshel3.cxx b/sd/source/ui/docshell/docshel3.cxx index 463c2273ee00..ab1cb41a1668 100644 --- a/sd/source/ui/docshell/docshel3.cxx +++ b/sd/source/ui/docshell/docshel3.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "Window.hxx" -#include "DrawDocShell.hxx" +#include <Window.hxx> +#include <DrawDocShell.hxx> -#include "app.hrc" +#include <app.hrc> #include <svx/svxids.hrc> #include <svx/dialogs.hrc> @@ -44,18 +44,18 @@ #include <com/sun/star/i18n/TextConversionOption.hpp> #include <sfx2/notebookbar/SfxNotebookBar.hxx> -#include "strings.hrc" +#include <strings.hrc> -#include "sdmod.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "sdattr.hxx" -#include "fusearch.hxx" -#include "ViewShell.hxx" -#include "View.hxx" -#include "slideshow.hxx" -#include "fuhhconv.hxx" +#include <sdmod.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <sdattr.hxx> +#include <fusearch.hxx> +#include <ViewShell.hxx> +#include <View.hxx> +#include <slideshow.hxx> +#include <fuhhconv.hxx> #include <memory> using namespace ::com::sun::star; diff --git a/sd/source/ui/docshell/docshel4.cxx b/sd/source/ui/docshell/docshel4.cxx index c101f4dc0866..b5d3edb68e59 100644 --- a/sd/source/ui/docshell/docshel4.cxx +++ b/sd/source/ui/docshell/docshel4.cxx @@ -22,7 +22,7 @@ #include <memory> #include <utility> -#include "DrawDocShell.hxx" +#include <DrawDocShell.hxx> #include <com/sun/star/document/PrinterIndependentLayout.hpp> #include <o3tl/make_unique.hxx> #include <tools/urlobj.hxx> @@ -56,33 +56,33 @@ #include <com/sun/star/drawing/XDrawView.hpp> #include <comphelper/processfactory.hxx> -#include "app.hrc" -#include "strings.hrc" -#include "strmname.h" -#include "FrameView.hxx" -#include "optsitem.hxx" -#include "Outliner.hxx" -#include "sdattr.hxx" -#include "drawdoc.hxx" -#include "ViewShell.hxx" -#include "sdmod.hxx" -#include "View.hxx" -#include "EffectMigration.hxx" -#include "CustomAnimationEffect.hxx" -#include "sdpage.hxx" -#include "sdresid.hxx" -#include "DrawViewShell.hxx" -#include "ViewShellBase.hxx" -#include "Window.hxx" -#include "OutlineViewShell.hxx" -#include "sdxmlwrp.hxx" -#include "sdpptwrp.hxx" -#include "sdcgmfilter.hxx" -#include "sdgrffilter.hxx" -#include "sdhtmlfilter.hxx" -#include "framework/FrameworkHelper.hxx" - -#include "SdUnoDrawView.hxx" +#include <app.hrc> +#include <strings.hrc> +#include <strmname.h> +#include <FrameView.hxx> +#include <optsitem.hxx> +#include <Outliner.hxx> +#include <sdattr.hxx> +#include <drawdoc.hxx> +#include <ViewShell.hxx> +#include <sdmod.hxx> +#include <View.hxx> +#include <EffectMigration.hxx> +#include <CustomAnimationEffect.hxx> +#include <sdpage.hxx> +#include <sdresid.hxx> +#include <DrawViewShell.hxx> +#include <ViewShellBase.hxx> +#include <Window.hxx> +#include <OutlineViewShell.hxx> +#include <sdxmlwrp.hxx> +#include <sdpptwrp.hxx> +#include <sdcgmfilter.hxx> +#include <sdgrffilter.hxx> +#include <sdhtmlfilter.hxx> +#include <framework/FrameworkHelper.hxx> + +#include <SdUnoDrawView.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index 3dc597ba725a..e01b77fb211b 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawDocShell.hxx" +#include <DrawDocShell.hxx> #include <officecfg/Office/Common.hxx> @@ -55,32 +55,32 @@ #include <sfx2/fcontnr.hxx> -#include "app.hrc" -#include "sdmod.hxx" -#include "strmname.h" -#include "stlpool.hxx" -#include "strings.hrc" -#include "View.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" - -#include "fupoor.hxx" -#include "fusearch.hxx" -#include "ViewShell.hxx" -#include "sdresid.hxx" -#include "slideshow.hxx" -#include "drawview.hxx" -#include "FrameView.hxx" -#include "unomodel.hxx" -#include "undo/undomanager.hxx" -#include "undo/undofactory.hxx" -#include "OutlineView.hxx" -#include "ViewShellBase.hxx" +#include <app.hrc> +#include <sdmod.hxx> +#include <strmname.h> +#include <stlpool.hxx> +#include <strings.hrc> +#include <View.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> + +#include <fupoor.hxx> +#include <fusearch.hxx> +#include <ViewShell.hxx> +#include <sdresid.hxx> +#include <slideshow.hxx> +#include <drawview.hxx> +#include <FrameView.hxx> +#include <unomodel.hxx> +#include <undo/undomanager.hxx> +#include <undo/undofactory.hxx> +#include <OutlineView.hxx> +#include <ViewShellBase.hxx> #include <sfx2/notebookbar/SfxNotebookBar.hxx> using namespace sd; #define DrawDocShell -#include "sdslots.hxx" +#include <sdslots.hxx> SFX_IMPL_SUPERCLASS_INTERFACE(DrawDocShell, SfxObjectShell); diff --git a/sd/source/ui/docshell/grdocsh.cxx b/sd/source/ui/docshell/grdocsh.cxx index 43e771195dcc..f1ce852ca48c 100644 --- a/sd/source/ui/docshell/grdocsh.cxx +++ b/sd/source/ui/docshell/grdocsh.cxx @@ -27,16 +27,16 @@ #include <sfx2/objface.hxx> -#include "app.hrc" -#include "strings.hrc" -#include "GraphicDocShell.hxx" -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "sdresid.hxx" +#include <app.hrc> +#include <strings.hrc> +#include <GraphicDocShell.hxx> +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <sdresid.hxx> using namespace sd; #define GraphicDocShell -#include "sdgslots.hxx" +#include <sdgslots.hxx> namespace sd { diff --git a/sd/source/ui/docshell/sdclient.cxx b/sd/source/ui/docshell/sdclient.cxx index 2f0c132fef79..f184f8fc422f 100644 --- a/sd/source/ui/docshell/sdclient.cxx +++ b/sd/source/ui/docshell/sdclient.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "Client.hxx" +#include <Client.hxx> #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> #include <svx/svdoole2.hxx> #include <svx/svdograf.hxx> @@ -25,12 +25,12 @@ #include <toolkit/helper/vclunohelper.hxx> -#include "strings.hrc" -#include "ViewShell.hxx" -#include "DrawViewShell.hxx" -#include "View.hxx" -#include "Window.hxx" -#include "sdresid.hxx" +#include <strings.hrc> +#include <ViewShell.hxx> +#include <DrawViewShell.hxx> +#include <View.hxx> +#include <Window.hxx> +#include <sdresid.hxx> #include <vcl/svapp.hxx> using namespace com::sun::star; diff --git a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx index 1416f5948555..06a164cb3666 100644 --- a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx +++ b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx @@ -21,7 +21,7 @@ #include "ChangeRequestQueueProcessor.hxx" #include "ConfigurationTracer.hxx" -#include "framework/ConfigurationController.hxx" +#include <framework/ConfigurationController.hxx> #include "ConfigurationUpdater.hxx" #include <vcl/svapp.hxx> diff --git a/sd/source/ui/framework/configuration/Configuration.cxx b/sd/source/ui/framework/configuration/Configuration.cxx index ef0c2fc76340..cf08236f80b3 100644 --- a/sd/source/ui/framework/configuration/Configuration.cxx +++ b/sd/source/ui/framework/configuration/Configuration.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "framework/Configuration.hxx" +#include <framework/Configuration.hxx> -#include "framework/FrameworkHelper.hxx" +#include <framework/FrameworkHelper.hxx> #include <facreg.hxx> diff --git a/sd/source/ui/framework/configuration/ConfigurationClassifier.cxx b/sd/source/ui/framework/configuration/ConfigurationClassifier.cxx index 0f82b82f8658..ba618e0786d4 100644 --- a/sd/source/ui/framework/configuration/ConfigurationClassifier.cxx +++ b/sd/source/ui/framework/configuration/ConfigurationClassifier.cxx @@ -19,7 +19,7 @@ #include "ConfigurationClassifier.hxx" -#include "framework/FrameworkHelper.hxx" +#include <framework/FrameworkHelper.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/framework/configuration/ConfigurationController.cxx b/sd/source/ui/framework/configuration/ConfigurationController.cxx index fa1f75662a80..9ad9a18feaa5 100644 --- a/sd/source/ui/framework/configuration/ConfigurationController.cxx +++ b/sd/source/ui/framework/configuration/ConfigurationController.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "framework/ConfigurationController.hxx" -#include "framework/Configuration.hxx" -#include "framework/FrameworkHelper.hxx" +#include <framework/ConfigurationController.hxx> +#include <framework/Configuration.hxx> +#include <framework/FrameworkHelper.hxx> #include "ConfigurationUpdater.hxx" #include "ConfigurationControllerBroadcaster.hxx" #include "ConfigurationTracer.hxx" @@ -28,9 +28,9 @@ #include "UpdateRequest.hxx" #include "ChangeRequestQueueProcessor.hxx" #include "ConfigurationClassifier.hxx" -#include "ViewShellBase.hxx" -#include "DrawController.hxx" -#include "facreg.hxx" +#include <ViewShellBase.hxx> +#include <DrawController.hxx> +#include <facreg.hxx> #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/util/XURLTransformer.hpp> diff --git a/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx b/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx index ce19fcc57e53..22c1587bb333 100644 --- a/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx +++ b/sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx @@ -20,7 +20,7 @@ #include "ConfigurationControllerResourceManager.hxx" #include "ConfigurationControllerBroadcaster.hxx" #include "ResourceFactoryManager.hxx" -#include "framework/FrameworkHelper.hxx" +#include <framework/FrameworkHelper.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <tools/diagnose_ex.h> #include <algorithm> diff --git a/sd/source/ui/framework/configuration/ConfigurationTracer.cxx b/sd/source/ui/framework/configuration/ConfigurationTracer.cxx index 6c903675eec2..4db6aa54d8c9 100644 --- a/sd/source/ui/framework/configuration/ConfigurationTracer.cxx +++ b/sd/source/ui/framework/configuration/ConfigurationTracer.cxx @@ -20,7 +20,7 @@ #include "ConfigurationTracer.hxx" #include <cstdio> -#include "sal/log.hxx" +#include <sal/log.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::drawing::framework; diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx index c3ef922b60ea..eab30a5bf37c 100644 --- a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx +++ b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx @@ -21,8 +21,8 @@ #include "ConfigurationTracer.hxx" #include "ConfigurationClassifier.hxx" #include "ConfigurationControllerBroadcaster.hxx" -#include "framework/Configuration.hxx" -#include "framework/FrameworkHelper.hxx" +#include <framework/Configuration.hxx> +#include <framework/FrameworkHelper.hxx> #include <comphelper/scopeguard.hxx> #include <tools/diagnose_ex.h> diff --git a/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx b/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx index 96bc91536a0a..dcc24c7af6cc 100644 --- a/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx +++ b/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx @@ -19,7 +19,7 @@ #include "GenericConfigurationChangeRequest.hxx" -#include "framework/FrameworkHelper.hxx" +#include <framework/FrameworkHelper.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.hxx b/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.hxx index ba0366d16127..a94199a5331a 100644 --- a/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.hxx +++ b/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_FRAMEWORK_CONFIGURATION_GENERICCONFIGURATIONCHANGEREQUEST_HXX #define INCLUDED_SD_SOURCE_UI_FRAMEWORK_CONFIGURATION_GENERICCONFIGURATIONCHANGEREQUEST_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/drawing/framework/XConfigurationChangeRequest.hpp> #include <com/sun/star/container/XNamed.hpp> #include <com/sun/star/drawing/framework/XConfiguration.hpp> diff --git a/sd/source/ui/framework/configuration/ResourceId.cxx b/sd/source/ui/framework/configuration/ResourceId.cxx index 35a8f98821ec..ce3e368e1d21 100644 --- a/sd/source/ui/framework/configuration/ResourceId.cxx +++ b/sd/source/ui/framework/configuration/ResourceId.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "framework/ResourceId.hxx" -#include "framework/FrameworkHelper.hxx" -#include "tools/SdGlobalResourceContainer.hxx" +#include <framework/ResourceId.hxx> +#include <framework/FrameworkHelper.hxx> +#include <tools/SdGlobalResourceContainer.hxx> #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/util/URLTransformer.hpp> diff --git a/sd/source/ui/framework/configuration/UpdateRequest.cxx b/sd/source/ui/framework/configuration/UpdateRequest.cxx index 40d6e822e044..f8f602ce8f41 100644 --- a/sd/source/ui/framework/configuration/UpdateRequest.cxx +++ b/sd/source/ui/framework/configuration/UpdateRequest.cxx @@ -19,7 +19,7 @@ #include "UpdateRequest.hxx" -#include "framework/FrameworkHelper.hxx" +#include <framework/FrameworkHelper.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/framework/configuration/UpdateRequest.hxx b/sd/source/ui/framework/configuration/UpdateRequest.hxx index fb2b00e20c8a..bd6575d56056 100644 --- a/sd/source/ui/framework/configuration/UpdateRequest.hxx +++ b/sd/source/ui/framework/configuration/UpdateRequest.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_FRAMEWORK_CONFIGURATION_UPDATEREQUEST_HXX #define INCLUDED_SD_SOURCE_UI_FRAMEWORK_CONFIGURATION_UPDATEREQUEST_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/drawing/framework/XConfigurationChangeRequest.hpp> #include <com/sun/star/container/XNamed.hpp> #include <com/sun/star/drawing/framework/XConfiguration.hpp> diff --git a/sd/source/ui/framework/factories/BasicPaneFactory.cxx b/sd/source/ui/framework/factories/BasicPaneFactory.cxx index 8f0cc742bc61..44c044c43a6a 100644 --- a/sd/source/ui/framework/factories/BasicPaneFactory.cxx +++ b/sd/source/ui/framework/factories/BasicPaneFactory.cxx @@ -23,17 +23,17 @@ #include <utility> #include "BasicPaneFactory.hxx" -#include "facreg.hxx" +#include <facreg.hxx> #include "ChildWindowPane.hxx" #include "FrameWindowPane.hxx" #include "FullScreenPane.hxx" -#include "framework/FrameworkHelper.hxx" -#include "ViewShellBase.hxx" -#include "PaneChildWindows.hxx" -#include "DrawController.hxx" -#include "DrawDocShell.hxx" +#include <framework/FrameworkHelper.hxx> +#include <ViewShellBase.hxx> +#include <PaneChildWindows.hxx> +#include <DrawController.hxx> +#include <DrawDocShell.hxx> #include <com/sun/star/drawing/framework/XControllerManager.hpp> using namespace ::com::sun::star; diff --git a/sd/source/ui/framework/factories/BasicPaneFactory.hxx b/sd/source/ui/framework/factories/BasicPaneFactory.hxx index d14db761a568..6c353bd7c960 100644 --- a/sd/source/ui/framework/factories/BasicPaneFactory.hxx +++ b/sd/source/ui/framework/factories/BasicPaneFactory.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_FRAMEWORK_FACTORIES_BASICPANEFACTORY_HXX #define INCLUDED_SD_SOURCE_UI_FRAMEWORK_FACTORIES_BASICPANEFACTORY_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/drawing/framework/XResourceFactory.hpp> #include <com/sun/star/drawing/framework/XConfigurationChangeListener.hpp> diff --git a/sd/source/ui/framework/factories/BasicToolBarFactory.cxx b/sd/source/ui/framework/factories/BasicToolBarFactory.cxx index dab3ba76d491..ac8596a5de82 100644 --- a/sd/source/ui/framework/factories/BasicToolBarFactory.cxx +++ b/sd/source/ui/framework/factories/BasicToolBarFactory.cxx @@ -19,13 +19,13 @@ #include "BasicToolBarFactory.hxx" -#include "ViewTabBar.hxx" -#include "facreg.hxx" -#include "framework/FrameworkHelper.hxx" +#include <ViewTabBar.hxx> +#include <facreg.hxx> +#include <framework/FrameworkHelper.hxx> #include <unotools/mediadescriptor.hxx> #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include "DrawController.hxx" +#include <DrawController.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/framework/factories/BasicToolBarFactory.hxx b/sd/source/ui/framework/factories/BasicToolBarFactory.hxx index 6a188c7592eb..29349af5f4ab 100644 --- a/sd/source/ui/framework/factories/BasicToolBarFactory.hxx +++ b/sd/source/ui/framework/factories/BasicToolBarFactory.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_FRAMEWORK_FACTORIES_BASICTOOLBARFACTORY_HXX #define INCLUDED_SD_SOURCE_UI_FRAMEWORK_FACTORIES_BASICTOOLBARFACTORY_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/drawing/framework/XResourceFactory.hpp> diff --git a/sd/source/ui/framework/factories/BasicViewFactory.cxx b/sd/source/ui/framework/factories/BasicViewFactory.cxx index f1ed3d6e8d40..cb187f86b83e 100644 --- a/sd/source/ui/framework/factories/BasicViewFactory.cxx +++ b/sd/source/ui/framework/factories/BasicViewFactory.cxx @@ -19,24 +19,24 @@ #include "BasicViewFactory.hxx" -#include "framework/ViewShellWrapper.hxx" -#include "framework/FrameworkHelper.hxx" +#include <framework/ViewShellWrapper.hxx> +#include <framework/FrameworkHelper.hxx> #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> -#include "framework/Pane.hxx" -#include "DrawController.hxx" -#include "DrawSubController.hxx" -#include "ViewShellBase.hxx" -#include "ViewShellManager.hxx" -#include "DrawDocShell.hxx" -#include "DrawViewShell.hxx" -#include "GraphicViewShell.hxx" -#include "OutlineViewShell.hxx" -#include "PresentationViewShell.hxx" -#include "SlideSorterViewShell.hxx" -#include "FrameView.hxx" -#include "facreg.hxx" -#include "Window.hxx" +#include <framework/Pane.hxx> +#include <DrawController.hxx> +#include <DrawSubController.hxx> +#include <ViewShellBase.hxx> +#include <ViewShellManager.hxx> +#include <DrawDocShell.hxx> +#include <DrawViewShell.hxx> +#include <GraphicViewShell.hxx> +#include <OutlineViewShell.hxx> +#include <PresentationViewShell.hxx> +#include <SlideSorterViewShell.hxx> +#include <FrameView.hxx> +#include <facreg.hxx> +#include <Window.hxx> #include <sfx2/viewfrm.hxx> #include <vcl/wrkwin.hxx> diff --git a/sd/source/ui/framework/factories/BasicViewFactory.hxx b/sd/source/ui/framework/factories/BasicViewFactory.hxx index ed0cd6f287c3..2bf465850a8c 100644 --- a/sd/source/ui/framework/factories/BasicViewFactory.hxx +++ b/sd/source/ui/framework/factories/BasicViewFactory.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_FRAMEWORK_FACTORIES_BASICVIEWFACTORY_HXX #define INCLUDED_SD_SOURCE_UI_FRAMEWORK_FACTORIES_BASICVIEWFACTORY_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/drawing/framework/XResourceFactory.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> diff --git a/sd/source/ui/framework/factories/ChildWindowPane.cxx b/sd/source/ui/framework/factories/ChildWindowPane.cxx index 90a71e0dbbc7..5b9aaba5b8f0 100644 --- a/sd/source/ui/framework/factories/ChildWindowPane.cxx +++ b/sd/source/ui/framework/factories/ChildWindowPane.cxx @@ -24,10 +24,10 @@ #include "ChildWindowPane.hxx" -#include "PaneDockingWindow.hxx" -#include "ViewShellBase.hxx" -#include "ViewShellManager.hxx" -#include "framework/FrameworkHelper.hxx" +#include <PaneDockingWindow.hxx> +#include <ViewShellBase.hxx> +#include <ViewShellManager.hxx> +#include <framework/FrameworkHelper.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/framework/factories/ChildWindowPane.hxx b/sd/source/ui/framework/factories/ChildWindowPane.hxx index dfe916309095..d8ed1dda4f62 100644 --- a/sd/source/ui/framework/factories/ChildWindowPane.hxx +++ b/sd/source/ui/framework/factories/ChildWindowPane.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SD_SOURCE_UI_FRAMEWORK_FACTORIES_CHILDWINDOWPANE_HXX #define INCLUDED_SD_SOURCE_UI_FRAMEWORK_FACTORIES_CHILDWINDOWPANE_HXX -#include "framework/Pane.hxx" -#include "PaneShells.hxx" +#include <framework/Pane.hxx> +#include <PaneShells.hxx> #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/drawing/framework/XResourceId.hpp> diff --git a/sd/source/ui/framework/factories/FrameWindowPane.hxx b/sd/source/ui/framework/factories/FrameWindowPane.hxx index c3c827db85a6..6c8956aee4ba 100644 --- a/sd/source/ui/framework/factories/FrameWindowPane.hxx +++ b/sd/source/ui/framework/factories/FrameWindowPane.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_FRAMEWORK_FACTORIES_FRAMEWINDOWPANE_HXX #define INCLUDED_SD_SOURCE_UI_FRAMEWORK_FACTORIES_FRAMEWINDOWPANE_HXX -#include "framework/Pane.hxx" +#include <framework/Pane.hxx> #include <com/sun/star/drawing/framework/XResourceId.hpp> diff --git a/sd/source/ui/framework/factories/FullScreenPane.cxx b/sd/source/ui/framework/factories/FullScreenPane.cxx index ba2bc482b0ed..9f995ad8221a 100644 --- a/sd/source/ui/framework/factories/FullScreenPane.cxx +++ b/sd/source/ui/framework/factories/FullScreenPane.cxx @@ -18,7 +18,7 @@ */ #include "FullScreenPane.hxx" -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> #include <cppcanvas/vclfactory.hxx> #include <sfx2/dispatch.hxx> #include <vcl/wrkwin.hxx> diff --git a/sd/source/ui/framework/factories/Pane.cxx b/sd/source/ui/framework/factories/Pane.cxx index 2429c1467d28..a9fdd52f1265 100644 --- a/sd/source/ui/framework/factories/Pane.cxx +++ b/sd/source/ui/framework/factories/Pane.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "framework/Pane.hxx" +#include <framework/Pane.hxx> #include <vcl/svapp.hxx> #include <osl/mutex.hxx> diff --git a/sd/source/ui/framework/factories/PresentationFactory.cxx b/sd/source/ui/framework/factories/PresentationFactory.cxx index 8a5dbf4e128c..4a8772ef4b3c 100644 --- a/sd/source/ui/framework/factories/PresentationFactory.cxx +++ b/sd/source/ui/framework/factories/PresentationFactory.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "framework/PresentationFactory.hxx" +#include <framework/PresentationFactory.hxx> -#include "DrawController.hxx" -#include "ViewShellBase.hxx" -#include "facreg.hxx" +#include <DrawController.hxx> +#include <ViewShellBase.hxx> +#include <facreg.hxx> #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/drawing/framework/XView.hpp> #include <cppuhelper/compbase.hxx> #include <tools/diagnose_ex.h> -#include "slideshow.hxx" +#include <slideshow.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/framework/factories/ViewShellWrapper.cxx b/sd/source/ui/framework/factories/ViewShellWrapper.cxx index d37528807b37..1f05fcc37ac6 100644 --- a/sd/source/ui/framework/factories/ViewShellWrapper.cxx +++ b/sd/source/ui/framework/factories/ViewShellWrapper.cxx @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "framework/ViewShellWrapper.hxx" -#include "framework/Pane.hxx" -#include "sdpage.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" - -#include "SlideSorter.hxx" -#include "SlideSorterViewShell.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlsCurrentSlideManager.hxx" -#include "controller/SlideSorterController.hxx" -#include "model/SlsPageEnumerationProvider.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" +#include <framework/ViewShellWrapper.hxx> +#include <framework/Pane.hxx> +#include <sdpage.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> + +#include <SlideSorter.hxx> +#include <SlideSorterViewShell.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlsCurrentSlideManager.hxx> +#include <controller/SlideSorterController.hxx> +#include <model/SlsPageEnumerationProvider.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> #include <com/sun/star/drawing/framework/XPane.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/sd/source/ui/framework/module/CenterViewFocusModule.cxx b/sd/source/ui/framework/module/CenterViewFocusModule.cxx index b4304ec0b6ef..d04253394a33 100644 --- a/sd/source/ui/framework/module/CenterViewFocusModule.cxx +++ b/sd/source/ui/framework/module/CenterViewFocusModule.cxx @@ -19,15 +19,15 @@ #include "CenterViewFocusModule.hxx" -#include "framework/ConfigurationController.hxx" -#include "framework/FrameworkHelper.hxx" -#include "framework/ViewShellWrapper.hxx" - -#include "DrawController.hxx" -#include "ViewShellBase.hxx" -#include "ViewShellManager.hxx" -#include "strings.hrc" -#include "sdresid.hxx" +#include <framework/ConfigurationController.hxx> +#include <framework/FrameworkHelper.hxx> +#include <framework/ViewShellWrapper.hxx> + +#include <DrawController.hxx> +#include <ViewShellBase.hxx> +#include <ViewShellManager.hxx> +#include <strings.hrc> +#include <sdresid.hxx> #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> diff --git a/sd/source/ui/framework/module/CenterViewFocusModule.hxx b/sd/source/ui/framework/module/CenterViewFocusModule.hxx index f7fe1efe4f5a..b9c7d141a8e0 100644 --- a/sd/source/ui/framework/module/CenterViewFocusModule.hxx +++ b/sd/source/ui/framework/module/CenterViewFocusModule.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_FRAMEWORK_MODULE_CENTERVIEWFOCUSMODULE_HXX #define INCLUDED_SD_SOURCE_UI_FRAMEWORK_MODULE_CENTERVIEWFOCUSMODULE_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/drawing/framework/XConfigurationChangeListener.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> diff --git a/sd/source/ui/framework/module/DrawModule.cxx b/sd/source/ui/framework/module/DrawModule.cxx index ac313bb94df8..6d270f25446b 100644 --- a/sd/source/ui/framework/module/DrawModule.cxx +++ b/sd/source/ui/framework/module/DrawModule.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "framework/DrawModule.hxx" +#include <framework/DrawModule.hxx> -#include "framework/FrameworkHelper.hxx" +#include <framework/FrameworkHelper.hxx> #include "CenterViewFocusModule.hxx" #include "SlideSorterModule.hxx" #include "ToolBarModule.hxx" diff --git a/sd/source/ui/framework/module/ImpressModule.cxx b/sd/source/ui/framework/module/ImpressModule.cxx index 42d43965ff12..640783c41654 100644 --- a/sd/source/ui/framework/module/ImpressModule.cxx +++ b/sd/source/ui/framework/module/ImpressModule.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "framework/ImpressModule.hxx" +#include <framework/ImpressModule.hxx> -#include "framework/FrameworkHelper.hxx" +#include <framework/FrameworkHelper.hxx> #include "ViewTabBarModule.hxx" #include "CenterViewFocusModule.hxx" #include "SlideSorterModule.hxx" diff --git a/sd/source/ui/framework/module/ModuleController.cxx b/sd/source/ui/framework/module/ModuleController.cxx index c64b5a704bba..3352f100927f 100644 --- a/sd/source/ui/framework/module/ModuleController.cxx +++ b/sd/source/ui/framework/module/ModuleController.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "framework/ModuleController.hxx" +#include <framework/ModuleController.hxx> -#include "tools/ConfigurationAccess.hxx" +#include <tools/ConfigurationAccess.hxx> #include <comphelper/processfactory.hxx> #include <unordered_map> diff --git a/sd/source/ui/framework/module/PresentationModule.cxx b/sd/source/ui/framework/module/PresentationModule.cxx index 10d9ba7cc3ac..92e369138c16 100644 --- a/sd/source/ui/framework/module/PresentationModule.cxx +++ b/sd/source/ui/framework/module/PresentationModule.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "framework/PresentationModule.hxx" +#include <framework/PresentationModule.hxx> #include "CenterViewFocusModule.hxx" #include "SlideSorterModule.hxx" diff --git a/sd/source/ui/framework/module/ResourceManager.cxx b/sd/source/ui/framework/module/ResourceManager.cxx index 6386fc562013..fc8d0961f030 100644 --- a/sd/source/ui/framework/module/ResourceManager.cxx +++ b/sd/source/ui/framework/module/ResourceManager.cxx @@ -19,8 +19,8 @@ #include "ResourceManager.hxx" -#include "framework/FrameworkHelper.hxx" -#include "framework/ConfigurationController.hxx" +#include <framework/FrameworkHelper.hxx> +#include <framework/ConfigurationController.hxx> #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <set> diff --git a/sd/source/ui/framework/module/ResourceManager.hxx b/sd/source/ui/framework/module/ResourceManager.hxx index ba0d45ffcf16..8c0c14773a21 100644 --- a/sd/source/ui/framework/module/ResourceManager.hxx +++ b/sd/source/ui/framework/module/ResourceManager.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_FRAMEWORK_MODULE_RESOURCEMANAGER_HXX #define INCLUDED_SD_SOURCE_UI_FRAMEWORK_MODULE_RESOURCEMANAGER_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/drawing/framework/XConfigurationChangeListener.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> #include <com/sun/star/frame/XController.hpp> diff --git a/sd/source/ui/framework/module/ShellStackGuard.cxx b/sd/source/ui/framework/module/ShellStackGuard.cxx index 80858eee689e..c02843769dd9 100644 --- a/sd/source/ui/framework/module/ShellStackGuard.cxx +++ b/sd/source/ui/framework/module/ShellStackGuard.cxx @@ -19,11 +19,11 @@ #include "ShellStackGuard.hxx" -#include "framework/ConfigurationController.hxx" -#include "framework/FrameworkHelper.hxx" +#include <framework/ConfigurationController.hxx> +#include <framework/FrameworkHelper.hxx> -#include "DrawController.hxx" -#include "ViewShellBase.hxx" +#include <DrawController.hxx> +#include <ViewShellBase.hxx> #include <sfx2/printer.hxx> #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> diff --git a/sd/source/ui/framework/module/ShellStackGuard.hxx b/sd/source/ui/framework/module/ShellStackGuard.hxx index 959515e76df7..5df2f20b8940 100644 --- a/sd/source/ui/framework/module/ShellStackGuard.hxx +++ b/sd/source/ui/framework/module/ShellStackGuard.hxx @@ -22,7 +22,7 @@ #include <cppuhelper/basemutex.hxx> -#include "framework/ConfigurationController.hxx" +#include <framework/ConfigurationController.hxx> #include <com/sun/star/drawing/framework/XConfigurationChangeListener.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> diff --git a/sd/source/ui/framework/module/SlideSorterModule.cxx b/sd/source/ui/framework/module/SlideSorterModule.cxx index 4ba27c0ac06b..68020f5ee39e 100644 --- a/sd/source/ui/framework/module/SlideSorterModule.cxx +++ b/sd/source/ui/framework/module/SlideSorterModule.cxx @@ -19,13 +19,13 @@ #include "SlideSorterModule.hxx" -#include "framework/FrameworkHelper.hxx" +#include <framework/FrameworkHelper.hxx> #include <com/sun/star/drawing/framework/XTabBar.hpp> #include <com/sun/star/drawing/framework/TabBarButton.hpp> -#include "strings.hrc" -#include "sdresid.hxx" -#include "svtools/slidesorterbaropt.hxx" +#include <strings.hrc> +#include <sdresid.hxx> +#include <svtools/slidesorterbaropt.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/framework/module/ToolBarModule.cxx b/sd/source/ui/framework/module/ToolBarModule.cxx index 29c1f3a18cfc..4d46c254006a 100644 --- a/sd/source/ui/framework/module/ToolBarModule.cxx +++ b/sd/source/ui/framework/module/ToolBarModule.cxx @@ -18,10 +18,10 @@ */ #include "ToolBarModule.hxx" -#include "ViewShellBase.hxx" -#include "DrawController.hxx" -#include "framework/FrameworkHelper.hxx" -#include "framework/ConfigurationController.hxx" +#include <ViewShellBase.hxx> +#include <DrawController.hxx> +#include <framework/FrameworkHelper.hxx> +#include <framework/ConfigurationController.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/framework/module/ToolBarModule.hxx b/sd/source/ui/framework/module/ToolBarModule.hxx index d0e1ebed80b6..9e811dd807af 100644 --- a/sd/source/ui/framework/module/ToolBarModule.hxx +++ b/sd/source/ui/framework/module/ToolBarModule.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_FRAMEWORK_MODULE_TOOLBARMODULE_HXX #define INCLUDED_SD_SOURCE_UI_FRAMEWORK_MODULE_TOOLBARMODULE_HXX -#include "ToolBarManager.hxx" +#include <ToolBarManager.hxx> #include <com/sun/star/drawing/framework/XConfigurationChangeListener.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> #include <com/sun/star/drawing/framework/XTabBar.hpp> diff --git a/sd/source/ui/framework/module/ToolPanelModule.cxx b/sd/source/ui/framework/module/ToolPanelModule.cxx index d2e5e7e09294..ab8d6fc25430 100644 --- a/sd/source/ui/framework/module/ToolPanelModule.cxx +++ b/sd/source/ui/framework/module/ToolPanelModule.cxx @@ -19,13 +19,13 @@ #include "ToolPanelModule.hxx" -#include "framework/FrameworkHelper.hxx" +#include <framework/FrameworkHelper.hxx> #include <com/sun/star/drawing/framework/XTabBar.hpp> #include <com/sun/star/drawing/framework/TabBarButton.hpp> -#include "strings.hrc" -#include "sdresid.hxx" -#include "svtools/toolpanelopt.hxx" +#include <strings.hrc> +#include <sdresid.hxx> +#include <svtools/toolpanelopt.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/framework/module/ViewTabBarModule.cxx b/sd/source/ui/framework/module/ViewTabBarModule.cxx index f3bdca4a7250..40ea7f18d95a 100644 --- a/sd/source/ui/framework/module/ViewTabBarModule.cxx +++ b/sd/source/ui/framework/module/ViewTabBarModule.cxx @@ -19,13 +19,13 @@ #include "ViewTabBarModule.hxx" -#include "framework/FrameworkHelper.hxx" -#include "framework/ConfigurationController.hxx" +#include <framework/FrameworkHelper.hxx> +#include <framework/ConfigurationController.hxx> #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/drawing/framework/XTabBar.hpp> -#include "strings.hrc" -#include "sdresid.hxx" +#include <strings.hrc> +#include <sdresid.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/framework/module/ViewTabBarModule.hxx b/sd/source/ui/framework/module/ViewTabBarModule.hxx index beb85d89968d..61e319d0dd58 100644 --- a/sd/source/ui/framework/module/ViewTabBarModule.hxx +++ b/sd/source/ui/framework/module/ViewTabBarModule.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_FRAMEWORK_MODULE_VIEWTABBARMODULE_HXX #define INCLUDED_SD_SOURCE_UI_FRAMEWORK_MODULE_VIEWTABBARMODULE_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/drawing/framework/XConfigurationChangeListener.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> diff --git a/sd/source/ui/framework/tools/FrameworkHelper.cxx b/sd/source/ui/framework/tools/FrameworkHelper.cxx index ed1e2aa93fc7..7c905edd4550 100644 --- a/sd/source/ui/framework/tools/FrameworkHelper.cxx +++ b/sd/source/ui/framework/tools/FrameworkHelper.cxx @@ -19,17 +19,17 @@ #include <osl/time.h> -#include "framework/FrameworkHelper.hxx" - -#include "framework/ConfigurationController.hxx" -#include "framework/ResourceId.hxx" -#include "framework/ViewShellWrapper.hxx" -#include "ViewShellBase.hxx" -#include "FrameView.hxx" -#include "DrawViewShell.hxx" -#include "ViewShellHint.hxx" -#include "DrawController.hxx" -#include "app.hrc" +#include <framework/FrameworkHelper.hxx> + +#include <framework/ConfigurationController.hxx> +#include <framework/ResourceId.hxx> +#include <framework/ViewShellWrapper.hxx> +#include <ViewShellBase.hxx> +#include <FrameView.hxx> +#include <DrawViewShell.hxx> +#include <ViewShellHint.hxx> +#include <DrawController.hxx> +#include <app.hrc> #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/drawing/framework/XPane.hpp> #include <cppuhelper/compbase.hxx> @@ -38,7 +38,7 @@ #include <sfx2/request.hxx> #include <sfx2/dispatch.hxx> -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <vcl/svapp.hxx> #include <osl/doublecheckedlocking.h> #include <osl/getglobalmutex.hxx> diff --git a/sd/source/ui/func/bulmaper.cxx b/sd/source/ui/func/bulmaper.cxx index b4f991ff7c48..d512ee098254 100644 --- a/sd/source/ui/func/bulmaper.cxx +++ b/sd/source/ui/func/bulmaper.cxx @@ -39,7 +39,7 @@ #include <editeng/numitem.hxx> #include <editeng/eeitem.hxx> -#include "bulmaper.hxx" +#include <bulmaper.hxx> #define GetWhich(nSlot) rSet.GetPool()->GetWhich( nSlot ) diff --git a/sd/source/ui/func/fuarea.cxx b/sd/source/ui/func/fuarea.cxx index 5dcb9c5f14e5..1e891416483a 100644 --- a/sd/source/ui/func/fuarea.cxx +++ b/sd/source/ui/func/fuarea.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuarea.hxx" +#include <fuarea.hxx> #include <svx/svxids.hrc> #include <vcl/msgbox.hxx> @@ -26,12 +26,12 @@ #include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/bindings.hxx> -#include "ViewShell.hxx" +#include <ViewShell.hxx> -#include "drawdoc.hxx" -#include "View.hxx" -#include "Window.hxx" -#include "app.hrc" +#include <drawdoc.hxx> +#include <View.hxx> +#include <Window.hxx> +#include <app.hrc> #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> #include <memory> diff --git a/sd/source/ui/func/fubullet.cxx b/sd/source/ui/func/fubullet.cxx index 498f0fa79a62..c06749548586 100644 --- a/sd/source/ui/func/fubullet.cxx +++ b/sd/source/ui/func/fubullet.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fubullet.hxx" +#include <fubullet.hxx> #include <sfx2/bindings.hxx> #include <editeng/eeitem.hxx> #include <svl/poolitem.hxx> #include <editeng/fontitem.hxx> -#include "OutlineViewShell.hxx" -#include "DrawViewShell.hxx" -#include "ViewShellBase.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "strings.hrc" -#include "sdresid.hxx" +#include <OutlineViewShell.hxx> +#include <DrawViewShell.hxx> +#include <ViewShellBase.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <strings.hrc> +#include <sdresid.hxx> #include <svx/svdoutl.hxx> #include <vcl/msgbox.hxx> #include <sfx2/request.hxx> @@ -38,10 +38,10 @@ #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> -#include "drawview.hxx" +#include <drawview.hxx> #include <memory> -#include "app.hrc" +#include <app.hrc> namespace sd { diff --git a/sd/source/ui/func/fuchar.cxx b/sd/source/ui/func/fuchar.cxx index b5c5a187bdce..339ab3fc87cd 100644 --- a/sd/source/ui/func/fuchar.cxx +++ b/sd/source/ui/func/fuchar.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuchar.hxx" +#include <fuchar.hxx> #include <svx/dialogs.hrc> #include <sfx2/viewfrm.hxx> @@ -29,14 +29,14 @@ #include <vcl/msgbox.hxx> #include <sfx2/bindings.hxx> #include <sfx2/request.hxx> -#include "View.hxx" -#include "Window.hxx" -#include "drawview.hxx" -#include "drawdoc.hxx" -#include "DrawViewShell.hxx" -#include "ViewShell.hxx" -#include "DrawDocShell.hxx" -#include "sdabstdlg.hxx" +#include <View.hxx> +#include <Window.hxx> +#include <drawview.hxx> +#include <drawdoc.hxx> +#include <DrawViewShell.hxx> +#include <ViewShell.hxx> +#include <DrawDocShell.hxx> +#include <sdabstdlg.hxx> #include <memory> namespace sd { diff --git a/sd/source/ui/func/fucon3d.cxx b/sd/source/ui/func/fucon3d.cxx index 43cf1c557788..78e4319d881f 100644 --- a/sd/source/ui/func/fucon3d.cxx +++ b/sd/source/ui/func/fucon3d.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fucon3d.hxx" +#include <fucon3d.hxx> #include <vcl/waitobj.hxx> #include <svx/svxids.hrc> @@ -35,14 +35,14 @@ #include <svx/lathe3d.hxx> #include <svx/camera3d.hxx> -#include "app.hrc" +#include <app.hrc> -#include "View.hxx" -#include "Window.hxx" -#include "ViewShell.hxx" -#include "drawdoc.hxx" -#include "ViewShellBase.hxx" -#include "ToolBarManager.hxx" +#include <View.hxx> +#include <Window.hxx> +#include <ViewShell.hxx> +#include <drawdoc.hxx> +#include <ViewShellBase.hxx> +#include <ToolBarManager.hxx> #include <svx/svx3ditems.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> diff --git a/sd/source/ui/func/fuconarc.cxx b/sd/source/ui/func/fuconarc.cxx index 1cb513f6ae60..54e751a87eff 100644 --- a/sd/source/ui/func/fuconarc.cxx +++ b/sd/source/ui/func/fuconarc.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuconarc.hxx" +#include <fuconarc.hxx> #include <svx/svdpagv.hxx> #include <svx/svdocirc.hxx> #include <sfx2/request.hxx> @@ -30,14 +30,14 @@ #include <svx/svxids.hrc> #include <math.h> -#include "app.hrc" -#include "Window.hxx" -#include "drawdoc.hxx" +#include <app.hrc> +#include <Window.hxx> +#include <drawdoc.hxx> -#include "View.hxx" -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "ToolBarManager.hxx" +#include <View.hxx> +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <ToolBarManager.hxx> #include <svx/sxciaitm.hxx> diff --git a/sd/source/ui/func/fuconbez.cxx b/sd/source/ui/func/fuconbez.cxx index a2227fd96bc9..d49f009506dc 100644 --- a/sd/source/ui/func/fuconbez.cxx +++ b/sd/source/ui/func/fuconbez.cxx @@ -19,7 +19,7 @@ #include <com/sun/star/presentation/EffectNodeType.hpp> -#include "fuconbez.hxx" +#include <fuconbez.hxx> #include <svl/aeitem.hxx> #include <svx/svdopath.hxx> #include <svl/intitem.hxx> @@ -32,18 +32,18 @@ #include <svx/svxids.hrc> #include <svx/svdpagv.hxx> -#include "app.hrc" -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "View.hxx" -#include "Window.hxx" -#include "ToolBarManager.hxx" -#include "drawdoc.hxx" +#include <app.hrc> +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <View.hxx> +#include <Window.hxx> +#include <ToolBarManager.hxx> +#include <drawdoc.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> -#include "CustomAnimationEffect.hxx" +#include <CustomAnimationEffect.hxx> using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/func/fuconcs.cxx b/sd/source/ui/func/fuconcs.cxx index b91dccd0360d..e33ba808b254 100644 --- a/sd/source/ui/func/fuconcs.cxx +++ b/sd/source/ui/func/fuconcs.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuconcs.hxx" +#include <fuconcs.hxx> #include <svx/svdpagv.hxx> #include <svx/svxids.hrc> #include <svx/dialogs.hrc> #include <svx/dialmgr.hxx> -#include "app.hrc" +#include <app.hrc> #include <svl/aeitem.hxx> #include <svx/xlnstwit.hxx> #include <svx/xlnedwit.hxx> @@ -49,21 +49,21 @@ #include <svx/svdocapt.hxx> #include <svx/svdomeas.hxx> -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "ToolBarManager.hxx" +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <ToolBarManager.hxx> #include <editeng/writingmodeitem.hxx> #include <svx/gallery.hxx> #include <svl/itempool.hxx> -#include "sdresid.hxx" -#include "View.hxx" -#include "sdpage.hxx" -#include "Window.hxx" -#include "stlpool.hxx" -#include "drawdoc.hxx" +#include <sdresid.hxx> +#include <View.hxx> +#include <sdpage.hxx> +#include <Window.hxx> +#include <stlpool.hxx> +#include <drawdoc.hxx> -#include "strings.hrc" +#include <strings.hrc> namespace sd { diff --git a/sd/source/ui/func/fuconnct.cxx b/sd/source/ui/func/fuconnct.cxx index 197cca71225c..eeca78bf542d 100644 --- a/sd/source/ui/func/fuconnct.cxx +++ b/sd/source/ui/func/fuconnct.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuconnct.hxx" +#include <fuconnct.hxx> #include <sfx2/request.hxx> #include <vcl/msgbox.hxx> -#include "View.hxx" -#include "ViewShell.hxx" -#include "drawdoc.hxx" +#include <View.hxx> +#include <ViewShell.hxx> +#include <drawdoc.hxx> #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> #include <memory> diff --git a/sd/source/ui/func/fuconrec.cxx b/sd/source/ui/func/fuconrec.cxx index 66cd8bbdb111..bc5f9c5685c5 100644 --- a/sd/source/ui/func/fuconrec.cxx +++ b/sd/source/ui/func/fuconrec.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuconrec.hxx" +#include <fuconrec.hxx> #include <svx/svdpagv.hxx> #include <svx/svxids.hrc> #include <svx/strings.hrc> #include <svx/dialmgr.hxx> -#include "app.hrc" +#include <app.hrc> #include <svl/aeitem.hxx> #include <svx/xlnstwit.hxx> #include <svx/xlnedwit.hxx> @@ -46,21 +46,21 @@ #include <svx/svdocapt.hxx> #include <svx/svdomeas.hxx> -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "ToolBarManager.hxx" +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <ToolBarManager.hxx> #include <editeng/writingmodeitem.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolygon.hxx> -#include "sdresid.hxx" -#include "View.hxx" -#include "sdpage.hxx" -#include "Window.hxx" -#include "stlpool.hxx" -#include "drawdoc.hxx" +#include <sdresid.hxx> +#include <View.hxx> +#include <sdpage.hxx> +#include <Window.hxx> +#include <stlpool.hxx> +#include <drawdoc.hxx> -#include "strings.hrc" +#include <strings.hrc> namespace sd { diff --git a/sd/source/ui/func/fuconstr.cxx b/sd/source/ui/func/fuconstr.cxx index b915f74e1233..5c72bc6463d2 100644 --- a/sd/source/ui/func/fuconstr.cxx +++ b/sd/source/ui/func/fuconstr.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuconstr.hxx" +#include <fuconstr.hxx> #include <svx/svxids.hrc> #include <svl/aeitem.hxx> @@ -27,18 +27,18 @@ #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> -#include "app.hrc" -#include "strings.hrc" -#include "strings.hxx" -#include "fudraw.hxx" -#include "View.hxx" -#include "Window.hxx" -#include "ViewShell.hxx" -#include "drawdoc.hxx" -#include "FrameView.hxx" -#include "sdpage.hxx" -#include "sdresid.hxx" -#include "stlpool.hxx" +#include <app.hrc> +#include <strings.hrc> +#include <strings.hxx> +#include <fudraw.hxx> +#include <View.hxx> +#include <Window.hxx> +#include <ViewShell.hxx> +#include <drawdoc.hxx> +#include <FrameView.hxx> +#include <sdpage.hxx> +#include <sdresid.hxx> +#include <stlpool.hxx> #include <svx/globl3d.hxx> using namespace com::sun::star; diff --git a/sd/source/ui/func/fuconuno.cxx b/sd/source/ui/func/fuconuno.cxx index 214814626665..9a07fa2a3348 100644 --- a/sd/source/ui/func/fuconuno.cxx +++ b/sd/source/ui/func/fuconuno.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuconuno.hxx" +#include <fuconuno.hxx> #include <svl/aeitem.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> @@ -28,15 +28,15 @@ #include <svx/dialogs.hrc> -#include "app.hrc" -#include "strings.hrc" -#include "ViewShell.hxx" -#include "View.hxx" -#include "Window.hxx" -#include "ViewShellBase.hxx" -#include "ToolBarManager.hxx" -#include "drawdoc.hxx" -#include "sdresid.hxx" +#include <app.hrc> +#include <strings.hrc> +#include <ViewShell.hxx> +#include <View.hxx> +#include <Window.hxx> +#include <ViewShellBase.hxx> +#include <ToolBarManager.hxx> +#include <drawdoc.hxx> +#include <sdresid.hxx> namespace sd { diff --git a/sd/source/ui/func/fucopy.cxx b/sd/source/ui/func/fucopy.cxx index 8f82ab7339cd..dc9abea360a5 100644 --- a/sd/source/ui/func/fucopy.cxx +++ b/sd/source/ui/func/fucopy.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fucopy.hxx" +#include <fucopy.hxx> #include <sfx2/progress.hxx> #include <svx/svxids.hrc> -#include "sdresid.hxx" -#include "sdattr.hxx" -#include "strings.hrc" -#include "ViewShell.hxx" -#include "View.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" +#include <sdresid.hxx> +#include <sdattr.hxx> +#include <strings.hrc> +#include <ViewShell.hxx> +#include <View.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> #include <vcl/wrkwin.hxx> #include <svx/svdobj.hxx> #include <vcl/msgbox.hxx> @@ -38,7 +38,7 @@ #include <svx/xdef.hxx> #include <svx/xfillit0.hxx> #include <sfx2/request.hxx> -#include "sdabstdlg.hxx" +#include <sdabstdlg.hxx> #include <memory> using namespace com::sun::star; diff --git a/sd/source/ui/func/fucushow.cxx b/sd/source/ui/func/fucushow.cxx index 7c76ecb8919c..f573b75a6d52 100644 --- a/sd/source/ui/func/fucushow.cxx +++ b/sd/source/ui/func/fucushow.cxx @@ -17,21 +17,21 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fucushow.hxx" +#include <fucushow.hxx> #include <svx/svxids.hrc> -#include "app.hrc" -#include "sdresid.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" +#include <app.hrc> +#include <sdresid.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> #include <vcl/msgbox.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> -#include "sdabstdlg.hxx" +#include <sdabstdlg.hxx> #include <memory> namespace sd { diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx index fb13e701c042..bf1d2ba36699 100644 --- a/sd/source/ui/func/fudraw.cxx +++ b/sd/source/ui/func/fudraw.cxx @@ -38,28 +38,28 @@ #include <svx/scene3d.hxx> #include <sfx2/viewfrm.hxx> -#include "anminfo.hxx" -#include "imapinfo.hxx" -#include "app.hrc" -#include "strings.hrc" - - -#include "sdmod.hxx" -#include "GraphicDocShell.hxx" -#include "fudraw.hxx" -#include "ViewShell.hxx" -#include "FrameView.hxx" -#include "View.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "Client.hxx" -#include "sdresid.hxx" -#include "drawview.hxx" -#include "fusel.hxx" +#include <anminfo.hxx> +#include <imapinfo.hxx> +#include <app.hrc> +#include <strings.hrc> + + +#include <sdmod.hxx> +#include <GraphicDocShell.hxx> +#include <fudraw.hxx> +#include <ViewShell.hxx> +#include <FrameView.hxx> +#include <View.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <Client.hxx> +#include <sdresid.hxx> +#include <drawview.hxx> +#include <fusel.hxx> #include <svl/aeitem.hxx> #include <vcl/msgbox.hxx> -#include "slideshow.hxx" +#include <slideshow.hxx> #include <svx/sdrhittesthelper.hxx> using namespace ::com::sun::star; diff --git a/sd/source/ui/func/fudspord.cxx b/sd/source/ui/func/fudspord.cxx index 1f54d7711cb8..e867c2fe6ed4 100644 --- a/sd/source/ui/func/fudspord.cxx +++ b/sd/source/ui/func/fudspord.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fudspord.hxx" +#include <fudspord.hxx> #include <svx/svxids.hrc> #include <vcl/pointr.hxx> -#include "app.hrc" -#include "fupoor.hxx" -#include "ViewShell.hxx" -#include "View.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" +#include <app.hrc> +#include <fupoor.hxx> +#include <ViewShell.hxx> +#include <View.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> namespace sd { diff --git a/sd/source/ui/func/fuediglu.cxx b/sd/source/ui/func/fuediglu.cxx index 1142e77ae1f9..bed07d6d72ed 100644 --- a/sd/source/ui/func/fuediglu.cxx +++ b/sd/source/ui/func/fuediglu.cxx @@ -17,22 +17,22 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuediglu.hxx" +#include <fuediglu.hxx> #include <svl/eitem.hxx> #include <svx/dialogs.hrc> #include <svx/svdglue.hxx> #include <sfx2/request.hxx> -#include "app.hrc" -#include "strings.hrc" +#include <app.hrc> +#include <strings.hrc> -#include "Window.hxx" -#include "drawdoc.hxx" -#include "FrameView.hxx" -#include "View.hxx" -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "ToolBarManager.hxx" +#include <Window.hxx> +#include <drawdoc.hxx> +#include <FrameView.hxx> +#include <View.hxx> +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <ToolBarManager.hxx> namespace sd { diff --git a/sd/source/ui/func/fuexpand.cxx b/sd/source/ui/func/fuexpand.cxx index 032d35188710..b5fc2916e36d 100644 --- a/sd/source/ui/func/fuexpand.cxx +++ b/sd/source/ui/func/fuexpand.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuexpand.hxx" +#include <fuexpand.hxx> #include <sfx2/viewfrm.hxx> #include <svx/svdotext.hxx> @@ -28,19 +28,19 @@ #include <svx/svdetc.hxx> #include <xmloff/autolayout.hxx> -#include "app.hrc" -#include "strings.hrc" -#include "pres.hxx" -#include "View.hxx" -#include "sdpage.hxx" -#include "Outliner.hxx" -#include "drawview.hxx" -#include "drawdoc.hxx" -#include "ViewShell.hxx" -#include "DrawDocShell.hxx" -#include "sdresid.hxx" -#include "optsitem.hxx" -#include "sdmod.hxx" +#include <app.hrc> +#include <strings.hrc> +#include <pres.hxx> +#include <View.hxx> +#include <sdpage.hxx> +#include <Outliner.hxx> +#include <drawview.hxx> +#include <drawdoc.hxx> +#include <ViewShell.hxx> +#include <DrawDocShell.hxx> +#include <sdresid.hxx> +#include <optsitem.hxx> +#include <sdmod.hxx> #include <sfx2/dispatch.hxx> #include <editeng/eeitem.hxx> diff --git a/sd/source/ui/func/fuformatpaintbrush.cxx b/sd/source/ui/func/fuformatpaintbrush.cxx index b14e6e5d755b..88b12b4d4188 100644 --- a/sd/source/ui/func/fuformatpaintbrush.cxx +++ b/sd/source/ui/func/fuformatpaintbrush.cxx @@ -30,18 +30,18 @@ #include <editeng/eeitem.hxx> #include <editeng/editeng.hxx> -#include "sdmod.hxx" - -#include "fuformatpaintbrush.hxx" -#include "drawview.hxx" -#include "DrawDocShell.hxx" -#include "DrawViewShell.hxx" -#include "FrameView.hxx" -#include "drawdoc.hxx" -#include "Outliner.hxx" -#include "ViewShellBase.hxx" - -#include "Window.hxx" +#include <sdmod.hxx> + +#include <fuformatpaintbrush.hxx> +#include <drawview.hxx> +#include <DrawDocShell.hxx> +#include <DrawViewShell.hxx> +#include <FrameView.hxx> +#include <drawdoc.hxx> +#include <Outliner.hxx> +#include <ViewShellBase.hxx> + +#include <Window.hxx> namespace sd { diff --git a/sd/source/ui/func/fuhhconv.cxx b/sd/source/ui/func/fuhhconv.cxx index f3179f84bb69..c4616e3ab6af 100644 --- a/sd/source/ui/func/fuhhconv.cxx +++ b/sd/source/ui/func/fuhhconv.cxx @@ -32,15 +32,15 @@ #include <editeng/fontitem.hxx> #include <fuhhconv.hxx> -#include "drawdoc.hxx" -#include "Outliner.hxx" -#include "DrawViewShell.hxx" -#include "OutlineViewShell.hxx" -#include "Window.hxx" -#include "ViewShellBase.hxx" - -#include "sdresid.hxx" -#include "strings.hrc" +#include <drawdoc.hxx> +#include <Outliner.hxx> +#include <DrawViewShell.hxx> +#include <OutlineViewShell.hxx> +#include <Window.hxx> +#include <ViewShellBase.hxx> + +#include <sdresid.hxx> +#include <strings.hrc> class SfxRequest; diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx index 1ea4807885db..5280fb3de736 100644 --- a/sd/source/ui/func/fuinsert.cxx +++ b/sd/source/ui/func/fuinsert.cxx @@ -19,7 +19,7 @@ #include <config_features.h> -#include "fuinsert.hxx" +#include <fuinsert.hxx> #include <comphelper/storagehelper.hxx> #include <comphelper/processfactory.hxx> @@ -71,21 +71,21 @@ #include <svx/charthelper.hxx> #include <comphelper/lok.hxx> -#include "app.hrc" -#include "sdresid.hxx" -#include "View.hxx" -#include "sdmod.hxx" -#include "Window.hxx" -#include "drawview.hxx" -#include "DrawViewShell.hxx" -#include "DrawDocShell.hxx" -#include "GraphicDocShell.hxx" -#include "strings.hrc" -#include "drawdoc.hxx" -#include "sdgrffilter.hxx" -#include "sdxfer.hxx" +#include <app.hrc> +#include <sdresid.hxx> +#include <View.hxx> +#include <sdmod.hxx> +#include <Window.hxx> +#include <drawview.hxx> +#include <DrawViewShell.hxx> +#include <DrawDocShell.hxx> +#include <GraphicDocShell.hxx> +#include <strings.hrc> +#include <drawdoc.hxx> +#include <sdgrffilter.hxx> +#include <sdxfer.hxx> #include <vcl/svapp.hxx> -#include "undo/undoobjects.hxx" +#include <undo/undoobjects.hxx> #include <memory> using namespace com::sun::star; diff --git a/sd/source/ui/func/fuinsfil.cxx b/sd/source/ui/func/fuinsfil.cxx index 58b13887bbe5..279f7f3acb0e 100644 --- a/sd/source/ui/func/fuinsfil.cxx +++ b/sd/source/ui/func/fuinsfil.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuinsfil.hxx" +#include <fuinsfil.hxx> #include <vcl/wrkwin.hxx> #include <sfx2/progress.hxx> #include <editeng/outliner.hxx> @@ -45,23 +45,23 @@ #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "Window.hxx" -#include "View.hxx" -#include "strings.hrc" -#include "stlpool.hxx" -#include "sdpage.hxx" -#include "strmname.h" -#include "ViewShellBase.hxx" -#include "DrawViewShell.hxx" -#include "OutlineViewShell.hxx" -#include "DrawDocShell.hxx" -#include "GraphicDocShell.hxx" -#include "app.hrc" -#include "unmovss.hxx" -#include "Outliner.hxx" -#include "sdabstdlg.hxx" +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <Window.hxx> +#include <View.hxx> +#include <strings.hrc> +#include <stlpool.hxx> +#include <sdpage.hxx> +#include <strmname.h> +#include <ViewShellBase.hxx> +#include <DrawViewShell.hxx> +#include <OutlineViewShell.hxx> +#include <DrawDocShell.hxx> +#include <GraphicDocShell.hxx> +#include <app.hrc> +#include <unmovss.hxx> +#include <Outliner.hxx> +#include <sdabstdlg.hxx> #include <memory> using namespace ::com::sun::star::lang; diff --git a/sd/source/ui/func/fuline.cxx b/sd/source/ui/func/fuline.cxx index b7dd6f6bfa80..cb4bd715581d 100644 --- a/sd/source/ui/func/fuline.cxx +++ b/sd/source/ui/func/fuline.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuline.hxx" +#include <fuline.hxx> #include <svx/svxids.hrc> #include <svx/tabline.hxx> @@ -29,11 +29,11 @@ #include <svx/xdef.hxx> #include <sfx2/bindings.hxx> #include <sfx2/viewfrm.hxx> -#include "ViewShell.hxx" -#include "View.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "app.hrc" +#include <ViewShell.hxx> +#include <View.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <app.hrc> #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> #include <memory> diff --git a/sd/source/ui/func/fulinend.cxx b/sd/source/ui/func/fulinend.cxx index bcfe46d226ea..354d4b55e806 100644 --- a/sd/source/ui/func/fulinend.cxx +++ b/sd/source/ui/func/fulinend.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fulinend.hxx" +#include <fulinend.hxx> #include <svx/xtable.hxx> #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> @@ -25,13 +25,13 @@ #include <svx/svdopath.hxx> #include <vcl/msgbox.hxx> -#include "strings.hrc" -#include "ViewShell.hxx" -#include "helpids.h" -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "View.hxx" -#include "Window.hxx" +#include <strings.hrc> +#include <ViewShell.hxx> +#include <helpids.h> +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <View.hxx> +#include <Window.hxx> #include <memory> #include <o3tl/make_unique.hxx> diff --git a/sd/source/ui/func/fulink.cxx b/sd/source/ui/func/fulink.cxx index d884ca6840e9..a048854f6c3e 100644 --- a/sd/source/ui/func/fulink.cxx +++ b/sd/source/ui/func/fulink.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fulink.hxx" +#include <fulink.hxx> #include <sfx2/linkmgr.hxx> #include <sfx2/bindings.hxx> @@ -25,10 +25,10 @@ #include <svx/svxdlg.hxx> -#include "Window.hxx" -#include "drawdoc.hxx" -#include "ViewShell.hxx" -#include "app.hrc" +#include <Window.hxx> +#include <drawdoc.hxx> +#include <ViewShell.hxx> +#include <app.hrc> #include <memory> class SfxRequest; diff --git a/sd/source/ui/func/fumeasur.cxx b/sd/source/ui/func/fumeasur.cxx index 204e1f1ec9a3..869d105e50d6 100644 --- a/sd/source/ui/func/fumeasur.cxx +++ b/sd/source/ui/func/fumeasur.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fumeasur.hxx" +#include <fumeasur.hxx> #include <vcl/msgbox.hxx> #include <sfx2/request.hxx> -#include "View.hxx" -#include "ViewShell.hxx" -#include "drawdoc.hxx" +#include <View.hxx> +#include <ViewShell.hxx> +#include <drawdoc.hxx> #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> #include <memory> diff --git a/sd/source/ui/func/fumorph.cxx b/sd/source/ui/func/fumorph.cxx index ba05725e2016..95714ad45553 100644 --- a/sd/source/ui/func/fumorph.cxx +++ b/sd/source/ui/func/fumorph.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fumorph.hxx" +#include <fumorph.hxx> #include <svx/xfillit.hxx> #include <svx/xlineit.hxx> #include <vcl/msgbox.hxx> @@ -27,18 +27,18 @@ #include <svx/svdogrp.hxx> #include <editeng/eeitem.hxx> -#include "View.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" +#include <View.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx> -#include "strings.hrc" -#include "sdresid.hxx" +#include <strings.hrc> +#include <sdresid.hxx> -#include "sdabstdlg.hxx" +#include <sdabstdlg.hxx> #include <svx/svditer.hxx> diff --git a/sd/source/ui/func/funavig.cxx b/sd/source/ui/func/funavig.cxx index 7cd0be79a554..e481562f0c47 100644 --- a/sd/source/ui/func/funavig.cxx +++ b/sd/source/ui/func/funavig.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "funavig.hxx" +#include <funavig.hxx> #include <sfx2/viewfrm.hxx> -#include "app.hrc" -#include "sdpage.hxx" +#include <app.hrc> +#include <sdpage.hxx> #include <sfx2/bindings.hxx> #include <sfx2/request.hxx> -#include "drawdoc.hxx" -#include "DrawViewShell.hxx" -#include "ViewShell.hxx" -#include "slideshow.hxx" +#include <drawdoc.hxx> +#include <DrawViewShell.hxx> +#include <ViewShell.hxx> +#include <slideshow.hxx> namespace sd { diff --git a/sd/source/ui/func/fuoaprms.cxx b/sd/source/ui/func/fuoaprms.cxx index 55d66a5bbc87..00384f087572 100644 --- a/sd/source/ui/func/fuoaprms.cxx +++ b/sd/source/ui/func/fuoaprms.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuoaprms.hxx" +#include <fuoaprms.hxx> -#include "sdattr.hxx" +#include <sdattr.hxx> #include <svx/svdpagv.hxx> #include <editeng/colritem.hxx> #include <svx/svdundo.hxx> @@ -30,19 +30,19 @@ #include <sfx2/viewfrm.hxx> #include <vcl/msgbox.hxx> #include <svl/aeitem.hxx> -#include "svx/xtable.hxx" - -#include "strings.hrc" -#include "drawdoc.hxx" -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "anminfo.hxx" -#include "unoaprms.hxx" -#include "sdundogr.hxx" -#include "View.hxx" -#include "Window.hxx" -#include "sdabstdlg.hxx" -#include "sdresid.hxx" +#include <svx/xtable.hxx> + +#include <strings.hrc> +#include <drawdoc.hxx> +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <anminfo.hxx> +#include <unoaprms.hxx> +#include <sdundogr.hxx> +#include <View.hxx> +#include <Window.hxx> +#include <sdabstdlg.hxx> +#include <sdresid.hxx> #include <tools/helpers.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <memory> diff --git a/sd/source/ui/func/fuolbull.cxx b/sd/source/ui/func/fuolbull.cxx index 4461dfade3bb..f8be75ef3643 100644 --- a/sd/source/ui/func/fuolbull.cxx +++ b/sd/source/ui/func/fuolbull.cxx @@ -17,25 +17,25 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuolbull.hxx" +#include <fuolbull.hxx> #include <vcl/msgbox.hxx> #include <svl/intitem.hxx> #include <editeng/outliner.hxx> #include <editeng/eeitem.hxx> #include <sfx2/request.hxx> #include <editeng/numitem.hxx> -#include "sdresid.hxx" -#include "strings.hrc" -#include "strings.hxx" +#include <sdresid.hxx> +#include <strings.hrc> +#include <strings.hxx> #include <editeng/editdata.hxx> #include <svx/svxids.hrc> -#include "OutlineView.hxx" -#include "OutlineViewShell.hxx" -#include "DrawViewShell.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "sdabstdlg.hxx" +#include <OutlineView.hxx> +#include <OutlineViewShell.hxx> +#include <DrawViewShell.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <sdabstdlg.hxx> #include <svx/nbdtmg.hxx> #include <svx/nbdtmgfact.hxx> #include <svx/svdoutl.hxx> diff --git a/sd/source/ui/func/fuoltext.cxx b/sd/source/ui/func/fuoltext.cxx index 14cb95413f78..5510866ae957 100644 --- a/sd/source/ui/func/fuoltext.cxx +++ b/sd/source/ui/func/fuoltext.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuoltext.hxx" +#include <fuoltext.hxx> #include <sfx2/viewfrm.hxx> #include <editeng/outliner.hxx> @@ -28,12 +28,12 @@ #include <sfx2/dispatch.hxx> #include <svx/svxids.hrc> -#include "app.hrc" -#include "OutlineView.hxx" -#include "Window.hxx" -#include "DrawDocShell.hxx" -#include "ViewShell.hxx" -#include "OutlineViewShell.hxx" +#include <app.hrc> +#include <OutlineView.hxx> +#include <Window.hxx> +#include <DrawDocShell.hxx> +#include <ViewShell.hxx> +#include <OutlineViewShell.hxx> #include <memory> diff --git a/sd/source/ui/func/fupage.cxx b/sd/source/ui/func/fupage.cxx index 3b97ae868e91..f335ba74cd3e 100644 --- a/sd/source/ui/func/fupage.cxx +++ b/sd/source/ui/func/fupage.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fupage.hxx" +#include <fupage.hxx> #include <sfx2/viewfrm.hxx> @@ -50,23 +50,23 @@ #include <sfx2/app.hxx> #include <sfx2/opengrf.hxx> -#include "strings.hrc" -#include "sdpage.hxx" -#include "View.hxx" -#include "Window.hxx" -#include "pres.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "DrawViewShell.hxx" -#include "app.hrc" -#include "unchss.hxx" -#include "undoback.hxx" -#include "sdabstdlg.hxx" -#include "sdresid.hxx" -#include "sdundogr.hxx" -#include "helpids.h" +#include <strings.hrc> +#include <sdpage.hxx> +#include <View.hxx> +#include <Window.hxx> +#include <pres.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <DrawViewShell.hxx> +#include <app.hrc> +#include <unchss.hxx> +#include <undoback.hxx> +#include <sdabstdlg.hxx> +#include <sdresid.hxx> +#include <sdundogr.hxx> +#include <helpids.h> #include <memory> diff --git a/sd/source/ui/func/fuparagr.cxx b/sd/source/ui/func/fuparagr.cxx index eb5158088d50..9600f35f89c7 100644 --- a/sd/source/ui/func/fuparagr.cxx +++ b/sd/source/ui/func/fuparagr.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuparagr.hxx" +#include <fuparagr.hxx> #include <editeng/eeitem.hxx> #include <vcl/msgbox.hxx> #include <sfx2/bindings.hxx> @@ -28,13 +28,13 @@ #include <editeng/lrspitem.hxx> #include <svx/svdoutl.hxx> -#include "app.hrc" -#include "View.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "sdabstdlg.hxx" -#include "sdattr.hrc" +#include <app.hrc> +#include <View.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <sdabstdlg.hxx> +#include <sdattr.hrc> #include <memory> namespace sd { diff --git a/sd/source/ui/func/fupoor.cxx b/sd/source/ui/func/fupoor.cxx index eeb1fe58a60d..3a18ec79469d 100644 --- a/sd/source/ui/func/fupoor.cxx +++ b/sd/source/ui/func/fupoor.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fupoor.hxx" +#include <fupoor.hxx> #include <svx/svxids.hrc> #include <svl/aeitem.hxx> @@ -35,19 +35,19 @@ #include <com/sun/star/drawing/XLayerManager.hpp> #include <com/sun/star/container/XChild.hpp> -#include "FrameView.hxx" -#include "app.hrc" -#include "fusel.hxx" -#include "sdpage.hxx" -#include "drawview.hxx" -#include "DrawViewShell.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "zoomlist.hxx" -#include "Client.hxx" -#include "slideshow.hxx" -#include "LayerTabBar.hxx" +#include <FrameView.hxx> +#include <app.hrc> +#include <fusel.hxx> +#include <sdpage.hxx> +#include <drawview.hxx> +#include <DrawViewShell.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <zoomlist.hxx> +#include <Client.hxx> +#include <slideshow.hxx> +#include <LayerTabBar.hxx> #include <sfx2/viewfrm.hxx> diff --git a/sd/source/ui/func/fuprlout.cxx b/sd/source/ui/func/fuprlout.cxx index 3df9675105c9..d1e891df21a8 100644 --- a/sd/source/ui/func/fuprlout.cxx +++ b/sd/source/ui/func/fuprlout.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuprlout.hxx" +#include <fuprlout.hxx> #include <vcl/wrkwin.hxx> #include <sfx2/dispatch.hxx> #include <svl/itempool.hxx> @@ -28,28 +28,28 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/request.hxx> -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "pres.hxx" -#include "DrawViewShell.hxx" -#include "FrameView.hxx" -#include "stlpool.hxx" -#include "View.hxx" -#include "strings.hrc" -#include "glob.hxx" -#include "strmname.h" -#include "app.hrc" -#include "DrawDocShell.hxx" -#include "SlideSorterViewShell.hxx" -#include "unprlout.hxx" -#include "unchss.hxx" -#include "unmovss.hxx" -#include "sdattr.hxx" -#include "sdresid.hxx" -#include "drawview.hxx" +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <pres.hxx> +#include <DrawViewShell.hxx> +#include <FrameView.hxx> +#include <stlpool.hxx> +#include <View.hxx> +#include <strings.hrc> +#include <glob.hxx> +#include <strmname.h> +#include <app.hrc> +#include <DrawDocShell.hxx> +#include <SlideSorterViewShell.hxx> +#include <unprlout.hxx> +#include <unchss.hxx> +#include <unmovss.hxx> +#include <sdattr.hxx> +#include <sdresid.hxx> +#include <drawview.hxx> #include <editeng/outliner.hxx> #include <editeng/editdata.hxx> -#include "sdabstdlg.hxx" +#include <sdabstdlg.hxx> #include <memory> namespace sd diff --git a/sd/source/ui/func/fuprobjs.cxx b/sd/source/ui/func/fuprobjs.cxx index da18e42b9400..c0c268da2928 100644 --- a/sd/source/ui/func/fuprobjs.cxx +++ b/sd/source/ui/func/fuprobjs.cxx @@ -17,27 +17,27 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuprobjs.hxx" +#include <fuprobjs.hxx> #include <vcl/msgbox.hxx> #include <svl/style.hxx> #include <editeng/outliner.hxx> #include <svl/hint.hxx> -#include "app.hrc" +#include <app.hrc> -#include "strings.hrc" -#include "strings.hxx" +#include <strings.hrc> +#include <strings.hxx> -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "OutlineViewShell.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" -#include "glob.hxx" -#include "prlayout.hxx" -#include "unchss.hxx" -#include "sdabstdlg.hxx" +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <OutlineViewShell.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> +#include <glob.hxx> +#include <prlayout.hxx> +#include <unchss.hxx> +#include <sdabstdlg.hxx> #include <memory> namespace sd { diff --git a/sd/source/ui/func/fuscale.cxx b/sd/source/ui/func/fuscale.cxx index 97900dc99dd8..6ffa2b98073e 100644 --- a/sd/source/ui/func/fuscale.cxx +++ b/sd/source/ui/func/fuscale.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuscale.hxx" +#include <fuscale.hxx> #include <svx/dialogs.hrc> -#include "app.hrc" -#include "View.hxx" -#include "Window.hxx" -#include "OutlineViewShell.hxx" -#include "drawview.hxx" -#include "drawdoc.hxx" -#include "DrawViewShell.hxx" -#include "ViewShell.hxx" -#include "fuzoom.hxx" +#include <app.hrc> +#include <View.hxx> +#include <Window.hxx> +#include <OutlineViewShell.hxx> +#include <drawview.hxx> +#include <drawdoc.hxx> +#include <DrawViewShell.hxx> +#include <ViewShell.hxx> +#include <fuzoom.hxx> #include <vcl/msgbox.hxx> #include <svx/svdpagv.hxx> diff --git a/sd/source/ui/func/fusearch.cxx b/sd/source/ui/func/fusearch.cxx index b49ed70d5692..741d3ba439bc 100644 --- a/sd/source/ui/func/fusearch.cxx +++ b/sd/source/ui/func/fusearch.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fusearch.hxx" +#include <fusearch.hxx> #include <sfx2/viewfrm.hxx> @@ -25,16 +25,16 @@ #include <svl/srchitem.hxx> #include <svx/srchdlg.hxx> #include <sfx2/bindings.hxx> -#include "fupoor.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "app.hrc" -#include "sdmod.hxx" -#include "View.hxx" -#include "Outliner.hxx" -#include "DrawViewShell.hxx" -#include "OutlineViewShell.hxx" -#include "ViewShellBase.hxx" +#include <fupoor.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <app.hrc> +#include <sdmod.hxx> +#include <View.hxx> +#include <Outliner.hxx> +#include <DrawViewShell.hxx> +#include <OutlineViewShell.hxx> +#include <ViewShellBase.hxx> class SfxRequest; diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx index cbec9b552f2a..cf8c8d8d4571 100644 --- a/sd/source/ui/func/fusel.cxx +++ b/sd/source/ui/func/fusel.cxx @@ -19,13 +19,13 @@ #include <config_features.h> -#include "fusel.hxx" +#include <fusel.hxx> #include <basic/sbstar.hxx> #include <svx/svddrgmt.hxx> #include <svx/svdpagv.hxx> #include <svx/svdogrp.hxx> #include <svx/scene3d.hxx> -#include "drawview.hxx" +#include <drawview.hxx> #include <svtools/imapobj.hxx> #include <svl/urihelper.hxx> #include <unotools/localfilehelper.hxx> @@ -44,29 +44,29 @@ #include <svx/svdotable.hxx> -#include "app.hrc" -#include "strings.hrc" - -#include "GraphicDocShell.hxx" -#include "sdmod.hxx" -#include "DrawDocShell.hxx" -#include "stlpool.hxx" -#include "anminfo.hxx" -#include "fudraw.hxx" -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "FrameView.hxx" -#include "View.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "DrawViewShell.hxx" -#include "ToolBarManager.hxx" -#include "pgjump.hxx" +#include <app.hrc> +#include <strings.hrc> + +#include <GraphicDocShell.hxx> +#include <sdmod.hxx> +#include <DrawDocShell.hxx> +#include <stlpool.hxx> +#include <anminfo.hxx> +#include <fudraw.hxx> +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <FrameView.hxx> +#include <View.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <DrawViewShell.hxx> +#include <ToolBarManager.hxx> +#include <pgjump.hxx> #include <svx/globl3d.hxx> -#include "Client.hxx" +#include <Client.hxx> -#include "slideshow.hxx" +#include <slideshow.hxx> #include <svx/svdundo.hxx> #include <avmedia/mediawindow.hxx> diff --git a/sd/source/ui/func/fusldlg.cxx b/sd/source/ui/func/fusldlg.cxx index 867762358edd..2514fe37abf1 100644 --- a/sd/source/ui/func/fusldlg.cxx +++ b/sd/source/ui/func/fusldlg.cxx @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fusldlg.hxx" +#include <fusldlg.hxx> #include <svl/itemset.hxx> #include <vcl/msgbox.hxx> -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "sdresid.hxx" -#include "strings.hrc" -#include "sdattr.hxx" -#include "sdmod.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" -#include "optsitem.hxx" -#include "sdabstdlg.hxx" +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <sdresid.hxx> +#include <strings.hrc> +#include <sdattr.hxx> +#include <sdmod.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> +#include <optsitem.hxx> +#include <sdabstdlg.hxx> #include <memory> namespace sd { diff --git a/sd/source/ui/func/fusnapln.cxx b/sd/source/ui/func/fusnapln.cxx index c06452231199..2273151acdd9 100644 --- a/sd/source/ui/func/fusnapln.cxx +++ b/sd/source/ui/func/fusnapln.cxx @@ -17,23 +17,23 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fusnapln.hxx" +#include <fusnapln.hxx> #include <svl/aeitem.hxx> #include <vcl/msgbox.hxx> #include <sfx2/request.hxx> #include <svx/svxids.hrc> -#include "strings.hrc" - -#include "sdattr.hxx" -#include "View.hxx" -#include "ViewShell.hxx" -#include "DrawViewShell.hxx" -#include "Window.hxx" -#include "sdenumdef.hxx" -#include "sdresid.hxx" -#include "sdabstdlg.hxx" -#include "app.hrc" +#include <strings.hrc> + +#include <sdattr.hxx> +#include <View.hxx> +#include <ViewShell.hxx> +#include <DrawViewShell.hxx> +#include <Window.hxx> +#include <sdenumdef.hxx> +#include <sdresid.hxx> +#include <sdabstdlg.hxx> +#include <app.hrc> #include <svx/svdpagv.hxx> #include <memory> diff --git a/sd/source/ui/func/fusumry.cxx b/sd/source/ui/func/fusumry.cxx index c7a3b730f427..7020db5f9eeb 100644 --- a/sd/source/ui/func/fusumry.cxx +++ b/sd/source/ui/func/fusumry.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fusumry.hxx" +#include <fusumry.hxx> #include <editeng/eeitem.hxx> #include <svx/svdotext.hxx> #include <svx/svdundo.hxx> @@ -25,19 +25,19 @@ #include <editeng/outlobj.hxx> #include <xmloff/autolayout.hxx> -#include "strings.hrc" - -#include "pres.hxx" -#include "View.hxx" -#include "sdpage.hxx" -#include "Outliner.hxx" -#include "drawview.hxx" -#include "drawdoc.hxx" -#include "ViewShell.hxx" -#include "DrawDocShell.hxx" -#include "sdresid.hxx" -#include "optsitem.hxx" -#include "DrawViewShell.hxx" +#include <strings.hrc> + +#include <pres.hxx> +#include <View.hxx> +#include <sdpage.hxx> +#include <Outliner.hxx> +#include <drawview.hxx> +#include <drawdoc.hxx> +#include <ViewShell.hxx> +#include <DrawDocShell.hxx> +#include <sdresid.hxx> +#include <optsitem.hxx> +#include <DrawViewShell.hxx> using namespace com::sun::star; diff --git a/sd/source/ui/func/futempl.cxx b/sd/source/ui/func/futempl.cxx index a6c9d13137ed..ff7eaa096ea8 100644 --- a/sd/source/ui/func/futempl.cxx +++ b/sd/source/ui/func/futempl.cxx @@ -21,7 +21,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> -#include "futempl.hxx" +#include <futempl.hxx> #include <editeng/editdata.hxx> #include <editeng/bulletitem.hxx> @@ -45,26 +45,26 @@ #include <svx/xlndsit.hxx> #include <svx/xlnstit.hxx> #include <svx/xlnedit.hxx> -#include "app.hrc" -#include "stlsheet.hxx" -#include "sdpage.hxx" -#include "stlpool.hxx" -#include "sdmod.hxx" -#include "View.hxx" -#include "Window.hxx" -#include "drawview.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "DrawViewShell.hxx" -#include "ViewShell.hxx" - -#include "strings.hrc" -#include "prlayout.hxx" +#include <app.hrc> +#include <stlsheet.hxx> +#include <sdpage.hxx> +#include <stlpool.hxx> +#include <sdmod.hxx> +#include <View.hxx> +#include <Window.hxx> +#include <drawview.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <DrawViewShell.hxx> +#include <ViewShell.hxx> + +#include <strings.hrc> +#include <prlayout.hxx> #include <svx/xfillit.hxx> -#include "sdresid.hxx" -#include "OutlineViewShell.hxx" -#include "helpids.h" -#include "sdabstdlg.hxx" +#include <sdresid.hxx> +#include <OutlineViewShell.hxx> +#include <helpids.h> +#include <sdabstdlg.hxx> #include <memory> using namespace com::sun::star::uno; diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx index f1cfa51a3d58..03baf601f141 100644 --- a/sd/source/ui/func/futext.cxx +++ b/sd/source/ui/func/futext.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "futext.hxx" +#include <futext.hxx> #include <editeng/eeitem.hxx> #include <editeng/editerr.hxx> #include <svx/dlgutil.hxx> @@ -52,23 +52,23 @@ #include <svx/svdetc.hxx> #include <editeng/editview.hxx> -#include "sdresid.hxx" -#include "app.hrc" - -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "View.hxx" -#include "Outliner.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "sdmod.hxx" -#include "FrameView.hxx" -#include "ToolBarManager.hxx" -#include "DrawDocShell.hxx" -#include "strings.hrc" -#include "pres.hxx" -#include "optsitem.hxx" +#include <sdresid.hxx> +#include <app.hrc> + +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <View.hxx> +#include <Outliner.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <sdmod.hxx> +#include <FrameView.hxx> +#include <ToolBarManager.hxx> +#include <DrawDocShell.hxx> +#include <strings.hrc> +#include <pres.hxx> +#include <optsitem.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/func/futhes.cxx b/sd/source/ui/func/futhes.cxx index bbab4b53ffb1..bc68092aef81 100644 --- a/sd/source/ui/func/futhes.cxx +++ b/sd/source/ui/func/futhes.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "futhes.hxx" +#include <futhes.hxx> #include <editeng/outliner.hxx> #include <vcl/layout.hxx> @@ -30,16 +30,16 @@ #include <svx/dialmgr.hxx> #include <editeng/unolingu.hxx> #include <comphelper/processfactory.hxx> -#include "app.hrc" -#include "strings.hrc" -#include "drawdoc.hxx" -#include "sdmod.hxx" -#include "View.hxx" -#include "Outliner.hxx" -#include "DrawViewShell.hxx" -#include "OutlineViewShell.hxx" -#include "Window.hxx" -#include "sdresid.hxx" +#include <app.hrc> +#include <strings.hrc> +#include <drawdoc.hxx> +#include <sdmod.hxx> +#include <View.hxx> +#include <Outliner.hxx> +#include <DrawViewShell.hxx> +#include <OutlineViewShell.hxx> +#include <Window.hxx> +#include <sdresid.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/func/futransf.cxx b/sd/source/ui/func/futransf.cxx index ccee671a24f7..4a811aa62a75 100644 --- a/sd/source/ui/func/futransf.cxx +++ b/sd/source/ui/func/futransf.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "futransf.hxx" +#include <futransf.hxx> #include <svx/dialogs.hrc> #include <vcl/msgbox.hxx> #include <sfx2/request.hxx> -#include "strings.hrc" -#include "ViewShell.hxx" -#include "View.hxx" -#include "sdresid.hxx" -#include "drawdoc.hxx" +#include <strings.hrc> +#include <ViewShell.hxx> +#include <View.hxx> +#include <sdresid.hxx> +#include <drawdoc.hxx> #include <svx/svxdlg.hxx> #include <memory> diff --git a/sd/source/ui/func/futxtatt.cxx b/sd/source/ui/func/futxtatt.cxx index 81f9317ecd15..0810a95541b3 100644 --- a/sd/source/ui/func/futxtatt.cxx +++ b/sd/source/ui/func/futxtatt.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "futxtatt.hxx" +#include <futxtatt.hxx> #include <vcl/msgbox.hxx> #include <sfx2/request.hxx> #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> -#include "View.hxx" -#include "ViewShell.hxx" -#include "drawdoc.hxx" +#include <View.hxx> +#include <ViewShell.hxx> +#include <drawdoc.hxx> #include <memory> namespace sd { diff --git a/sd/source/ui/func/fuvect.cxx b/sd/source/ui/func/fuvect.cxx index 0d7be7b819eb..7217edc78fe6 100644 --- a/sd/source/ui/func/fuvect.cxx +++ b/sd/source/ui/func/fuvect.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuvect.hxx" +#include <fuvect.hxx> #include <tools/poly.hxx> #include <svx/svdograf.hxx> #include <vcl/msgbox.hxx> #include <svx/svdedtv.hxx> -#include "View.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" -#include "strings.hrc" -#include "sdresid.hxx" -#include "sdabstdlg.hxx" +#include <View.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> +#include <strings.hrc> +#include <sdresid.hxx> +#include <sdabstdlg.hxx> #include <memory> namespace sd diff --git a/sd/source/ui/func/fuzoom.cxx b/sd/source/ui/func/fuzoom.cxx index ae11778b3634..d802d69be6d8 100644 --- a/sd/source/ui/func/fuzoom.cxx +++ b/sd/source/ui/func/fuzoom.cxx @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuzoom.hxx" +#include <fuzoom.hxx> #include <svx/svxids.hrc> #include <sfx2/bindings.hxx> #include <sfx2/viewfrm.hxx> -#include "app.hrc" +#include <app.hrc> #include <svx/svdpagv.hxx> -#include "FrameView.hxx" -#include "ViewShell.hxx" -#include "View.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "zoomlist.hxx" +#include <FrameView.hxx> +#include <ViewShell.hxx> +#include <View.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <zoomlist.hxx> namespace sd { diff --git a/sd/source/ui/func/sdundogr.cxx b/sd/source/ui/func/sdundogr.cxx index feb9c7b19d3a..64a6aae8c4b5 100644 --- a/sd/source/ui/func/sdundogr.cxx +++ b/sd/source/ui/func/sdundogr.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sdundogr.hxx" +#include <sdundogr.hxx> SdUndoGroup::~SdUndoGroup() = default; diff --git a/sd/source/ui/func/smarttag.cxx b/sd/source/ui/func/smarttag.cxx index 02e8ef121c3f..53a2e545af16 100644 --- a/sd/source/ui/func/smarttag.cxx +++ b/sd/source/ui/func/smarttag.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ViewShell.hxx" -#include "smarttag.hxx" -#include "Window.hxx" -#include "View.hxx" +#include <ViewShell.hxx> +#include <smarttag.hxx> +#include <Window.hxx> +#include <View.hxx> namespace sd { diff --git a/sd/source/ui/func/undoback.cxx b/sd/source/ui/func/undoback.cxx index 2b47c5d7e0dc..db4e8ccb4a9a 100644 --- a/sd/source/ui/func/undoback.cxx +++ b/sd/source/ui/func/undoback.cxx @@ -18,11 +18,11 @@ */ #include <memory> -#include "undoback.hxx" +#include <undoback.hxx> -#include "sdpage.hxx" -#include "sdresid.hxx" -#include "strings.hrc" +#include <sdpage.hxx> +#include <sdresid.hxx> +#include <strings.hrc> #include <com/sun/star/drawing/FillStyle.hpp> diff --git a/sd/source/ui/func/undoheaderfooter.cxx b/sd/source/ui/func/undoheaderfooter.cxx index ea29e91c3d62..18a6c5eef0ec 100644 --- a/sd/source/ui/func/undoheaderfooter.cxx +++ b/sd/source/ui/func/undoheaderfooter.cxx @@ -20,10 +20,10 @@ #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> -#include "app.hrc" -#include "DrawViewShell.hxx" -#include "drawview.hxx" -#include "undoheaderfooter.hxx" +#include <app.hrc> +#include <DrawViewShell.hxx> +#include <drawview.hxx> +#include <undoheaderfooter.hxx> SdHeaderFooterUndoAction::SdHeaderFooterUndoAction( SdDrawDocument* pDoc, SdPage* pPage, const sd::HeaderFooterSettings& rNewSettings ) diff --git a/sd/source/ui/func/undolayer.cxx b/sd/source/ui/func/undolayer.cxx index 22e1adf1f4bb..b29142ee8de7 100644 --- a/sd/source/ui/func/undolayer.cxx +++ b/sd/source/ui/func/undolayer.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "undolayer.hxx" +#include <undolayer.hxx> -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "DrawViewShell.hxx" -#include "strings.hrc" -#include "sdresid.hxx" +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <DrawViewShell.hxx> +#include <strings.hrc> +#include <sdresid.hxx> SdLayerModifyUndoAction::SdLayerModifyUndoAction( diff --git a/sd/source/ui/func/undopage.cxx b/sd/source/ui/func/undopage.cxx index f55f65777b2f..6a073dbd6e21 100644 --- a/sd/source/ui/func/undopage.cxx +++ b/sd/source/ui/func/undopage.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "undopage.hxx" +#include <undopage.hxx> #include <svx/svxids.hrc> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> -#include "sdpage.hxx" -#include "DrawViewShell.hxx" -#include "drawview.hxx" +#include <sdpage.hxx> +#include <DrawViewShell.hxx> +#include <drawview.hxx> #include <svx/svdpagv.hxx> diff --git a/sd/source/ui/func/unmovss.cxx b/sd/source/ui/func/unmovss.cxx index 744b38bd820b..f035a873e2b9 100644 --- a/sd/source/ui/func/unmovss.cxx +++ b/sd/source/ui/func/unmovss.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "unmovss.hxx" -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "stlsheet.hxx" -#include "stlpool.hxx" +#include <unmovss.hxx> +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <stlsheet.hxx> +#include <stlpool.hxx> SdMoveStyleSheetsUndoAction::SdMoveStyleSheetsUndoAction( SdDrawDocument* pTheDoc, SdStyleSheetVector& rTheStyles, bool bInserted) : SdUndoAction(pTheDoc) diff --git a/sd/source/ui/func/unoaprms.cxx b/sd/source/ui/func/unoaprms.cxx index e3f2c8807389..021dc5ba7a02 100644 --- a/sd/source/ui/func/unoaprms.cxx +++ b/sd/source/ui/func/unoaprms.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "drawdoc.hxx" -#include "unoaprms.hxx" -#include "anminfo.hxx" +#include <drawdoc.hxx> +#include <unoaprms.hxx> +#include <anminfo.hxx> void SdAnimationPrmsUndoAction::Undo() diff --git a/sd/source/ui/func/unprlout.cxx b/sd/source/ui/func/unprlout.cxx index 8aaed9932d89..cd867a32f176 100644 --- a/sd/source/ui/func/unprlout.cxx +++ b/sd/source/ui/func/unprlout.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "unprlout.hxx" +#include <unprlout.hxx> -#include "strings.hrc" -#include "sdpage.hxx" -#include "drawdoc.hxx" -#include "sdresid.hxx" +#include <strings.hrc> +#include <sdpage.hxx> +#include <drawdoc.hxx> +#include <sdresid.hxx> SdPresentationLayoutUndoAction::SdPresentationLayoutUndoAction( diff --git a/sd/source/ui/inc/AccessibleDocumentViewBase.hxx b/sd/source/ui/inc/AccessibleDocumentViewBase.hxx index 05f90265a294..d8453c1f9d81 100644 --- a/sd/source/ui/inc/AccessibleDocumentViewBase.hxx +++ b/sd/source/ui/inc/AccessibleDocumentViewBase.hxx @@ -36,8 +36,8 @@ #include <com/sun/star/accessibility/XAccessibleExtendedAttributes.hpp> #include "DrawViewShell.hxx" -#include "sdpage.hxx" -#include "drawdoc.hxx" +#include <sdpage.hxx> +#include <drawdoc.hxx> #include "FrameView.hxx" #include "PresentationViewShell.hxx" #include <editeng/outlobj.hxx> diff --git a/sd/source/ui/inc/BezierObjectBar.hxx b/sd/source/ui/inc/BezierObjectBar.hxx index 99340129b573..4e025dd0f490 100644 --- a/sd/source/ui/inc/BezierObjectBar.hxx +++ b/sd/source/ui/inc/BezierObjectBar.hxx @@ -22,7 +22,7 @@ #include <sfx2/module.hxx> #include <sfx2/shell.hxx> -#include "glob.hxx" +#include <glob.hxx> namespace sd { diff --git a/sd/source/ui/inc/DrawDocShell.hxx b/sd/source/ui/inc/DrawDocShell.hxx index 3c38e0847af2..4f942f2cd62a 100644 --- a/sd/source/ui/inc/DrawDocShell.hxx +++ b/sd/source/ui/inc/DrawDocShell.hxx @@ -25,10 +25,10 @@ #include <sfx2/objsh.hxx> #include <vcl/jobset.hxx> -#include "glob.hxx" -#include "sdmod.hxx" -#include "pres.hxx" -#include "sddllapi.h" +#include <glob.hxx> +#include <sdmod.hxx> +#include <pres.hxx> +#include <sddllapi.h> #include "fupoor.hxx" class SfxStyleSheetBasePool; diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx index 9c9d67a890aa..17587ac5be1e 100644 --- a/sd/source/ui/inc/DrawViewShell.hxx +++ b/sd/source/ui/inc/DrawViewShell.hxx @@ -26,7 +26,7 @@ #include <sfx2/viewfac.hxx> #include <sfx2/viewsh.hxx> #include "TabControl.hxx" -#include "pres.hxx" +#include <pres.hxx> #include <svx/sidebar/SelectionChangeHandler.hxx> #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/scanner/XScannerManager2.hpp> diff --git a/sd/source/ui/inc/FormShellManager.hxx b/sd/source/ui/inc/FormShellManager.hxx index 83c9871aedf4..d3ae091fa7cb 100644 --- a/sd/source/ui/inc/FormShellManager.hxx +++ b/sd/source/ui/inc/FormShellManager.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_FORMSHELLMANAGER_HXX #define INCLUDED_SD_SOURCE_UI_INC_FORMSHELLMANAGER_HXX -#include <ViewShellManager.hxx> +#include "ViewShellManager.hxx" #include <tools/link.hxx> #include <svl/lstner.hxx> diff --git a/sd/source/ui/inc/FrameView.hxx b/sd/source/ui/inc/FrameView.hxx index 77e439d92a37..3ff8240337d4 100644 --- a/sd/source/ui/inc/FrameView.hxx +++ b/sd/source/ui/inc/FrameView.hxx @@ -22,7 +22,7 @@ #include "ViewShell.hxx" #include <svx/svdview.hxx> -#include "pres.hxx" +#include <pres.hxx> class SdDrawDocument; class SdOptions; diff --git a/sd/source/ui/inc/GraphicDocShell.hxx b/sd/source/ui/inc/GraphicDocShell.hxx index c1920b58ac61..a51d95ef5eee 100644 --- a/sd/source/ui/inc/GraphicDocShell.hxx +++ b/sd/source/ui/inc/GraphicDocShell.hxx @@ -23,9 +23,9 @@ #include <sfx2/docfac.hxx> #include <sfx2/objsh.hxx> #include "DrawDocShell.hxx" -#include "glob.hxx" -#include "sdmod.hxx" -#include "pres.hxx" +#include <glob.hxx> +#include <sdmod.hxx> +#include <pres.hxx> namespace sd { diff --git a/sd/source/ui/inc/GraphicObjectBar.hxx b/sd/source/ui/inc/GraphicObjectBar.hxx index 95a9aeba9738..37b1852b6c34 100644 --- a/sd/source/ui/inc/GraphicObjectBar.hxx +++ b/sd/source/ui/inc/GraphicObjectBar.hxx @@ -22,7 +22,7 @@ #include <sfx2/module.hxx> #include <sfx2/shell.hxx> -#include "glob.hxx" +#include <glob.hxx> namespace sd { diff --git a/sd/source/ui/inc/MediaObjectBar.hxx b/sd/source/ui/inc/MediaObjectBar.hxx index 9b1b5880b3f8..c46e0b2fbd4f 100644 --- a/sd/source/ui/inc/MediaObjectBar.hxx +++ b/sd/source/ui/inc/MediaObjectBar.hxx @@ -22,7 +22,7 @@ #include <sfx2/module.hxx> #include <sfx2/shell.hxx> -#include "glob.hxx" +#include <glob.hxx> namespace sd { diff --git a/sd/source/ui/inc/OutlinerIteratorImpl.hxx b/sd/source/ui/inc/OutlinerIteratorImpl.hxx index e76d2ca748a3..e09950899f1b 100644 --- a/sd/source/ui/inc/OutlinerIteratorImpl.hxx +++ b/sd/source/ui/inc/OutlinerIteratorImpl.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SD_SOURCE_UI_INC_OUTLINERITERATORIMPL_HXX #include <svx/svdobj.hxx> -#include "OutlinerIterator.hxx" +#include <OutlinerIterator.hxx> #include <memory> class SdDrawDocument; diff --git a/sd/source/ui/inc/PaneShells.hxx b/sd/source/ui/inc/PaneShells.hxx index 18f78068a4b3..9bf190e52954 100644 --- a/sd/source/ui/inc/PaneShells.hxx +++ b/sd/source/ui/inc/PaneShells.hxx @@ -22,7 +22,7 @@ #include <sfx2/module.hxx> #include <sfx2/shell.hxx> -#include "glob.hxx" +#include <glob.hxx> namespace sd { diff --git a/sd/source/ui/inc/RemoteServer.hxx b/sd/source/ui/inc/RemoteServer.hxx index a6ddf8003586..79cdd024ccdd 100644 --- a/sd/source/ui/inc/RemoteServer.hxx +++ b/sd/source/ui/inc/RemoteServer.hxx @@ -26,7 +26,7 @@ #include <com/sun/star/presentation/XSlideShowController.hpp> -#include "sddllapi.h" +#include <sddllapi.h> /** * The port for use for the main communication between LibO and remote control app. diff --git a/sd/source/ui/inc/SlideSorter.hxx b/sd/source/ui/inc/SlideSorter.hxx index b4c5612dc35f..83f949fa91d3 100644 --- a/sd/source/ui/inc/SlideSorter.hxx +++ b/sd/source/ui/inc/SlideSorter.hxx @@ -26,7 +26,7 @@ #include <cppuhelper/weakref.hxx> #include <sfx2/viewfrm.hxx> #include <vcl/scrbar.hxx> -#include "sddllapi.h" +#include <sddllapi.h> #include <memory> class ScrollBar; diff --git a/sd/source/ui/inc/SlideSorterViewShell.hxx b/sd/source/ui/inc/SlideSorterViewShell.hxx index ee97864c2145..621ba4c7820a 100644 --- a/sd/source/ui/inc/SlideSorterViewShell.hxx +++ b/sd/source/ui/inc/SlideSorterViewShell.hxx @@ -21,10 +21,10 @@ #define INCLUDED_SD_SOURCE_UI_INC_SLIDESORTERVIEWSHELL_HXX #include "ViewShell.hxx" -#include "glob.hxx" +#include <glob.hxx> #include <sfx2/shell.hxx> #include <sfx2/viewfac.hxx> -#include "sddllapi.h" +#include <sddllapi.h> #include <memory> #include <vector> diff --git a/sd/source/ui/inc/SlideTransitionPane.hxx b/sd/source/ui/inc/SlideTransitionPane.hxx index 5834969a44df..106e50da4980 100644 --- a/sd/source/ui/inc/SlideTransitionPane.hxx +++ b/sd/source/ui/inc/SlideTransitionPane.hxx @@ -22,7 +22,7 @@ #include "EventMultiplexer.hxx" #include "SlideSorterViewShell.hxx" -#include "TransitionPreset.hxx" +#include <TransitionPreset.hxx> #include <vcl/ctrl.hxx> #include <vcl/lstbox.hxx> diff --git a/sd/source/ui/inc/TemplateScanner.hxx b/sd/source/ui/inc/TemplateScanner.hxx index 29085c4d3788..81f2336d997e 100644 --- a/sd/source/ui/inc/TemplateScanner.hxx +++ b/sd/source/ui/inc/TemplateScanner.hxx @@ -21,9 +21,9 @@ #define INCLUDED_SD_SOURCE_UI_INC_TEMPLATESCANNER_HXX #include "tools/AsynchronousTask.hxx" -#include "sddllapi.h" +#include <sddllapi.h> #include <ucbhelper/content.hxx> -#include "com/sun/star/uno/Reference.hxx" +#include <com/sun/star/uno/Reference.hxx> #include <o3tl/make_unique.hxx> #include <memory> diff --git a/sd/source/ui/inc/TextObjectBar.hxx b/sd/source/ui/inc/TextObjectBar.hxx index 9277a09865da..9a30dceac405 100644 --- a/sd/source/ui/inc/TextObjectBar.hxx +++ b/sd/source/ui/inc/TextObjectBar.hxx @@ -22,7 +22,7 @@ #include <sfx2/module.hxx> #include <sfx2/shell.hxx> -#include "glob.hxx" +#include <glob.hxx> class CommandEvent; diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx index 51951f54d8e1..1b77b049749b 100644 --- a/sd/source/ui/inc/View.hxx +++ b/sd/source/ui/inc/View.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SD_SOURCE_UI_INC_VIEW_HXX #include <memory> -#include "pres.hxx" +#include <pres.hxx> #include <tools/gen.hxx> #include <svtools/transfer.hxx> #include <svx/fmview.hxx> diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx index 490f07f8e906..d94376e1764e 100644 --- a/sd/source/ui/inc/ViewShell.hxx +++ b/sd/source/ui/inc/ViewShell.hxx @@ -26,10 +26,10 @@ #include <sfx2/viewsh.hxx> #include <vcl/prntypes.hxx> #include <svtools/transfer.hxx> -#include "glob.hxx" -#include "pres.hxx" +#include <glob.hxx> +#include <pres.hxx> #include "View.hxx" -#include "sddllapi.h" +#include <sddllapi.h> #include <com/sun/star/drawing/XDrawSubController.hpp> #include <memory> diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx index 468b2bb007af..9d79c646ea63 100644 --- a/sd/source/ui/inc/ViewShellBase.hxx +++ b/sd/source/ui/inc/ViewShellBase.hxx @@ -22,7 +22,7 @@ #include "ViewShell.hxx" -#include "glob.hxx" +#include <glob.hxx> #include <sfx2/viewsh.hxx> #include <sfx2/viewfac.hxx> #include <memory> diff --git a/sd/source/ui/inc/WindowUpdater.hxx b/sd/source/ui/inc/WindowUpdater.hxx index 33c947d8eb07..a6c148f5aefc 100644 --- a/sd/source/ui/inc/WindowUpdater.hxx +++ b/sd/source/ui/inc/WindowUpdater.hxx @@ -23,7 +23,7 @@ #include <svl/lstner.hxx> #include <svl/ctloptions.hxx> #include <vcl/vclptr.hxx> -#include "sddllapi.h" +#include <sddllapi.h> #include <vector> diff --git a/sd/source/ui/inc/animobjs.hxx b/sd/source/ui/inc/animobjs.hxx index 4d0a6695a317..a232b87fd295 100644 --- a/sd/source/ui/inc/animobjs.hxx +++ b/sd/source/ui/inc/animobjs.hxx @@ -33,8 +33,8 @@ #include <vcl/lstbox.hxx> -#include "sdresid.hxx" -#include "misc/scopelock.hxx" +#include <sdresid.hxx> +#include <misc/scopelock.hxx> class SdDrawDocument; class BitmapEx; diff --git a/sd/source/ui/inc/assclass.hxx b/sd/source/ui/inc/assclass.hxx index c19e5f97d75a..905d20764834 100644 --- a/sd/source/ui/inc/assclass.hxx +++ b/sd/source/ui/inc/assclass.hxx @@ -23,7 +23,7 @@ #include <vector> #include <memory> -#include "sddllapi.h" +#include <sddllapi.h> #define MAX_PAGES 10 diff --git a/sd/source/ui/inc/dlgsnap.hxx b/sd/source/ui/inc/dlgsnap.hxx index c7f1188909c7..7444b561b649 100644 --- a/sd/source/ui/inc/dlgsnap.hxx +++ b/sd/source/ui/inc/dlgsnap.hxx @@ -27,7 +27,7 @@ #include <vcl/layout.hxx> #include <tools/fract.hxx> #include <vcl/dialog.hxx> -#include "sdenumdef.hxx" +#include <sdenumdef.hxx> /************************************************************************/ class SfxItemSet; diff --git a/sd/source/ui/inc/docprev.hxx b/sd/source/ui/inc/docprev.hxx index 988c3bcd9f28..cdfdd5297337 100644 --- a/sd/source/ui/inc/docprev.hxx +++ b/sd/source/ui/inc/docprev.hxx @@ -28,8 +28,8 @@ #include <svl/lstner.hxx> #include <svtools/colorcfg.hxx> -#include "fadedef.h" -#include "sddllapi.h" +#include <fadedef.h> +#include <sddllapi.h> namespace sd { class SlideShow; diff --git a/sd/source/ui/inc/filedlg.hxx b/sd/source/ui/inc/filedlg.hxx index cd68b6cd7fd6..619195e01089 100644 --- a/sd/source/ui/inc/filedlg.hxx +++ b/sd/source/ui/inc/filedlg.hxx @@ -24,7 +24,7 @@ #include <memory> -#include "sddllapi.h" +#include <sddllapi.h> class SdFileDialog_Imp; diff --git a/sd/source/ui/inc/framework/Configuration.hxx b/sd/source/ui/inc/framework/Configuration.hxx index d97266cd89ab..0895431e9687 100644 --- a/sd/source/ui/inc/framework/Configuration.hxx +++ b/sd/source/ui/inc/framework/Configuration.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_FRAMEWORK_CONFIGURATION_HXX #define INCLUDED_SD_SOURCE_UI_INC_FRAMEWORK_CONFIGURATION_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/drawing/framework/XConfiguration.hpp> #include <com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/sd/source/ui/inc/framework/ConfigurationController.hxx b/sd/source/ui/inc/framework/ConfigurationController.hxx index 3b48a37602a7..7fee8dc12b0a 100644 --- a/sd/source/ui/inc/framework/ConfigurationController.hxx +++ b/sd/source/ui/inc/framework/ConfigurationController.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_FRAMEWORK_CONFIGURATIONCONTROLLER_HXX #define INCLUDED_SD_SOURCE_UI_INC_FRAMEWORK_CONFIGURATIONCONTROLLER_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> #include <com/sun/star/drawing/framework/XConfigurationChangeRequest.hpp> diff --git a/sd/source/ui/inc/framework/FrameworkHelper.hxx b/sd/source/ui/inc/framework/FrameworkHelper.hxx index 8c2dbef08631..d56514065f96 100644 --- a/sd/source/ui/inc/framework/FrameworkHelper.hxx +++ b/sd/source/ui/inc/framework/FrameworkHelper.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_FRAMEWORK_FRAMEWORKHELPER_HXX #define INCLUDED_SD_SOURCE_UI_INC_FRAMEWORK_FRAMEWORKHELPER_HXX -#include "ViewShell.hxx" +#include <ViewShell.hxx> -#include "tools/SdGlobalResourceContainer.hxx" +#include <tools/SdGlobalResourceContainer.hxx> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> #include <com/sun/star/drawing/framework/XView.hpp> diff --git a/sd/source/ui/inc/framework/ModuleController.hxx b/sd/source/ui/inc/framework/ModuleController.hxx index f041daba9fda..934b582e1a08 100644 --- a/sd/source/ui/inc/framework/ModuleController.hxx +++ b/sd/source/ui/inc/framework/ModuleController.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_FRAMEWORK_MODULECONTROLLER_HXX #define INCLUDED_SD_SOURCE_UI_INC_FRAMEWORK_MODULECONTROLLER_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/drawing/framework/XModuleController.hpp> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/sd/source/ui/inc/framework/Pane.hxx b/sd/source/ui/inc/framework/Pane.hxx index 3c15fbdfcd64..5c4785b3b1eb 100644 --- a/sd/source/ui/inc/framework/Pane.hxx +++ b/sd/source/ui/inc/framework/Pane.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_FRAMEWORK_PANE_HXX #define INCLUDED_SD_SOURCE_UI_INC_FRAMEWORK_PANE_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/drawing/framework/XPane.hpp> #include <com/sun/star/drawing/framework/XPane2.hpp> diff --git a/sd/source/ui/inc/framework/PresentationFactory.hxx b/sd/source/ui/inc/framework/PresentationFactory.hxx index 87afcb5f0a32..3b042b8e09ab 100644 --- a/sd/source/ui/inc/framework/PresentationFactory.hxx +++ b/sd/source/ui/inc/framework/PresentationFactory.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_FRAMEWORK_PRESENTATIONFACTORY_HXX #define INCLUDED_SD_SOURCE_UI_INC_FRAMEWORK_PRESENTATIONFACTORY_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/drawing/framework/XResourceFactory.hpp> #include <com/sun/star/drawing/framework/XConfigurationChangeListener.hpp> diff --git a/sd/source/ui/inc/framework/ViewShellWrapper.hxx b/sd/source/ui/inc/framework/ViewShellWrapper.hxx index 7cd7ad56dc3e..9b2c612e099c 100644 --- a/sd/source/ui/inc/framework/ViewShellWrapper.hxx +++ b/sd/source/ui/inc/framework/ViewShellWrapper.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_FRAMEWORK_VIEWSHELLWRAPPER_HXX #define INCLUDED_SD_SOURCE_UI_INC_FRAMEWORK_VIEWSHELLWRAPPER_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/drawing/framework/XView.hpp> #include <com/sun/star/drawing/framework/XRelocatableResource.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> diff --git a/sd/source/ui/inc/fupoor.hxx b/sd/source/ui/inc/fupoor.hxx index fcb32009cab0..98621639e272 100644 --- a/sd/source/ui/inc/fupoor.hxx +++ b/sd/source/ui/inc/fupoor.hxx @@ -26,7 +26,7 @@ #include <vcl/event.hxx> #include <rtl/ref.hxx> -#include "helper/simplereferencecomponent.hxx" +#include <helper/simplereferencecomponent.hxx> class SdDrawDocument; class SfxRequest; diff --git a/sd/source/ui/inc/headerfooterdlg.hxx b/sd/source/ui/inc/headerfooterdlg.hxx index f26fc24a4571..faf401c1754b 100644 --- a/sd/source/ui/inc/headerfooterdlg.hxx +++ b/sd/source/ui/inc/headerfooterdlg.hxx @@ -24,7 +24,7 @@ #include <vcl/tabctrl.hxx> #include <vcl/tabpage.hxx> -#include "sdpage.hxx" +#include <sdpage.hxx> class SdUndoGroup; diff --git a/sd/source/ui/inc/ins_paste.hxx b/sd/source/ui/inc/ins_paste.hxx index 823d09941ac6..a16398b755f7 100644 --- a/sd/source/ui/inc/ins_paste.hxx +++ b/sd/source/ui/inc/ins_paste.hxx @@ -25,7 +25,7 @@ #include <vcl/button.hxx> #include <vcl/fixed.hxx> #include <vcl/dialog.hxx> -#include "sdresid.hxx" +#include <sdresid.hxx> // SdInsertPasteDlg class SD_DLLPUBLIC SdInsertPasteDlg : public ModalDialog diff --git a/sd/source/ui/inc/layeroptionsdlg.hxx b/sd/source/ui/inc/layeroptionsdlg.hxx index 312dd424a286..db99a40ab9c1 100644 --- a/sd/source/ui/inc/layeroptionsdlg.hxx +++ b/sd/source/ui/inc/layeroptionsdlg.hxx @@ -27,8 +27,8 @@ #include <vcl/dialog.hxx> #include <vcl/button.hxx> #include <vcl/vclmedit.hxx> -#include "sdresid.hxx" -#include "strings.hrc" +#include <sdresid.hxx> +#include <strings.hrc> class SfxItemSet; diff --git a/sd/source/ui/inc/masterlayoutdlg.hxx b/sd/source/ui/inc/masterlayoutdlg.hxx index c45e975e09d4..6bc1241cfca8 100644 --- a/sd/source/ui/inc/masterlayoutdlg.hxx +++ b/sd/source/ui/inc/masterlayoutdlg.hxx @@ -24,7 +24,7 @@ #include <vcl/button.hxx> #include <vcl/fixed.hxx> -#include "sdpage.hxx" +#include <sdpage.hxx> class SdDrawDocument; diff --git a/sd/source/ui/inc/navigatr.hxx b/sd/source/ui/inc/navigatr.hxx index 34c98f246b08..cd487a249058 100644 --- a/sd/source/ui/inc/navigatr.hxx +++ b/sd/source/ui/inc/navigatr.hxx @@ -26,7 +26,7 @@ #include <sfx2/ctrlitem.hxx> #include <svx/sidebar/PanelLayout.hxx> #include "sdtreelb.hxx" -#include "pres.hxx" +#include <pres.hxx> // forward namespace sd { diff --git a/sd/source/ui/inc/optsitem.hxx b/sd/source/ui/inc/optsitem.hxx index d92a6c72c392..398369b0c1c9 100644 --- a/sd/source/ui/inc/optsitem.hxx +++ b/sd/source/ui/inc/optsitem.hxx @@ -26,7 +26,7 @@ #include <sfx2/sfxsids.hrc> #include <svx/optgrid.hxx> #include <svx/dlgutil.hxx> -#include "sddllapi.h" +#include <sddllapi.h> #include <memory> class SdOptions; diff --git a/sd/source/ui/inc/prltempl.hxx b/sd/source/ui/inc/prltempl.hxx index 147f52b16534..db31df5e340f 100644 --- a/sd/source/ui/inc/prltempl.hxx +++ b/sd/source/ui/inc/prltempl.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_PRLTEMPL_HXX #define INCLUDED_SD_SOURCE_UI_INC_PRLTEMPL_HXX -#include "sdresid.hxx" +#include <sdresid.hxx> #include <sfx2/tabdlg.hxx> #include <svx/tabarea.hxx> -#include "prlayout.hxx" +#include <prlayout.hxx> class SfxObjectShell; class SfxStyleSheetBase; diff --git a/sd/source/ui/inc/pubdlg.hxx b/sd/source/ui/inc/pubdlg.hxx index a3dd272c59e1..dc4ecc68f70b 100644 --- a/sd/source/ui/inc/pubdlg.hxx +++ b/sd/source/ui/inc/pubdlg.hxx @@ -27,8 +27,8 @@ #include <vcl/field.hxx> #include <vcl/dialog.hxx> #include <vcl/layout.hxx> -#include "resltn.hxx" -#include "pres.hxx" +#include <resltn.hxx> +#include <pres.hxx> #include "assclass.hxx" #include <memory> diff --git a/sd/source/ui/inc/sdtreelb.hxx b/sd/source/ui/inc/sdtreelb.hxx index 245b94a37b3e..0cbe35df96e7 100644 --- a/sd/source/ui/inc/sdtreelb.hxx +++ b/sd/source/ui/inc/sdtreelb.hxx @@ -22,9 +22,9 @@ #include <svtools/transfer.hxx> -#include "sdresid.hxx" -#include "pres.hxx" -#include "sddllapi.h" +#include <sdresid.hxx> +#include <pres.hxx> +#include <sddllapi.h> #include <svtools/treelistbox.hxx> #include <svl/urlbmk.hxx> #include <tools/ref.hxx> diff --git a/sd/source/ui/inc/sdundogr.hxx b/sd/source/ui/inc/sdundogr.hxx index 160b947526cf..8df761007548 100644 --- a/sd/source/ui/inc/sdundogr.hxx +++ b/sd/source/ui/inc/sdundogr.hxx @@ -21,8 +21,8 @@ #define INCLUDED_SD_SOURCE_UI_INC_SDUNDOGR_HXX #include <tools/contnr.hxx> -#include "sdundo.hxx" -#include "sddllapi.h" +#include <sdundo.hxx> +#include <sddllapi.h> #include <memory> #include <vector> diff --git a/sd/source/ui/inc/smarttag.hxx b/sd/source/ui/inc/smarttag.hxx index 2dd2db97f4a5..fee032514086 100644 --- a/sd/source/ui/inc/smarttag.hxx +++ b/sd/source/ui/inc/smarttag.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_SMARTTAG_HXX #define INCLUDED_SD_SOURCE_UI_INC_SMARTTAG_HXX -#include "helper/simplereferencecomponent.hxx" +#include <helper/simplereferencecomponent.hxx> #include <rtl/ref.hxx> #include <set> #include <svx/svdhdl.hxx> diff --git a/sd/source/ui/inc/tools/IconCache.hxx b/sd/source/ui/inc/tools/IconCache.hxx index 27192040dcd8..9cd3c65fed2c 100644 --- a/sd/source/ui/inc/tools/IconCache.hxx +++ b/sd/source/ui/inc/tools/IconCache.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SD_SOURCE_UI_INC_TOOLS_ICONCACHE_HXX #include <memory> -#include "tools/SdGlobalResourceContainer.hxx" +#include <tools/SdGlobalResourceContainer.hxx> #include <vcl/image.hxx> namespace sd { diff --git a/sd/source/ui/inc/tools/SdGlobalResourceContainer.hxx b/sd/source/ui/inc/tools/SdGlobalResourceContainer.hxx index c8afe89a2f9a..66c28fdeb2be 100644 --- a/sd/source/ui/inc/tools/SdGlobalResourceContainer.hxx +++ b/sd/source/ui/inc/tools/SdGlobalResourceContainer.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_TOOLS_SDGLOBALRESOURCECONTAINER_HXX #define INCLUDED_SD_SOURCE_UI_INC_TOOLS_SDGLOBALRESOURCECONTAINER_HXX -#include "sdmod.hxx" +#include <sdmod.hxx> #include <memory> #include <com/sun/star/uno/XInterface.hpp> diff --git a/sd/source/ui/inc/tools/SlotStateListener.hxx b/sd/source/ui/inc/tools/SlotStateListener.hxx index d6eed848f3c2..0cbf94dd0180 100644 --- a/sd/source/ui/inc/tools/SlotStateListener.hxx +++ b/sd/source/ui/inc/tools/SlotStateListener.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_TOOLS_SLOTSTATELISTENER_HXX #define INCLUDED_SD_SOURCE_UI_INC_TOOLS_SLOTSTATELISTENER_HXX -#include "MutexOwner.hxx" +#include <MutexOwner.hxx> #include <com/sun/star/frame/XStatusListener.hpp> #include <com/sun/star/frame/FeatureStateEvent.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> diff --git a/sd/source/ui/inc/unchss.hxx b/sd/source/ui/inc/unchss.hxx index f77d5cb78312..b8ecc2be23d3 100644 --- a/sd/source/ui/inc/unchss.hxx +++ b/sd/source/ui/inc/unchss.hxx @@ -22,7 +22,7 @@ #include <memory> -#include "sdundo.hxx" +#include <sdundo.hxx> class SfxItemSet; class SfxStyleSheet; diff --git a/sd/source/ui/inc/undoback.hxx b/sd/source/ui/inc/undoback.hxx index 4fd35e2f5069..61024b036c5d 100644 --- a/sd/source/ui/inc/undoback.hxx +++ b/sd/source/ui/inc/undoback.hxx @@ -22,7 +22,7 @@ #include <memory> -#include "sdundo.hxx" +#include <sdundo.hxx> class SdDrawDocument; class SdPage; diff --git a/sd/source/ui/inc/undoheaderfooter.hxx b/sd/source/ui/inc/undoheaderfooter.hxx index 68e4d262c11d..328662d93017 100644 --- a/sd/source/ui/inc/undoheaderfooter.hxx +++ b/sd/source/ui/inc/undoheaderfooter.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_UNDOHEADERFOOTER_HXX #define INCLUDED_SD_SOURCE_UI_INC_UNDOHEADERFOOTER_HXX -#include "sdundo.hxx" -#include "sdpage.hxx" -#include "sddllapi.h" +#include <sdundo.hxx> +#include <sdpage.hxx> +#include <sddllapi.h> class SdDrawDocument; diff --git a/sd/source/ui/inc/undolayer.hxx b/sd/source/ui/inc/undolayer.hxx index 4fc3749b731e..68f4511d0379 100644 --- a/sd/source/ui/inc/undolayer.hxx +++ b/sd/source/ui/inc/undolayer.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_UNDOLAYER_HXX #define INCLUDED_SD_SOURCE_UI_INC_UNDOLAYER_HXX -#include "sdundo.hxx" +#include <sdundo.hxx> class SdDrawDocument; class SdrLayer; diff --git a/sd/source/ui/inc/undopage.hxx b/sd/source/ui/inc/undopage.hxx index 4b36f8ee1a91..0e3f52e48e04 100644 --- a/sd/source/ui/inc/undopage.hxx +++ b/sd/source/ui/inc/undopage.hxx @@ -23,7 +23,7 @@ #include <tools/gen.hxx> #include <vcl/prntypes.hxx> -#include "sdundo.hxx" +#include <sdundo.hxx> class SdDrawDocument; class SdPage; diff --git a/sd/source/ui/inc/unmodpg.hxx b/sd/source/ui/inc/unmodpg.hxx index c70fa07584ff..9b8171cb2a6c 100644 --- a/sd/source/ui/inc/unmodpg.hxx +++ b/sd/source/ui/inc/unmodpg.hxx @@ -22,8 +22,8 @@ #include <xmloff/autolayout.hxx> -#include "sdundo.hxx" -#include "pres.hxx" +#include <sdundo.hxx> +#include <pres.hxx> class SdDrawDocument; class SdPage; diff --git a/sd/source/ui/inc/unmovss.hxx b/sd/source/ui/inc/unmovss.hxx index dee12b32e1ba..f1f80384c106 100644 --- a/sd/source/ui/inc/unmovss.hxx +++ b/sd/source/ui/inc/unmovss.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_UNMOVSS_HXX #define INCLUDED_SD_SOURCE_UI_INC_UNMOVSS_HXX -#include "sdundo.hxx" +#include <sdundo.hxx> #include <stlsheet.hxx> #include <vector> diff --git a/sd/source/ui/inc/unoaprms.hxx b/sd/source/ui/inc/unoaprms.hxx index 87bcabfc18ea..4b1c3363dd97 100644 --- a/sd/source/ui/inc/unoaprms.hxx +++ b/sd/source/ui/inc/unoaprms.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/presentation/AnimationEffect.hpp> #include <com/sun/star/presentation/AnimationSpeed.hpp> #include <com/sun/star/presentation/ClickAction.hpp> -#include "sdundo.hxx" +#include <sdundo.hxx> #include <svx/svdopath.hxx> #include <tools/color.hxx> diff --git a/sd/source/ui/inc/unprlout.hxx b/sd/source/ui/inc/unprlout.hxx index db19cf5bfc86..11dffac54ccd 100644 --- a/sd/source/ui/inc/unprlout.hxx +++ b/sd/source/ui/inc/unprlout.hxx @@ -22,8 +22,8 @@ #include <xmloff/autolayout.hxx> -#include "sdundo.hxx" -#include "pres.hxx" +#include <sdundo.hxx> +#include <pres.hxx> class SdDrawDocument; class SdPage; diff --git a/sd/source/ui/inc/view/viewoverlaymanager.hxx b/sd/source/ui/inc/view/viewoverlaymanager.hxx index 654c9a24091f..d46fcdb42468 100644 --- a/sd/source/ui/inc/view/viewoverlaymanager.hxx +++ b/sd/source/ui/inc/view/viewoverlaymanager.hxx @@ -22,8 +22,8 @@ #include <vcl/image.hxx> #include <svl/lstner.hxx> -#include "EventMultiplexer.hxx" -#include "ViewShellBase.hxx" +#include <EventMultiplexer.hxx> +#include <ViewShellBase.hxx> namespace sd { diff --git a/sd/source/ui/presenter/PresenterHelper.cxx b/sd/source/ui/presenter/PresenterHelper.cxx index 1ddc4296f9e1..87b0928d6796 100644 --- a/sd/source/ui/presenter/PresenterHelper.cxx +++ b/sd/source/ui/presenter/PresenterHelper.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cstddef> #include "PresenterHelper.hxx" #include "CanvasUpdateRequester.hxx" #include "PresenterCanvas.hxx" -#include "facreg.hxx" +#include <facreg.hxx> #include <cppcanvas/vclfactory.hxx> #include <com/sun/star/awt/WindowAttribute.hpp> #include <com/sun/star/awt/WindowClass.hpp> @@ -35,8 +35,8 @@ #include <vcl/wrkwin.hxx> -#include "bitmaps.hlst" -#include "sdresid.hxx" +#include <bitmaps.hlst> +#include <sdresid.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/presenter/PresenterPreviewCache.cxx b/sd/source/ui/presenter/PresenterPreviewCache.cxx index 4aac2c77f7fd..6695c87274df 100644 --- a/sd/source/ui/presenter/PresenterPreviewCache.cxx +++ b/sd/source/ui/presenter/PresenterPreviewCache.cxx @@ -18,11 +18,11 @@ */ #include "PresenterPreviewCache.hxx" -#include "facreg.hxx" +#include <facreg.hxx> -#include "cache/SlsCacheContext.hxx" -#include "tools/IdleDetection.hxx" -#include "sdpage.hxx" +#include <cache/SlsCacheContext.hxx> +#include <tools/IdleDetection.hxx> +#include <sdpage.hxx> #include <cppcanvas/vclfactory.hxx> #include <com/sun/star/drawing/XDrawPage.hpp> diff --git a/sd/source/ui/presenter/PresenterPreviewCache.hxx b/sd/source/ui/presenter/PresenterPreviewCache.hxx index a36581e22ff4..78032b7d0b7e 100644 --- a/sd/source/ui/presenter/PresenterPreviewCache.hxx +++ b/sd/source/ui/presenter/PresenterPreviewCache.hxx @@ -22,7 +22,7 @@ #include <com/sun/star/drawing/XSlidePreviewCache.hpp> #include <com/sun/star/lang/XInitialization.hpp> -#include "cache/SlsPageCache.hxx" +#include <cache/SlsPageCache.hxx> #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> #include <memory> diff --git a/sd/source/ui/presenter/PresenterTextView.cxx b/sd/source/ui/presenter/PresenterTextView.cxx index 09d8aa5d6ad1..6a001902d173 100644 --- a/sd/source/ui/presenter/PresenterTextView.cxx +++ b/sd/source/ui/presenter/PresenterTextView.cxx @@ -18,7 +18,7 @@ */ #include "PresenterTextView.hxx" -#include "facreg.hxx" +#include <facreg.hxx> #include <i18nlangtag/mslangid.hxx> #include <cppcanvas/vclfactory.hxx> diff --git a/sd/source/ui/presenter/PresenterTextView.hxx b/sd/source/ui/presenter/PresenterTextView.hxx index 3335aea5f759..a34d878d611e 100644 --- a/sd/source/ui/presenter/PresenterTextView.hxx +++ b/sd/source/ui/presenter/PresenterTextView.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_PRESENTER_PRESENTERTEXTVIEW_HXX #define INCLUDED_SD_SOURCE_UI_PRESENTER_PRESENTERTEXTVIEW_HXX -#include "tools/PropertySet.hxx" +#include <tools/PropertySet.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <cppuhelper/basemutex.hxx> diff --git a/sd/source/ui/presenter/SlideRenderer.cxx b/sd/source/ui/presenter/SlideRenderer.cxx index a686e6f40ef1..56728640437a 100644 --- a/sd/source/ui/presenter/SlideRenderer.cxx +++ b/sd/source/ui/presenter/SlideRenderer.cxx @@ -18,8 +18,8 @@ */ #include "SlideRenderer.hxx" -#include "facreg.hxx" -#include "sdpage.hxx" +#include <facreg.hxx> +#include <sdpage.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/rendering/XBitmapCanvas.hpp> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/presenter/SlideRenderer.hxx b/sd/source/ui/presenter/SlideRenderer.hxx index e897cd4916ad..c186282bde33 100644 --- a/sd/source/ui/presenter/SlideRenderer.hxx +++ b/sd/source/ui/presenter/SlideRenderer.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_PRESENTER_SLIDERENDERER_HXX #define INCLUDED_SD_SOURCE_UI_PRESENTER_SLIDERENDERER_HXX -#include "PreviewRenderer.hxx" +#include <PreviewRenderer.hxx> #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/drawing/XSlideRenderer.hpp> #include <com/sun/star/lang/XInitialization.hpp> diff --git a/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx b/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx index 1c40a13d6454..9a50c001842c 100644 --- a/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx +++ b/sd/source/ui/remotecontrol/BufferedStreamSocket.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <BufferedStreamSocket.hxx> +#include "BufferedStreamSocket.hxx" #include <algorithm> diff --git a/sd/source/ui/remotecontrol/Communicator.cxx b/sd/source/ui/remotecontrol/Communicator.cxx index 6880d0d1cfbd..a0a27affab38 100644 --- a/sd/source/ui/remotecontrol/Communicator.cxx +++ b/sd/source/ui/remotecontrol/Communicator.cxx @@ -21,7 +21,7 @@ #include "Communicator.hxx" #include "Listener.hxx" #include "Receiver.hxx" -#include "RemoteServer.hxx" +#include <RemoteServer.hxx> using namespace sd; using namespace std; diff --git a/sd/source/ui/remotecontrol/Receiver.cxx b/sd/source/ui/remotecontrol/Receiver.cxx index 12801b2927fc..b29e70252d44 100644 --- a/sd/source/ui/remotecontrol/Receiver.cxx +++ b/sd/source/ui/remotecontrol/Receiver.cxx @@ -16,7 +16,7 @@ #include <comphelper/processfactory.hxx> #include <comphelper/anytostring.hxx> -#include "cppuhelper/exc_hlp.hxx" +#include <cppuhelper/exc_hlp.hxx> #include <osl/file.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/strbuf.hxx> diff --git a/sd/source/ui/remotecontrol/Server.cxx b/sd/source/ui/remotecontrol/Server.cxx index 0c0106855eb4..5fdaa1772209 100644 --- a/sd/source/ui/remotecontrol/Server.cxx +++ b/sd/source/ui/remotecontrol/Server.cxx @@ -21,12 +21,12 @@ #include <comphelper/configuration.hxx> #include <sal/log.hxx> -#include "sddll.hxx" +#include <sddll.hxx> #include "DiscoveryService.hxx" #include "Listener.hxx" #include "Receiver.hxx" -#include "RemoteServer.hxx" +#include <RemoteServer.hxx> #include "BluetoothServer.hxx" #include "Communicator.hxx" #include "BufferedStreamSocket.hxx" diff --git a/sd/source/ui/sidebar/AllMasterPagesSelector.cxx b/sd/source/ui/sidebar/AllMasterPagesSelector.cxx index 5d630dd4ed8a..6c768d00d2ae 100644 --- a/sd/source/ui/sidebar/AllMasterPagesSelector.cxx +++ b/sd/source/ui/sidebar/AllMasterPagesSelector.cxx @@ -19,11 +19,11 @@ #include "AllMasterPagesSelector.hxx" #include "PreviewValueSet.hxx" -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> #include "MasterPageContainer.hxx" #include "MasterPageDescriptor.hxx" -#include "app.hrc" -#include "helpids.h" +#include <app.hrc> +#include <helpids.h> #include <tools/link.hxx> #include <set> diff --git a/sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx b/sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx index 4e9a31d69bcf..525d9fa869f5 100644 --- a/sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx +++ b/sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx @@ -19,18 +19,18 @@ #include "CurrentMasterPagesSelector.hxx" #include "PreviewValueSet.hxx" -#include "ViewShellBase.hxx" -#include "DrawViewShell.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" +#include <ViewShellBase.hxx> +#include <DrawViewShell.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> #include "MasterPageContainer.hxx" #include "MasterPageDescriptor.hxx" -#include "EventMultiplexer.hxx" -#include "app.hrc" -#include "DrawDocShell.hxx" +#include <EventMultiplexer.hxx> +#include <app.hrc> +#include <DrawDocShell.hxx> -#include "sdresid.hxx" -#include "helpids.h" +#include <sdresid.hxx> +#include <helpids.h> #include <vcl/image.hxx> #include <svx/svdmodel.hxx> diff --git a/sd/source/ui/sidebar/CustomAnimationPanel.cxx b/sd/source/ui/sidebar/CustomAnimationPanel.cxx index 9b755bd68201..249f31e21aa4 100644 --- a/sd/source/ui/sidebar/CustomAnimationPanel.cxx +++ b/sd/source/ui/sidebar/CustomAnimationPanel.cxx @@ -18,9 +18,9 @@ */ #include "CustomAnimationPanel.hxx" -#include "createcustomanimationpanel.hxx" +#include <createcustomanimationpanel.hxx> -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> namespace sd { namespace sidebar { diff --git a/sd/source/ui/sidebar/DocumentHelper.cxx b/sd/source/ui/sidebar/DocumentHelper.cxx index 2247ecd86150..cc2d2259a3b5 100644 --- a/sd/source/ui/sidebar/DocumentHelper.cxx +++ b/sd/source/ui/sidebar/DocumentHelper.cxx @@ -19,20 +19,20 @@ #include "DocumentHelper.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "sdpage.hxx" -#include "glob.hxx" -#include "unmovss.hxx" -#include "strings.hrc" -#include "sdresid.hxx" -#include "undoback.hxx" -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <sdpage.hxx> +#include <glob.hxx> +#include <unmovss.hxx> +#include <strings.hrc> +#include <sdresid.hxx> +#include <undoback.hxx> +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/drawing/XDrawPages.hpp> #include <com/sun/star/container/XIndexAccess.hpp> -#include "stlpool.hxx" +#include <stlpool.hxx> #include <svx/xfillit0.hxx> #include <tools/diagnose_ex.h> #include <xmloff/autolayout.hxx> diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx index 3b52103c4404..5a975ec80c49 100644 --- a/sd/source/ui/sidebar/LayoutMenu.cxx +++ b/sd/source/ui/sidebar/LayoutMenu.cxx @@ -19,24 +19,24 @@ #include "LayoutMenu.hxx" -#include "app.hrc" -#include "drawdoc.hxx" -#include "framework/FrameworkHelper.hxx" -#include "strings.hrc" -#include "glob.hxx" -#include "helpids.h" -#include "pres.hxx" - -#include "sdpage.hxx" -#include "sdresid.hxx" -#include "bitmaps.hlst" -#include "tools/SlotStateListener.hxx" -#include "DrawController.hxx" -#include "DrawDocShell.hxx" -#include "DrawViewShell.hxx" -#include "EventMultiplexer.hxx" -#include "SlideSorterViewShell.hxx" -#include "ViewShellBase.hxx" +#include <app.hrc> +#include <drawdoc.hxx> +#include <framework/FrameworkHelper.hxx> +#include <strings.hrc> +#include <glob.hxx> +#include <helpids.h> +#include <pres.hxx> + +#include <sdpage.hxx> +#include <sdresid.hxx> +#include <bitmaps.hlst> +#include <tools/SlotStateListener.hxx> +#include <DrawController.hxx> +#include <DrawDocShell.hxx> +#include <DrawViewShell.hxx> +#include <EventMultiplexer.hxx> +#include <SlideSorterViewShell.hxx> +#include <ViewShellBase.hxx> #include <sfx2/sidebar/Theme.hxx> #include <comphelper/processfactory.hxx> diff --git a/sd/source/ui/sidebar/LayoutMenu.hxx b/sd/source/ui/sidebar/LayoutMenu.hxx index bdb06cc5c9c0..ffc06fc28fa8 100644 --- a/sd/source/ui/sidebar/LayoutMenu.hxx +++ b/sd/source/ui/sidebar/LayoutMenu.hxx @@ -26,8 +26,8 @@ #include <com/sun/star/frame/XStatusListener.hpp> -#include "glob.hxx" -#include "pres.hxx" +#include <glob.hxx> +#include <pres.hxx> #include <vcl/ctrl.hxx> #include <svtools/valueset.hxx> diff --git a/sd/source/ui/sidebar/MasterPageContainer.cxx b/sd/source/ui/sidebar/MasterPageContainer.cxx index d29ca491b166..44104ec7a6e3 100644 --- a/sd/source/ui/sidebar/MasterPageContainer.cxx +++ b/sd/source/ui/sidebar/MasterPageContainer.cxx @@ -22,15 +22,15 @@ #include "MasterPageDescriptor.hxx" #include "MasterPageContainerFiller.hxx" #include "MasterPageContainerQueue.hxx" -#include "TemplateScanner.hxx" -#include "tools/AsynchronousTask.hxx" -#include "strings.hrc" +#include <TemplateScanner.hxx> +#include <tools/AsynchronousTask.hxx> +#include <strings.hrc> #include <algorithm> #include <list> #include <memory> #include <set> -#include "unomodel.hxx" +#include <unomodel.hxx> #include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/io/XInputStream.hpp> @@ -42,14 +42,14 @@ #include <comphelper/processfactory.hxx> #include <sfx2/app.hxx> #include <svx/svdpage.hxx> -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> #include <svl/itemset.hxx> #include <svl/eitem.hxx> -#include "sdresid.hxx" -#include "tools/TimerBasedTaskExecution.hxx" -#include "pres.hxx" +#include <sdresid.hxx> +#include <tools/TimerBasedTaskExecution.hxx> +#include <pres.hxx> #include <osl/mutex.hxx> #include <osl/getglobalmutex.hxx> #include <xmloff/autolayout.hxx> diff --git a/sd/source/ui/sidebar/MasterPageContainer.hxx b/sd/source/ui/sidebar/MasterPageContainer.hxx index 54407e15d886..732901fcabe5 100644 --- a/sd/source/ui/sidebar/MasterPageContainer.hxx +++ b/sd/source/ui/sidebar/MasterPageContainer.hxx @@ -23,9 +23,9 @@ #include "MasterPageContainerProviders.hxx" #include <vcl/image.hxx> -#include "PreviewRenderer.hxx" +#include <PreviewRenderer.hxx> #include <vcl/timer.hxx> -#include "tools/SdGlobalResourceContainer.hxx" +#include <tools/SdGlobalResourceContainer.hxx> #include <memory> diff --git a/sd/source/ui/sidebar/MasterPageContainerFiller.cxx b/sd/source/ui/sidebar/MasterPageContainerFiller.cxx index 5f591e45695b..27d9cbe66078 100644 --- a/sd/source/ui/sidebar/MasterPageContainerFiller.cxx +++ b/sd/source/ui/sidebar/MasterPageContainerFiller.cxx @@ -21,7 +21,7 @@ #include "MasterPageDescriptor.hxx" #include "MasterPageContainerProviders.hxx" -#include "TemplateScanner.hxx" +#include <TemplateScanner.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/sidebar/MasterPageContainerFiller.hxx b/sd/source/ui/sidebar/MasterPageContainerFiller.hxx index 57ca50757b40..66b4bfb8620a 100644 --- a/sd/source/ui/sidebar/MasterPageContainerFiller.hxx +++ b/sd/source/ui/sidebar/MasterPageContainerFiller.hxx @@ -23,7 +23,7 @@ #include <memory> #include "MasterPageContainer.hxx" #include "MasterPageDescriptor.hxx" -#include "tools/AsynchronousTask.hxx" +#include <tools/AsynchronousTask.hxx> namespace sd { class TemplateScanner; diff --git a/sd/source/ui/sidebar/MasterPageContainerProviders.cxx b/sd/source/ui/sidebar/MasterPageContainerProviders.cxx index 8e22702dea90..4a1e21ce9897 100644 --- a/sd/source/ui/sidebar/MasterPageContainerProviders.cxx +++ b/sd/source/ui/sidebar/MasterPageContainerProviders.cxx @@ -19,9 +19,9 @@ #include "MasterPageContainerProviders.hxx" -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "PreviewRenderer.hxx" +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <PreviewRenderer.hxx> #include <comphelper/processfactory.hxx> #include <sfx2/app.hxx> #include <sfx2/sfxsids.hrc> diff --git a/sd/source/ui/sidebar/MasterPageContainerQueue.cxx b/sd/source/ui/sidebar/MasterPageContainerQueue.cxx index 3fe735570268..8b9a167ad20f 100644 --- a/sd/source/ui/sidebar/MasterPageContainerQueue.cxx +++ b/sd/source/ui/sidebar/MasterPageContainerQueue.cxx @@ -19,7 +19,7 @@ #include "MasterPageContainerQueue.hxx" -#include "tools/IdleDetection.hxx" +#include <tools/IdleDetection.hxx> #include <set> diff --git a/sd/source/ui/sidebar/MasterPageDescriptor.cxx b/sd/source/ui/sidebar/MasterPageDescriptor.cxx index 4426d1260092..26e44eff0f7e 100644 --- a/sd/source/ui/sidebar/MasterPageDescriptor.cxx +++ b/sd/source/ui/sidebar/MasterPageDescriptor.cxx @@ -21,7 +21,7 @@ #include "MasterPageDescriptor.hxx" #include "DocumentHelper.hxx" -#include "sdpage.hxx" +#include <sdpage.hxx> #include <tools/urlobj.hxx> namespace sd { namespace sidebar { diff --git a/sd/source/ui/sidebar/MasterPageObserver.cxx b/sd/source/ui/sidebar/MasterPageObserver.cxx index 57ea45fd6e23..c6fa9dc227fb 100644 --- a/sd/source/ui/sidebar/MasterPageObserver.cxx +++ b/sd/source/ui/sidebar/MasterPageObserver.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "MasterPageObserver.hxx" +#include <MasterPageObserver.hxx> #include <algorithm> #include <iterator> -#include "drawdoc.hxx" -#include "sdpage.hxx" +#include <drawdoc.hxx> +#include <sdpage.hxx> #include <set> #include <unordered_map> #include <memory> diff --git a/sd/source/ui/sidebar/MasterPagesSelector.cxx b/sd/source/ui/sidebar/MasterPagesSelector.cxx index bb04c3b28d98..a7b4eb40fccc 100644 --- a/sd/source/ui/sidebar/MasterPagesSelector.cxx +++ b/sd/source/ui/sidebar/MasterPagesSelector.cxx @@ -25,22 +25,22 @@ #include "MasterPageContainer.hxx" #include "DocumentHelper.hxx" -#include "pres.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "sdpage.hxx" -#include "glob.hxx" -#include "strings.hrc" -#include "app.hrc" - -#include "DrawViewShell.hxx" -#include "DrawController.hxx" -#include "SlideSorterViewShell.hxx" +#include <pres.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <sdpage.hxx> +#include <glob.hxx> +#include <strings.hrc> +#include <app.hrc> + +#include <DrawViewShell.hxx> +#include <DrawController.hxx> +#include <SlideSorterViewShell.hxx> #include "PreviewValueSet.hxx" -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> #include <sfx2/objface.hxx> -#include "sdresid.hxx" -#include "drawview.hxx" +#include <sdresid.hxx> +#include <drawview.hxx> #include <vcl/image.hxx> #include <vcl/floatwin.hxx> #include <svl/languageoptions.hxx> @@ -51,9 +51,9 @@ #include <svx/dlgutil.hxx> #include <svx/svdpagv.hxx> #include <svx/svxids.hrc> -#include "FrameView.hxx" -#include "stlpool.hxx" -#include "unmovss.hxx" +#include <FrameView.hxx> +#include <stlpool.hxx> +#include <unmovss.hxx> #include <sfx2/request.hxx> #include <svl/itempool.hxx> #include <sfx2/sidebar/Theme.hxx> diff --git a/sd/source/ui/sidebar/MasterPagesSelector.hxx b/sd/source/ui/sidebar/MasterPagesSelector.hxx index 3afb93871338..1ed1279797b8 100644 --- a/sd/source/ui/sidebar/MasterPagesSelector.hxx +++ b/sd/source/ui/sidebar/MasterPagesSelector.hxx @@ -22,15 +22,15 @@ #include <memory> #include "MasterPageContainer.hxx" -#include "SlideSorterViewShell.hxx" +#include <SlideSorterViewShell.hxx> #include "PreviewValueSet.hxx" #include "ISidebarReceiver.hxx" #include <sfx2/sidebar/ILayoutableWindow.hxx> -#include "pres.hxx" +#include <pres.hxx> #include <sfx2/shell.hxx> #include <vcl/image.hxx> -#include "glob.hxx" +#include <glob.hxx> #include <osl/mutex.hxx> #include <com/sun/star/ui/XSidebar.hpp> diff --git a/sd/source/ui/sidebar/NavigatorWrapper.cxx b/sd/source/ui/sidebar/NavigatorWrapper.cxx index 5cdf7ce2bfcc..8adc3301719d 100644 --- a/sd/source/ui/sidebar/NavigatorWrapper.cxx +++ b/sd/source/ui/sidebar/NavigatorWrapper.cxx @@ -18,7 +18,7 @@ */ #include "NavigatorWrapper.hxx" -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> #include <sfx2/sidebar/Theme.hxx> diff --git a/sd/source/ui/sidebar/NavigatorWrapper.hxx b/sd/source/ui/sidebar/NavigatorWrapper.hxx index a290cabd0797..bd85159355f7 100644 --- a/sd/source/ui/sidebar/NavigatorWrapper.hxx +++ b/sd/source/ui/sidebar/NavigatorWrapper.hxx @@ -21,7 +21,7 @@ #include <sfx2/sidebar/ILayoutableWindow.hxx> #include <vcl/ctrl.hxx> -#include "navigatr.hxx" +#include <navigatr.hxx> class SfxBindings; namespace sd { class ViewShellBase; } diff --git a/sd/source/ui/sidebar/PanelFactory.cxx b/sd/source/ui/sidebar/PanelFactory.cxx index 1e05d78ec5e4..49ef77abb6ca 100644 --- a/sd/source/ui/sidebar/PanelFactory.cxx +++ b/sd/source/ui/sidebar/PanelFactory.cxx @@ -18,10 +18,10 @@ */ #include "PanelFactory.hxx" -#include "facreg.hxx" -#include "framework/Pane.hxx" -#include "ViewShellBase.hxx" -#include "DrawController.hxx" +#include <facreg.hxx> +#include <framework/Pane.hxx> +#include <ViewShellBase.hxx> +#include <DrawController.hxx> #include "LayoutMenu.hxx" #include "CurrentMasterPagesSelector.hxx" #include "RecentMasterPagesSelector.hxx" diff --git a/sd/source/ui/sidebar/PanelFactory.hxx b/sd/source/ui/sidebar/PanelFactory.hxx index 921c07e2fac6..ad34f1ba4a58 100644 --- a/sd/source/ui/sidebar/PanelFactory.hxx +++ b/sd/source/ui/sidebar/PanelFactory.hxx @@ -22,7 +22,7 @@ #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> #include <rtl/ref.hxx> -#include "framework/Pane.hxx" +#include <framework/Pane.hxx> #include <com/sun/star/ui/XUIElementFactory.hpp> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/sd/source/ui/sidebar/RecentMasterPagesSelector.cxx b/sd/source/ui/sidebar/RecentMasterPagesSelector.cxx index 6e32ec496413..e06efb6994a7 100644 --- a/sd/source/ui/sidebar/RecentMasterPagesSelector.cxx +++ b/sd/source/ui/sidebar/RecentMasterPagesSelector.cxx @@ -19,14 +19,14 @@ #include "RecentMasterPagesSelector.hxx" -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> #include "RecentlyUsedMasterPages.hxx" #include "MasterPageContainerProviders.hxx" -#include "MasterPageObserver.hxx" -#include "sdpage.hxx" -#include "drawdoc.hxx" -#include "app.hrc" -#include "helpids.h" +#include <MasterPageObserver.hxx> +#include <sdpage.hxx> +#include <drawdoc.hxx> +#include <app.hrc> +#include <helpids.h> #include <vcl/bitmap.hxx> diff --git a/sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx b/sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx index 639ba57386bf..67e782b5b0bf 100644 --- a/sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx +++ b/sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx @@ -18,19 +18,19 @@ */ #include "RecentlyUsedMasterPages.hxx" -#include "MasterPageObserver.hxx" +#include <MasterPageObserver.hxx> #include "MasterPagesSelector.hxx" #include "MasterPageDescriptor.hxx" -#include "tools/ConfigurationAccess.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" +#include <tools/ConfigurationAccess.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> #include <algorithm> #include <memory> #include <vector> #include <comphelper/processfactory.hxx> -#include "unomodel.hxx" +#include <unomodel.hxx> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/drawing/XDrawPages.hpp> #include <com/sun/star/container/XNameAccess.hpp> diff --git a/sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx b/sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx index 28bb0c181f8a..01747f2da040 100644 --- a/sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx +++ b/sd/source/ui/sidebar/RecentlyUsedMasterPages.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_SD_SOURCE_UI_SIDEBAR_RECENTLYUSEDMASTERPAGES_HXX #define INCLUDED_SD_SOURCE_UI_SIDEBAR_RECENTLYUSEDMASTERPAGES_HXX -#include "tools/SdGlobalResourceContainer.hxx" +#include <tools/SdGlobalResourceContainer.hxx> #include <tools/link.hxx> #include <vcl/image.hxx> #include <vector> -#include "DrawDocShell.hxx" +#include <DrawDocShell.hxx> #include "MasterPageContainer.hxx" #include <com/sun/star/uno/XInterface.hpp> diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx index 3e3df8b06523..d05c73294d2d 100644 --- a/sd/source/ui/sidebar/SlideBackground.cxx +++ b/sd/source/ui/sidebar/SlideBackground.cxx @@ -20,20 +20,20 @@ #include <com/sun/star/ui/XDeck.hpp> #include <com/sun/star/ui/XPanel.hpp> #include "SlideBackground.hxx" -#include "TransitionPreset.hxx" -#include "sdresid.hxx" -#include "ViewShellBase.hxx" -#include "FrameView.hxx" -#include "DrawDocShell.hxx" -#include "SlideSorterViewShell.hxx" -#include "drawdoc.hxx" -#include "filedlg.hxx" +#include <TransitionPreset.hxx> +#include <sdresid.hxx> +#include <ViewShellBase.hxx> +#include <FrameView.hxx> +#include <DrawDocShell.hxx> +#include <SlideSorterViewShell.hxx> +#include <drawdoc.hxx> +#include <filedlg.hxx> #include "PageMarginUtils.hxx" -#include "strings.hrc" +#include <strings.hrc> #include "DocumentHelper.hxx" #include "MasterPagesSelector.hxx" -#include "DrawViewShell.hxx" -#include "DrawController.hxx" +#include <DrawViewShell.hxx> +#include <DrawController.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <svtools/controldims.hxx> #include <svx/colorbox.hxx> @@ -43,7 +43,7 @@ #include <vcl/msgbox.hxx> #include <tools/urlobj.hxx> #include <sfx2/sidebar/Theme.hxx> -#include "app.hrc" +#include <app.hrc> #include <editeng/paperinf.hxx> #include <svx/rulritem.hxx> #include <svx/svxids.hrc> @@ -61,7 +61,7 @@ #include <svx/dlgutil.hxx> #include <sfx2/tabdlg.hxx> #include <algorithm> -#include "EventMultiplexer.hxx" +#include <EventMultiplexer.hxx> #include <vcl/salbtype.hxx> #include <vcl/EnumContext.hxx> diff --git a/sd/source/ui/sidebar/SlideBackground.hxx b/sd/source/ui/sidebar/SlideBackground.hxx index ce00b6716b01..af7b72d5ed05 100644 --- a/sd/source/ui/sidebar/SlideBackground.hxx +++ b/sd/source/ui/sidebar/SlideBackground.hxx @@ -28,12 +28,12 @@ #include <vcl/field.hxx> #include <svx/sidebar/PanelLayout.hxx> #include <svx/pagectrl.hxx> -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> #include <svx/itemwin.hxx> #include <sfx2/sidebar/ControlFactory.hxx> #include <sfx2/sidebar/ControllerItem.hxx> #include <com/sun/star/drawing/XDrawView.hpp> -#include "fupage.hxx" +#include <fupage.hxx> #include <editeng/sizeitem.hxx> #include <svx/papersizelistbox.hxx> #include <svx/rulritem.hxx> @@ -44,7 +44,7 @@ #include <svx/xflbckit.hxx> #include <svx/xbtmpit.hxx> #include <svx/xflhtit.hxx> -#include "EventMultiplexer.hxx" +#include <EventMultiplexer.hxx> #include <sfx2/sidebar/IContextChangeReceiver.hxx> class SvxColorListBox; diff --git a/sd/source/ui/sidebar/SlideTransitionPanel.cxx b/sd/source/ui/sidebar/SlideTransitionPanel.cxx index afd6ccb8f692..5fa92080c7ea 100644 --- a/sd/source/ui/sidebar/SlideTransitionPanel.cxx +++ b/sd/source/ui/sidebar/SlideTransitionPanel.cxx @@ -18,9 +18,9 @@ */ #include "SlideTransitionPanel.hxx" -#include "createslidetransitionpanel.hxx" +#include <createslidetransitionpanel.hxx> -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> namespace sd { namespace sidebar { diff --git a/sd/source/ui/sidebar/TableDesignPanel.cxx b/sd/source/ui/sidebar/TableDesignPanel.cxx index d427d5743811..69ae4d5b9bd7 100644 --- a/sd/source/ui/sidebar/TableDesignPanel.cxx +++ b/sd/source/ui/sidebar/TableDesignPanel.cxx @@ -18,9 +18,9 @@ */ #include "TableDesignPanel.hxx" -#include "createtabledesignpanel.hxx" +#include <createtabledesignpanel.hxx> -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> namespace sd { namespace sidebar { diff --git a/sd/source/ui/slideshow/PaneHider.cxx b/sd/source/ui/slideshow/PaneHider.cxx index 03eb26d69b87..b33cc7f2e28c 100644 --- a/sd/source/ui/slideshow/PaneHider.cxx +++ b/sd/source/ui/slideshow/PaneHider.cxx @@ -19,12 +19,12 @@ #include "PaneHider.hxx" -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "slideshow.hxx" +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <slideshow.hxx> #include "slideshowimpl.hxx" -#include "framework/FrameworkHelper.hxx" -#include "framework/ConfigurationController.hxx" +#include <framework/FrameworkHelper.hxx> +#include <framework/ConfigurationController.hxx> #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> diff --git a/sd/source/ui/slideshow/SlideShowRestarter.cxx b/sd/source/ui/slideshow/SlideShowRestarter.cxx index 2eec9f302522..c18a4aae19d4 100644 --- a/sd/source/ui/slideshow/SlideShowRestarter.cxx +++ b/sd/source/ui/slideshow/SlideShowRestarter.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawController.hxx" +#include <DrawController.hxx> #include "SlideShowRestarter.hxx" -#include "framework/ConfigurationController.hxx" -#include "framework/FrameworkHelper.hxx" +#include <framework/ConfigurationController.hxx> +#include <framework/FrameworkHelper.hxx> #include <comphelper/processfactory.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> diff --git a/sd/source/ui/slideshow/SlideShowRestarter.hxx b/sd/source/ui/slideshow/SlideShowRestarter.hxx index f25c9fcb98af..4f2123e3774a 100644 --- a/sd/source/ui/slideshow/SlideShowRestarter.hxx +++ b/sd/source/ui/slideshow/SlideShowRestarter.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESHOW_SLIDESHOWRESTARTER_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESHOW_SLIDESHOWRESTARTER_HXX -#include "slideshow.hxx" -#include "ViewShellBase.hxx" +#include <slideshow.hxx> +#include <ViewShellBase.hxx> #include <rtl/ref.hxx> #include <tools/link.hxx> #include <memory> diff --git a/sd/source/ui/slideshow/showwin.cxx b/sd/source/ui/slideshow/showwin.cxx index d37034f21d63..add43b39e195 100644 --- a/sd/source/ui/slideshow/showwin.cxx +++ b/sd/source/ui/slideshow/showwin.cxx @@ -25,11 +25,11 @@ #include <sfx2/viewfrm.hxx> -#include "slideshow.hxx" -#include "ViewShellBase.hxx" -#include "sdresid.hxx" -#include "helpids.h" -#include "strings.hrc" +#include <slideshow.hxx> +#include <ViewShellBase.hxx> +#include <sdresid.hxx> +#include <helpids.h> +#include <strings.hrc> #include <vcl/settings.hxx> #include <vcl/virdev.hxx> diff --git a/sd/source/ui/slideshow/showwindow.hxx b/sd/source/ui/slideshow/showwindow.hxx index c5b2651ff7d7..80f8d14bef2c 100644 --- a/sd/source/ui/slideshow/showwindow.hxx +++ b/sd/source/ui/slideshow/showwindow.hxx @@ -25,7 +25,7 @@ #include <vcl/timer.hxx> #include <vcl/graph.hxx> -#include "Window.hxx" +#include <Window.hxx> #include "slideshowimpl.hxx" diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx index 345b1b6a932a..0944af55018d 100644 --- a/sd/source/ui/slideshow/slideshow.cxx +++ b/sd/source/ui/slideshow/slideshow.cxx @@ -35,20 +35,20 @@ #include <toolkit/helper/vclunohelper.hxx> #include <svx/unoprov.hxx> -#include "framework/FrameworkHelper.hxx" +#include <framework/FrameworkHelper.hxx> -#include "FrameView.hxx" -#include "createpresentation.hxx" -#include "unomodel.hxx" -#include "slideshow.hxx" +#include <FrameView.hxx> +#include <createpresentation.hxx> +#include <unomodel.hxx> +#include <slideshow.hxx> #include "slideshowimpl.hxx" -#include "sdattr.hrc" -#include "FactoryIds.hxx" -#include "ViewShell.hxx" +#include <sdattr.hrc> +#include <FactoryIds.hxx> +#include <ViewShell.hxx> #include "SlideShowRestarter.hxx" -#include "DrawController.hxx" -#include "customshowlist.hxx" -#include "unopage.hxx" +#include <DrawController.hxx> +#include <customshowlist.hxx> +#include <unopage.hxx> using ::com::sun::star::presentation::XSlideShowController; using ::sd::framework::FrameworkHelper; diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index fa65f795fefe..a2de6d4dd8f1 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -52,30 +52,30 @@ #include <svx/bmpmask.hxx> #include <svx/srchdlg.hxx> #include <svx/hyperdlg.hxx> -#include "AnimationChildWindow.hxx" -#include "notifydocumentevent.hxx" -#include <slideshowimpl.hxx> -#include <slideshowviewimpl.hxx> +#include <AnimationChildWindow.hxx> +#include <notifydocumentevent.hxx> +#include "slideshowimpl.hxx" +#include "slideshowviewimpl.hxx" #include <pgjump.hxx> #include "PaneHider.hxx" -#include "strings.hrc" +#include <strings.hrc> -#include "bitmaps.hlst" -#include "sdresid.hxx" +#include <bitmaps.hlst> +#include <sdresid.hxx> #include <vcl/canvastools.hxx> #include <vcl/commandinfoprovider.hxx> #include <vcl/settings.hxx> -#include "comphelper/anytostring.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "rtl/ref.hxx" -#include "canvas/elapsedtime.hxx" -#include "avmedia/mediawindow.hxx" -#include "svtools/colrdlg.hxx" -#include "RemoteServer.hxx" -#include "customshowlist.hxx" -#include "unopage.hxx" +#include <comphelper/anytostring.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <rtl/ref.hxx> +#include <canvas/elapsedtime.hxx> +#include <avmedia/mediawindow.hxx> +#include <svtools/colrdlg.hxx> +#include <RemoteServer.hxx> +#include <customshowlist.hxx> +#include <unopage.hxx> #define CM_SLIDES 21 diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx index cccbaf6ccf37..b98d4f1cac14 100644 --- a/sd/source/ui/slideshow/slideshowimpl.hxx +++ b/sd/source/ui/slideshow/slideshowimpl.hxx @@ -21,18 +21,18 @@ #define INCLUDED_SD_SOURCE_UI_SLIDESHOW_SLIDESHOWIMPL_HXX #include <memory> -#include "sal/config.h" -#include "com/sun/star/uno/XComponentContext.hpp" +#include <sal/config.h> +#include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/compbase.hxx> #include <cppuhelper/implbase.hxx> -#include "cppuhelper/basemutex.hxx" -#include "cppuhelper/propertysetmixin.hxx" +#include <cppuhelper/basemutex.hxx> +#include <cppuhelper/propertysetmixin.hxx> #include <comphelper/interfacecontainer2.hxx> #include <com/sun/star/awt/XActivateListener.hpp> #include <com/sun/star/presentation/XSlideShow.hpp> #include <com/sun/star/presentation/XSlideShowListener.hpp> #include <com/sun/star/presentation/XSlideShowController.hpp> -#include "com/sun/star/presentation/XShapeEventListener.hpp" +#include <com/sun/star/presentation/XShapeEventListener.hpp> #include <com/sun/star/awt/WindowEvent.hpp> #include <com/sun/star/awt/XWindowListener.hpp> #include <com/sun/star/awt/XWindow.hpp> @@ -60,23 +60,23 @@ #include <svx/fmshell.hxx> #include <svx/svxids.hrc> -#include "sdmod.hxx" -#include "cusshow.hxx" -#include "ViewShellBase.hxx" -#include "PresentationViewShell.hxx" -#include "ViewShell.hxx" -#include "drawview.hxx" -#include "drawdoc.hxx" +#include <sdmod.hxx> +#include <cusshow.hxx> +#include <ViewShellBase.hxx> +#include <PresentationViewShell.hxx> +#include <ViewShell.hxx> +#include <drawview.hxx> +#include <drawdoc.hxx> #include "showwindow.hxx" -#include "optsitem.hxx" -#include "FrameView.hxx" -#include "DrawDocShell.hxx" +#include <optsitem.hxx> +#include <FrameView.hxx> +#include <DrawDocShell.hxx> -#include "app.hrc" +#include <app.hrc> -#include "slideshow.hxx" +#include <slideshow.hxx> class SfxViewFrame; class SfxRequest; diff --git a/sd/source/ui/slideshow/slideshowviewimpl.cxx b/sd/source/ui/slideshow/slideshowviewimpl.cxx index 575caa7fd107..201b6e44e979 100644 --- a/sd/source/ui/slideshow/slideshowviewimpl.cxx +++ b/sd/source/ui/slideshow/slideshowviewimpl.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <slideshowviewimpl.hxx> -#include <slideshowimpl.hxx> +#include "slideshowviewimpl.hxx" +#include "slideshowimpl.hxx" #include <osl/mutex.hxx> #include <com/sun/star/awt/Pointer.hpp> diff --git a/sd/source/ui/slideshow/slideshowviewimpl.hxx b/sd/source/ui/slideshow/slideshowviewimpl.hxx index bbd9c15904d9..d330accb58c4 100644 --- a/sd/source/ui/slideshow/slideshowviewimpl.hxx +++ b/sd/source/ui/slideshow/slideshowviewimpl.hxx @@ -50,20 +50,20 @@ #include <svx/fmshell.hxx> #include <svx/svxids.hrc> -#include "sdmod.hxx" -#include "cusshow.hxx" -#include "ViewShellBase.hxx" -#include "PresentationViewShell.hxx" -#include "ViewShell.hxx" -#include "drawview.hxx" -#include "slideshow.hxx" -#include "drawdoc.hxx" +#include <sdmod.hxx> +#include <cusshow.hxx> +#include <ViewShellBase.hxx> +#include <PresentationViewShell.hxx> +#include <ViewShell.hxx> +#include <drawview.hxx> +#include <slideshow.hxx> +#include <drawdoc.hxx> #include "showwindow.hxx" -#include "optsitem.hxx" -#include "FrameView.hxx" -#include "DrawDocShell.hxx" +#include <optsitem.hxx> +#include <FrameView.hxx> +#include <DrawDocShell.hxx> -#include "app.hrc" +#include <app.hrc> namespace sd { diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx index c26da7a5cab1..03f3d125fe78 100644 --- a/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx +++ b/sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx @@ -23,8 +23,8 @@ #include "SlsBitmapCompressor.hxx" #include "SlsCacheConfiguration.hxx" -#include "sdpage.hxx" -#include "drawdoc.hxx" +#include <sdpage.hxx> +#include <drawdoc.hxx> // Define the default value for the maximal cache size that is used for // previews that are currently not visible. The visible previews are all diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx b/sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx index cb18c6efad25..467d121d84c6 100644 --- a/sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx +++ b/sd/source/ui/slidesorter/cache/SlsBitmapFactory.cxx @@ -19,12 +19,12 @@ #include "SlsBitmapFactory.hxx" -#include "PreviewRenderer.hxx" -#include "view/SlideSorterView.hxx" -#include "sdpage.hxx" -#include "Window.hxx" +#include <PreviewRenderer.hxx> +#include <view/SlideSorterView.hxx> +#include <sdpage.hxx> +#include <Window.hxx> #include <drawdoc.hxx> -#include "DrawDocShell.hxx" +#include <DrawDocShell.hxx> #include <svx/svdtypes.hxx> #include <svx/svdpage.hxx> #include <vcl/bitmapex.hxx> diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx b/sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx index af4323b64b1b..034ff6e4d018 100644 --- a/sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx +++ b/sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_CACHE_SLSBITMAPFACTORY_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_CACHE_SLSBITMAPFACTORY_HXX -#include "PreviewRenderer.hxx" +#include <PreviewRenderer.hxx> #include <memory> class SdPage; diff --git a/sd/source/ui/slidesorter/cache/SlsGenericPageCache.cxx b/sd/source/ui/slidesorter/cache/SlsGenericPageCache.cxx index 4adac147c359..f09318faff32 100644 --- a/sd/source/ui/slidesorter/cache/SlsGenericPageCache.cxx +++ b/sd/source/ui/slidesorter/cache/SlsGenericPageCache.cxx @@ -22,10 +22,10 @@ #include "SlsQueueProcessor.hxx" #include "SlsRequestPriorityClass.hxx" #include "SlsRequestFactory.hxx" -#include "cache/SlsPageCacheManager.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "controller/SlideSorterController.hxx" +#include <cache/SlsPageCacheManager.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <controller/SlideSorterController.hxx> namespace sd { namespace slidesorter { namespace cache { diff --git a/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx b/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx index 41e7fe62a65a..b0794a0496d0 100644 --- a/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx +++ b/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_CACHE_SLSGENERICPAGECACHE_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_CACHE_SLSGENERICPAGECACHE_HXX -#include "SlideSorter.hxx" +#include <SlideSorter.hxx> #include "SlsRequestQueue.hxx" #include <memory> diff --git a/sd/source/ui/slidesorter/cache/SlsPageCache.cxx b/sd/source/ui/slidesorter/cache/SlsPageCache.cxx index 845bac41d5b7..57636708bbfd 100644 --- a/sd/source/ui/slidesorter/cache/SlsPageCache.cxx +++ b/sd/source/ui/slidesorter/cache/SlsPageCache.cxx @@ -20,8 +20,8 @@ #include <tools/gen.hxx> #include "SlsGenericPageCache.hxx" #include "SlsRequestFactory.hxx" -#include "cache/SlsPageCache.hxx" -#include "model/SlideSorterModel.hxx" +#include <cache/SlsPageCache.hxx> +#include <model/SlideSorterModel.hxx> using namespace ::com::sun::star; diff --git a/sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx b/sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx index a7affa3b1814..14a810712dfe 100644 --- a/sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx +++ b/sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cache/SlsPageCacheManager.hxx" +#include <cache/SlsPageCacheManager.hxx> #include "SlsBitmapCache.hxx" -#include "view/SlideSorterView.hxx" -#include "model/SlideSorterModel.hxx" +#include <view/SlideSorterView.hxx> +#include <model/SlideSorterModel.hxx> #include <deque> #include <map> diff --git a/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx b/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx index 0734decad408..a568dccb4c64 100644 --- a/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx +++ b/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx @@ -20,14 +20,14 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_CACHE_SLSQUEUEPROCESSOR_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_CACHE_SLSQUEUEPROCESSOR_HXX -#include "cache/SlsPageCache.hxx" +#include <cache/SlsPageCache.hxx> #include "SlsRequestPriorityClass.hxx" #include "SlsBitmapFactory.hxx" -#include "view/SlideSorterView.hxx" -#include "tools/IdleDetection.hxx" +#include <view/SlideSorterView.hxx> +#include <tools/IdleDetection.hxx> #include "SlsBitmapCache.hxx" -#include "sdpage.hxx" -#include "Window.hxx" +#include <sdpage.hxx> +#include <Window.hxx> #include <svx/svdpagv.hxx> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/slidesorter/cache/SlsRequestFactory.cxx b/sd/source/ui/slidesorter/cache/SlsRequestFactory.cxx index 3bda7baa7d0c..b18b585196e5 100644 --- a/sd/source/ui/slidesorter/cache/SlsRequestFactory.cxx +++ b/sd/source/ui/slidesorter/cache/SlsRequestFactory.cxx @@ -20,10 +20,10 @@ #include "SlsRequestFactory.hxx" #include "SlsGenericPageCache.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "model/SlsPageEnumerationProvider.hxx" -#include "view/SlideSorterView.hxx" +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <model/SlsPageEnumerationProvider.hxx> +#include <view/SlideSorterView.hxx> #include <svx/svdpagv.hxx> #include <svx/sdrpagewindow.hxx> #include <svx/sdr/contact/viewcontact.hxx> diff --git a/sd/source/ui/slidesorter/cache/SlsRequestFactory.hxx b/sd/source/ui/slidesorter/cache/SlsRequestFactory.hxx index 8d86fbd73ce2..ea87133a8f5d 100644 --- a/sd/source/ui/slidesorter/cache/SlsRequestFactory.hxx +++ b/sd/source/ui/slidesorter/cache/SlsRequestFactory.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_CACHE_SLSREQUESTFACTORY_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_CACHE_SLSREQUESTFACTORY_HXX -#include "cache/SlsCacheContext.hxx" +#include <cache/SlsCacheContext.hxx> namespace sd { namespace slidesorter { namespace cache { diff --git a/sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx b/sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx index e4f760ca6c41..ba83e1657bfa 100644 --- a/sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx +++ b/sd/source/ui/slidesorter/cache/SlsRequestQueue.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_CACHE_SLSREQUESTQUEUE_HXX #include "SlsRequestPriorityClass.hxx" -#include "cache/SlsCacheContext.hxx" +#include <cache/SlsCacheContext.hxx> #include <drawdoc.hxx> #include <osl/mutex.hxx> #include <svx/sdrpageuser.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx index 52d102f2c42b..9107111302e4 100644 --- a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx +++ b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx @@ -17,52 +17,52 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "controller/SlideSorterController.hxx" +#include <controller/SlideSorterController.hxx> -#include "SlideSorter.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlsSelectionFunction.hxx" -#include "controller/SlsProperties.hxx" -#include "controller/SlsCurrentSlideManager.hxx" +#include <SlideSorter.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlsSelectionFunction.hxx> +#include <controller/SlsProperties.hxx> +#include <controller/SlsCurrentSlideManager.hxx> #include "SlsListener.hxx" -#include "controller/SlsFocusManager.hxx" -#include "controller/SlsAnimator.hxx" -#include "controller/SlsClipboard.hxx" -#include "controller/SlsInsertionIndicatorHandler.hxx" -#include "controller/SlsScrollBarManager.hxx" -#include "controller/SlsSelectionManager.hxx" -#include "controller/SlsSlotManager.hxx" -#include "controller/SlsTransferableData.hxx" -#include "controller/SlsVisibleAreaManager.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageEnumerationProvider.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsLayouter.hxx" -#include "view/SlsFontProvider.hxx" -#include "view/SlsPageObjectLayouter.hxx" -#include "view/SlsPageObjectPainter.hxx" -#include "view/SlsTheme.hxx" -#include "view/SlsToolTip.hxx" -#include "cache/SlsPageCache.hxx" -#include "cache/SlsPageCacheManager.hxx" - -#include "drawdoc.hxx" -#include "DrawViewShell.hxx" -#include "ViewShellBase.hxx" -#include "Window.hxx" -#include "FrameView.hxx" -#include "DrawDocShell.hxx" -#include "sdpage.hxx" - -#include "sdresid.hxx" -#include "strings.hrc" -#include "app.hrc" -#include "sdmod.hxx" -#include "sdxfer.hxx" -#include "ViewShellHint.hxx" -#include "AccessibleSlideSorterView.hxx" -#include "AccessibleSlideSorterObject.hxx" +#include <controller/SlsFocusManager.hxx> +#include <controller/SlsAnimator.hxx> +#include <controller/SlsClipboard.hxx> +#include <controller/SlsInsertionIndicatorHandler.hxx> +#include <controller/SlsScrollBarManager.hxx> +#include <controller/SlsSelectionManager.hxx> +#include <controller/SlsSlotManager.hxx> +#include <controller/SlsTransferableData.hxx> +#include <controller/SlsVisibleAreaManager.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageEnumerationProvider.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsLayouter.hxx> +#include <view/SlsFontProvider.hxx> +#include <view/SlsPageObjectLayouter.hxx> +#include <view/SlsPageObjectPainter.hxx> +#include <view/SlsTheme.hxx> +#include <view/SlsToolTip.hxx> +#include <cache/SlsPageCache.hxx> +#include <cache/SlsPageCacheManager.hxx> + +#include <drawdoc.hxx> +#include <DrawViewShell.hxx> +#include <ViewShellBase.hxx> +#include <Window.hxx> +#include <FrameView.hxx> +#include <DrawDocShell.hxx> +#include <sdpage.hxx> + +#include <sdresid.hxx> +#include <strings.hrc> +#include <app.hrc> +#include <sdmod.hxx> +#include <sdxfer.hxx> +#include <ViewShellHint.hxx> +#include <AccessibleSlideSorterView.hxx> +#include <AccessibleSlideSorterObject.hxx> #include <vcl/window.hxx> #include <svx/svdopage.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlsAnimationFunction.cxx b/sd/source/ui/slidesorter/controller/SlsAnimationFunction.cxx index 3527bda5e98a..7b0e341ea332 100644 --- a/sd/source/ui/slidesorter/controller/SlsAnimationFunction.cxx +++ b/sd/source/ui/slidesorter/controller/SlsAnimationFunction.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "controller/SlsAnimationFunction.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "view/SlideSorterView.hxx" +#include <controller/SlsAnimationFunction.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <view/SlideSorterView.hxx> #include <osl/diagnose.hxx> #include <rtl/math.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlsAnimator.cxx b/sd/source/ui/slidesorter/controller/SlsAnimator.cxx index fd6a63ebdf6a..f5afb22c7c5f 100644 --- a/sd/source/ui/slidesorter/controller/SlsAnimator.cxx +++ b/sd/source/ui/slidesorter/controller/SlsAnimator.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "controller/SlsAnimator.hxx" -#include "view/SlideSorterView.hxx" -#include "View.hxx" +#include <controller/SlsAnimator.hxx> +#include <view/SlideSorterView.hxx> +#include <View.hxx> namespace sd { namespace slidesorter { namespace controller { diff --git a/sd/source/ui/slidesorter/controller/SlsClipboard.cxx b/sd/source/ui/slidesorter/controller/SlsClipboard.cxx index 826ca1f60aaf..42f91e1a3ce1 100644 --- a/sd/source/ui/slidesorter/controller/SlsClipboard.cxx +++ b/sd/source/ui/slidesorter/controller/SlsClipboard.cxx @@ -17,48 +17,48 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "controller/SlsClipboard.hxx" - -#include "SlideSorterViewShell.hxx" -#include "SlideSorter.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "model/SlsPageEnumerationProvider.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsTheme.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsInsertionIndicatorHandler.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlsSelectionFunction.hxx" -#include "controller/SlsCurrentSlideManager.hxx" -#include "controller/SlsScrollBarManager.hxx" -#include "controller/SlsFocusManager.hxx" -#include "controller/SlsSelectionManager.hxx" -#include "controller/SlsTransferableData.hxx" -#include "controller/SlsSelectionObserver.hxx" -#include "controller/SlsVisibleAreaManager.hxx" -#include "cache/SlsPageCache.hxx" - -#include "ViewShellBase.hxx" -#include "View.hxx" -#include "DrawViewShell.hxx" -#include "Window.hxx" -#include "fupoor.hxx" -#include "fuzoom.hxx" -#include "fucushow.hxx" -#include "fusldlg.hxx" -#include "fuexpand.hxx" -#include "fusumry.hxx" -#include "app.hrc" -#include "strings.hrc" -#include "sdresid.hxx" -#include "sdxfer.hxx" -#include "sdmod.hxx" -#include "ins_paste.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "sdpage.hxx" -#include "sdtreelb.hxx" +#include <controller/SlsClipboard.hxx> + +#include <SlideSorterViewShell.hxx> +#include <SlideSorter.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <model/SlsPageEnumerationProvider.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsTheme.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsInsertionIndicatorHandler.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlsSelectionFunction.hxx> +#include <controller/SlsCurrentSlideManager.hxx> +#include <controller/SlsScrollBarManager.hxx> +#include <controller/SlsFocusManager.hxx> +#include <controller/SlsSelectionManager.hxx> +#include <controller/SlsTransferableData.hxx> +#include <controller/SlsSelectionObserver.hxx> +#include <controller/SlsVisibleAreaManager.hxx> +#include <cache/SlsPageCache.hxx> + +#include <ViewShellBase.hxx> +#include <View.hxx> +#include <DrawViewShell.hxx> +#include <Window.hxx> +#include <fupoor.hxx> +#include <fuzoom.hxx> +#include <fucushow.hxx> +#include <fusldlg.hxx> +#include <fuexpand.hxx> +#include <fusumry.hxx> +#include <app.hrc> +#include <strings.hrc> +#include <sdresid.hxx> +#include <sdxfer.hxx> +#include <sdmod.hxx> +#include <ins_paste.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <sdpage.hxx> +#include <sdtreelb.hxx> #include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> #include <sfx2/request.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlsCurrentSlideManager.cxx b/sd/source/ui/slidesorter/controller/SlsCurrentSlideManager.cxx index 47d2aa64e00c..0afd2d78809b 100644 --- a/sd/source/ui/slidesorter/controller/SlsCurrentSlideManager.cxx +++ b/sd/source/ui/slidesorter/controller/SlsCurrentSlideManager.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "SlideSorter.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsCurrentSlideManager.hxx" -#include "controller/SlsFocusManager.hxx" -#include "view/SlideSorterView.hxx" -#include "ViewShellBase.hxx" -#include "ViewShell.hxx" -#include "DrawViewShell.hxx" -#include "sdpage.hxx" -#include "FrameView.hxx" +#include <SlideSorter.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsCurrentSlideManager.hxx> +#include <controller/SlsFocusManager.hxx> +#include <view/SlideSorterView.hxx> +#include <ViewShellBase.hxx> +#include <ViewShell.hxx> +#include <DrawViewShell.hxx> +#include <sdpage.hxx> +#include <FrameView.hxx> #include <com/sun/star/beans/XPropertySet.hpp> using namespace ::com::sun::star; diff --git a/sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx b/sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx index a9e18419a491..b32e72878a79 100644 --- a/sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx +++ b/sd/source/ui/slidesorter/controller/SlsDragAndDropContext.cxx @@ -19,22 +19,22 @@ #include "SlsDragAndDropContext.hxx" -#include "SlideSorter.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageEnumerationProvider.hxx" -#include "view/SlideSorterView.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsInsertionIndicatorHandler.hxx" -#include "controller/SlsScrollBarManager.hxx" -#include "controller/SlsProperties.hxx" -#include "controller/SlsSelectionFunction.hxx" -#include "controller/SlsSelectionManager.hxx" -#include "controller/SlsClipboard.hxx" -#include "controller/SlsTransferableData.hxx" -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "app.hrc" -#include "sdtreelb.hxx" +#include <SlideSorter.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageEnumerationProvider.hxx> +#include <view/SlideSorterView.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsInsertionIndicatorHandler.hxx> +#include <controller/SlsScrollBarManager.hxx> +#include <controller/SlsProperties.hxx> +#include <controller/SlsSelectionFunction.hxx> +#include <controller/SlsSelectionManager.hxx> +#include <controller/SlsClipboard.hxx> +#include <controller/SlsTransferableData.hxx> +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <app.hrc> +#include <sdtreelb.hxx> #include <sfx2/bindings.hxx> namespace sd { namespace slidesorter { namespace controller { diff --git a/sd/source/ui/slidesorter/controller/SlsDragAndDropContext.hxx b/sd/source/ui/slidesorter/controller/SlsDragAndDropContext.hxx index 60547a8489ff..1b36791d2ff5 100644 --- a/sd/source/ui/slidesorter/controller/SlsDragAndDropContext.hxx +++ b/sd/source/ui/slidesorter/controller/SlsDragAndDropContext.hxx @@ -22,8 +22,8 @@ #include <tools/gen.hxx> -#include "model/SlsSharedPageDescriptor.hxx" -#include "controller/SlsInsertionIndicatorHandler.hxx" +#include <model/SlsSharedPageDescriptor.hxx> +#include <controller/SlsInsertionIndicatorHandler.hxx> #include <vector> namespace sd { namespace slidesorter { diff --git a/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx b/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx index 3ee0bb0677d0..fa8af54a284a 100644 --- a/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx +++ b/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx @@ -17,21 +17,21 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "controller/SlsFocusManager.hxx" - -#include "SlideSorter.hxx" -#include "PaneDockingWindow.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsCurrentSlideManager.hxx" -#include "controller/SlsVisibleAreaManager.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsLayouter.hxx" +#include <controller/SlsFocusManager.hxx> + +#include <SlideSorter.hxx> +#include <PaneDockingWindow.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsCurrentSlideManager.hxx> +#include <controller/SlsVisibleAreaManager.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsLayouter.hxx> #include <vcl/toolbox.hxx> -#include "Window.hxx" -#include "sdpage.hxx" +#include <Window.hxx> +#include <sdpage.hxx> namespace sd { namespace slidesorter { namespace controller { diff --git a/sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler.cxx b/sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler.cxx index f162147acdd5..250c7e68bcc6 100644 --- a/sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler.cxx +++ b/sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "controller/SlsInsertionIndicatorHandler.hxx" -#include "controller/SlsProperties.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsLayouter.hxx" -#include "view/SlsInsertionIndicatorOverlay.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageEnumerationProvider.hxx" +#include <controller/SlsInsertionIndicatorHandler.hxx> +#include <controller/SlsProperties.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsLayouter.hxx> +#include <view/SlsInsertionIndicatorOverlay.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageEnumerationProvider.hxx> #include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> -#include "SlideSorter.hxx" +#include <SlideSorter.hxx> using namespace ::com::sun::star::datatransfer::dnd::DNDConstants; diff --git a/sd/source/ui/slidesorter/controller/SlsListener.cxx b/sd/source/ui/slidesorter/controller/SlsListener.cxx index c4907d82ffd6..f2342c698b1e 100644 --- a/sd/source/ui/slidesorter/controller/SlsListener.cxx +++ b/sd/source/ui/slidesorter/controller/SlsListener.cxx @@ -19,27 +19,27 @@ #include "SlsListener.hxx" -#include "SlideSorter.hxx" -#include "SlideSorterViewShell.hxx" -#include "ViewShellHint.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlsCurrentSlideManager.hxx" -#include "controller/SlsSelectionManager.hxx" -#include "controller/SlsSelectionObserver.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageEnumerationProvider.hxx" -#include "view/SlideSorterView.hxx" -#include "cache/SlsPageCache.hxx" -#include "cache/SlsPageCacheManager.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" - -#include "strings.hrc" -#include "ViewShellBase.hxx" -#include "ViewShellManager.hxx" -#include "FrameView.hxx" -#include "EventMultiplexer.hxx" +#include <SlideSorter.hxx> +#include <SlideSorterViewShell.hxx> +#include <ViewShellHint.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlsCurrentSlideManager.hxx> +#include <controller/SlsSelectionManager.hxx> +#include <controller/SlsSelectionObserver.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageEnumerationProvider.hxx> +#include <view/SlideSorterView.hxx> +#include <cache/SlsPageCache.hxx> +#include <cache/SlsPageCacheManager.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> + +#include <strings.hrc> +#include <ViewShellBase.hxx> +#include <ViewShellManager.hxx> +#include <FrameView.hxx> +#include <EventMultiplexer.hxx> #include <com/sun/star/document/XEventBroadcaster.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/frame/FrameActionEvent.hpp> diff --git a/sd/source/ui/slidesorter/controller/SlsListener.hxx b/sd/source/ui/slidesorter/controller/SlsListener.hxx index 3b0d26e619d8..887ebcea7c58 100644 --- a/sd/source/ui/slidesorter/controller/SlsListener.hxx +++ b/sd/source/ui/slidesorter/controller/SlsListener.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_CONTROLLER_SLSLISTENER_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_CONTROLLER_SLSLISTENER_HXX -#include "MutexOwner.hxx" -#include "controller/SlideSorterController.hxx" +#include <MutexOwner.hxx> +#include <controller/SlideSorterController.hxx> #include <com/sun/star/document/XEventListener.hpp> #include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/accessibility/XAccessibleEventListener.hpp> diff --git a/sd/source/ui/slidesorter/controller/SlsPageSelector.cxx b/sd/source/ui/slidesorter/controller/SlsPageSelector.cxx index 4f9e91473a35..1115d05227a9 100644 --- a/sd/source/ui/slidesorter/controller/SlsPageSelector.cxx +++ b/sd/source/ui/slidesorter/controller/SlsPageSelector.cxx @@ -17,24 +17,24 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "controller/SlsPageSelector.hxx" - -#include "SlideSorter.hxx" -#include "SlideSorterViewShell.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsSelectionManager.hxx" -#include "controller/SlsAnimator.hxx" -#include "controller/SlsCurrentSlideManager.hxx" -#include "controller/SlsVisibleAreaManager.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "model/SlsPageEnumerationProvider.hxx" -#include "model/SlideSorterModel.hxx" -#include "view/SlideSorterView.hxx" - -#include "sdpage.hxx" -#include "ViewShell.hxx" -#include "DrawViewShell.hxx" -#include "ViewShellBase.hxx" +#include <controller/SlsPageSelector.hxx> + +#include <SlideSorter.hxx> +#include <SlideSorterViewShell.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsSelectionManager.hxx> +#include <controller/SlsAnimator.hxx> +#include <controller/SlsCurrentSlideManager.hxx> +#include <controller/SlsVisibleAreaManager.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <model/SlsPageEnumerationProvider.hxx> +#include <model/SlideSorterModel.hxx> +#include <view/SlideSorterView.hxx> + +#include <sdpage.hxx> +#include <ViewShell.hxx> +#include <DrawViewShell.hxx> +#include <ViewShellBase.hxx> #include <com/sun/star/drawing/XDrawView.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <memory> diff --git a/sd/source/ui/slidesorter/controller/SlsProperties.cxx b/sd/source/ui/slidesorter/controller/SlsProperties.cxx index 94c3de902cb9..d635d44229af 100644 --- a/sd/source/ui/slidesorter/controller/SlsProperties.cxx +++ b/sd/source/ui/slidesorter/controller/SlsProperties.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "controller/SlsProperties.hxx" +#include <controller/SlsProperties.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx b/sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx index ccf42d0db77e..9d34a23dbb2c 100644 --- a/sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx +++ b/sd/source/ui/slidesorter/controller/SlsScrollBarManager.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "controller/SlsScrollBarManager.hxx" - -#include "SlideSorter.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsVisibleAreaManager.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsLayouter.hxx" -#include "view/SlsTheme.hxx" -#include "Window.hxx" -#include "sdpage.hxx" +#include <controller/SlsScrollBarManager.hxx> + +#include <SlideSorter.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsVisibleAreaManager.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsLayouter.hxx> +#include <view/SlsTheme.hxx> +#include <Window.hxx> +#include <sdpage.hxx> #include <vcl/scrbar.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx index 0a3fbfe812e7..b299f00ed748 100644 --- a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx +++ b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx @@ -22,42 +22,42 @@ #include <cstdlib> -#include "controller/SlsSelectionFunction.hxx" +#include <controller/SlsSelectionFunction.hxx> -#include "SlideSorter.hxx" -#include "SlideSorterViewShell.hxx" +#include <SlideSorter.hxx> +#include <SlideSorterViewShell.hxx> #include "SlsDragAndDropContext.hxx" -#include "controller/SlsTransferableData.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlsFocusManager.hxx" -#include "controller/SlsScrollBarManager.hxx" -#include "controller/SlsClipboard.hxx" -#include "controller/SlsCurrentSlideManager.hxx" -#include "controller/SlsInsertionIndicatorHandler.hxx" -#include "controller/SlsSelectionManager.hxx" -#include "controller/SlsProperties.hxx" -#include "controller/SlsSlotManager.hxx" -#include "controller/SlsVisibleAreaManager.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "model/SlsPageEnumerationProvider.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsLayouter.hxx" -#include "view/SlsPageObjectLayouter.hxx" -#include "framework/FrameworkHelper.hxx" -#include "ViewShellBase.hxx" -#include "DrawController.hxx" -#include "Window.hxx" -#include "sdpage.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "sdxfer.hxx" -#include "ViewShell.hxx" -#include "FrameView.hxx" -#include "app.hrc" -#include "sdresid.hxx" -#include "strings.hrc" +#include <controller/SlsTransferableData.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlsFocusManager.hxx> +#include <controller/SlsScrollBarManager.hxx> +#include <controller/SlsClipboard.hxx> +#include <controller/SlsCurrentSlideManager.hxx> +#include <controller/SlsInsertionIndicatorHandler.hxx> +#include <controller/SlsSelectionManager.hxx> +#include <controller/SlsProperties.hxx> +#include <controller/SlsSlotManager.hxx> +#include <controller/SlsVisibleAreaManager.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <model/SlsPageEnumerationProvider.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsLayouter.hxx> +#include <view/SlsPageObjectLayouter.hxx> +#include <framework/FrameworkHelper.hxx> +#include <ViewShellBase.hxx> +#include <DrawController.hxx> +#include <Window.hxx> +#include <sdpage.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <sdxfer.hxx> +#include <ViewShell.hxx> +#include <FrameView.hxx> +#include <app.hrc> +#include <sdresid.hxx> +#include <strings.hrc> #include <o3tl/deleter.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/dispatch.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx index 6f4c15ac059e..156427c820ea 100644 --- a/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx +++ b/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxx @@ -17,37 +17,37 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "controller/SlsSelectionManager.hxx" - -#include "SlideSorter.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsAnimator.hxx" -#include "controller/SlsAnimationFunction.hxx" -#include "controller/SlsCurrentSlideManager.hxx" -#include "controller/SlsFocusManager.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlsProperties.hxx" -#include "controller/SlsScrollBarManager.hxx" -#include "controller/SlsSlotManager.hxx" -#include "controller/SlsSelectionObserver.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageEnumerationProvider.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsLayouter.hxx" -#include "drawdoc.hxx" -#include "drawview.hxx" -#include "DrawViewShell.hxx" -#include "ViewShellBase.hxx" -#include "Window.hxx" +#include <controller/SlsSelectionManager.hxx> + +#include <SlideSorter.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsAnimator.hxx> +#include <controller/SlsAnimationFunction.hxx> +#include <controller/SlsCurrentSlideManager.hxx> +#include <controller/SlsFocusManager.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlsProperties.hxx> +#include <controller/SlsScrollBarManager.hxx> +#include <controller/SlsSlotManager.hxx> +#include <controller/SlsSelectionObserver.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageEnumerationProvider.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsLayouter.hxx> +#include <drawdoc.hxx> +#include <drawview.hxx> +#include <DrawViewShell.hxx> +#include <ViewShellBase.hxx> +#include <Window.hxx> #include <svx/svxids.hrc> #include <com/sun/star/drawing/XMasterPagesSupplier.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> -#include "sdresid.hxx" -#include "strings.hrc" -#include "app.hrc" +#include <sdresid.hxx> +#include <strings.hrc> +#include <app.hrc> using namespace ::com::sun::star; using namespace ::com::sun::star::drawing; diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx index 33f5da8b11bf..76f7638b2275 100644 --- a/sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx +++ b/sd/source/ui/slidesorter/controller/SlsSelectionObserver.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "SlideSorter.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsSelectionManager.hxx" -#include "controller/SlsSelectionObserver.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlsFocusManager.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" +#include <SlideSorter.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsSelectionManager.hxx> +#include <controller/SlsSelectionObserver.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlsFocusManager.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> #include <svx/svdmodel.hxx> -#include "drawdoc.hxx" +#include <drawdoc.hxx> namespace sd { namespace slidesorter { namespace controller { diff --git a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx index cd32300cef74..a21f520af711 100644 --- a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx +++ b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx @@ -21,49 +21,49 @@ #include <editeng/outlobj.hxx> -#include "controller/SlsSlotManager.hxx" -#include "SlideSorter.hxx" -#include "SlideSorterViewShell.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsClipboard.hxx" -#include "controller/SlsCurrentSlideManager.hxx" -#include "controller/SlsFocusManager.hxx" -#include "controller/SlsInsertionIndicatorHandler.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlsSelectionFunction.hxx" -#include "controller/SlsSelectionManager.hxx" -#include "controller/SlsSelectionObserver.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageEnumerationProvider.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsLayouter.hxx" -#include "framework/FrameworkHelper.hxx" -#include "Window.hxx" -#include "fupoor.hxx" -#include "fuzoom.hxx" -#include "fucushow.hxx" -#include "fusldlg.hxx" -#include "fuexpand.hxx" -#include "fusumry.hxx" -#include "fuscale.hxx" -#include "slideshow.hxx" -#include "app.hrc" -#include "strings.hrc" -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "ViewShellBase.hxx" -#include "ViewShellImplementation.hxx" -#include "sdattr.hxx" -#include "FrameView.hxx" -#include "zoomlist.hxx" -#include "sdpage.hxx" -#include "sdxfer.hxx" -#include "helpids.h" -#include "unmodpg.hxx" -#include "DrawViewShell.hxx" -#include "sdabstdlg.hxx" +#include <controller/SlsSlotManager.hxx> +#include <SlideSorter.hxx> +#include <SlideSorterViewShell.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsClipboard.hxx> +#include <controller/SlsCurrentSlideManager.hxx> +#include <controller/SlsFocusManager.hxx> +#include <controller/SlsInsertionIndicatorHandler.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlsSelectionFunction.hxx> +#include <controller/SlsSelectionManager.hxx> +#include <controller/SlsSelectionObserver.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageEnumerationProvider.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsLayouter.hxx> +#include <framework/FrameworkHelper.hxx> +#include <Window.hxx> +#include <fupoor.hxx> +#include <fuzoom.hxx> +#include <fucushow.hxx> +#include <fusldlg.hxx> +#include <fuexpand.hxx> +#include <fusumry.hxx> +#include <fuscale.hxx> +#include <slideshow.hxx> +#include <app.hrc> +#include <strings.hrc> +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <ViewShellBase.hxx> +#include <ViewShellImplementation.hxx> +#include <sdattr.hxx> +#include <FrameView.hxx> +#include <zoomlist.hxx> +#include <sdpage.hxx> +#include <sdxfer.hxx> +#include <helpids.h> +#include <unmodpg.hxx> +#include <DrawViewShell.hxx> +#include <sdabstdlg.hxx> #include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx b/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx index f2935097d846..946e54bf86af 100644 --- a/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx +++ b/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "controller/SlsTransferableData.hxx" +#include <controller/SlsTransferableData.hxx> -#include "SlideSorterViewShell.hxx" -#include "View.hxx" +#include <SlideSorterViewShell.hxx> +#include <View.hxx> namespace sd { namespace slidesorter { namespace controller { diff --git a/sd/source/ui/slidesorter/controller/SlsVisibleAreaManager.cxx b/sd/source/ui/slidesorter/controller/SlsVisibleAreaManager.cxx index 1c84ec86160a..4aff45add4de 100644 --- a/sd/source/ui/slidesorter/controller/SlsVisibleAreaManager.cxx +++ b/sd/source/ui/slidesorter/controller/SlsVisibleAreaManager.cxx @@ -21,12 +21,12 @@ #include <cstdlib> -#include "controller/SlsVisibleAreaManager.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsProperties.hxx" -#include "controller/SlsAnimationFunction.hxx" -#include "controller/SlsScrollBarManager.hxx" -#include "controller/SlsCurrentSlideManager.hxx" +#include <controller/SlsVisibleAreaManager.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsProperties.hxx> +#include <controller/SlsAnimationFunction.hxx> +#include <controller/SlsScrollBarManager.hxx> +#include <controller/SlsCurrentSlideManager.hxx> namespace sd { namespace slidesorter { namespace controller { diff --git a/sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx b/sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx index 78811286e585..ecf4c0da8491 100644 --- a/sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx +++ b/sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CACHE_SLSPAGECACHE_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CACHE_SLSPAGECACHE_HXX -#include "cache/SlsCacheContext.hxx" +#include <cache/SlsCacheContext.hxx> #include <sal/types.h> #include <vcl/bitmap.hxx> #include <memory> diff --git a/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx b/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx index 60c6f58a9fe0..dbc937e4a537 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLIDESORTERCONTROLLER_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLIDESORTERCONTROLLER_HXX -#include "model/SlsSharedPageDescriptor.hxx" -#include "ViewShell.hxx" +#include <model/SlsSharedPageDescriptor.hxx> +#include <ViewShell.hxx> #include <com/sun/star/drawing/XDrawPages.hpp> @@ -30,7 +30,7 @@ #include <tools/link.hxx> #include <tools/gen.hxx> -#include "sddllapi.h" +#include <sddllapi.h> #include <memory> diff --git a/sd/source/ui/slidesorter/inc/controller/SlsAnimationFunction.hxx b/sd/source/ui/slidesorter/inc/controller/SlsAnimationFunction.hxx index 59509a7a23dc..485dd47d3119 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsAnimationFunction.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsAnimationFunction.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSANIMATIONFUNCTION_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSANIMATIONFUNCTION_HXX -#include "model/SlsSharedPageDescriptor.hxx" +#include <model/SlsSharedPageDescriptor.hxx> #include <basegfx/point/b2dpoint.hxx> #include <functional> diff --git a/sd/source/ui/slidesorter/inc/controller/SlsAnimator.hxx b/sd/source/ui/slidesorter/inc/controller/SlsAnimator.hxx index 855994d7234c..ae6ec2d8fae8 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsAnimator.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsAnimator.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSANIMATOR_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSANIMATOR_HXX -#include "SlideSorter.hxx" -#include "view/SlideSorterView.hxx" +#include <SlideSorter.hxx> +#include <view/SlideSorterView.hxx> #include <canvas/elapsedtime.hxx> #include <vcl/timer.hxx> #include <vcl/idle.hxx> diff --git a/sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx b/sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx index 6e53e22e0564..241b310b3bf8 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx @@ -21,15 +21,15 @@ #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSCLIPBOARD_HXX #include <memory> -#include "ViewClipboard.hxx" -#include "controller/SlsSelectionObserver.hxx" -#include "sdxfer.hxx" +#include <ViewClipboard.hxx> +#include <controller/SlsSelectionObserver.hxx> +#include <sdxfer.hxx> #include <sal/types.h> #include <tools/solar.h> #include <svx/svdpage.hxx> -#include "sddllapi.h" +#include <sddllapi.h> #include <set> diff --git a/sd/source/ui/slidesorter/inc/controller/SlsCurrentSlideManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsCurrentSlideManager.hxx index 2ee4ecfa84cd..03816cd1a5a0 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsCurrentSlideManager.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsCurrentSlideManager.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSCURRENTSLIDEMANAGER_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSCURRENTSLIDEMANAGER_HXX -#include "model/SlsSharedPageDescriptor.hxx" +#include <model/SlsSharedPageDescriptor.hxx> #include <vcl/timer.hxx> #include <tools/link.hxx> #include <com/sun/star/drawing/XDrawPage.hpp> diff --git a/sd/source/ui/slidesorter/inc/controller/SlsInsertionIndicatorHandler.hxx b/sd/source/ui/slidesorter/inc/controller/SlsInsertionIndicatorHandler.hxx index f1d287173f60..6c6f9e2d621e 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsInsertionIndicatorHandler.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsInsertionIndicatorHandler.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSINSERTIONINDICATORHANDLER_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSINSERTIONINDICATORHANDLER_HXX -#include "view/SlsInsertAnimator.hxx" +#include <view/SlsInsertAnimator.hxx> -#include "view/SlsLayouter.hxx" -#include "sdxfer.hxx" +#include <view/SlsLayouter.hxx> +#include <sdxfer.hxx> namespace sd { namespace slidesorter { class SlideSorter; } } namespace sd { namespace slidesorter { namespace view { diff --git a/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx b/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx index d2e8b20c18c1..2a5e57e74e29 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx @@ -20,13 +20,13 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSPAGESELECTOR_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSPAGESELECTOR_HXX -#include "model/SlsSharedPageDescriptor.hxx" +#include <model/SlsSharedPageDescriptor.hxx> #include <com/sun/star/drawing/XDrawPage.hpp> #include <vector> #include <memory> -#include "sddllapi.h" +#include <sddllapi.h> class SdPage; diff --git a/sd/source/ui/slidesorter/inc/controller/SlsScrollBarManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsScrollBarManager.hxx index a544f4585726..cec4061a6a00 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsScrollBarManager.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsScrollBarManager.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSSCROLLBARMANAGER_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSSCROLLBARMANAGER_HXX -#include "SlideSorter.hxx" +#include <SlideSorter.hxx> #include <tools/link.hxx> #include <tools/gen.hxx> diff --git a/sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx b/sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx index 301a4cd3fed6..ddd54035eb93 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSSELECTIONFUNCTION_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSSELECTIONFUNCTION_HXX -#include "model/SlsSharedPageDescriptor.hxx" -#include "controller/SlsFocusManager.hxx" -#include "controller/SlsInsertionIndicatorHandler.hxx" -#include "fupoor.hxx" +#include <model/SlsSharedPageDescriptor.hxx> +#include <controller/SlsFocusManager.hxx> +#include <controller/SlsInsertionIndicatorHandler.hxx> +#include <fupoor.hxx> #include <svtools/transfer.hxx> #include <memory> diff --git a/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx index 6d8149a7af4b..7bc7c72bb0a5 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSSELECTIONMANAGER_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSSELECTIONMANAGER_HXX -#include "model/SlsSharedPageDescriptor.hxx" -#include "controller/SlsAnimator.hxx" +#include <model/SlsSharedPageDescriptor.hxx> +#include <controller/SlsAnimator.hxx> #include <sal/types.h> #include <tools/gen.hxx> #include <tools/link.hxx> diff --git a/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx index 9c8b950c8391..28b2bfeb18f7 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSSLOTMANAGER_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSSLOTMANAGER_HXX -#include "model/SlsSharedPageDescriptor.hxx" +#include <model/SlsSharedPageDescriptor.hxx> #include <tools/link.hxx> #include <queue> diff --git a/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx b/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx index 19a4d76f333a..bfc0be13bb71 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSTRANSFERABLEDATA_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSTRANSFERABLEDATA_HXX -#include "sdxfer.hxx" +#include <sdxfer.hxx> #include <vector> #include <functional> diff --git a/sd/source/ui/slidesorter/inc/controller/SlsVisibleAreaManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsVisibleAreaManager.hxx index 91610eaf7ede..aea0888fd214 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsVisibleAreaManager.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsVisibleAreaManager.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSVISIBLEAREAMANAGER_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_CONTROLLER_SLSVISIBLEAREAMANAGER_HXX -#include "controller/SlsAnimator.hxx" -#include "model/SlsSharedPageDescriptor.hxx" +#include <controller/SlsAnimator.hxx> +#include <model/SlsSharedPageDescriptor.hxx> #include <boost/optional.hpp> namespace sd { namespace slidesorter { namespace controller { diff --git a/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx b/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx index ad3bbcf0099a..0837c565e5a5 100644 --- a/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx +++ b/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx @@ -22,10 +22,10 @@ class SdDrawDocument; -#include "model/SlsPageEnumeration.hxx" -#include "model/SlsSharedPageDescriptor.hxx" +#include <model/SlsPageEnumeration.hxx> +#include <model/SlsSharedPageDescriptor.hxx> -#include "pres.hxx" +#include <pres.hxx> #include <com/sun/star/drawing/XDrawPage.hpp> #include <osl/mutex.hxx> #include <vcl/region.hxx> diff --git a/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx b/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx index 949f9f5b6034..a118f9c2683a 100644 --- a/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx +++ b/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_MODEL_SLSPAGEDESCRIPTOR_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_MODEL_SLSPAGEDESCRIPTOR_HXX -#include "model/SlsVisualState.hxx" +#include <model/SlsVisualState.hxx> #include <com/sun/star/drawing/XDrawPage.hpp> #include <tools/gen.hxx> #include <vcl/bitmap.hxx> diff --git a/sd/source/ui/slidesorter/inc/model/SlsPageEnumeration.hxx b/sd/source/ui/slidesorter/inc/model/SlsPageEnumeration.hxx index 1c43e39034de..12a36cac7b8c 100644 --- a/sd/source/ui/slidesorter/inc/model/SlsPageEnumeration.hxx +++ b/sd/source/ui/slidesorter/inc/model/SlsPageEnumeration.hxx @@ -22,10 +22,10 @@ #include <sal/types.h> -#include "pres.hxx" +#include <pres.hxx> -#include "model/SlsEnumeration.hxx" -#include "model/SlsSharedPageDescriptor.hxx" +#include <model/SlsEnumeration.hxx> +#include <model/SlsSharedPageDescriptor.hxx> #include <functional> #include <memory> diff --git a/sd/source/ui/slidesorter/inc/model/SlsPageEnumerationProvider.hxx b/sd/source/ui/slidesorter/inc/model/SlsPageEnumerationProvider.hxx index ae70b27051ec..b62f3dedcf8d 100644 --- a/sd/source/ui/slidesorter/inc/model/SlsPageEnumerationProvider.hxx +++ b/sd/source/ui/slidesorter/inc/model/SlsPageEnumerationProvider.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_MODEL_SLSPAGEENUMERATIONPROVIDER_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_MODEL_SLSPAGEENUMERATIONPROVIDER_HXX -#include "model/SlsPageEnumeration.hxx" +#include <model/SlsPageEnumeration.hxx> namespace sd { namespace slidesorter { namespace model { diff --git a/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx b/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx index 57bf311e23ce..a8349967e801 100644 --- a/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx +++ b/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx @@ -20,15 +20,15 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLIDESORTERVIEW_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLIDESORTERVIEW_HXX -#include "SlideSorter.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "model/SlsSharedPageDescriptor.hxx" -#include "view/SlsLayouter.hxx" -#include "view/SlsILayerPainter.hxx" +#include <SlideSorter.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <model/SlsSharedPageDescriptor.hxx> +#include <view/SlsLayouter.hxx> +#include <view/SlsILayerPainter.hxx> -#include "View.hxx" +#include <View.hxx> #include <sfx2/viewfrm.hxx> -#include "pres.hxx" +#include <pres.hxx> #include <o3tl/deleter.hxx> #include <tools/gen.hxx> #include <svx/svdmodel.hxx> diff --git a/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx b/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx index 8e7f4e575400..b81bb696bef0 100644 --- a/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx +++ b/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSFONTPROVIDER_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSFONTPROVIDER_HXX -#include "tools/SdGlobalResourceContainer.hxx" +#include <tools/SdGlobalResourceContainer.hxx> #include <memory> #include <vcl/mapmod.hxx> diff --git a/sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx b/sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx index ad822cf4021b..1ea823aef19c 100644 --- a/sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx +++ b/sd/source/ui/slidesorter/inc/view/SlsInsertAnimator.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSINSERTANIMATOR_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSINSERTANIMATOR_HXX -#include "controller/SlsAnimator.hxx" +#include <controller/SlsAnimator.hxx> #include <memory> namespace sd { namespace slidesorter { namespace view { diff --git a/sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx b/sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx index 09fe26d72520..4a0a6e7a3a7e 100644 --- a/sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx +++ b/sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSINSERTIONINDICATOROVERLAY_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSINSERTIONINDICATOROVERLAY_HXX -#include "model/SlsSharedPageDescriptor.hxx" -#include "view/SlsILayerPainter.hxx" -#include "controller/SlsTransferableData.hxx" -#include "sdxfer.hxx" +#include <model/SlsSharedPageDescriptor.hxx> +#include <view/SlsILayerPainter.hxx> +#include <controller/SlsTransferableData.hxx> +#include <sdxfer.hxx> #include <tools/gen.hxx> #include <vcl/bitmapex.hxx> diff --git a/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx b/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx index cfcb49c52512..da897269b030 100644 --- a/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx +++ b/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSLAYOUTER_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSLAYOUTER_HXX -#include "SlideSorter.hxx" -#include "view/SlsPageObjectLayouter.hxx" -#include "view/SlsTheme.hxx" +#include <SlideSorter.hxx> +#include <view/SlsPageObjectLayouter.hxx> +#include <view/SlsTheme.hxx> #include <sal/types.h> #include <tools/fract.hxx> #include <vcl/mapmod.hxx> diff --git a/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx b/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx index d6df4b7aa381..418f0062d819 100644 --- a/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx +++ b/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSPAGEOBJECTLAYOUTER_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSPAGEOBJECTLAYOUTER_HXX -#include "SlideSorter.hxx" -#include "model/SlsSharedPageDescriptor.hxx" -#include "tools/gen.hxx" +#include <SlideSorter.hxx> +#include <model/SlsSharedPageDescriptor.hxx> +#include <tools/gen.hxx> #include <vcl/image.hxx> namespace vcl { class Font; } diff --git a/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx b/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx index 8f151e6ff99f..9fd424a286ae 100644 --- a/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx +++ b/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSPAGEOBJECTPAINTER_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSPAGEOBJECTPAINTER_HXX -#include "SlideSorter.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "view/SlsLayouter.hxx" -#include "view/SlsTheme.hxx" +#include <SlideSorter.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <view/SlsLayouter.hxx> +#include <view/SlsTheme.hxx> #include <memory> namespace sd { namespace slidesorter { namespace cache { diff --git a/sd/source/ui/slidesorter/inc/view/SlsTheme.hxx b/sd/source/ui/slidesorter/inc/view/SlsTheme.hxx index 1decf772f8c3..e9d5d6b29b2c 100644 --- a/sd/source/ui/slidesorter/inc/view/SlsTheme.hxx +++ b/sd/source/ui/slidesorter/inc/view/SlsTheme.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSTHEME_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSTHEME_HXX -#include "model/SlsVisualState.hxx" +#include <model/SlsVisualState.hxx> #include <vcl/bitmapex.hxx> #include <vcl/font.hxx> diff --git a/sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx b/sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx index c0cd5c3ed5bd..575eef4b97f3 100644 --- a/sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx +++ b/sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSTOOLTIP_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_INC_VIEW_SLSTOOLTIP_HXX -#include "SlideSorter.hxx" -#include "model/SlsSharedPageDescriptor.hxx" +#include <SlideSorter.hxx> +#include <model/SlsSharedPageDescriptor.hxx> namespace sd { namespace slidesorter { namespace view { diff --git a/sd/source/ui/slidesorter/model/SlideSorterModel.cxx b/sd/source/ui/slidesorter/model/SlideSorterModel.cxx index cf51887bc5c5..0267860dfecc 100644 --- a/sd/source/ui/slidesorter/model/SlideSorterModel.cxx +++ b/sd/source/ui/slidesorter/model/SlideSorterModel.cxx @@ -17,28 +17,28 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "model/SlideSorterModel.hxx" - -#include "SlideSorter.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "model/SlsPageEnumerationProvider.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsProperties.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlsCurrentSlideManager.hxx" -#include "controller/SlsSlotManager.hxx" -#include "view/SlideSorterView.hxx" +#include <model/SlideSorterModel.hxx> + +#include <SlideSorter.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <model/SlsPageEnumerationProvider.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsProperties.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlsCurrentSlideManager.hxx> +#include <controller/SlsSlotManager.hxx> +#include <view/SlideSorterView.hxx> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/drawing/XMasterPagesSupplier.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/UnknownPropertyException.hpp> -#include "ViewShellBase.hxx" -#include "DrawViewShell.hxx" -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "FrameView.hxx" +#include <ViewShellBase.hxx> +#include <DrawViewShell.hxx> +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <FrameView.hxx> #include <tools/diagnose_ex.h> diff --git a/sd/source/ui/slidesorter/model/SlsPageDescriptor.cxx b/sd/source/ui/slidesorter/model/SlsPageDescriptor.cxx index 1e173b023ba2..56a9cd847505 100644 --- a/sd/source/ui/slidesorter/model/SlsPageDescriptor.cxx +++ b/sd/source/ui/slidesorter/model/SlsPageDescriptor.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "model/SlsPageDescriptor.hxx" +#include <model/SlsPageDescriptor.hxx> -#include "sdpage.hxx" -#include "drawdoc.hxx" +#include <sdpage.hxx> +#include <drawdoc.hxx> #include <svx/svdopage.hxx> #include <svx/svdpagv.hxx> diff --git a/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx b/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx index b5ddc36f373c..84382281b98b 100644 --- a/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx +++ b/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx @@ -22,8 +22,8 @@ #include <utility> -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> using namespace ::sd::slidesorter; using namespace ::sd::slidesorter::model; diff --git a/sd/source/ui/slidesorter/model/SlsPageEnumerationProvider.cxx b/sd/source/ui/slidesorter/model/SlsPageEnumerationProvider.cxx index 50a27682c3ac..29fd7a1baa4f 100644 --- a/sd/source/ui/slidesorter/model/SlsPageEnumerationProvider.cxx +++ b/sd/source/ui/slidesorter/model/SlsPageEnumerationProvider.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "model/SlsPageEnumerationProvider.hxx" -#include "model/SlsPageEnumeration.hxx" -#include "model/SlsPageDescriptor.hxx" +#include <model/SlsPageEnumerationProvider.hxx> +#include <model/SlsPageEnumeration.hxx> +#include <model/SlsPageDescriptor.hxx> namespace sd { namespace slidesorter { namespace model { diff --git a/sd/source/ui/slidesorter/model/SlsVisualState.cxx b/sd/source/ui/slidesorter/model/SlsVisualState.cxx index 0ec4569af4d9..3fe6f2a4323d 100644 --- a/sd/source/ui/slidesorter/model/SlsVisualState.cxx +++ b/sd/source/ui/slidesorter/model/SlsVisualState.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "model/SlsVisualState.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "controller/SlsAnimator.hxx" +#include <model/SlsVisualState.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <controller/SlsAnimator.hxx> namespace sd { namespace slidesorter { namespace model { diff --git a/sd/source/ui/slidesorter/shell/SlideSorter.cxx b/sd/source/ui/slidesorter/shell/SlideSorter.cxx index c3a19e028293..af850c64b6ff 100644 --- a/sd/source/ui/slidesorter/shell/SlideSorter.cxx +++ b/sd/source/ui/slidesorter/shell/SlideSorter.cxx @@ -17,29 +17,29 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "SlideSorter.hxx" - -#include "SlideSorterViewShell.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsScrollBarManager.hxx" -#include "controller/SlsProperties.hxx" -#include "controller/SlsAnimator.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsTheme.hxx" -#include "model/SlideSorterModel.hxx" - -#include "strings.hrc" -#include "DrawController.hxx" -#include "ViewShellBase.hxx" -#include "ViewShellManager.hxx" -#include "Window.hxx" +#include <SlideSorter.hxx> + +#include <SlideSorterViewShell.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsScrollBarManager.hxx> +#include <controller/SlsProperties.hxx> +#include <controller/SlsAnimator.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsTheme.hxx> +#include <model/SlideSorterModel.hxx> + +#include <strings.hrc> +#include <DrawController.hxx> +#include <ViewShellBase.hxx> +#include <ViewShellManager.hxx> +#include <Window.hxx> #include <vcl/scrbar.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <sfx2/dispatch.hxx> -#include "sdresid.hxx" +#include <sdresid.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star; diff --git a/sd/source/ui/slidesorter/shell/SlideSorterService.cxx b/sd/source/ui/slidesorter/shell/SlideSorterService.cxx index ae14673c0afa..afe884dde902 100644 --- a/sd/source/ui/slidesorter/shell/SlideSorterService.cxx +++ b/sd/source/ui/slidesorter/shell/SlideSorterService.cxx @@ -18,15 +18,15 @@ */ #include "SlideSorterService.hxx" -#include "facreg.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsProperties.hxx" -#include "controller/SlsCurrentSlideManager.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsLayouter.hxx" -#include "DrawController.hxx" +#include <facreg.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsProperties.hxx> +#include <controller/SlsCurrentSlideManager.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsLayouter.hxx> +#include <DrawController.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> diff --git a/sd/source/ui/slidesorter/shell/SlideSorterService.hxx b/sd/source/ui/slidesorter/shell/SlideSorterService.hxx index 26b98c989aa0..f793b7abde8e 100644 --- a/sd/source/ui/slidesorter/shell/SlideSorterService.hxx +++ b/sd/source/ui/slidesorter/shell/SlideSorterService.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_SHELL_SLIDESORTERSERVICE_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_SHELL_SLIDESORTERSERVICE_HXX -#include "SlideSorter.hxx" +#include <SlideSorter.hxx> -#include "tools/PropertySet.hxx" +#include <tools/PropertySet.hxx> #include <com/sun/star/awt/XWindowListener.hpp> #include <com/sun/star/drawing/SlideSorter.hpp> #include <com/sun/star/drawing/XDrawView.hpp> diff --git a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx index d2999a2464e8..b0f6bc32031a 100644 --- a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx +++ b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx @@ -17,40 +17,40 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "SlideSorterViewShell.hxx" -#include "ViewShellImplementation.hxx" - -#include "SlideSorter.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsClipboard.hxx" -#include "controller/SlsFocusManager.hxx" -#include "controller/SlsScrollBarManager.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlsSlotManager.hxx" -#include "controller/SlsCurrentSlideManager.hxx" -#include "controller/SlsSelectionManager.hxx" -#include "controller/SlsSelectionFunction.hxx" -#include "controller/SlsProperties.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsLayouter.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageEnumeration.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "framework/FrameworkHelper.hxx" -#include "ViewShellBase.hxx" -#include "drawdoc.hxx" -#include "app.hrc" -#include "strings.hrc" -#include "sdattr.hrc" -#include "sdresid.hxx" -#include "AccessibleSlideSorterView.hxx" -#include "DrawDocShell.hxx" -#include "DrawViewShell.hxx" -#include "FrameView.hxx" -#include "SdUnoSlideView.hxx" -#include "ViewShellManager.hxx" -#include "Window.hxx" -#include "drawview.hxx" +#include <SlideSorterViewShell.hxx> +#include <ViewShellImplementation.hxx> + +#include <SlideSorter.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsClipboard.hxx> +#include <controller/SlsFocusManager.hxx> +#include <controller/SlsScrollBarManager.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlsSlotManager.hxx> +#include <controller/SlsCurrentSlideManager.hxx> +#include <controller/SlsSelectionManager.hxx> +#include <controller/SlsSelectionFunction.hxx> +#include <controller/SlsProperties.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsLayouter.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageEnumeration.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <framework/FrameworkHelper.hxx> +#include <ViewShellBase.hxx> +#include <drawdoc.hxx> +#include <app.hrc> +#include <strings.hrc> +#include <sdattr.hrc> +#include <sdresid.hxx> +#include <AccessibleSlideSorterView.hxx> +#include <DrawDocShell.hxx> +#include <DrawViewShell.hxx> +#include <FrameView.hxx> +#include <SdUnoSlideView.hxx> +#include <ViewShellManager.hxx> +#include <Window.hxx> +#include <drawview.hxx> #include <sfx2/app.hxx> #include <sfx2/msg.hxx> #include <sfx2/objface.hxx> @@ -70,7 +70,7 @@ using namespace ::sd::slidesorter; #define SlideSorterViewShell -#include "sdslots.hxx" +#include <sdslots.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/slidesorter/view/SlideSorterView.cxx b/sd/source/ui/slidesorter/view/SlideSorterView.cxx index 7b444e35f23f..5ebdb0d4849f 100644 --- a/sd/source/ui/slidesorter/view/SlideSorterView.cxx +++ b/sd/source/ui/slidesorter/view/SlideSorterView.cxx @@ -17,36 +17,36 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "view/SlideSorterView.hxx" +#include <view/SlideSorterView.hxx> -#include "ViewShellBase.hxx" -#include "SlideSorter.hxx" -#include "SlideSorterViewShell.hxx" -#include "ViewShell.hxx" +#include <ViewShellBase.hxx> +#include <SlideSorter.hxx> +#include <SlideSorterViewShell.hxx> +#include <ViewShell.hxx> #include "SlsViewCacheContext.hxx" #include "SlsLayeredDevice.hxx" -#include "view/SlsLayouter.hxx" -#include "view/SlsPageObjectLayouter.hxx" -#include "view/SlsPageObjectPainter.hxx" -#include "view/SlsILayerPainter.hxx" -#include "view/SlsToolTip.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsProperties.hxx" -#include "controller/SlsClipboard.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageEnumerationProvider.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "cache/SlsPageCache.hxx" -#include "cache/SlsPageCacheManager.hxx" -#include "cache/SlsCacheContext.hxx" -#include "DrawDocShell.hxx" -#include "PaneDockingWindow.hxx" - -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "Window.hxx" -#include "sdresid.hxx" -#include "strings.hrc" +#include <view/SlsLayouter.hxx> +#include <view/SlsPageObjectLayouter.hxx> +#include <view/SlsPageObjectPainter.hxx> +#include <view/SlsILayerPainter.hxx> +#include <view/SlsToolTip.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsProperties.hxx> +#include <controller/SlsClipboard.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageEnumerationProvider.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <cache/SlsPageCache.hxx> +#include <cache/SlsPageCacheManager.hxx> +#include <cache/SlsCacheContext.hxx> +#include <DrawDocShell.hxx> +#include <PaneDockingWindow.hxx> + +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <Window.hxx> +#include <sdresid.hxx> +#include <strings.hrc> #include <svl/itempool.hxx> #include <svx/svdpagv.hxx> diff --git a/sd/source/ui/slidesorter/view/SlsFontProvider.cxx b/sd/source/ui/slidesorter/view/SlsFontProvider.cxx index 1b7e147b9ccf..8bae88593d51 100644 --- a/sd/source/ui/slidesorter/view/SlsFontProvider.cxx +++ b/sd/source/ui/slidesorter/view/SlsFontProvider.cxx @@ -18,9 +18,9 @@ */ #include <memory> -#include "view/SlsFontProvider.hxx" +#include <view/SlsFontProvider.hxx> -#include "controller/SlideSorterController.hxx" +#include <controller/SlideSorterController.hxx> #include <sfx2/app.hxx> #include <osl/getglobalmutex.hxx> diff --git a/sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx b/sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx index 26cc9928ffb5..780badf97fdb 100644 --- a/sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx +++ b/sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "view/SlsInsertAnimator.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsAnimationFunction.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsLayouter.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageEnumerationProvider.hxx" +#include <view/SlsInsertAnimator.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsAnimationFunction.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsLayouter.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageEnumerationProvider.hxx> #include <memory> #include <set> diff --git a/sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay.cxx b/sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay.cxx index af0323dc5e36..5dbf25ace0a5 100644 --- a/sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay.cxx +++ b/sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay.cxx @@ -17,21 +17,21 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "view/SlsInsertionIndicatorOverlay.hxx" - -#include "SlideSorter.hxx" -#include "model/SlsPageEnumeration.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsLayouter.hxx" -#include "view/SlsPageObjectLayouter.hxx" -#include "view/SlsTheme.hxx" -#include "cache/SlsPageCache.hxx" +#include <view/SlsInsertionIndicatorOverlay.hxx> + +#include <SlideSorter.hxx> +#include <model/SlsPageEnumeration.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsLayouter.hxx> +#include <view/SlsPageObjectLayouter.hxx> +#include <view/SlsTheme.hxx> +#include <cache/SlsPageCache.hxx> #include "SlsFramePainter.hxx" #include "SlsLayeredDevice.hxx" -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "sdmod.hxx" +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <sdmod.hxx> #include <vcl/virdev.hxx> #include <basegfx/range/b2drectangle.hxx> diff --git a/sd/source/ui/slidesorter/view/SlsLayeredDevice.hxx b/sd/source/ui/slidesorter/view/SlsLayeredDevice.hxx index c2ca22e706d1..107be2d01085 100644 --- a/sd/source/ui/slidesorter/view/SlsLayeredDevice.hxx +++ b/sd/source/ui/slidesorter/view/SlsLayeredDevice.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_VIEW_SLSLAYEREDDEVICE_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_VIEW_SLSLAYEREDDEVICE_HXX -#include "view/SlsILayerPainter.hxx" -#include "SlideSorter.hxx" +#include <view/SlsILayerPainter.hxx> +#include <SlideSorter.hxx> #include <vcl/region.hxx> #include <vcl/virdev.hxx> diff --git a/sd/source/ui/slidesorter/view/SlsLayouter.cxx b/sd/source/ui/slidesorter/view/SlsLayouter.cxx index cb28f28b9024..2a044b553f79 100644 --- a/sd/source/ui/slidesorter/view/SlsLayouter.cxx +++ b/sd/source/ui/slidesorter/view/SlsLayouter.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "view/SlsLayouter.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "Window.hxx" +#include <view/SlsLayouter.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <Window.hxx> #include <rtl/math.hxx> #include <basegfx/numeric/ftools.hxx> diff --git a/sd/source/ui/slidesorter/view/SlsPageObjectLayouter.cxx b/sd/source/ui/slidesorter/view/SlsPageObjectLayouter.cxx index 3af310378abd..58d9c3aa9fc4 100644 --- a/sd/source/ui/slidesorter/view/SlsPageObjectLayouter.cxx +++ b/sd/source/ui/slidesorter/view/SlsPageObjectLayouter.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "view/SlsPageObjectLayouter.hxx" +#include <view/SlsPageObjectLayouter.hxx> -#include "model/SlsPageDescriptor.hxx" -#include "view/SlsFontProvider.hxx" -#include "view/SlsTheme.hxx" -#include "tools/IconCache.hxx" -#include "Window.hxx" +#include <model/SlsPageDescriptor.hxx> +#include <view/SlsFontProvider.hxx> +#include <view/SlsTheme.hxx> +#include <tools/IconCache.hxx> +#include <Window.hxx> -#include "bitmaps.hlst" +#include <bitmaps.hlst> namespace sd { namespace slidesorter { namespace view { diff --git a/sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx b/sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx index 51d361205b36..e870e7e91dc4 100644 --- a/sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx +++ b/sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx @@ -17,23 +17,23 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "view/SlsPageObjectPainter.hxx" +#include <view/SlsPageObjectPainter.hxx> -#include "model/SlsPageDescriptor.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsPageObjectLayouter.hxx" -#include "view/SlsLayouter.hxx" -#include "view/SlsTheme.hxx" +#include <model/SlsPageDescriptor.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsPageObjectLayouter.hxx> +#include <view/SlsLayouter.hxx> +#include <view/SlsTheme.hxx> #include "SlsFramePainter.hxx" -#include "cache/SlsPageCache.hxx" -#include "controller/SlsProperties.hxx" -#include "Window.hxx" -#include "sdpage.hxx" -#include "sdresid.hxx" +#include <cache/SlsPageCache.hxx> +#include <controller/SlsProperties.hxx> +#include <Window.hxx> +#include <sdpage.hxx> +#include <sdresid.hxx> #include <vcl/svapp.hxx> #include <vcl/vclenum.hxx> #include <vcl/virdev.hxx> -#include "CustomAnimationEffect.hxx" +#include <CustomAnimationEffect.hxx> #include <memory> using namespace ::drawinglayer::primitive2d; diff --git a/sd/source/ui/slidesorter/view/SlsTheme.cxx b/sd/source/ui/slidesorter/view/SlsTheme.cxx index 4ff6c44c6e20..bc38109a7f75 100644 --- a/sd/source/ui/slidesorter/view/SlsTheme.cxx +++ b/sd/source/ui/slidesorter/view/SlsTheme.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "strings.hrc" -#include "bitmaps.hlst" -#include "view/SlsTheme.hxx" -#include "controller/SlsProperties.hxx" -#include "sdresid.hxx" +#include <strings.hrc> +#include <bitmaps.hlst> +#include <view/SlsTheme.hxx> +#include <controller/SlsProperties.hxx> +#include <sdresid.hxx> #include <tools/color.hxx> #include <vcl/outdev.hxx> #include <vcl/image.hxx> diff --git a/sd/source/ui/slidesorter/view/SlsToolTip.cxx b/sd/source/ui/slidesorter/view/SlsToolTip.cxx index 027ea9937d90..ca76917ef35c 100644 --- a/sd/source/ui/slidesorter/view/SlsToolTip.cxx +++ b/sd/source/ui/slidesorter/view/SlsToolTip.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "view/SlsToolTip.hxx" -#include "view/SlideSorterView.hxx" -#include "view/SlsLayouter.hxx" -#include "view/SlsTheme.hxx" -#include "sdpage.hxx" -#include "sdresid.hxx" -#include "strings.hrc" +#include <view/SlsToolTip.hxx> +#include <view/SlideSorterView.hxx> +#include <view/SlsLayouter.hxx> +#include <view/SlsTheme.hxx> +#include <sdpage.hxx> +#include <sdresid.hxx> +#include <strings.hrc> #include <vcl/settings.hxx> #include <vcl/help.hxx> diff --git a/sd/source/ui/slidesorter/view/SlsViewCacheContext.cxx b/sd/source/ui/slidesorter/view/SlsViewCacheContext.cxx index e551acf34ded..9cdd42160ff2 100644 --- a/sd/source/ui/slidesorter/view/SlsViewCacheContext.cxx +++ b/sd/source/ui/slidesorter/view/SlsViewCacheContext.cxx @@ -19,15 +19,15 @@ #include "SlsViewCacheContext.hxx" -#include "SlideSorter.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "model/SlsPageEnumerationProvider.hxx" -#include "view/SlideSorterView.hxx" -#include "sdpage.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "tools/IdleDetection.hxx" +#include <SlideSorter.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <model/SlsPageEnumerationProvider.hxx> +#include <view/SlideSorterView.hxx> +#include <sdpage.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <tools/IdleDetection.hxx> #include <svx/svdpage.hxx> #include <svx/sdr/contact/viewcontact.hxx> #include <vcl/window.hxx> diff --git a/sd/source/ui/slidesorter/view/SlsViewCacheContext.hxx b/sd/source/ui/slidesorter/view/SlsViewCacheContext.hxx index c8f4fcddcd1a..88047a335167 100644 --- a/sd/source/ui/slidesorter/view/SlsViewCacheContext.hxx +++ b/sd/source/ui/slidesorter/view/SlsViewCacheContext.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SD_SOURCE_UI_SLIDESORTER_VIEW_SLSVIEWCACHECONTEXT_HXX #define INCLUDED_SD_SOURCE_UI_SLIDESORTER_VIEW_SLSVIEWCACHECONTEXT_HXX -#include "cache/SlsCacheContext.hxx" -#include "model/SlsSharedPageDescriptor.hxx" +#include <cache/SlsCacheContext.hxx> +#include <model/SlsSharedPageDescriptor.hxx> namespace sd { namespace slidesorter { namespace model { class SlideSorterModel; diff --git a/sd/source/ui/table/TableDesignBox.cxx b/sd/source/ui/table/TableDesignBox.cxx index 6fa129990ae3..2f7de8d64e9a 100644 --- a/sd/source/ui/table/TableDesignBox.cxx +++ b/sd/source/ui/table/TableDesignBox.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> #include <sfx2/viewfrm.hxx> #include "TableDesignPane.hxx" #include <vcl/builderfactory.hxx> diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx index 7b1da043af68..8026e3a8adf8 100644 --- a/sd/source/ui/table/TableDesignPane.cxx +++ b/sd/source/ui/table/TableDesignPane.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sddll.hxx" +#include <sddll.hxx> #include <com/sun/star/beans/XMultiPropertyStates.hpp> #include <com/sun/star/frame/XController.hpp> @@ -47,15 +47,15 @@ #include <o3tl/enumrange.hxx> #include "TableDesignPane.hxx" -#include "createtabledesignpanel.hxx" - -#include "DrawDocShell.hxx" -#include "ViewShellBase.hxx" -#include "DrawViewShell.hxx" -#include "DrawController.hxx" -#include "strings.hrc" -#include "sdresid.hxx" -#include "EventMultiplexer.hxx" +#include <createtabledesignpanel.hxx> + +#include <DrawDocShell.hxx> +#include <ViewShellBase.hxx> +#include <DrawViewShell.hxx> +#include <DrawController.hxx> +#include <strings.hrc> +#include <sdresid.hxx> +#include <EventMultiplexer.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/table/tablefunction.cxx b/sd/source/ui/table/tablefunction.cxx index 756604addde0..5590f9e150df 100644 --- a/sd/source/ui/table/tablefunction.cxx +++ b/sd/source/ui/table/tablefunction.cxx @@ -51,18 +51,18 @@ #include <sfx2/sidebar/Sidebar.hxx> #include <svl/style.hxx> -#include "framework/FrameworkHelper.hxx" +#include <framework/FrameworkHelper.hxx> #include "TableDesignPane.hxx" -#include "app.hrc" -#include "strings.hrc" -#include "tablefunction.hxx" -#include "DrawViewShell.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "Window.hxx" -#include "drawview.hxx" -#include "sdresid.hxx" -#include "undo/undoobjects.hxx" +#include <app.hrc> +#include <strings.hrc> +#include <tablefunction.hxx> +#include <DrawViewShell.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <Window.hxx> +#include <drawview.hxx> +#include <sdresid.hxx> +#include <undo/undoobjects.hxx> #include <memory> diff --git a/sd/source/ui/table/tableobjectbar.cxx b/sd/source/ui/table/tableobjectbar.cxx index 6da3d85f3ea1..6612478aa1e2 100644 --- a/sd/source/ui/table/tableobjectbar.cxx +++ b/sd/source/ui/table/tableobjectbar.cxx @@ -34,18 +34,18 @@ #include <svx/dialogs.hrc> #include <svx/svxids.hrc> -#include "app.hrc" -#include "createtableobjectbar.hxx" -#include "registerinterfaces.hxx" - -#include "strings.hrc" -#include "DrawDocShell.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" -#include "drawview.hxx" -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "DrawViewShell.hxx" +#include <app.hrc> +#include <createtableobjectbar.hxx> +#include <registerinterfaces.hxx> + +#include <strings.hrc> +#include <DrawDocShell.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> +#include <drawview.hxx> +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <DrawViewShell.hxx> #include "tableobjectbar.hxx" @@ -55,7 +55,7 @@ using namespace sd; using namespace sd::ui::table; #define TableObjectBar -#include "sdslots.hxx" +#include <sdslots.hxx> namespace sd { namespace ui { namespace table { diff --git a/sd/source/ui/table/tableobjectbar.hxx b/sd/source/ui/table/tableobjectbar.hxx index 4542535f967a..dcc66b846494 100644 --- a/sd/source/ui/table/tableobjectbar.hxx +++ b/sd/source/ui/table/tableobjectbar.hxx @@ -22,7 +22,7 @@ #include <sfx2/module.hxx> #include <sfx2/shell.hxx> -#include "glob.hxx" +#include <glob.hxx> namespace sd { diff --git a/sd/source/ui/tools/AsynchronousCall.cxx b/sd/source/ui/tools/AsynchronousCall.cxx index fb88aa0d1000..5369c051cfd5 100644 --- a/sd/source/ui/tools/AsynchronousCall.cxx +++ b/sd/source/ui/tools/AsynchronousCall.cxx @@ -18,9 +18,9 @@ */ #include <memory> -#include "tools/AsynchronousCall.hxx" +#include <tools/AsynchronousCall.hxx> -#include "DrawViewShell.hxx" +#include <DrawViewShell.hxx> namespace sd { namespace tools { diff --git a/sd/source/ui/tools/ConfigurationAccess.cxx b/sd/source/ui/tools/ConfigurationAccess.cxx index d06dd5929f6a..438b4c015b0e 100644 --- a/sd/source/ui/tools/ConfigurationAccess.cxx +++ b/sd/source/ui/tools/ConfigurationAccess.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "tools/ConfigurationAccess.hxx" +#include <tools/ConfigurationAccess.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/container/XHierarchicalNameAccess.hpp> diff --git a/sd/source/ui/tools/EventMultiplexer.cxx b/sd/source/ui/tools/EventMultiplexer.cxx index b82363b10610..94d89a6e77d6 100644 --- a/sd/source/ui/tools/EventMultiplexer.cxx +++ b/sd/source/ui/tools/EventMultiplexer.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "EventMultiplexer.hxx" - -#include "MutexOwner.hxx" -#include "ViewShellBase.hxx" -#include "drawdoc.hxx" -#include "DrawController.hxx" -#include "SlideSorterViewShell.hxx" -#include "framework/FrameworkHelper.hxx" +#include <EventMultiplexer.hxx> + +#include <MutexOwner.hxx> +#include <ViewShellBase.hxx> +#include <drawdoc.hxx> +#include <DrawController.hxx> +#include <SlideSorterViewShell.hxx> +#include <framework/FrameworkHelper.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/frame/XFrame.hpp> diff --git a/sd/source/ui/tools/IconCache.cxx b/sd/source/ui/tools/IconCache.cxx index 703dc28cd6f9..1208d62cedf8 100644 --- a/sd/source/ui/tools/IconCache.cxx +++ b/sd/source/ui/tools/IconCache.cxx @@ -18,9 +18,9 @@ */ #include <memory> -#include "tools/IconCache.hxx" +#include <tools/IconCache.hxx> -#include "sdresid.hxx" +#include <sdresid.hxx> #include <osl/doublecheckedlocking.h> #include <osl/getglobalmutex.hxx> #include <unordered_map> diff --git a/sd/source/ui/tools/IdleDetection.cxx b/sd/source/ui/tools/IdleDetection.cxx index e2e7cb294fe8..902b4eb960fc 100644 --- a/sd/source/ui/tools/IdleDetection.cxx +++ b/sd/source/ui/tools/IdleDetection.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "tools/IdleDetection.hxx" +#include <tools/IdleDetection.hxx> -#include "ViewShell.hxx" -#include "slideshow.hxx" -#include "ViewShellBase.hxx" +#include <ViewShell.hxx> +#include <slideshow.hxx> +#include <ViewShellBase.hxx> #include <vcl/window.hxx> #include <sfx2/viewfrm.hxx> diff --git a/sd/source/ui/tools/PreviewRenderer.cxx b/sd/source/ui/tools/PreviewRenderer.cxx index 63e06f4b79a3..b6eae5e10b63 100644 --- a/sd/source/ui/tools/PreviewRenderer.cxx +++ b/sd/source/ui/tools/PreviewRenderer.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PreviewRenderer.hxx" +#include <PreviewRenderer.hxx> -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "drawview.hxx" -#include "sdpage.hxx" -#include "ViewShell.hxx" +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <drawview.hxx> +#include <sdpage.hxx> +#include <ViewShell.hxx> #include <vcl/virdev.hxx> #include <vcl/settings.hxx> diff --git a/sd/source/ui/tools/PropertySet.cxx b/sd/source/ui/tools/PropertySet.cxx index e7c4c32739b5..c92a2c4d0026 100644 --- a/sd/source/ui/tools/PropertySet.cxx +++ b/sd/source/ui/tools/PropertySet.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "tools/PropertySet.hxx" +#include <tools/PropertySet.hxx> #include <algorithm> using namespace ::com::sun::star; diff --git a/sd/source/ui/tools/SdGlobalResourceContainer.cxx b/sd/source/ui/tools/SdGlobalResourceContainer.cxx index bcafcb52d701..f04b5f4a4c99 100644 --- a/sd/source/ui/tools/SdGlobalResourceContainer.cxx +++ b/sd/source/ui/tools/SdGlobalResourceContainer.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "tools/SdGlobalResourceContainer.hxx" +#include <tools/SdGlobalResourceContainer.hxx> -#include "../cache/SlsCacheConfiguration.hxx" +#include <../cache/SlsCacheConfiguration.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/unique_disposing_ptr.hxx> diff --git a/sd/source/ui/tools/SlotStateListener.cxx b/sd/source/ui/tools/SlotStateListener.cxx index c1b0339b708d..1e41ea37ec1a 100644 --- a/sd/source/ui/tools/SlotStateListener.cxx +++ b/sd/source/ui/tools/SlotStateListener.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "tools/SlotStateListener.hxx" +#include <tools/SlotStateListener.hxx> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/util/URLTransformer.hpp> diff --git a/sd/source/ui/tools/TimerBasedTaskExecution.cxx b/sd/source/ui/tools/TimerBasedTaskExecution.cxx index e2a8385d0dd0..af1b9ff6f065 100644 --- a/sd/source/ui/tools/TimerBasedTaskExecution.cxx +++ b/sd/source/ui/tools/TimerBasedTaskExecution.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "tools/TimerBasedTaskExecution.hxx" -#include "tools/AsynchronousTask.hxx" +#include <tools/TimerBasedTaskExecution.hxx> +#include <tools/AsynchronousTask.hxx> #include <tools/time.hxx> #include <osl/diagnose.h> -#include "sal/log.hxx" +#include <sal/log.hxx> #include <memory> namespace sd { namespace tools { diff --git a/sd/source/ui/uitest/uiobject.cxx b/sd/source/ui/uitest/uiobject.cxx index dbae38486236..1e15f86b248e 100644 --- a/sd/source/ui/uitest/uiobject.cxx +++ b/sd/source/ui/uitest/uiobject.cxx @@ -8,11 +8,11 @@ */ #include <memory> -#include "uiobject.hxx" +#include <uiobject.hxx> -#include "Window.hxx" -#include "DrawViewShell.hxx" -#include "sdpage.hxx" +#include <Window.hxx> +#include <DrawViewShell.hxx> +#include <sdpage.hxx> #include <svx/uiobject.hxx> diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx index c64647442829..8f90ca9cd3b3 100644 --- a/sd/source/ui/unoidl/DrawController.cxx +++ b/sd/source/ui/unoidl/DrawController.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawController.hxx" -#include "DrawDocShell.hxx" +#include <DrawController.hxx> +#include <DrawDocShell.hxx> -#include "DrawSubController.hxx" -#include "sdpage.hxx" -#include "ViewShellBase.hxx" -#include "ViewShellManager.hxx" -#include "FormShellManager.hxx" -#include "Window.hxx" +#include <DrawSubController.hxx> +#include <sdpage.hxx> +#include <ViewShellBase.hxx> +#include <ViewShellManager.hxx> +#include <FormShellManager.hxx> +#include <Window.hxx> #include <comphelper/anytostring.hxx> #include <comphelper/processfactory.hxx> @@ -40,7 +40,7 @@ #include <com/sun/star/drawing/framework/ModuleController.hpp> #include <com/sun/star/lang/XInitialization.hpp> -#include "slideshow.hxx" +#include <slideshow.hxx> #include <svx/fmshell.hxx> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/unoidl/SdUnoDrawView.cxx b/sd/source/ui/unoidl/SdUnoDrawView.cxx index fe3df00c97f5..1c5ce5e83bc0 100644 --- a/sd/source/ui/unoidl/SdUnoDrawView.cxx +++ b/sd/source/ui/unoidl/SdUnoDrawView.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "SdUnoDrawView.hxx" +#include <SdUnoDrawView.hxx> -#include "DrawController.hxx" -#include "DrawDocShell.hxx" -#include "DrawViewShell.hxx" -#include "drawdoc.hxx" +#include <DrawController.hxx> +#include <DrawDocShell.hxx> +#include <DrawViewShell.hxx> +#include <drawdoc.hxx> #include "unolayer.hxx" -#include "unomodel.hxx" -#include "unopage.hxx" -#include "Window.hxx" -#include "pres.hxx" +#include <unomodel.hxx> +#include <unopage.hxx> +#include <Window.hxx> +#include <pres.hxx> #include <comphelper/processfactory.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/sd/source/ui/unoidl/SdUnoOutlineView.cxx b/sd/source/ui/unoidl/SdUnoOutlineView.cxx index c93c4588727b..6c16c50d64b8 100644 --- a/sd/source/ui/unoidl/SdUnoOutlineView.cxx +++ b/sd/source/ui/unoidl/SdUnoOutlineView.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "SdUnoOutlineView.hxx" +#include <SdUnoOutlineView.hxx> -#include "DrawController.hxx" -#include "OutlineViewShell.hxx" -#include "sdpage.hxx" -#include "unopage.hxx" +#include <DrawController.hxx> +#include <OutlineViewShell.hxx> +#include <sdpage.hxx> +#include <unopage.hxx> #include <cppuhelper/supportsservice.hxx> #include <svx/unopage.hxx> diff --git a/sd/source/ui/unoidl/SdUnoSlideView.cxx b/sd/source/ui/unoidl/SdUnoSlideView.cxx index 15c9371783f1..a2758fb90718 100644 --- a/sd/source/ui/unoidl/SdUnoSlideView.cxx +++ b/sd/source/ui/unoidl/SdUnoSlideView.cxx @@ -19,17 +19,17 @@ #include <cppuhelper/supportsservice.hxx> -#include "DrawController.hxx" -#include "SdUnoSlideView.hxx" - -#include "SlideSorter.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlsCurrentSlideManager.hxx" -#include "model/SlsPageEnumerationProvider.hxx" -#include "model/SlideSorterModel.hxx" -#include "model/SlsPageDescriptor.hxx" -#include "sdpage.hxx" +#include <DrawController.hxx> +#include <SdUnoSlideView.hxx> + +#include <SlideSorter.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlsCurrentSlideManager.hxx> +#include <model/SlsPageEnumerationProvider.hxx> +#include <model/SlideSorterModel.hxx> +#include <model/SlsPageDescriptor.hxx> +#include <sdpage.hxx> #include <com/sun/star/beans/XPropertySet.hpp> using namespace ::com::sun::star; diff --git a/sd/source/ui/unoidl/UnoDocumentSettings.cxx b/sd/source/ui/unoidl/UnoDocumentSettings.cxx index 01b09b80623b..590c23125543 100644 --- a/sd/source/ui/unoidl/UnoDocumentSettings.cxx +++ b/sd/source/ui/unoidl/UnoDocumentSettings.cxx @@ -38,17 +38,17 @@ #include <svx/xtable.hxx> #include <vcl/svapp.hxx> -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> #include "UnoDocumentSettings.hxx" -#include "unomodel.hxx" +#include <unomodel.hxx> -#include "optsitem.hxx" +#include <optsitem.hxx> #include <sfx2/printer.hxx> -#include "sdattr.hxx" -#include "ViewShell.hxx" -#include "FrameView.hxx" -#include "Outliner.hxx" +#include <sdattr.hxx> +#include <ViewShell.hxx> +#include <FrameView.hxx> +#include <Outliner.hxx> #include <xmloff/settingsstore.hxx> #include <editeng/editstat.hxx> #include <svx/unoapi.hxx> diff --git a/sd/source/ui/unoidl/facreg.cxx b/sd/source/ui/unoidl/facreg.cxx index 39889015d995..b4700f1d39b7 100644 --- a/sd/source/ui/unoidl/facreg.cxx +++ b/sd/source/ui/unoidl/facreg.cxx @@ -19,12 +19,12 @@ #include <com/sun/star/registry/XRegistryKey.hpp> -#include "facreg.hxx" -#include "sddll.hxx" +#include <facreg.hxx> +#include <sddll.hxx> #include <cppuhelper/factory.hxx> #include <sfx2/sfxmodelfactory.hxx> -#include "sal/types.h" +#include <sal/types.h> #include <string.h> #include <memory> diff --git a/sd/source/ui/unoidl/randomnode.cxx b/sd/source/ui/unoidl/randomnode.cxx index 03c35b140791..966d1929cdcb 100644 --- a/sd/source/ui/unoidl/randomnode.cxx +++ b/sd/source/ui/unoidl/randomnode.cxx @@ -34,9 +34,9 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> #include <osl/mutex.hxx> -#include "CustomAnimationPreset.hxx" -#include "facreg.hxx" -#include "randomnode.hxx" +#include <CustomAnimationPreset.hxx> +#include <facreg.hxx> +#include <randomnode.hxx> using ::osl::Mutex; using ::osl::Guard; diff --git a/sd/source/ui/unoidl/unocpres.cxx b/sd/source/ui/unoidl/unocpres.cxx index a2690534a21f..6cb6f6d6dbc5 100644 --- a/sd/source/ui/unoidl/unocpres.cxx +++ b/sd/source/ui/unoidl/unocpres.cxx @@ -26,13 +26,13 @@ #include <comphelper/extract.hxx> #include <cppuhelper/supportsservice.hxx> -#include "createunocustomshow.hxx" -#include "unomodel.hxx" -#include "drawdoc.hxx" +#include <createunocustomshow.hxx> +#include <unomodel.hxx> +#include <drawdoc.hxx> #include "unocpres.hxx" -#include "cusshow.hxx" -#include "unopage.hxx" -#include "customshowlist.hxx" +#include <cusshow.hxx> +#include <unopage.hxx> +#include <customshowlist.hxx> using namespace ::com::sun::star; diff --git a/sd/source/ui/unoidl/unocpres.hxx b/sd/source/ui/unoidl/unocpres.hxx index 2069d4acc34e..2545f7ed5e1a 100644 --- a/sd/source/ui/unoidl/unocpres.hxx +++ b/sd/source/ui/unoidl/unocpres.hxx @@ -32,8 +32,8 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> -#include "unomodel.hxx" -#include "drawdoc.hxx" +#include <unomodel.hxx> +#include <drawdoc.hxx> class SdXImpressDocument; diff --git a/sd/source/ui/unoidl/unodoc.cxx b/sd/source/ui/unoidl/unodoc.cxx index 1b4beb742f18..4394229aa24c 100644 --- a/sd/source/ui/unoidl/unodoc.cxx +++ b/sd/source/ui/unoidl/unodoc.cxx @@ -22,10 +22,10 @@ #include <sfx2/sfxmodelfactory.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include "sddll.hxx" -#include "facreg.hxx" -#include "DrawDocShell.hxx" -#include "GraphicDocShell.hxx" +#include <sddll.hxx> +#include <facreg.hxx> +#include <DrawDocShell.hxx> +#include <GraphicDocShell.hxx> #include <vcl/svapp.hxx> using namespace ::com::sun::star; diff --git a/sd/source/ui/unoidl/unolayer.cxx b/sd/source/ui/unoidl/unolayer.cxx index 152351398c84..2350be144d91 100644 --- a/sd/source/ui/unoidl/unolayer.cxx +++ b/sd/source/ui/unoidl/unolayer.cxx @@ -31,21 +31,21 @@ // following ones for InsertSdPage() #include <svx/svdlayer.hxx> -#include "DrawDocShell.hxx" +#include <DrawDocShell.hxx> #include <drawdoc.hxx> #include <unomodel.hxx> -#include "unoprnms.hxx" +#include <unoprnms.hxx> #include <com/sun/star/lang/NoSupportException.hpp> #include <svx/svdpool.hxx> -#include "FrameView.hxx" -#include "DrawViewShell.hxx" -#include "View.hxx" -#include "ViewShell.hxx" -#include "app.hrc" -#include "strings.hrc" -#include "sdresid.hxx" - -#include "unokywds.hxx" +#include <FrameView.hxx> +#include <DrawViewShell.hxx> +#include <View.hxx> +#include <ViewShell.hxx> +#include <app.hrc> +#include <strings.hrc> +#include <sdresid.hxx> + +#include <unokywds.hxx> #include "unowcntr.hxx" #include <vcl/svapp.hxx> diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index 624a4d4eede6..74c379fed0c3 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -42,7 +42,7 @@ #include <editeng/unofield.hxx> #include <notifydocumentevent.hxx> #include <unomodel.hxx> -#include <unopool.hxx> +#include "unopool.hxx" #include <sfx2/dispatch.hxx> #include <sfx2/bindings.hxx> #include <vcl/svapp.hxx> @@ -76,9 +76,9 @@ // Support creation of GraphicObjectResolver and EmbeddedObjectResolver #include <svx/xmleohlp.hxx> #include <svx/xmlgrhlp.hxx> -#include "DrawDocShell.hxx" -#include "ViewShellBase.hxx" -#include <UnoDocumentSettings.hxx> +#include <DrawDocShell.hxx> +#include <ViewShellBase.hxx> +#include "UnoDocumentSettings.hxx" #include <Annotation.hxx> #include <drawdoc.hxx> @@ -87,22 +87,22 @@ #include <strings.hrc> #include <strings.hxx> -#include <unolayer.hxx> +#include "unolayer.hxx" #include <unoprnms.hxx> #include <unopage.hxx> -#include <unocpres.hxx> -#include <unoobj.hxx> +#include "unocpres.hxx" +#include "unoobj.hxx" #include <stlpool.hxx> -#include <unopback.hxx> +#include "unopback.hxx" #include <unokywds.hxx> -#include "FrameView.hxx" -#include "ClientView.hxx" -#include "DrawViewShell.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" -#include "app.hrc" -#include "optsitem.hxx" +#include <FrameView.hxx> +#include <ClientView.hxx> +#include <DrawViewShell.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> +#include <app.hrc> +#include <optsitem.hxx> #include <vcl/pdfextoutdevdata.hxx> #include <com/sun/star/presentation/AnimationSpeed.hpp> diff --git a/sd/source/ui/unoidl/unomodule.cxx b/sd/source/ui/unoidl/unomodule.cxx index a3d54ecf51fa..a885545f17b8 100644 --- a/sd/source/ui/unoidl/unomodule.cxx +++ b/sd/source/ui/unoidl/unomodule.cxx @@ -21,9 +21,9 @@ #include <com/sun/star/frame/DispatchResultState.hpp> #include <cppuhelper/supportsservice.hxx> -#include "facreg.hxx" -#include "sddll.hxx" -#include "sdmod.hxx" +#include <facreg.hxx> +#include <sddll.hxx> +#include <sdmod.hxx> #include "unomodule.hxx" #include <sfx2/objface.hxx> #include <sfx2/bindings.hxx> diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx index 384cd5b96342..d85ac8a473f6 100644 --- a/sd/source/ui/unoidl/unoobj.cxx +++ b/sd/source/ui/unoidl/unoobj.cxx @@ -53,29 +53,29 @@ #include <filter/msfilter/msdffimp.hxx> #include <svl/instrm.hxx> #include <editeng/outlobj.hxx> -#include "CustomAnimationPreset.hxx" -#include "Outliner.hxx" -#include "sdresid.hxx" +#include <CustomAnimationPreset.hxx> +#include <Outliner.hxx> +#include <sdresid.hxx> #include <comphelper/serviceinfohelper.hxx> #include <svx/svdogrp.hxx> #include <o3tl/typed_flags_set.hxx> -#include "anminfo.hxx" +#include <anminfo.hxx> #include "unoobj.hxx" -#include "unoprnms.hxx" -#include "unomodel.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "ViewShell.hxx" -#include "unokywds.hxx" -#include "unopage.hxx" -#include "DrawDocShell.hxx" -#include "helpids.h" -#include "glob.hxx" -#include "strings.hrc" +#include <unoprnms.hxx> +#include <unomodel.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <ViewShell.hxx> +#include <unokywds.hxx> +#include <unopage.hxx> +#include <DrawDocShell.hxx> +#include <helpids.h> +#include <glob.hxx> +#include <strings.hrc> #include "unolayer.hxx" -#include "imapinfo.hxx" -#include "EffectMigration.hxx" +#include <imapinfo.hxx> +#include <EffectMigration.hxx> using namespace ::sd; using namespace ::com::sun::star; diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx index 76167735cf7b..93f76f6cf57f 100644 --- a/sd/source/ui/unoidl/unopage.cxx +++ b/sd/source/ui/unoidl/unopage.cxx @@ -58,15 +58,15 @@ #include <svx/svdoole2.hxx> #include <svx/svdpool.hxx> #include <svx/svdview.hxx> -#include "View.hxx" -#include "DrawDocShell.hxx" -#include "ViewShell.hxx" -#include "DrawViewShell.hxx" +#include <View.hxx> +#include <DrawDocShell.hxx> +#include <ViewShell.hxx> +#include <DrawViewShell.hxx> #include "unoobj.hxx" -#include "strings.hxx" -#include "bitmaps.hlst" -#include "unokywds.hxx" +#include <strings.hxx> +#include <bitmaps.hlst> +#include <unokywds.hxx> #include "unopback.hxx" #include <vcl/dibtools.hxx> #include <svx/svdograf.hxx> diff --git a/sd/source/ui/unoidl/unopback.cxx b/sd/source/ui/unoidl/unopback.cxx index 764fb7ed5d9d..e26eb5d43d2d 100644 --- a/sd/source/ui/unoidl/unopback.cxx +++ b/sd/source/ui/unoidl/unopback.cxx @@ -31,8 +31,8 @@ #include <svx/unoshape.hxx> #include "unopback.hxx" -#include "drawdoc.hxx" -#include "unokywds.hxx" +#include <drawdoc.hxx> +#include <unokywds.hxx> using namespace ::com::sun::star; diff --git a/sd/source/ui/unoidl/unopool.cxx b/sd/source/ui/unoidl/unopool.cxx index d4b4cb954f4a..d53886373b4b 100644 --- a/sd/source/ui/unoidl/unopool.cxx +++ b/sd/source/ui/unoidl/unopool.cxx @@ -22,7 +22,7 @@ #include <editeng/eeitem.hxx> #include <svx/unopool.hxx> -#include "drawdoc.hxx" +#include <drawdoc.hxx> #include "unopool.hxx" using namespace ::com::sun::star; diff --git a/sd/source/ui/unoidl/unosrch.cxx b/sd/source/ui/unoidl/unosrch.cxx index 6db2a88e0d42..a254bbe4a8b6 100644 --- a/sd/source/ui/unoidl/unosrch.cxx +++ b/sd/source/ui/unoidl/unosrch.cxx @@ -30,8 +30,8 @@ #include <comphelper/extract.hxx> -#include "unoprnms.hxx" -#include "unosrch.hxx" +#include <unoprnms.hxx> +#include <unosrch.hxx> using namespace ::com::sun::star; diff --git a/sd/source/ui/unoidl/unowcntr.cxx b/sd/source/ui/unoidl/unowcntr.cxx index 6397af28c1d7..d71f7cb01c86 100644 --- a/sd/source/ui/unoidl/unowcntr.cxx +++ b/sd/source/ui/unoidl/unowcntr.cxx @@ -19,7 +19,7 @@ #include <com/sun/star/lang/XComponent.hpp> -#include <unowcntr.hxx> +#include "unowcntr.hxx" using namespace ::com::sun::star; diff --git a/sd/source/ui/view/DocumentRenderer.cxx b/sd/source/ui/view/DocumentRenderer.cxx index 4cadfb2e3540..f708d864d40c 100644 --- a/sd/source/ui/view/DocumentRenderer.cxx +++ b/sd/source/ui/view/DocumentRenderer.cxx @@ -19,21 +19,21 @@ #include <com/sun/star/beans/XPropertySet.hpp> -#include "DocumentRenderer.hxx" -#include "DocumentRenderer.hrc" - -#include "drawdoc.hxx" -#include "optsitem.hxx" -#include "sdresid.hxx" -#include "strings.hrc" -#include "sdattr.hxx" -#include "Window.hxx" -#include "drawview.hxx" -#include "DrawViewShell.hxx" -#include "FrameView.hxx" -#include "Outliner.hxx" -#include "OutlineViewShell.hxx" -#include "SlideSorterViewShell.hxx" +#include <DocumentRenderer.hxx> +#include <DocumentRenderer.hrc> + +#include <drawdoc.hxx> +#include <optsitem.hxx> +#include <sdresid.hxx> +#include <strings.hrc> +#include <sdattr.hxx> +#include <Window.hxx> +#include <drawview.hxx> +#include <DrawViewShell.hxx> +#include <FrameView.hxx> +#include <Outliner.hxx> +#include <OutlineViewShell.hxx> +#include <SlideSorterViewShell.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> diff --git a/sd/source/ui/view/FormShellManager.cxx b/sd/source/ui/view/FormShellManager.cxx index 23136ba66b2b..4bd6e928000d 100644 --- a/sd/source/ui/view/FormShellManager.cxx +++ b/sd/source/ui/view/FormShellManager.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "FormShellManager.hxx" +#include <FormShellManager.hxx> -#include "EventMultiplexer.hxx" -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "ViewShellManager.hxx" -#include "Window.hxx" +#include <EventMultiplexer.hxx> +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <ViewShellManager.hxx> +#include <Window.hxx> #include <svx/fmshell.hxx> namespace sd { diff --git a/sd/source/ui/view/GraphicObjectBar.cxx b/sd/source/ui/view/GraphicObjectBar.cxx index e0cf21783ff6..38794f9c8e34 100644 --- a/sd/source/ui/view/GraphicObjectBar.cxx +++ b/sd/source/ui/view/GraphicObjectBar.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "GraphicObjectBar.hxx" +#include <GraphicObjectBar.hxx> #include <limits.h> #include <vcl/msgbox.hxx> @@ -35,19 +35,19 @@ #include <sfx2/objface.hxx> -#include "app.hrc" +#include <app.hrc> -#include "strings.hrc" -#include "DrawDocShell.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" -#include "drawview.hxx" -#include "sdresid.hxx" -#include "drawdoc.hxx" +#include <strings.hrc> +#include <DrawDocShell.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> +#include <drawview.hxx> +#include <sdresid.hxx> +#include <drawdoc.hxx> using namespace sd; #define GraphicObjectBar -#include "sdslots.hxx" +#include <sdslots.hxx> namespace sd { diff --git a/sd/source/ui/view/GraphicViewShellBase.cxx b/sd/source/ui/view/GraphicViewShellBase.cxx index acbde9e978cc..300b0bdbf669 100644 --- a/sd/source/ui/view/GraphicViewShellBase.cxx +++ b/sd/source/ui/view/GraphicViewShellBase.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "GraphicViewShellBase.hxx" +#include <GraphicViewShellBase.hxx> -#include "GraphicDocShell.hxx" -#include "sdresid.hxx" -#include "strings.hrc" -#include "app.hrc" -#include "framework/DrawModule.hxx" -#include "framework/FrameworkHelper.hxx" +#include <GraphicDocShell.hxx> +#include <sdresid.hxx> +#include <strings.hrc> +#include <app.hrc> +#include <framework/DrawModule.hxx> +#include <framework/FrameworkHelper.hxx> #include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> diff --git a/sd/source/ui/view/ImpressViewShellBase.cxx b/sd/source/ui/view/ImpressViewShellBase.cxx index 50ac668def1e..6cc5cd504f19 100644 --- a/sd/source/ui/view/ImpressViewShellBase.cxx +++ b/sd/source/ui/view/ImpressViewShellBase.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ImpressViewShellBase.hxx" +#include <ImpressViewShellBase.hxx> -#include "DrawDocShell.hxx" -#include "sdresid.hxx" -#include "strings.hrc" -#include "app.hrc" -#include "framework/FrameworkHelper.hxx" -#include "framework/ImpressModule.hxx" -#include "MasterPageObserver.hxx" +#include <DrawDocShell.hxx> +#include <sdresid.hxx> +#include <strings.hrc> +#include <app.hrc> +#include <framework/FrameworkHelper.hxx> +#include <framework/ImpressModule.hxx> +#include <MasterPageObserver.hxx> #include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> diff --git a/sd/source/ui/view/MediaObjectBar.cxx b/sd/source/ui/view/MediaObjectBar.cxx index ee89507515c6..7799126d04e9 100644 --- a/sd/source/ui/view/MediaObjectBar.cxx +++ b/sd/source/ui/view/MediaObjectBar.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "MediaObjectBar.hxx" +#include <MediaObjectBar.hxx> #include <avmedia/mediaitem.hxx> #include <sfx2/msg.hxx> #include <sfx2/app.hxx> @@ -29,21 +29,21 @@ #include <svx/svdomedia.hxx> #include <svx/sdr/contact/viewcontactofsdrmediaobj.hxx> -#include "app.hrc" +#include <app.hrc> -#include "strings.hrc" -#include "DrawDocShell.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" -#include "drawview.hxx" -#include "sdresid.hxx" -#include "drawdoc.hxx" +#include <strings.hrc> +#include <DrawDocShell.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> +#include <drawview.hxx> +#include <sdresid.hxx> +#include <drawdoc.hxx> #include <memory> using namespace sd; #define MediaObjectBar -#include "sdslots.hxx" +#include <sdslots.hxx> namespace sd { diff --git a/sd/source/ui/view/OutlineViewShellBase.cxx b/sd/source/ui/view/OutlineViewShellBase.cxx index 145e52cb4d07..f98fda1c83d6 100644 --- a/sd/source/ui/view/OutlineViewShellBase.cxx +++ b/sd/source/ui/view/OutlineViewShellBase.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "OutlineViewShellBase.hxx" -#include "sdresid.hxx" -#include "DrawDocShell.hxx" -#include "strings.hrc" -#include "framework/FrameworkHelper.hxx" +#include <OutlineViewShellBase.hxx> +#include <sdresid.hxx> +#include <DrawDocShell.hxx> +#include <strings.hrc> +#include <framework/FrameworkHelper.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx index 74b4daea902a..9d9a2663ee53 100644 --- a/sd/source/ui/view/Outliner.cxx +++ b/sd/source/ui/view/Outliner.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "Outliner.hxx" +#include <Outliner.hxx> #include <boost/property_tree/json_parser.hpp> #include <vcl/wrkwin.hxx> #include <vcl/settings.hxx> @@ -52,23 +52,23 @@ #include <svtools/langtab.hxx> #include <tools/diagnose_ex.h> -#include "strings.hrc" +#include <strings.hrc> #include <editeng/outliner.hxx> -#include "sdpage.hxx" -#include "sdmod.hxx" -#include "Window.hxx" -#include "sdresid.hxx" -#include "DrawViewShell.hxx" -#include "OutlineViewShell.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "FrameView.hxx" -#include "optsitem.hxx" -#include "drawview.hxx" -#include "ViewShellBase.hxx" -#include "SpellDialogChildWindow.hxx" -#include "ToolBarManager.hxx" -#include "framework/FrameworkHelper.hxx" +#include <sdpage.hxx> +#include <sdmod.hxx> +#include <Window.hxx> +#include <sdresid.hxx> +#include <DrawViewShell.hxx> +#include <OutlineViewShell.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <FrameView.hxx> +#include <optsitem.hxx> +#include <drawview.hxx> +#include <ViewShellBase.hxx> +#include <SpellDialogChildWindow.hxx> +#include <ToolBarManager.hxx> +#include <framework/FrameworkHelper.hxx> #include <svx/svxids.hrc> #include <editeng/editerr.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> diff --git a/sd/source/ui/view/OutlinerIterator.cxx b/sd/source/ui/view/OutlinerIterator.cxx index 3eed4739df26..92966a6be78a 100644 --- a/sd/source/ui/view/OutlinerIterator.cxx +++ b/sd/source/ui/view/OutlinerIterator.cxx @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "OutlinerIterator.hxx" -#include "OutlinerIteratorImpl.hxx" +#include <OutlinerIterator.hxx> +#include <OutlinerIteratorImpl.hxx> #include <svx/svditer.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> -#include "Outliner.hxx" - -#include "drawdoc.hxx" -#include "DrawViewShell.hxx" -#include "drawview.hxx" -#include "sdpage.hxx" -#include "FrameView.hxx" -#include "DrawDocShell.hxx" -#include "Window.hxx" +#include <Outliner.hxx> + +#include <drawdoc.hxx> +#include <DrawViewShell.hxx> +#include <drawview.hxx> +#include <sdpage.hxx> +#include <FrameView.hxx> +#include <DrawDocShell.hxx> +#include <Window.hxx> namespace sd { namespace outliner { diff --git a/sd/source/ui/view/PresentationViewShellBase.cxx b/sd/source/ui/view/PresentationViewShellBase.cxx index 8215ee189c9b..3cfd491e0a30 100644 --- a/sd/source/ui/view/PresentationViewShellBase.cxx +++ b/sd/source/ui/view/PresentationViewShellBase.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PresentationViewShellBase.hxx" -#include "sdresid.hxx" -#include "DrawDocShell.hxx" -#include "strings.hrc" -#include "framework/FrameworkHelper.hxx" -#include "framework/PresentationModule.hxx" +#include <PresentationViewShellBase.hxx> +#include <sdresid.hxx> +#include <DrawDocShell.hxx> +#include <strings.hrc> +#include <framework/FrameworkHelper.hxx> +#include <framework/PresentationModule.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> diff --git a/sd/source/ui/view/SlideSorterViewShellBase.cxx b/sd/source/ui/view/SlideSorterViewShellBase.cxx index 732de03497fe..e11547e50798 100644 --- a/sd/source/ui/view/SlideSorterViewShellBase.cxx +++ b/sd/source/ui/view/SlideSorterViewShellBase.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "SlideSorterViewShellBase.hxx" -#include "sdresid.hxx" -#include "DrawDocShell.hxx" -#include "strings.hrc" -#include "framework/FrameworkHelper.hxx" +#include <SlideSorterViewShellBase.hxx> +#include <sdresid.hxx> +#include <DrawDocShell.hxx> +#include <strings.hrc> +#include <framework/FrameworkHelper.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> diff --git a/sd/source/ui/view/ToolBarManager.cxx b/sd/source/ui/view/ToolBarManager.cxx index 8aecd998617e..f6efb164f1d3 100644 --- a/sd/source/ui/view/ToolBarManager.cxx +++ b/sd/source/ui/view/ToolBarManager.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ToolBarManager.hxx" +#include <ToolBarManager.hxx> -#include "DrawViewShell.hxx" -#include "EventMultiplexer.hxx" -#include "ViewShellBase.hxx" -#include "ViewShellManager.hxx" +#include <DrawViewShell.hxx> +#include <EventMultiplexer.hxx> +#include <ViewShellBase.hxx> +#include <ViewShellManager.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/frame/XLayoutManager.hpp> #include <com/sun/star/ui/UIElementType.hpp> diff --git a/sd/source/ui/view/ViewClipboard.cxx b/sd/source/ui/view/ViewClipboard.cxx index 73bf04093d03..cb28d4b1a974 100644 --- a/sd/source/ui/view/ViewClipboard.cxx +++ b/sd/source/ui/view/ViewClipboard.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ViewClipboard.hxx" - -#include "DrawDocShell.hxx" -#include "View.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" - -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "sdxfer.hxx" -#include "sdresid.hxx" -#include "strings.hrc" -#include "strings.hxx" +#include <ViewClipboard.hxx> + +#include <DrawDocShell.hxx> +#include <View.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> + +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <sdxfer.hxx> +#include <sdresid.hxx> +#include <strings.hrc> +#include <strings.hxx> #include <svx/svdpagv.hxx> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx index 7ec564cc24b2..8f72f80b558d 100644 --- a/sd/source/ui/view/ViewShellBase.cxx +++ b/sd/source/ui/view/ViewShellBase.cxx @@ -19,40 +19,40 @@ #include <comphelper/processfactory.hxx> -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> #include <algorithm> -#include "EventMultiplexer.hxx" -#include "cache/SlsPageCacheManager.hxx" -#include "sdresid.hxx" -#include "app.hrc" -#include "strings.hrc" -#include "slideshow.hxx" -#include "unokywds.hxx" +#include <EventMultiplexer.hxx> +#include <cache/SlsPageCacheManager.hxx> +#include <sdresid.hxx> +#include <app.hrc> +#include <strings.hrc> +#include <slideshow.hxx> +#include <unokywds.hxx> #include <svx/svxids.hrc> -#include "DrawDocShell.hxx" +#include <DrawDocShell.hxx> #include <sfx2/app.hxx> -#include "PaneChildWindows.hxx" -#include "ViewShellManager.hxx" -#include "DrawController.hxx" -#include "FrameView.hxx" -#include "ViewTabBar.hxx" +#include <PaneChildWindows.hxx> +#include <ViewShellManager.hxx> +#include <DrawController.hxx> +#include <FrameView.hxx> +#include <ViewTabBar.hxx> #include <sfx2/event.hxx> -#include "drawdoc.hxx" +#include <drawdoc.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/request.hxx> #include <sfx2/printer.hxx> -#include "DrawViewShell.hxx" -#include "GraphicViewShell.hxx" -#include "OutlineViewShell.hxx" -#include "SlideSorterViewShell.hxx" -#include "PresentationViewShell.hxx" -#include "FormShellManager.hxx" -#include "ToolBarManager.hxx" -#include "Window.hxx" -#include "framework/ConfigurationController.hxx" -#include "DocumentRenderer.hxx" -#include "sdattr.hxx" -#include "optsitem.hxx" +#include <DrawViewShell.hxx> +#include <GraphicViewShell.hxx> +#include <OutlineViewShell.hxx> +#include <SlideSorterViewShell.hxx> +#include <PresentationViewShell.hxx> +#include <FormShellManager.hxx> +#include <ToolBarManager.hxx> +#include <Window.hxx> +#include <framework/ConfigurationController.hxx> +#include <DocumentRenderer.hxx> +#include <sdattr.hxx> +#include <optsitem.hxx> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/document/XViewDataSupplier.hpp> @@ -62,7 +62,7 @@ #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> #include <com/sun/star/drawing/framework/ResourceId.hpp> -#include "framework/FrameworkHelper.hxx" +#include <framework/FrameworkHelper.hxx> #include <rtl/ref.hxx> #include <sfx2/msg.hxx> @@ -80,12 +80,12 @@ #include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <editeng/editview.hxx> -#include "fubullet.hxx" -#include "drawview.hxx" +#include <fubullet.hxx> +#include <drawview.hxx> using namespace sd; #define ViewShellBase -#include "sdslots.hxx" +#include <sdslots.hxx> using ::sd::framework::FrameworkHelper; diff --git a/sd/source/ui/view/ViewShellHint.cxx b/sd/source/ui/view/ViewShellHint.cxx index 06f32e614064..ab3b7456946e 100644 --- a/sd/source/ui/view/ViewShellHint.cxx +++ b/sd/source/ui/view/ViewShellHint.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ViewShellHint.hxx" +#include <ViewShellHint.hxx> namespace sd { diff --git a/sd/source/ui/view/ViewShellImplementation.cxx b/sd/source/ui/view/ViewShellImplementation.cxx index fd3832ed1546..f625b9a7a1af 100644 --- a/sd/source/ui/view/ViewShellImplementation.cxx +++ b/sd/source/ui/view/ViewShellImplementation.cxx @@ -19,27 +19,27 @@ #include <config_features.h> -#include "ViewShellImplementation.hxx" - -#include "sdpage.hxx" -#include "drawdoc.hxx" -#include "sdresid.hxx" -#include "strings.hrc" -#include "app.hrc" -#include "helpids.h" -#include "sdattr.hxx" -#include "sdabstdlg.hxx" -#include "unmodpg.hxx" -#include "Window.hxx" -#include "optsitem.hxx" -#include "DrawDocShell.hxx" -#include "DrawController.hxx" -#include "FactoryIds.hxx" -#include "slideshow.hxx" -#include "ViewShellBase.hxx" -#include "FrameView.hxx" -#include "DrawViewShell.hxx" -#include "ViewShellHint.hxx" +#include <ViewShellImplementation.hxx> + +#include <sdpage.hxx> +#include <drawdoc.hxx> +#include <sdresid.hxx> +#include <strings.hrc> +#include <app.hrc> +#include <helpids.h> +#include <sdattr.hxx> +#include <sdabstdlg.hxx> +#include <unmodpg.hxx> +#include <Window.hxx> +#include <optsitem.hxx> +#include <DrawDocShell.hxx> +#include <DrawController.hxx> +#include <FactoryIds.hxx> +#include <slideshow.hxx> +#include <ViewShellBase.hxx> +#include <FrameView.hxx> +#include <DrawViewShell.hxx> +#include <ViewShellHint.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> @@ -51,7 +51,7 @@ #include <basic/sbstar.hxx> #include <xmloff/autolayout.hxx> -#include "undo/undoobjects.hxx" +#include <undo/undoobjects.hxx> #include <com/sun/star/drawing/framework/XControllerManager.hpp> diff --git a/sd/source/ui/view/ViewShellManager.cxx b/sd/source/ui/view/ViewShellManager.cxx index 5c0dc56a4c6f..8fbbda2e9d71 100644 --- a/sd/source/ui/view/ViewShellManager.cxx +++ b/sd/source/ui/view/ViewShellManager.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ViewShellManager.hxx" -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "Window.hxx" -#include "DrawDocShell.hxx" -#include "FormShellManager.hxx" +#include <ViewShellManager.hxx> +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <Window.hxx> +#include <DrawDocShell.hxx> +#include <FormShellManager.hxx> #include <sfx2/dispatch.hxx> #include <svx/svxids.hrc> diff --git a/sd/source/ui/view/ViewTabBar.cxx b/sd/source/ui/view/ViewTabBar.cxx index 98b059e90581..f4324c8398a2 100644 --- a/sd/source/ui/view/ViewTabBar.cxx +++ b/sd/source/ui/view/ViewTabBar.cxx @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ViewTabBar.hxx" - -#include "ViewShell.hxx" -#include "ViewShellBase.hxx" -#include "DrawViewShell.hxx" -#include "FrameView.hxx" -#include "framework/FrameworkHelper.hxx" -#include "framework/Pane.hxx" -#include "DrawController.hxx" - -#include "sdresid.hxx" -#include "strings.hrc" -#include "helpids.h" -#include "Client.hxx" +#include <ViewTabBar.hxx> + +#include <ViewShell.hxx> +#include <ViewShellBase.hxx> +#include <DrawViewShell.hxx> +#include <FrameView.hxx> +#include <framework/FrameworkHelper.hxx> +#include <framework/Pane.hxx> +#include <DrawController.hxx> + +#include <sdresid.hxx> +#include <strings.hrc> +#include <helpids.h> +#include <Client.hxx> #include <vcl/svapp.hxx> #include <vcl/tabpage.hxx> #include <vcl/settings.hxx> diff --git a/sd/source/ui/view/WindowUpdater.cxx b/sd/source/ui/view/WindowUpdater.cxx index 394ad5c6c677..e93228d4134e 100644 --- a/sd/source/ui/view/WindowUpdater.cxx +++ b/sd/source/ui/view/WindowUpdater.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "WindowUpdater.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "View.hxx" +#include <WindowUpdater.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <View.hxx> #include <vcl/split.hxx> #include <sfx2/childwin.hxx> diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx index c92c3a16a55f..29905c83909f 100644 --- a/sd/source/ui/view/clview.cxx +++ b/sd/source/ui/view/clview.cxx @@ -19,9 +19,9 @@ #include <sfx2/app.hxx> -#include "ClientView.hxx" -#include "drawview.hxx" -#include "sdpage.hxx" +#include <ClientView.hxx> +#include <drawview.hxx> +#include <sdpage.hxx> namespace sd { diff --git a/sd/source/ui/view/drawview.cxx b/sd/source/ui/view/drawview.cxx index a8b4f44d4c27..c3db13f13da1 100644 --- a/sd/source/ui/view/drawview.cxx +++ b/sd/source/ui/view/drawview.cxx @@ -38,35 +38,35 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/objface.hxx> -#include "stlsheet.hxx" +#include <stlsheet.hxx> #include <svx/svdoutl.hxx> #include <svx/strings.hrc> #include <svx/dialmgr.hxx> -#include "strings.hrc" -#include "View.hxx" -#include "sdattr.hxx" -#include "drawview.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "sdpage.hxx" -#include "ViewShellBase.hxx" -#include "DrawViewShell.hxx" -#include "pres.hxx" -#include "sdresid.hxx" -#include "Window.hxx" -#include "unchss.hxx" -#include "FrameView.hxx" -#include "anminfo.hxx" -#include "slideshow.hxx" +#include <strings.hrc> +#include <View.hxx> +#include <sdattr.hxx> +#include <drawview.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <sdpage.hxx> +#include <ViewShellBase.hxx> +#include <DrawViewShell.hxx> +#include <pres.hxx> +#include <sdresid.hxx> +#include <Window.hxx> +#include <unchss.hxx> +#include <FrameView.hxx> +#include <anminfo.hxx> +#include <slideshow.hxx> #include <vcl/virdev.hxx> #include <svx/sdrpaintwindow.hxx> #include <svx/sdr/contact/viewobjectcontact.hxx> #include <svx/sdr/contact/viewcontact.hxx> #include <svx/sdr/contact/displayinfo.hxx> -#include "undo/undomanager.hxx" +#include <undo/undomanager.hxx> using namespace ::com::sun::star; diff --git a/sd/source/ui/view/drbezob.cxx b/sd/source/ui/view/drbezob.cxx index 70ffb86fc7cf..84ad36bee586 100644 --- a/sd/source/ui/view/drbezob.cxx +++ b/sd/source/ui/view/drbezob.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "BezierObjectBar.hxx" +#include <BezierObjectBar.hxx> #include <sfx2/app.hxx> #include <sfx2/msg.hxx> #include <sfx2/viewfrm.hxx> @@ -31,22 +31,22 @@ #include <svx/svdundo.hxx> #include <sfx2/dispatch.hxx> -#include "sdresid.hxx" +#include <sdresid.hxx> -#include "strings.hrc" +#include <strings.hrc> -#include "DrawDocShell.hxx" -#include "ViewShell.hxx" -#include "Window.hxx" -#include "drawview.hxx" -#include "drawdoc.hxx" -#include "fusel.hxx" -#include "fuconbez.hxx" +#include <DrawDocShell.hxx> +#include <ViewShell.hxx> +#include <Window.hxx> +#include <drawview.hxx> +#include <drawdoc.hxx> +#include <fusel.hxx> +#include <fuconbez.hxx> using namespace sd; #define BezierObjectBar -#include "sdslots.hxx" +#include <sdslots.hxx> namespace sd { diff --git a/sd/source/ui/view/drtxtob.cxx b/sd/source/ui/view/drtxtob.cxx index 4fdb5570c5cb..f28c5f10b82a 100644 --- a/sd/source/ui/view/drtxtob.cxx +++ b/sd/source/ui/view/drtxtob.cxx @@ -18,7 +18,7 @@ */ #include <memory> -#include "TextObjectBar.hxx" +#include <TextObjectBar.hxx> #include <svx/svxids.hrc> @@ -51,25 +51,25 @@ #include <sfx2/objface.hxx> -#include "app.hrc" -#include "strings.hrc" +#include <app.hrc> +#include <strings.hrc> -#include "drawdoc.hxx" -#include "DrawViewShell.hxx" -#include "OutlineViewShell.hxx" -#include "ViewShellBase.hxx" -#include "ToolBarManager.hxx" -#include "futempl.hxx" -#include "sdresid.hxx" -#include "Window.hxx" -#include "OutlineView.hxx" +#include <drawdoc.hxx> +#include <DrawViewShell.hxx> +#include <OutlineViewShell.hxx> +#include <ViewShellBase.hxx> +#include <ToolBarManager.hxx> +#include <futempl.hxx> +#include <sdresid.hxx> +#include <Window.hxx> +#include <OutlineView.hxx> using namespace sd; using namespace ::com::sun::star; #define TextObjectBar -#include "sdslots.hxx" +#include <sdslots.hxx> namespace sd { diff --git a/sd/source/ui/view/drtxtob1.cxx b/sd/source/ui/view/drtxtob1.cxx index e113cf9b6409..80296e5b2d4e 100644 --- a/sd/source/ui/view/drtxtob1.cxx +++ b/sd/source/ui/view/drtxtob1.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "TextObjectBar.hxx" +#include <TextObjectBar.hxx> #include <svx/svxids.hrc> @@ -56,21 +56,21 @@ #include <svl/itemiter.hxx> #include <editeng/cmapitem.hxx> -#include "app.hrc" -#include "strings.hrc" -#include "sdresid.hxx" -#include "prlayout.hxx" -#include "ViewShell.hxx" -#include "drawview.hxx" -#include "drawdoc.hxx" -#include "stlpool.hxx" -#include "stlsheet.hxx" -#include "OutlineView.hxx" -#include "Window.hxx" -#include "futempl.hxx" -#include "DrawDocShell.hxx" -#include "Outliner.hxx" -#include "futext.hxx" +#include <app.hrc> +#include <strings.hrc> +#include <sdresid.hxx> +#include <prlayout.hxx> +#include <ViewShell.hxx> +#include <drawview.hxx> +#include <drawdoc.hxx> +#include <stlpool.hxx> +#include <stlsheet.hxx> +#include <OutlineView.hxx> +#include <Window.hxx> +#include <futempl.hxx> +#include <DrawDocShell.hxx> +#include <Outliner.hxx> +#include <futext.hxx> #include <memory> diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx index 02caf3eaa473..976d8dd1cb7b 100644 --- a/sd/source/ui/view/drviews1.cxx +++ b/sd/source/ui/view/drviews1.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawViewShell.hxx" -#include "ViewShellImplementation.hxx" +#include <DrawViewShell.hxx> +#include <ViewShellImplementation.hxx> -#include "DrawController.hxx" +#include <DrawController.hxx> #include <com/sun/star/embed/EmbedStates.hpp> -#include "comphelper/anytostring.hxx" -#include "comphelper/scopeguard.hxx" -#include "cppuhelper/exc_hlp.hxx" -#include "rtl/ref.hxx" +#include <comphelper/anytostring.hxx> +#include <comphelper/scopeguard.hxx> +#include <cppuhelper/exc_hlp.hxx> +#include <rtl/ref.hxx> #include <svx/svxids.hrc> #include <svx/svdpagv.hxx> @@ -45,38 +45,38 @@ #include <editeng/outliner.hxx> #include <svx/dialogs.hrc> -#include "view/viewoverlaymanager.hxx" - -#include "strings.hrc" -#include "app.hrc" - -#include "helpids.h" - -#include "sdmod.hxx" -#include "fupoor.hxx" -#include "sdresid.hxx" -#include "fusel.hxx" -#include "sdpage.hxx" -#include "FrameView.hxx" -#include "stlpool.hxx" -#include "Window.hxx" -#include "drawview.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "Ruler.hxx" -#include "Client.hxx" -#include "slideshow.hxx" -#include "optsitem.hxx" -#include "fusearch.hxx" -#include "Outliner.hxx" -#include "AnimationChildWindow.hxx" -#include "SdUnoDrawView.hxx" -#include "ToolBarManager.hxx" -#include "FormShellManager.hxx" -#include "ViewShellBase.hxx" -#include "LayerTabBar.hxx" -#include "ViewShellManager.hxx" -#include "ViewShellHint.hxx" +#include <view/viewoverlaymanager.hxx> + +#include <strings.hrc> +#include <app.hrc> + +#include <helpids.h> + +#include <sdmod.hxx> +#include <fupoor.hxx> +#include <sdresid.hxx> +#include <fusel.hxx> +#include <sdpage.hxx> +#include <FrameView.hxx> +#include <stlpool.hxx> +#include <Window.hxx> +#include <drawview.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <Ruler.hxx> +#include <Client.hxx> +#include <slideshow.hxx> +#include <optsitem.hxx> +#include <fusearch.hxx> +#include <Outliner.hxx> +#include <AnimationChildWindow.hxx> +#include <SdUnoDrawView.hxx> +#include <ToolBarManager.hxx> +#include <FormShellManager.hxx> +#include <ViewShellBase.hxx> +#include <LayerTabBar.hxx> +#include <ViewShellManager.hxx> +#include <ViewShellHint.hxx> #include <sfx2/request.hxx> #include <comphelper/lok.hxx> diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx index adc55bed4c46..5a5d785f79d7 100644 --- a/sd/source/ui/view/drviews2.cxx +++ b/sd/source/ui/view/drviews2.cxx @@ -117,68 +117,68 @@ #include <svl/whiter.hxx> -#include "app.hrc" -#include "strings.hrc" - -#include "framework/FrameworkHelper.hxx" - -#include "AnimationChildWindow.hxx" -#include "DrawDocShell.hxx" -#include "DrawViewShell.hxx" -#include "GraphicViewShell.hxx" -#include "LayerTabBar.hxx" -#include "Outliner.hxx" -#include "ViewShellHint.hxx" -#include "ViewShellImplementation.hxx" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "drawview.hxx" -#include "fuarea.hxx" -#include "fubullet.hxx" -#include "fuchar.hxx" -#include "fucushow.hxx" -#include "fuconnct.hxx" -#include "fucopy.hxx" -#include "fudspord.hxx" -#include "fuexpand.hxx" -#include "fuinsert.hxx" -#include "fuinsfil.hxx" -#include "fuline.hxx" -#include "fulinend.hxx" -#include "fulink.hxx" -#include "fumeasur.hxx" -#include "fumorph.hxx" -#include "fuoaprms.hxx" -#include "fuolbull.hxx" -#include "fupage.hxx" -#include "fuparagr.hxx" -#include "fuprlout.hxx" -#include "fuscale.hxx" -#include "fusel.hxx" -#include "fusldlg.hxx" -#include "fusnapln.hxx" -#include "fusumry.hxx" -#include "futempl.hxx" -#include "futhes.hxx" -#include "futransf.hxx" -#include "futxtatt.hxx" -#include "fuvect.hxx" -#include "futext.hxx" -#include "helpids.h" -#include "optsitem.hxx" -#include "sdabstdlg.hxx" -#include "sdattr.hxx" -#include "sdgrffilter.hxx" -#include "sdpage.hxx" -#include "sdresid.hxx" -#include "slideshow.hxx" -#include "stlpool.hxx" -#include "undolayer.hxx" -#include "unmodpg.hxx" +#include <app.hrc> +#include <strings.hrc> + +#include <framework/FrameworkHelper.hxx> + +#include <AnimationChildWindow.hxx> +#include <DrawDocShell.hxx> +#include <DrawViewShell.hxx> +#include <GraphicViewShell.hxx> +#include <LayerTabBar.hxx> +#include <Outliner.hxx> +#include <ViewShellHint.hxx> +#include <ViewShellImplementation.hxx> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <drawview.hxx> +#include <fuarea.hxx> +#include <fubullet.hxx> +#include <fuchar.hxx> +#include <fucushow.hxx> +#include <fuconnct.hxx> +#include <fucopy.hxx> +#include <fudspord.hxx> +#include <fuexpand.hxx> +#include <fuinsert.hxx> +#include <fuinsfil.hxx> +#include <fuline.hxx> +#include <fulinend.hxx> +#include <fulink.hxx> +#include <fumeasur.hxx> +#include <fumorph.hxx> +#include <fuoaprms.hxx> +#include <fuolbull.hxx> +#include <fupage.hxx> +#include <fuparagr.hxx> +#include <fuprlout.hxx> +#include <fuscale.hxx> +#include <fusel.hxx> +#include <fusldlg.hxx> +#include <fusnapln.hxx> +#include <fusumry.hxx> +#include <futempl.hxx> +#include <futhes.hxx> +#include <futransf.hxx> +#include <futxtatt.hxx> +#include <fuvect.hxx> +#include <futext.hxx> +#include <helpids.h> +#include <optsitem.hxx> +#include <sdabstdlg.hxx> +#include <sdattr.hxx> +#include <sdgrffilter.hxx> +#include <sdpage.hxx> +#include <sdresid.hxx> +#include <slideshow.hxx> +#include <stlpool.hxx> +#include <undolayer.hxx> +#include <unmodpg.hxx> #include <sfx2/sidebar/Sidebar.hxx> #include <sfx2/classificationhelper.hxx> -#include "ViewShellBase.hxx" +#include <ViewShellBase.hxx> #include <memory> using namespace ::com::sun::star; diff --git a/sd/source/ui/view/drviews3.cxx b/sd/source/ui/view/drviews3.cxx index f4bd00c652bb..5c35827aff84 100644 --- a/sd/source/ui/view/drviews3.cxx +++ b/sd/source/ui/view/drviews3.cxx @@ -19,7 +19,7 @@ #include <config_features.h> -#include "DrawViewShell.hxx" +#include <DrawViewShell.hxx> #include <sfx2/viewfrm.hxx> #include <editeng/eeitem.hxx> @@ -49,33 +49,33 @@ #include <svx/fmshell.hxx> #include <svx/f3dchild.hxx> #include <svx/float3d.hxx> -#include "optsitem.hxx" - -#include "app.hrc" -#include "strings.hrc" - -#include "sdundogr.hxx" -#include "undopage.hxx" -#include "glob.hxx" -#include "sdmod.hxx" -#include "fupoor.hxx" -#include "slideshow.hxx" -#include "FrameView.hxx" -#include "sdpage.hxx" -#include "Window.hxx" -#include "sdresid.hxx" -#include "drawview.hxx" -#include "drawdoc.hxx" -#include "Ruler.hxx" -#include "DrawDocShell.hxx" -#include "headerfooterdlg.hxx" -#include "masterlayoutdlg.hxx" -#include "sdabstdlg.hxx" +#include <optsitem.hxx> + +#include <app.hrc> +#include <strings.hrc> + +#include <sdundogr.hxx> +#include <undopage.hxx> +#include <glob.hxx> +#include <sdmod.hxx> +#include <fupoor.hxx> +#include <slideshow.hxx> +#include <FrameView.hxx> +#include <sdpage.hxx> +#include <Window.hxx> +#include <sdresid.hxx> +#include <drawview.hxx> +#include <drawdoc.hxx> +#include <Ruler.hxx> +#include <DrawDocShell.hxx> +#include <headerfooterdlg.hxx> +#include <masterlayoutdlg.hxx> +#include <sdabstdlg.hxx> #include <sfx2/ipclient.hxx> #include <tools/diagnose_ex.h> -#include "ViewShellBase.hxx" -#include "FormShellManager.hxx" -#include "LayerTabBar.hxx" +#include <ViewShellBase.hxx> +#include <FormShellManager.hxx> +#include <LayerTabBar.hxx> #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp> #include <com/sun/star/drawing/framework/XConfiguration.hpp> diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx index 6ba98c983fbc..6600582b685c 100644 --- a/sd/source/ui/view/drviews4.cxx +++ b/sd/source/ui/view/drviews4.cxx @@ -19,7 +19,7 @@ #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> -#include "DrawViewShell.hxx" +#include <DrawViewShell.hxx> #include <vcl/msgbox.hxx> #include <svl/urlbmk.hxx> #include <svx/svdpagv.hxx> @@ -39,25 +39,25 @@ #include <editeng/editview.hxx> #include <vcl/cursor.hxx> -#include "app.hrc" -#include "strings.hrc" - -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "Window.hxx" -#include "fupoor.hxx" -#include "fusnapln.hxx" -#include "sdmod.hxx" -#include "Ruler.hxx" -#include "sdresid.hxx" -#include "GraphicViewShell.hxx" -#include "sdpage.hxx" -#include "slideshow.hxx" -#include "anminfo.hxx" -#include "sdpopup.hxx" -#include "drawview.hxx" +#include <app.hrc> +#include <strings.hrc> + +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <Window.hxx> +#include <fupoor.hxx> +#include <fusnapln.hxx> +#include <sdmod.hxx> +#include <Ruler.hxx> +#include <sdresid.hxx> +#include <GraphicViewShell.hxx> +#include <sdpage.hxx> +#include <slideshow.hxx> +#include <anminfo.hxx> +#include <sdpopup.hxx> +#include <drawview.hxx> #include <svx/bmpmask.hxx> -#include "LayerTabBar.hxx" +#include <LayerTabBar.hxx> #include <svx/svditer.hxx> diff --git a/sd/source/ui/view/drviews5.cxx b/sd/source/ui/view/drviews5.cxx index 1458fae4bdb6..13c5807082f7 100644 --- a/sd/source/ui/view/drviews5.cxx +++ b/sd/source/ui/view/drviews5.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawViewShell.hxx" -#include "PresentationViewShell.hxx" +#include <DrawViewShell.hxx> +#include <PresentationViewShell.hxx> #include <editeng/outliner.hxx> #include <svx/svxids.hrc> #include <sfx2/request.hxx> @@ -31,35 +31,35 @@ #include <svx/fmshell.hxx> #include <editeng/eeitem.hxx> #include <svtools/colorcfg.hxx> -#include "AccessibleDrawDocumentView.hxx" +#include <AccessibleDrawDocumentView.hxx> #include <sfx2/viewfrm.hxx> -#include "LayerTabBar.hxx" - -#include "strings.hrc" -#include "app.hrc" -#include "helpids.h" -#include "optsitem.hxx" -#include "sdmod.hxx" -#include "FrameView.hxx" -#include "sdattr.hxx" -#include "futext.hxx" -#include "sdpage.hxx" -#include "stlpool.hxx" -#include "prntopts.hxx" -#include "sdresid.hxx" -#include "Window.hxx" -#include "drawview.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "Outliner.hxx" -#include "Client.hxx" -#include "slideshow.hxx" -#include "unokywds.hxx" -#include "SdUnoDrawView.hxx" -#include "ViewShellBase.hxx" -#include "FormShellManager.hxx" -#include "DrawController.hxx" +#include <LayerTabBar.hxx> + +#include <strings.hrc> +#include <app.hrc> +#include <helpids.h> +#include <optsitem.hxx> +#include <sdmod.hxx> +#include <FrameView.hxx> +#include <sdattr.hxx> +#include <futext.hxx> +#include <sdpage.hxx> +#include <stlpool.hxx> +#include <prntopts.hxx> +#include <sdresid.hxx> +#include <Window.hxx> +#include <drawview.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <Outliner.hxx> +#include <Client.hxx> +#include <slideshow.hxx> +#include <unokywds.hxx> +#include <SdUnoDrawView.hxx> +#include <ViewShellBase.hxx> +#include <FormShellManager.hxx> +#include <DrawController.hxx> #include <memory> namespace sd { diff --git a/sd/source/ui/view/drviews6.cxx b/sd/source/ui/view/drviews6.cxx index 7232e772deb3..d332935e4799 100644 --- a/sd/source/ui/view/drviews6.cxx +++ b/sd/source/ui/view/drviews6.cxx @@ -19,7 +19,7 @@ #include <config_features.h> -#include "DrawViewShell.hxx" +#include <DrawViewShell.hxx> #include <vcl/metaact.hxx> #include <sfx2/request.hxx> #include <sfx2/dispatch.hxx> @@ -32,26 +32,26 @@ #include <svx/imapdlg.hxx> #include <svx/SvxColorChildWindow.hxx> #include <svx/f3dchild.hxx> -#include "optsitem.hxx" +#include <optsitem.hxx> #include <svx/extrusionbar.hxx> #include <svx/fontworkbar.hxx> #include <avmedia/mediaplayer.hxx> -#include "app.hrc" -#include "strings.hrc" - -#include "sdmod.hxx" -#include "animobjs.hxx" -#include "AnimationChildWindow.hxx" -#include "NavigatorChildWindow.hxx" -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "drawview.hxx" -#include "FrameView.hxx" -#include "Window.hxx" -#include "DrawDocShell.hxx" -#include "sdabstdlg.hxx" -#include "framework/FrameworkHelper.hxx" +#include <app.hrc> +#include <strings.hrc> + +#include <sdmod.hxx> +#include <animobjs.hxx> +#include <AnimationChildWindow.hxx> +#include <NavigatorChildWindow.hxx> +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <drawview.hxx> +#include <FrameView.hxx> +#include <Window.hxx> +#include <DrawDocShell.hxx> +#include <sdabstdlg.hxx> +#include <framework/FrameworkHelper.hxx> #include <svx/svdoashp.hxx> #include <sfx2/sidebar/Sidebar.hxx> diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx index 70af2889ba9f..6261b23671c5 100644 --- a/sd/source/ui/view/drviews7.cxx +++ b/sd/source/ui/view/drviews7.cxx @@ -71,32 +71,32 @@ #include <svtools/cliplistener.hxx> #include <sfx2/viewfrm.hxx> -#include "app.hrc" -#include "strings.hrc" - -#include "PresentationViewShell.hxx" - -#include "Outliner.hxx" -#include "drawdoc.hxx" -#include "DrawViewShell.hxx" -#include "sdresid.hxx" -#include "sdpage.hxx" -#include "Client.hxx" -#include "DrawDocShell.hxx" -#include "zoomlist.hxx" -#include "slideshow.hxx" -#include "drawview.hxx" -#include "View.hxx" -#include "ViewShellBase.hxx" -#include "ViewShellManager.hxx" -#include "LayerTabBar.hxx" -#include "fupoor.hxx" -#include "Window.hxx" -#include "fuediglu.hxx" -#include "fubullet.hxx" -#include "fuconcs.hxx" -#include "fuformatpaintbrush.hxx" -#include "stlsheet.hxx" +#include <app.hrc> +#include <strings.hrc> + +#include <PresentationViewShell.hxx> + +#include <Outliner.hxx> +#include <drawdoc.hxx> +#include <DrawViewShell.hxx> +#include <sdresid.hxx> +#include <sdpage.hxx> +#include <Client.hxx> +#include <DrawDocShell.hxx> +#include <zoomlist.hxx> +#include <slideshow.hxx> +#include <drawview.hxx> +#include <View.hxx> +#include <ViewShellBase.hxx> +#include <ViewShellManager.hxx> +#include <LayerTabBar.hxx> +#include <fupoor.hxx> +#include <Window.hxx> +#include <fuediglu.hxx> +#include <fubullet.hxx> +#include <fuconcs.hxx> +#include <fuformatpaintbrush.hxx> +#include <stlsheet.hxx> #include <config_features.h> diff --git a/sd/source/ui/view/drviews8.cxx b/sd/source/ui/view/drviews8.cxx index 62688c92c949..29e6cb2ab683 100644 --- a/sd/source/ui/view/drviews8.cxx +++ b/sd/source/ui/view/drviews8.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawViewShell.hxx" +#include <DrawViewShell.hxx> -#include "ViewShellHint.hxx" +#include <ViewShellHint.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <sfx2/dispatch.hxx> @@ -32,13 +32,13 @@ #include <svx/svdograf.hxx> #include <svx/svdpagv.hxx> -#include "app.hrc" -#include "strings.hrc" +#include <app.hrc> +#include <strings.hrc> -#include "sdresid.hxx" -#include "Window.hxx" -#include "drawview.hxx" -#include "zoomlist.hxx" +#include <sdresid.hxx> +#include <Window.hxx> +#include <drawview.hxx> +#include <zoomlist.hxx> #include <tools/helpers.hxx> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/view/drviews9.cxx b/sd/source/ui/view/drviews9.cxx index f1870d57d6b9..c691d4ef0b12 100644 --- a/sd/source/ui/view/drviews9.cxx +++ b/sd/source/ui/view/drviews9.cxx @@ -19,7 +19,7 @@ #include <config_features.h> -#include "DrawViewShell.hxx" +#include <DrawViewShell.hxx> #include <vcl/wrkwin.hxx> #include <svx/xgrad.hxx> #include <svx/svdpagv.hxx> @@ -48,14 +48,14 @@ #include <sfx2/viewfrm.hxx> -#include "app.hrc" -#include "strings.hrc" -#include "Window.hxx" -#include "drawdoc.hxx" -#include "drawview.hxx" -#include "DrawDocShell.hxx" -#include "sdresid.hxx" -#include "fupoor.hxx" +#include <app.hrc> +#include <strings.hrc> +#include <Window.hxx> +#include <drawdoc.hxx> +#include <drawview.hxx> +#include <DrawDocShell.hxx> +#include <sdresid.hxx> +#include <fupoor.hxx> #include <svx/galleryitem.hxx> #include <com/sun/star/gallery/GalleryItemType.hpp> diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx index 0fedb24f1b56..8032e66608cc 100644 --- a/sd/source/ui/view/drviewsa.cxx +++ b/sd/source/ui/view/drviewsa.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawViewShell.hxx" +#include <DrawViewShell.hxx> #include <com/sun/star/scanner/ScannerManager.hpp> #include <cppuhelper/implbase.hxx> #include <comphelper/processfactory.hxx> @@ -45,28 +45,28 @@ #include <svx/float3d.hxx> #include <svx/extedit.hxx> #include <svx/sidebar/SelectionAnalyzer.hxx> -#include "helpids.h" - -#include "view/viewoverlaymanager.hxx" -#include "app.hrc" -#include "strings.hrc" - -#include "sdpage.hxx" -#include "FrameView.hxx" -#include "drawdoc.hxx" -#include "sdresid.hxx" -#include "DrawDocShell.hxx" -#include "Window.hxx" -#include "fupoor.hxx" -#include "fusel.hxx" -#include "funavig.hxx" -#include "drawview.hxx" -#include "SdUnoDrawView.hxx" -#include "ViewShellBase.hxx" -#include "slideshow.hxx" -#include "ToolBarManager.hxx" -#include "annotationmanager.hxx" -#include "DrawController.hxx" +#include <helpids.h> + +#include <view/viewoverlaymanager.hxx> +#include <app.hrc> +#include <strings.hrc> + +#include <sdpage.hxx> +#include <FrameView.hxx> +#include <drawdoc.hxx> +#include <sdresid.hxx> +#include <DrawDocShell.hxx> +#include <Window.hxx> +#include <fupoor.hxx> +#include <fusel.hxx> +#include <funavig.hxx> +#include <drawview.hxx> +#include <SdUnoDrawView.hxx> +#include <ViewShellBase.hxx> +#include <slideshow.hxx> +#include <ToolBarManager.hxx> +#include <annotationmanager.hxx> +#include <DrawController.hxx> #include <memory> diff --git a/sd/source/ui/view/drviewsb.cxx b/sd/source/ui/view/drviewsb.cxx index 336b43699cb5..f0f1857dddbc 100644 --- a/sd/source/ui/view/drviewsb.cxx +++ b/sd/source/ui/view/drviewsb.cxx @@ -39,28 +39,28 @@ #include <unotools/useroptions.hxx> #include <tools/diagnose_ex.h> -#include "app.hrc" -#include "strings.hrc" - -#include "Outliner.hxx" -#include "Window.hxx" -#include "sdmod.hxx" -#include "sdattr.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "sdresid.hxx" -#include "sdpage.hxx" -#include "DrawViewShell.hxx" -#include "drawview.hxx" -#include "unmodpg.hxx" -#include "undolayer.hxx" -#include "ViewShellBase.hxx" -#include "FormShellManager.hxx" -#include "LayerTabBar.hxx" -#include "sdabstdlg.hxx" -#include "SlideSorterViewShell.hxx" -#include "SlideSorter.hxx" -#include "controller/SlideSorterController.hxx" +#include <app.hrc> +#include <strings.hrc> + +#include <Outliner.hxx> +#include <Window.hxx> +#include <sdmod.hxx> +#include <sdattr.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <sdresid.hxx> +#include <sdpage.hxx> +#include <DrawViewShell.hxx> +#include <drawview.hxx> +#include <unmodpg.hxx> +#include <undolayer.hxx> +#include <ViewShellBase.hxx> +#include <FormShellManager.hxx> +#include <LayerTabBar.hxx> +#include <sdabstdlg.hxx> +#include <SlideSorterViewShell.hxx> +#include <SlideSorter.hxx> +#include <controller/SlideSorterController.hxx> namespace sd { diff --git a/sd/source/ui/view/drviewsc.cxx b/sd/source/ui/view/drviewsc.cxx index ca06c593e8ff..ea02a7e60caa 100644 --- a/sd/source/ui/view/drviewsc.cxx +++ b/sd/source/ui/view/drviewsc.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawViewShell.hxx" -#include "ViewShellImplementation.hxx" +#include <DrawViewShell.hxx> +#include <ViewShellImplementation.hxx> #include <vcl/waitobj.hxx> #include <svx/svxids.hrc> @@ -35,20 +35,20 @@ #include <svl/style.hxx> #include <svx/svdpagv.hxx> #include <svx/grafctrl.hxx> -#include "stlsheet.hxx" +#include <stlsheet.hxx> #include <sfx2/viewfrm.hxx> -#include "app.hrc" -#include "strings.hrc" -#include "helpids.h" -#include "Window.hxx" -#include "imapinfo.hxx" -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "drawview.hxx" -#include "sdabstdlg.hxx" +#include <app.hrc> +#include <strings.hrc> +#include <helpids.h> +#include <Window.hxx> +#include <imapinfo.hxx> +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <drawview.hxx> +#include <sdabstdlg.hxx> #include <memory> namespace sd { diff --git a/sd/source/ui/view/drviewsd.cxx b/sd/source/ui/view/drviewsd.cxx index 64e6d80eab4d..6fe5932bd89f 100644 --- a/sd/source/ui/view/drviewsd.cxx +++ b/sd/source/ui/view/drviewsd.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawViewShell.hxx" +#include <DrawViewShell.hxx> #include <svx/svxids.hrc> #include <svl/aeitem.hxx> @@ -30,15 +30,15 @@ #include <sfx2/viewfrm.hxx> -#include "app.hrc" +#include <app.hrc> -#include "sdpage.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "pgjump.hxx" -#include "NavigatorChildWindow.hxx" -#include "navigatr.hxx" -#include "drawview.hxx" +#include <sdpage.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <pgjump.hxx> +#include <NavigatorChildWindow.hxx> +#include <navigatr.hxx> +#include <drawview.hxx> namespace sd { diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx index e47d943cbb10..99a1c34343f5 100644 --- a/sd/source/ui/view/drviewse.cxx +++ b/sd/source/ui/view/drviewse.cxx @@ -29,7 +29,7 @@ #include <comphelper/processfactory.hxx> -#include "undo/undomanager.hxx" +#include <undo/undomanager.hxx> #include <vcl/waitobj.hxx> #include <svl/aeitem.hxx> #include <editeng/editstat.hxx> @@ -63,40 +63,40 @@ #include <sfx2/docfile.hxx> #include <sfx2/notebookbar/SfxNotebookBar.hxx> -#include "DrawViewShell.hxx" -#include "slideshow.hxx" -#include "ViewShellImplementation.hxx" -#include "ViewShellHint.hxx" -#include "framework/FrameworkHelper.hxx" -#include "app.hrc" -#include "strings.hrc" - -#include "drawdoc.hxx" -#include "fusel.hxx" -#include "futext.hxx" -#include "fuconrec.hxx" -#include "fuconcs.hxx" -#include "fuconuno.hxx" -#include "fuconbez.hxx" -#include "fuediglu.hxx" -#include "fuconarc.hxx" -#include "fucon3d.hxx" -#include "sdresid.hxx" -#include "Outliner.hxx" -#include "PresentationViewShell.hxx" -#include "sdpage.hxx" -#include "FrameView.hxx" -#include "zoomlist.hxx" -#include "drawview.hxx" -#include "DrawDocShell.hxx" -#include "sdattr.hxx" -#include "ViewShellBase.hxx" -#include "ToolBarManager.hxx" -#include "anminfo.hxx" -#include "optsitem.hxx" -#include "Window.hxx" -#include "fuformatpaintbrush.hxx" -#include "fuzoom.hxx" +#include <DrawViewShell.hxx> +#include <slideshow.hxx> +#include <ViewShellImplementation.hxx> +#include <ViewShellHint.hxx> +#include <framework/FrameworkHelper.hxx> +#include <app.hrc> +#include <strings.hrc> + +#include <drawdoc.hxx> +#include <fusel.hxx> +#include <futext.hxx> +#include <fuconrec.hxx> +#include <fuconcs.hxx> +#include <fuconuno.hxx> +#include <fuconbez.hxx> +#include <fuediglu.hxx> +#include <fuconarc.hxx> +#include <fucon3d.hxx> +#include <sdresid.hxx> +#include <Outliner.hxx> +#include <PresentationViewShell.hxx> +#include <sdpage.hxx> +#include <FrameView.hxx> +#include <zoomlist.hxx> +#include <drawview.hxx> +#include <DrawDocShell.hxx> +#include <sdattr.hxx> +#include <ViewShellBase.hxx> +#include <ToolBarManager.hxx> +#include <anminfo.hxx> +#include <optsitem.hxx> +#include <Window.hxx> +#include <fuformatpaintbrush.hxx> +#include <fuzoom.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/view/drviewsf.cxx b/sd/source/ui/view/drviewsf.cxx index c0994c63fa4f..28210ef42cb2 100644 --- a/sd/source/ui/view/drviewsf.cxx +++ b/sd/source/ui/view/drviewsf.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawViewShell.hxx" +#include <DrawViewShell.hxx> #include <com/sun/star/form/FormButtonType.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <comphelper/string.hxx> @@ -41,18 +41,18 @@ #include <svx/fmshell.hxx> #include <svl/cjkoptions.hxx> -#include "FrameView.hxx" -#include "Outliner.hxx" -#include "app.hrc" - -#include "sdmod.hxx" -#include "stlsheet.hxx" -#include "drawview.hxx" -#include "drawdoc.hxx" -#include "Window.hxx" -#include "ViewShellBase.hxx" -#include "FormShellManager.hxx" -#include "anminfo.hxx" +#include <FrameView.hxx> +#include <Outliner.hxx> +#include <app.hrc> + +#include <sdmod.hxx> +#include <stlsheet.hxx> +#include <drawview.hxx> +#include <drawdoc.hxx> +#include <Window.hxx> +#include <ViewShellBase.hxx> +#include <FormShellManager.hxx> +#include <anminfo.hxx> #include <editeng/lspcitem.hxx> #include <editeng/ulspitem.hxx> diff --git a/sd/source/ui/view/drviewsg.cxx b/sd/source/ui/view/drviewsg.cxx index 22c8d42b77d3..f4f9933792cd 100644 --- a/sd/source/ui/view/drviewsg.cxx +++ b/sd/source/ui/view/drviewsg.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawViewShell.hxx" -#include "ViewShellImplementation.hxx" +#include <DrawViewShell.hxx> +#include <ViewShellImplementation.hxx> #include <svx/svxids.hrc> #include <svx/imapdlg.hxx> @@ -28,16 +28,16 @@ #include <svx/svdograf.hxx> #include <svx/svdoole2.hxx> -#include "app.hrc" +#include <app.hrc> -#include "drawdoc.hxx" -#include "slideshow.hxx" -#include "imapinfo.hxx" -#include "sdmod.hxx" -#include "optsitem.hxx" -#include "FrameView.hxx" -#include "drawview.hxx" -#include "fupoor.hxx" +#include <drawdoc.hxx> +#include <slideshow.hxx> +#include <imapinfo.hxx> +#include <sdmod.hxx> +#include <optsitem.hxx> +#include <FrameView.hxx> +#include <drawview.hxx> +#include <fupoor.hxx> namespace sd { diff --git a/sd/source/ui/view/drviewsh.cxx b/sd/source/ui/view/drviewsh.cxx index 6fb9e8ac0576..3b8e6c5bf5ce 100644 --- a/sd/source/ui/view/drviewsh.cxx +++ b/sd/source/ui/view/drviewsh.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawViewShell.hxx" +#include <DrawViewShell.hxx> #include <svl/aeitem.hxx> #include <svl/itemset.hxx> #include <sfx2/request.hxx> @@ -27,18 +27,18 @@ #include <sfx2/dispatch.hxx> #include <comphelper/lok.hxx> -#include "app.hrc" -#include "strings.hrc" -#include "sdpage.hxx" -#include "FrameView.hxx" -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "Window.hxx" -#include "GraphicViewShell.hxx" -#include "drawview.hxx" - -#include "slideshow.hxx" +#include <app.hrc> +#include <strings.hrc> +#include <sdpage.hxx> +#include <FrameView.hxx> +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <Window.hxx> +#include <GraphicViewShell.hxx> +#include <drawview.hxx> + +#include <slideshow.hxx> namespace sd { diff --git a/sd/source/ui/view/drviewsi.cxx b/sd/source/ui/view/drviewsi.cxx index 48e403f7ceb6..78007e4e3649 100644 --- a/sd/source/ui/view/drviewsi.cxx +++ b/sd/source/ui/view/drviewsi.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawViewShell.hxx" +#include <DrawViewShell.hxx> #include <svx/xtable.hxx> -#include "sdattr.hxx" +#include <sdattr.hxx> #include <svl/aeitem.hxx> #include <editeng/eeitem.hxx> #include <sfx2/request.hxx> @@ -35,17 +35,17 @@ #include <svx/dialogs.hrc> #include <vcl/msgbox.hxx> -#include "app.hrc" -#include "strings.hrc" - -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "anminfo.hxx" -#include "unoaprms.hxx" -#include "sdundogr.hxx" -#include "drawview.hxx" -#include "Window.hxx" -#include "sdresid.hxx" +#include <app.hrc> +#include <strings.hrc> + +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <anminfo.hxx> +#include <unoaprms.hxx> +#include <sdundogr.hxx> +#include <drawview.hxx> +#include <Window.hxx> +#include <sdresid.hxx> using namespace ::com::sun::star; diff --git a/sd/source/ui/view/drviewsj.cxx b/sd/source/ui/view/drviewsj.cxx index 47521488bfbd..3bdcc15ada35 100644 --- a/sd/source/ui/view/drviewsj.cxx +++ b/sd/source/ui/view/drviewsj.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawViewShell.hxx" +#include <DrawViewShell.hxx> #include <com/sun/star/embed/EmbedMisc.hpp> #include <svl/aeitem.hxx> #include <svx/svxids.hrc> @@ -37,16 +37,16 @@ #include <sfx2/docfile.hxx> #include <rtl/ustrbuf.hxx> -#include "app.hrc" +#include <app.hrc> -#include "Outliner.hxx" -#include "sdpage.hxx" -#include "fupoor.hxx" -#include "fusel.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "drawview.hxx" -#include "optsitem.hxx" +#include <Outliner.hxx> +#include <sdpage.hxx> +#include <fupoor.hxx> +#include <fusel.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <drawview.hxx> +#include <optsitem.hxx> using namespace com::sun::star; diff --git a/sd/source/ui/view/drviewsk.cxx b/sd/source/ui/view/drviewsk.cxx index 739fa58fa248..9daeecc02e4f 100644 --- a/sd/source/ui/view/drviewsk.cxx +++ b/sd/source/ui/view/drviewsk.cxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "DrawViewShell.hxx" -#include "sdmod.hxx" +#include <DrawViewShell.hxx> +#include <sdmod.hxx> #include <comphelper/lok.hxx> diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx index 289360759599..d718f091a0c4 100644 --- a/sd/source/ui/view/drvwshrg.cxx +++ b/sd/source/ui/view/drvwshrg.cxx @@ -19,7 +19,7 @@ #include <config_features.h> -#include "DrawViewShell.hxx" +#include <DrawViewShell.hxx> #include <sfx2/request.hxx> #include <sfx2/templdlg.hxx> #include <sfx2/infobar.hxx> @@ -36,22 +36,22 @@ #include <svx/hyperdlg.hxx> #include <avmedia/mediaplayer.hxx> -#include "app.hrc" -#include "strings.hrc" +#include <app.hrc> +#include <strings.hrc> -#include "SpellDialogChildWindow.hxx" -#include "sdresid.hxx" -#include "DrawDocShell.hxx" -#include "GraphicDocShell.hxx" -#include "GraphicViewShell.hxx" -#include "AnimationChildWindow.hxx" -#include "NavigatorChildWindow.hxx" +#include <SpellDialogChildWindow.hxx> +#include <sdresid.hxx> +#include <DrawDocShell.hxx> +#include <GraphicDocShell.hxx> +#include <GraphicViewShell.hxx> +#include <AnimationChildWindow.hxx> +#include <NavigatorChildWindow.hxx> using namespace sd; #define DrawViewShell -#include "sdslots.hxx" +#include <sdslots.hxx> #define GraphicViewShell -#include "sdgslots.hxx" +#include <sdgslots.hxx> namespace sd { diff --git a/sd/source/ui/view/frmview.cxx b/sd/source/ui/view/frmview.cxx index 4031b0ac1e20..f22643275668 100644 --- a/sd/source/ui/view/frmview.cxx +++ b/sd/source/ui/view/frmview.cxx @@ -17,29 +17,29 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "FrameView.hxx" +#include <FrameView.hxx> #include <svx/svxids.hrc> #include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/drawing/framework/ResourceId.hpp> #include <rtl/ustrbuf.hxx> -#include "unokywds.hxx" +#include <unokywds.hxx> #include <vcl/settings.hxx> #include <vector> -#include "ViewShell.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "optsitem.hxx" -#include "ViewShellBase.hxx" -#include "DrawViewShell.hxx" -#include "OutlineViewShell.hxx" -#include "sdmod.hxx" -#include "sdresid.hxx" -#include "pres.hxx" -#include "strings.hrc" -#include "sdiocmpt.hxx" -#include "framework/FrameworkHelper.hxx" +#include <ViewShell.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <optsitem.hxx> +#include <ViewShellBase.hxx> +#include <DrawViewShell.hxx> +#include <OutlineViewShell.hxx> +#include <sdmod.hxx> +#include <sdresid.hxx> +#include <pres.hxx> +#include <strings.hrc> +#include <sdiocmpt.hxx> +#include <framework/FrameworkHelper.hxx> #include <comphelper/processfactory.hxx> #include <sfx2/viewfrm.hxx> diff --git a/sd/source/ui/view/grviewsh.cxx b/sd/source/ui/view/grviewsh.cxx index 509fbc4f0fd7..7c02e05f64f1 100644 --- a/sd/source/ui/view/grviewsh.cxx +++ b/sd/source/ui/view/grviewsh.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "GraphicViewShell.hxx" -#include "LayerTabBar.hxx" -#include "FrameView.hxx" +#include <GraphicViewShell.hxx> +#include <LayerTabBar.hxx> +#include <FrameView.hxx> #include <sfx2/objsh.hxx> #include <sfx2/viewfrm.hxx> #include <vcl/scrbar.hxx> diff --git a/sd/source/ui/view/outlnvs2.cxx b/sd/source/ui/view/outlnvs2.cxx index 97d1f7319558..c48121a62496 100644 --- a/sd/source/ui/view/outlnvs2.cxx +++ b/sd/source/ui/view/outlnvs2.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "OutlineViewShell.hxx" +#include <OutlineViewShell.hxx> #include <com/sun/star/beans/PropertyValue.hpp> -#include "app.hrc" +#include <app.hrc> #include <svx/hlnkitem.hxx> #include <sfx2/docfile.hxx> #include <sfx2/dispatch.hxx> @@ -33,34 +33,34 @@ #include <editeng/eeitem.hxx> #include <editeng/flditem.hxx> #include <editeng/editstat.hxx> -#include "optsitem.hxx" +#include <optsitem.hxx> #include <unotools/useroptions.hxx> #include <sfx2/viewfrm.hxx> -#include "Outliner.hxx" -#include "Window.hxx" -#include "fubullet.hxx" -#include "fuolbull.hxx" -#include "FrameView.hxx" -#include "fuzoom.hxx" -#include "fuscale.hxx" -#include "fuchar.hxx" -#include "fuinsfil.hxx" -#include "fuprobjs.hxx" -#include "futhes.hxx" -#include "futempl.hxx" -#include "fusldlg.hxx" -#include "zoomlist.hxx" -#include "fuexpand.hxx" -#include "fusumry.hxx" -#include "fucushow.hxx" -#include "drawdoc.hxx" -#include "sdattr.hxx" -#include "ViewShellBase.hxx" -#include "sdabstdlg.hxx" -#include "framework/FrameworkHelper.hxx" -#include "DrawViewShell.hxx" -#include "slideshow.hxx" +#include <Outliner.hxx> +#include <Window.hxx> +#include <fubullet.hxx> +#include <fuolbull.hxx> +#include <FrameView.hxx> +#include <fuzoom.hxx> +#include <fuscale.hxx> +#include <fuchar.hxx> +#include <fuinsfil.hxx> +#include <fuprobjs.hxx> +#include <futhes.hxx> +#include <futempl.hxx> +#include <fusldlg.hxx> +#include <zoomlist.hxx> +#include <fuexpand.hxx> +#include <fusumry.hxx> +#include <fucushow.hxx> +#include <drawdoc.hxx> +#include <sdattr.hxx> +#include <ViewShellBase.hxx> +#include <sdabstdlg.hxx> +#include <framework/FrameworkHelper.hxx> +#include <DrawViewShell.hxx> +#include <slideshow.hxx> #include <memory> using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx index ea8d4fa7c75c..842ad38be060 100644 --- a/sd/source/ui/view/outlnvsh.cxx +++ b/sd/source/ui/view/outlnvsh.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "OutlineViewShell.hxx" +#include <OutlineViewShell.hxx> -#include "ViewShellImplementation.hxx" -#include "helpids.h" -#include "app.hrc" +#include <ViewShellImplementation.hxx> +#include <helpids.h> +#include <app.hrc> #include <svx/hyperdlg.hxx> #include <svx/zoomslideritem.hxx> @@ -59,30 +59,30 @@ #include <svtools/cliplistener.hxx> #include <svl/srchitem.hxx> #include <editeng/editobj.hxx> -#include "fubullet.hxx" -#include "optsitem.hxx" - -#include "strings.hrc" - -#include "Outliner.hxx" -#include "Window.hxx" -#include "TextObjectBar.hxx" -#include "drawdoc.hxx" -#include "sdresid.hxx" -#include "sdpage.hxx" -#include "fuoltext.hxx" -#include "FrameView.hxx" -#include "zoomlist.hxx" -#include "stlsheet.hxx" -#include "slideshow.hxx" -#include "SdUnoOutlineView.hxx" -#include "SpellDialogChildWindow.hxx" - -#include "AccessibleOutlineView.hxx" -#include "ViewShellBase.hxx" -#include "ViewShellManager.hxx" -#include "DrawController.hxx" -#include "framework/FrameworkHelper.hxx" +#include <fubullet.hxx> +#include <optsitem.hxx> + +#include <strings.hrc> + +#include <Outliner.hxx> +#include <Window.hxx> +#include <TextObjectBar.hxx> +#include <drawdoc.hxx> +#include <sdresid.hxx> +#include <sdpage.hxx> +#include <fuoltext.hxx> +#include <FrameView.hxx> +#include <zoomlist.hxx> +#include <stlsheet.hxx> +#include <slideshow.hxx> +#include <SdUnoOutlineView.hxx> +#include <SpellDialogChildWindow.hxx> + +#include <AccessibleOutlineView.hxx> +#include <ViewShellBase.hxx> +#include <ViewShellManager.hxx> +#include <DrawController.hxx> +#include <framework/FrameworkHelper.hxx> #include <memory> @@ -94,7 +94,7 @@ using namespace ::com::sun::star::linguistic2; using namespace sd; #define OutlineViewShell -#include "sdslots.hxx" +#include <sdslots.hxx> namespace sd { diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx index 34af4ff3d0df..67d509d913c7 100644 --- a/sd/source/ui/view/outlview.cxx +++ b/sd/source/ui/view/outlview.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "OutlineView.hxx" +#include <OutlineView.hxx> #include <editeng/forbiddencharacterstable.hxx> #include <sfx2/progress.hxx> #include <vcl/commandinfoprovider.hxx> @@ -51,22 +51,22 @@ #include <editeng/svxfont.hxx> #include <editeng/fhgtitem.hxx> -#include "DrawDocShell.hxx" -#include "drawdoc.hxx" -#include "Window.hxx" -#include "sdpage.hxx" -#include "pres.hxx" -#include "OutlineViewShell.hxx" -#include "app.hrc" -#include "strings.hrc" -#include "sdresid.hxx" -#include "Outliner.hxx" -#include "EventMultiplexer.hxx" -#include "ViewShellBase.hxx" -#include "ViewShellManager.hxx" -#include "undo/undoobjects.hxx" -#include "undo/undomanager.hxx" -#include "stlsheet.hxx" +#include <DrawDocShell.hxx> +#include <drawdoc.hxx> +#include <Window.hxx> +#include <sdpage.hxx> +#include <pres.hxx> +#include <OutlineViewShell.hxx> +#include <app.hrc> +#include <strings.hrc> +#include <sdresid.hxx> +#include <Outliner.hxx> +#include <EventMultiplexer.hxx> +#include <ViewShellBase.hxx> +#include <ViewShellManager.hxx> +#include <undo/undoobjects.hxx> +#include <undo/undomanager.hxx> +#include <stlsheet.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::frame; diff --git a/sd/source/ui/view/presvish.cxx b/sd/source/ui/view/presvish.cxx index dc458b85d8ac..198585551382 100644 --- a/sd/source/ui/view/presvish.cxx +++ b/sd/source/ui/view/presvish.cxx @@ -21,33 +21,33 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <comphelper/processfactory.hxx> -#include "PresentationViewShell.hxx" -#include "optsitem.hxx" -#include "sddll.hxx" +#include <PresentationViewShell.hxx> +#include <optsitem.hxx> +#include <sddll.hxx> #include <sfx2/request.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/objface.hxx> #include <svx/svxids.hrc> #include <svx/ruler.hxx> -#include "FrameView.hxx" -#include "sdresid.hxx" -#include "DrawDocShell.hxx" -#include "slideshow.hxx" -#include "sdattr.hxx" -#include "sdpage.hxx" -#include "drawdoc.hxx" -#include "drawview.hxx" -#include "app.hrc" -#include "strings.hrc" -#include "ViewShellBase.hxx" -#include "FactoryIds.hxx" - -#include "fupoor.hxx" -#include "Window.hxx" +#include <FrameView.hxx> +#include <sdresid.hxx> +#include <DrawDocShell.hxx> +#include <slideshow.hxx> +#include <sdattr.hxx> +#include <sdpage.hxx> +#include <drawdoc.hxx> +#include <drawview.hxx> +#include <app.hrc> +#include <strings.hrc> +#include <ViewShellBase.hxx> +#include <FactoryIds.hxx> + +#include <fupoor.hxx> +#include <Window.hxx> #define PresentationViewShell using namespace sd; -#include "sdslots.hxx" +#include <sdslots.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/sd/source/ui/view/sdruler.cxx b/sd/source/ui/view/sdruler.cxx index 643a50a321c3..56e2a4f52df2 100644 --- a/sd/source/ui/view/sdruler.cxx +++ b/sd/source/ui/view/sdruler.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "Ruler.hxx" +#include <Ruler.hxx> #include <svl/ptitem.hxx> #include <svx/ruler.hxx> #include <svx/svxids.hrc> #include <sfx2/ctrlitem.hxx> #include <sfx2/bindings.hxx> -#include "View.hxx" -#include "DrawViewShell.hxx" -#include "Window.hxx" +#include <View.hxx> +#include <DrawViewShell.hxx> +#include <Window.hxx> -#include "helpids.h" +#include <helpids.h> namespace sd { diff --git a/sd/source/ui/view/sdview.cxx b/sd/source/ui/view/sdview.cxx index a641bd2df90a..62d84df6d8b2 100644 --- a/sd/source/ui/view/sdview.cxx +++ b/sd/source/ui/view/sdview.cxx @@ -20,7 +20,7 @@ #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> #include <com/sun/star/linguistic2/XSpellChecker1.hpp> -#include "View.hxx" +#include <View.hxx> #include <editeng/unolingu.hxx> #include <sfx2/request.hxx> #include <svx/obj3d.hxx> @@ -55,29 +55,29 @@ #include <svx/sidebar/ContextChangeEventMultiplexer.hxx> #include <vcl/virdev.hxx> -#include "app.hrc" -#include "strings.hrc" -#include "Window.hxx" -#include "Client.hxx" -#include "drawdoc.hxx" -#include "DrawDocShell.hxx" -#include "sdmod.hxx" -#include "sdpage.hxx" -#include "sdresid.hxx" -#include "DrawViewShell.hxx" -#include "futext.hxx" -#include "fuinsfil.hxx" -#include "slideshow.hxx" -#include "stlpool.hxx" -#include "FrameView.hxx" -#include "ViewClipboard.hxx" -#include "undo/undomanager.hxx" +#include <app.hrc> +#include <strings.hrc> +#include <Window.hxx> +#include <Client.hxx> +#include <drawdoc.hxx> +#include <DrawDocShell.hxx> +#include <sdmod.hxx> +#include <sdpage.hxx> +#include <sdresid.hxx> +#include <DrawViewShell.hxx> +#include <futext.hxx> +#include <fuinsfil.hxx> +#include <slideshow.hxx> +#include <stlpool.hxx> +#include <FrameView.hxx> +#include <ViewClipboard.hxx> +#include <undo/undomanager.hxx> #include <svx/sdr/contact/viewobjectcontact.hxx> #include <svx/sdr/contact/viewcontact.hxx> #include <svx/svdotable.hxx> -#include "EventMultiplexer.hxx" -#include "ViewShellBase.hxx" -#include "ViewShellManager.hxx" +#include <EventMultiplexer.hxx> +#include <ViewShellBase.hxx> +#include <ViewShellManager.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/color/bcolor.hxx> @@ -93,7 +93,7 @@ #include <comphelper/lok.hxx> #include <sfx2/lokhelper.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> -#include "DrawController.hxx" +#include <DrawController.hxx> #include <memory> #include <numeric> diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx index 2e1d0ed38b2e..9b029ec9ed09 100644 --- a/sd/source/ui/view/sdview2.cxx +++ b/sd/source/ui/view/sdview2.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "View.hxx" +#include <View.hxx> #include <vector> #include <com/sun/star/embed/XEmbedPersist.hpp> @@ -46,24 +46,24 @@ #include <sfx2/objsh.hxx> #include <svtools/embedtransfer.hxx> -#include "navigatr.hxx" -#include "anminfo.hxx" -#include "strings.hrc" -#include "sdxfer.hxx" -#include "sdresid.hxx" -#include "sdmod.hxx" -#include "DrawViewShell.hxx" -#include "DrawDocShell.hxx" -#include "fudraw.hxx" -#include "drawdoc.hxx" -#include "Window.hxx" -#include "sdpage.hxx" -#include "unoaprms.hxx" -#include "drawview.hxx" -#include "helpids.h" +#include <navigatr.hxx> +#include <anminfo.hxx> +#include <strings.hrc> +#include <sdxfer.hxx> +#include <sdresid.hxx> +#include <sdmod.hxx> +#include <DrawViewShell.hxx> +#include <DrawDocShell.hxx> +#include <fudraw.hxx> +#include <drawdoc.hxx> +#include <Window.hxx> +#include <sdpage.hxx> +#include <unoaprms.hxx> +#include <drawview.hxx> +#include <helpids.h> #include <vcl/svapp.hxx> -#include "slideshow.hxx" +#include <slideshow.hxx> #include <memory> namespace sd { diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx index de471ddca611..ca02e197d0e6 100644 --- a/sd/source/ui/view/sdview3.cxx +++ b/sd/source/ui/view/sdview3.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "View.hxx" +#include <View.hxx> #include <com/sun/star/embed/XEmbedObjectClipboardCreator.hpp> #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> #include <com/sun/star/embed/MSOLEObjectSystemCreator.hpp> @@ -54,21 +54,21 @@ #include <svx/svxids.hrc> #include <toolkit/helper/vclunohelper.hxx> #include <svtools/embedhlp.hxx> -#include "DrawDocShell.hxx" -#include "fupoor.hxx" -#include "tablefunction.hxx" -#include "Window.hxx" -#include "sdxfer.hxx" -#include "sdpage.hxx" -#include "DrawViewShell.hxx" -#include "drawdoc.hxx" -#include "sdresid.hxx" -#include "strings.hrc" -#include "imapinfo.hxx" -#include "SlideSorterViewShell.hxx" -#include "strmname.h" -#include "unomodel.hxx" -#include "ViewClipboard.hxx" +#include <DrawDocShell.hxx> +#include <fupoor.hxx> +#include <tablefunction.hxx> +#include <Window.hxx> +#include <sdxfer.hxx> +#include <sdpage.hxx> +#include <DrawViewShell.hxx> +#include <drawdoc.hxx> +#include <sdresid.hxx> +#include <strings.hrc> +#include <imapinfo.hxx> +#include <SlideSorterViewShell.hxx> +#include <strmname.h> +#include <unomodel.hxx> +#include <ViewClipboard.hxx> #include <sfx2/ipclient.hxx> #include <sfx2/classificationhelper.hxx> #include <comphelper/storagehelper.hxx> diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx index ed8e0f3577d7..1754238355cd 100644 --- a/sd/source/ui/view/sdview4.cxx +++ b/sd/source/ui/view/sdview4.cxx @@ -19,7 +19,7 @@ #include <config_features.h> -#include "View.hxx" +#include <View.hxx> #include <osl/file.hxx> #include <sfx2/bindings.hxx> #include <sfx2/request.hxx> @@ -43,18 +43,18 @@ #include <svtools/sfxecode.hxx> #include <svtools/embedhlp.hxx> #include <vcl/graphicfilter.hxx> -#include "app.hrc" -#include "Window.hxx" -#include "DrawDocShell.hxx" -#include "DrawViewShell.hxx" -#include "fuinsfil.hxx" -#include "drawdoc.hxx" -#include "sdresid.hxx" -#include "strings.hrc" -#include "imapinfo.hxx" -#include "sdpage.hxx" -#include "view/SlideSorterView.hxx" -#include "undo/undoobjects.hxx" +#include <app.hrc> +#include <Window.hxx> +#include <DrawDocShell.hxx> +#include <DrawViewShell.hxx> +#include <fuinsfil.hxx> +#include <drawdoc.hxx> +#include <sdresid.hxx> +#include <strings.hrc> +#include <imapinfo.hxx> +#include <sdpage.hxx> +#include <view/SlideSorterView.hxx> +#include <undo/undoobjects.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/XEmbedPersist.hpp> diff --git a/sd/source/ui/view/sdview5.cxx b/sd/source/ui/view/sdview5.cxx index 617e8ecb861c..2d434b17e788 100644 --- a/sd/source/ui/view/sdview5.cxx +++ b/sd/source/ui/view/sdview5.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sdpage.hxx" -#include "View.hxx" -#include "pres.hxx" +#include <sdpage.hxx> +#include <View.hxx> +#include <pres.hxx> namespace sd { diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx index c2972fa03db4..7ddbcfccd712 100644 --- a/sd/source/ui/view/sdwindow.cxx +++ b/sd/source/ui/view/sdwindow.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "Window.hxx" +#include <Window.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/request.hxx> @@ -28,18 +28,18 @@ #include <editeng/editview.hxx> #include <editeng/editeng.hxx> -#include "app.hrc" -#include "helpids.h" -#include "ViewShell.hxx" -#include "DrawViewShell.hxx" -#include "View.hxx" -#include "FrameView.hxx" -#include "OutlineViewShell.hxx" -#include "drawdoc.hxx" -#include "AccessibleDrawDocumentView.hxx" -#include "WindowUpdater.hxx" -#include "ViewShellBase.hxx" -#include "uiobject.hxx" +#include <app.hrc> +#include <helpids.h> +#include <ViewShell.hxx> +#include <DrawViewShell.hxx> +#include <View.hxx> +#include <FrameView.hxx> +#include <OutlineViewShell.hxx> +#include <drawdoc.hxx> +#include <AccessibleDrawDocumentView.hxx> +#include <WindowUpdater.hxx> +#include <ViewShellBase.hxx> +#include <uiobject.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/sd/source/ui/view/tabcontr.cxx b/sd/source/ui/view/tabcontr.cxx index 8db35425a4fe..390f30b0fd24 100644 --- a/sd/source/ui/view/tabcontr.cxx +++ b/sd/source/ui/view/tabcontr.cxx @@ -17,28 +17,28 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "TabControl.hxx" +#include <TabControl.hxx> #include <sfx2/viewfrm.hxx> #include <svx/svdlayer.hxx> #include <svx/svdpagv.hxx> #include <sfx2/dispatch.hxx> -#include "sdattr.hxx" -#include "sdmod.hxx" -#include "app.hrc" -#include "strings.hrc" - -#include "DrawViewShell.hxx" -#include "GraphicViewShell.hxx" -#include "helpids.h" -#include "View.hxx" -#include "sdpage.hxx" -#include "drawdoc.hxx" -#include "Window.hxx" -#include "unmodpg.hxx" -#include "DrawDocShell.hxx" -#include "sdresid.hxx" +#include <sdattr.hxx> +#include <sdmod.hxx> +#include <app.hrc> +#include <strings.hrc> + +#include <DrawViewShell.hxx> +#include <GraphicViewShell.hxx> +#include <helpids.h> +#include <View.hxx> +#include <sdpage.hxx> +#include <drawdoc.hxx> +#include <Window.hxx> +#include <unmodpg.hxx> +#include <DrawDocShell.hxx> +#include <sdresid.hxx> namespace sd { diff --git a/sd/source/ui/view/unmodpg.cxx b/sd/source/ui/view/unmodpg.cxx index cc5b58c7d55e..f5d3268ac361 100644 --- a/sd/source/ui/view/unmodpg.cxx +++ b/sd/source/ui/view/unmodpg.cxx @@ -23,15 +23,15 @@ #include <svx/svdviter.hxx> #include <svx/svdview.hxx> -#include "strings.hrc" -#include "strings.hxx" -#include "glob.hxx" -#include "app.hrc" - -#include "unmodpg.hxx" -#include "sdpage.hxx" -#include "sdresid.hxx" -#include "drawdoc.hxx" +#include <strings.hrc> +#include <strings.hxx> +#include <glob.hxx> +#include <app.hrc> + +#include <unmodpg.hxx> +#include <sdpage.hxx> +#include <sdresid.hxx> +#include <drawdoc.hxx> ModifyPageUndoAction::ModifyPageUndoAction( diff --git a/sd/source/ui/view/viewoverlaymanager.cxx b/sd/source/ui/view/viewoverlaymanager.cxx index 9e9d7a245ccc..f4070ca933b5 100644 --- a/sd/source/ui/view/viewoverlaymanager.cxx +++ b/sd/source/ui/view/viewoverlaymanager.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sddll.hxx" +#include <sddll.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/bindings.hxx> @@ -35,21 +35,21 @@ #include <svx/sdr/overlay/overlaymanager.hxx> #include <svx/svxids.hrc> -#include "view/viewoverlaymanager.hxx" - - -#include "DrawDocShell.hxx" -#include "DrawViewShell.hxx" -#include "DrawController.hxx" -#include "strings.hrc" -#include "bitmaps.hlst" -#include "sdresid.hxx" -#include "EventMultiplexer.hxx" -#include "ViewShellManager.hxx" -#include "helpids.h" -#include "sdpage.hxx" -#include "drawdoc.hxx" -#include "smarttag.hxx" +#include <view/viewoverlaymanager.hxx> + + +#include <DrawDocShell.hxx> +#include <DrawViewShell.hxx> +#include <DrawController.hxx> +#include <strings.hrc> +#include <bitmaps.hlst> +#include <sdresid.hxx> +#include <EventMultiplexer.hxx> +#include <ViewShellManager.hxx> +#include <helpids.h> +#include <sdpage.hxx> +#include <drawdoc.hxx> +#include <smarttag.hxx> using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx index 9ec8e5e1d77a..64a11a91cda0 100644 --- a/sd/source/ui/view/viewshe2.cxx +++ b/sd/source/ui/view/viewshe2.cxx @@ -24,11 +24,11 @@ #include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/drawing/LineStyle.hpp> -#include "ViewShell.hxx" -#include "ViewShellHint.hxx" +#include <ViewShell.hxx> +#include <ViewShellHint.hxx> -#include "ViewShellImplementation.hxx" -#include "FactoryIds.hxx" +#include <ViewShellImplementation.hxx> +#include <FactoryIds.hxx> #include <svx/svxids.hrc> #include <vcl/scrbar.hxx> @@ -46,26 +46,26 @@ #include <svx/dialogs.hrc> #include <comphelper/classids.hxx> -#include "strings.hrc" -#include "app.hrc" -#include "unokywds.hxx" - -#include "sdundogr.hxx" -#include "FrameView.hxx" -#include "undopage.hxx" -#include "sdresid.hxx" -#include "drawdoc.hxx" -#include "View.hxx" -#include "fupoor.hxx" -#include "Client.hxx" -#include "DrawDocShell.hxx" -#include "fusearch.hxx" -#include "slideshow.hxx" -#include "sdpage.hxx" -#include "DrawViewShell.hxx" -#include "ViewShellBase.hxx" - -#include "Window.hxx" +#include <strings.hrc> +#include <app.hrc> +#include <unokywds.hxx> + +#include <sdundogr.hxx> +#include <FrameView.hxx> +#include <undopage.hxx> +#include <sdresid.hxx> +#include <drawdoc.hxx> +#include <View.hxx> +#include <fupoor.hxx> +#include <Client.hxx> +#include <DrawDocShell.hxx> +#include <fusearch.hxx> +#include <slideshow.hxx> +#include <sdpage.hxx> +#include <DrawViewShell.hxx> +#include <ViewShellBase.hxx> + +#include <Window.hxx> #include <sfx2/viewfrm.hxx> #include <svtools/soerr.hxx> diff --git a/sd/source/ui/view/viewshe3.cxx b/sd/source/ui/view/viewshe3.cxx index 9281960395b6..f209ecf79827 100644 --- a/sd/source/ui/view/viewshe3.cxx +++ b/sd/source/ui/view/viewshe3.cxx @@ -19,9 +19,9 @@ #include <config_features.h> -#include "ViewShell.hxx" -#include "GraphicViewShell.hxx" -#include "GraphicViewShellBase.hxx" +#include <ViewShell.hxx> +#include <GraphicViewShell.hxx> +#include <GraphicViewShellBase.hxx> #include <sfx2/viewfrm.hxx> #include <svtools/strings.hrc> @@ -30,12 +30,12 @@ #include <utility> #include <vector> -#include "app.hrc" -#include "strings.hrc" +#include <app.hrc> +#include <strings.hrc> -#include "sdabstdlg.hxx" +#include <sdabstdlg.hxx> -#include "fupoor.hxx" +#include <fupoor.hxx> #include <sfx2/dispatch.hxx> #include <svx/prtqry.hxx> #include <svx/svdopage.hxx> @@ -53,24 +53,24 @@ #include <unotools/localedatawrapper.hxx> #include <comphelper/processfactory.hxx> #include <rtl/ustrbuf.hxx> -#include "stlsheet.hxx" -#include "WindowUpdater.hxx" -#include "DrawViewShell.hxx" -#include "OutlineViewShell.hxx" -#include "drawview.hxx" - -#include "sdattr.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "unoaprms.hxx" -#include "sdundogr.hxx" -#include "Window.hxx" -#include "DrawDocShell.hxx" -#include "FrameView.hxx" -#include "framework/FrameworkHelper.hxx" -#include "optsitem.hxx" -#include "sdresid.hxx" -#include "undo/undomanager.hxx" +#include <stlsheet.hxx> +#include <WindowUpdater.hxx> +#include <DrawViewShell.hxx> +#include <OutlineViewShell.hxx> +#include <drawview.hxx> + +#include <sdattr.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <unoaprms.hxx> +#include <sdundogr.hxx> +#include <Window.hxx> +#include <DrawDocShell.hxx> +#include <FrameView.hxx> +#include <framework/FrameworkHelper.hxx> +#include <optsitem.hxx> +#include <sdresid.hxx> +#include <undo/undomanager.hxx> #include <svx/svxids.hrc> #include <sfx2/request.hxx> diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index ed5d0bca88ec..b89d56ba7de7 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -18,15 +18,15 @@ */ #include <memory> -#include "ViewShell.hxx" -#include "ViewShellImplementation.hxx" -#include "createtableobjectbar.hxx" +#include <ViewShell.hxx> +#include <ViewShellImplementation.hxx> +#include <createtableobjectbar.hxx> #include <com/sun/star/embed/EmbedStates.hpp> -#include "ViewShellBase.hxx" -#include "ShellFactory.hxx" -#include "DrawController.hxx" -#include "LayerTabBar.hxx" +#include <ViewShellBase.hxx> +#include <ShellFactory.hxx> +#include <DrawController.hxx> +#include <LayerTabBar.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/bindings.hxx> @@ -36,32 +36,32 @@ #include <svx/ruler.hxx> #include <svx/svxids.hrc> #include <svx/fmshell.hxx> -#include "WindowUpdater.hxx" -#include "GraphicViewShell.hxx" +#include <WindowUpdater.hxx> +#include <GraphicViewShell.hxx> #include <sfx2/childwin.hxx> #include <sdxfer.hxx> -#include "app.hrc" -#include "helpids.h" - -#include "OutlineView.hxx" -#include "Client.hxx" -#include "sdresid.hxx" -#include "DrawDocShell.hxx" -#include "slideshow.hxx" -#include "drawdoc.hxx" -#include "sdpage.hxx" -#include "zoomlist.hxx" -#include "FrameView.hxx" -#include "optsitem.hxx" -#include "BezierObjectBar.hxx" -#include "TextObjectBar.hxx" -#include "GraphicObjectBar.hxx" -#include "MediaObjectBar.hxx" -#include "SlideSorter.hxx" -#include "SlideSorterViewShell.hxx" -#include "ViewShellManager.hxx" -#include "FormShellManager.hxx" +#include <app.hrc> +#include <helpids.h> + +#include <OutlineView.hxx> +#include <Client.hxx> +#include <sdresid.hxx> +#include <DrawDocShell.hxx> +#include <slideshow.hxx> +#include <drawdoc.hxx> +#include <sdpage.hxx> +#include <zoomlist.hxx> +#include <FrameView.hxx> +#include <optsitem.hxx> +#include <BezierObjectBar.hxx> +#include <TextObjectBar.hxx> +#include <GraphicObjectBar.hxx> +#include <MediaObjectBar.hxx> +#include <SlideSorter.hxx> +#include <SlideSorterViewShell.hxx> +#include <ViewShellManager.hxx> +#include <FormShellManager.hxx> #include <svx/dialogs.hrc> #include <svx/extrusionbar.hxx> #include <svx/fontworkbar.hxx> @@ -71,17 +71,17 @@ #include <svl/slstitm.hxx> #include <sfx2/request.hxx> -#include "SpellDialogChildWindow.hxx" -#include "controller/SlideSorterController.hxx" -#include "controller/SlsPageSelector.hxx" -#include "controller/SlsSelectionObserver.hxx" -#include "view/SlideSorterView.hxx" +#include <SpellDialogChildWindow.hxx> +#include <controller/SlideSorterController.hxx> +#include <controller/SlsPageSelector.hxx> +#include <controller/SlsSelectionObserver.hxx> +#include <view/SlideSorterView.hxx> #include <basegfx/utils/zoomtools.hxx> -#include "Window.hxx" -#include "fupoor.hxx" -#include "futext.hxx" +#include <Window.hxx> +#include <fupoor.hxx> +#include <futext.hxx> #include <editeng/numitem.hxx> #include <editeng/eeitem.hxx> @@ -89,8 +89,8 @@ #include <editeng/editeng.hxx> #include <svl/poolitem.hxx> #include <strings.hrc> -#include "strings.hxx" -#include "AccessibleDocumentViewBase.hxx" +#include <strings.hxx> +#include <AccessibleDocumentViewBase.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/view/zoomlist.cxx b/sd/source/ui/view/zoomlist.cxx index f2e30ea8e5a9..06359ce495c2 100644 --- a/sd/source/ui/view/zoomlist.cxx +++ b/sd/source/ui/view/zoomlist.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "zoomlist.hxx" +#include <zoomlist.hxx> #include <svx/svxids.hrc> #include <sfx2/bindings.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> -#include "ViewShell.hxx" +#include <ViewShell.hxx> namespace sd { |