diff options
Diffstat (limited to 'sd/source')
55 files changed, 73 insertions, 1 deletions
diff --git a/sd/source/core/drawdoc.cxx b/sd/source/core/drawdoc.cxx index 1ff77f1283c3..8647f74846ad 100644 --- a/sd/source/core/drawdoc.cxx +++ b/sd/source/core/drawdoc.cxx @@ -76,6 +76,7 @@ #include <sdundogr.hxx> #include <undopage.hxx> #include <vcl/settings.hxx> +#include <vcl/svapp.hxx> #include <unokywds.hxx> namespace com { namespace sun { namespace star { namespace linguistic2 { class XHyphenator; } } } } diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx index 8f9f335bb837..2bd0c59acc38 100644 --- a/sd/source/core/drawdoc3.cxx +++ b/sd/source/core/drawdoc3.cxx @@ -29,6 +29,8 @@ #include <svl/style.hxx> #include <svx/svdpagv.hxx> #include <svx/svdundo.hxx> +#include <vcl/button.hxx> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <xmloff/autolayout.hxx> diff --git a/sd/source/filter/grf/sdgrffilter.cxx b/sd/source/filter/grf/sdgrffilter.cxx index e529d63713b1..d9179514cccc 100644 --- a/sd/source/filter/grf/sdgrffilter.cxx +++ b/sd/source/filter/grf/sdgrffilter.cxx @@ -33,6 +33,7 @@ #include <comphelper/processfactory.hxx> #include <vcl/graphicfilter.hxx> +#include <vcl/svapp.hxx> #include <sdpage.hxx> #include <drawdoc.hxx> diff --git a/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx b/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx index da7b9d0c8d1e..cb16a3d6685d 100644 --- a/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx +++ b/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx @@ -27,6 +27,7 @@ #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/view/XSelectionSupplier.hpp> #include <cppuhelper/queryinterface.hxx> #include <comphelper/processfactory.hxx> #include <sal/log.hxx> diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx index 51dc4fdc692d..fe8ee55e3344 100644 --- a/sd/source/ui/animations/SlideTransitionPane.cxx +++ b/sd/source/ui/animations/SlideTransitionPane.cxx @@ -35,6 +35,7 @@ #include <sal/log.hxx> #include <svx/gallery.hxx> +#include <vcl/layout.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <tools/urlobj.hxx> diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx index bcde3fdb6e5d..aa56364c8889 100644 --- a/sd/source/ui/annotations/annotationmanager.cxx +++ b/sd/source/ui/annotations/annotationmanager.cxx @@ -27,6 +27,7 @@ #include <vcl/commandinfoprovider.hxx> #include <vcl/settings.hxx> +#include <vcl/svapp.hxx> #include <vcl/menu.hxx> #include <vcl/weld.hxx> diff --git a/sd/source/ui/annotations/annotationtag.cxx b/sd/source/ui/annotations/annotationtag.cxx index 643cda7ec5fe..4a112b0d6c7f 100644 --- a/sd/source/ui/annotations/annotationtag.cxx +++ b/sd/source/ui/annotations/annotationtag.cxx @@ -20,6 +20,7 @@ #include <com/sun/star/geometry/RealPoint2D.hpp> #include <com/sun/star/office/XAnnotation.hpp> +#include <vcl/commandevent.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/sd/source/ui/annotations/annotationwindow.cxx b/sd/source/ui/annotations/annotationwindow.cxx index 56d43b7935fc..6c566287cd41 100644 --- a/sd/source/ui/annotations/annotationwindow.cxx +++ b/sd/source/ui/annotations/annotationwindow.cxx @@ -36,6 +36,7 @@ #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> +#include <vcl/commandevent.hxx> #include <vcl/vclenum.hxx> #include <vcl/scrbar.hxx> #include <vcl/svapp.hxx> diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx index 521059b0dafd..7567478a6613 100644 --- a/sd/source/ui/app/sdmod.cxx +++ b/sd/source/ui/app/sdmod.cxx @@ -21,7 +21,9 @@ #include <unotools/ucbstreamhelper.hxx> #include <unotools/resmgr.hxx> #include <tools/urlobj.hxx> +#include <vcl/commandevent.hxx> #include <vcl/virdev.hxx> +#include <vcl/svapp.hxx> #include <svl/intitem.hxx> #include <sfx2/msg.hxx> #include <sfx2/objface.hxx> diff --git a/sd/source/ui/app/sdmod1.cxx b/sd/source/ui/app/sdmod1.cxx index f60e2ee4d0b8..20c60e5f87c4 100644 --- a/sd/source/ui/app/sdmod1.cxx +++ b/sd/source/ui/app/sdmod1.cxx @@ -23,6 +23,8 @@ #include <unotools/moduleoptions.hxx> #include <framework/FrameworkHelper.hxx> +#include <vcl/commandevent.hxx> +#include <vcl/svapp.hxx> #include <vcl/errinf.hxx> #include <editeng/langitem.hxx> #include <vcl/weld.hxx> diff --git a/sd/source/ui/app/tmplctrl.cxx b/sd/source/ui/app/tmplctrl.cxx index c662ab0e4c63..2c27db05bafb 100644 --- a/sd/source/ui/app/tmplctrl.cxx +++ b/sd/source/ui/app/tmplctrl.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <vcl/commandevent.hxx> #include <vcl/menu.hxx> #include <vcl/status.hxx> #include <svl/stritem.hxx> diff --git a/sd/source/ui/dlg/LayerTabBar.cxx b/sd/source/ui/dlg/LayerTabBar.cxx index 76c8e22e7551..c37aa9637885 100644 --- a/sd/source/ui/dlg/LayerTabBar.cxx +++ b/sd/source/ui/dlg/LayerTabBar.cxx @@ -20,6 +20,7 @@ #include <LayerTabBar.hxx> #include <svx/svdlayer.hxx> #include <svx/svdpagv.hxx> +#include <vcl/commandevent.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <sfx2/dispatch.hxx> diff --git a/sd/source/ui/dlg/diactrl.cxx b/sd/source/ui/dlg/diactrl.cxx index db2c534e26f4..cc8dd8761501 100644 --- a/sd/source/ui/dlg/diactrl.cxx +++ b/sd/source/ui/dlg/diactrl.cxx @@ -26,6 +26,9 @@ #include <sdresid.hxx> #include <app.hrc> +#include <com/sun/star/frame/XDispatchProvider.hpp> +#include <com/sun/star/frame/XFrame.hpp> + using namespace ::com::sun::star; SFX_IMPL_TOOLBOX_CONTROL( SdTbxCtlDiaPages, SfxUInt16Item ) diff --git a/sd/source/ui/dlg/gluectrl.cxx b/sd/source/ui/dlg/gluectrl.cxx index 26227ff9dfb7..9f2b9e7f3334 100644 --- a/sd/source/ui/dlg/gluectrl.cxx +++ b/sd/source/ui/dlg/gluectrl.cxx @@ -26,6 +26,9 @@ #include <sdresid.hxx> #include <app.hrc> +#include <com/sun/star/frame/XDispatchProvider.hpp> +#include <com/sun/star/frame/XFrame.hpp> + using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::frame; diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx index 5af508c01fa1..723c5dc70e8f 100644 --- a/sd/source/ui/dlg/tpaction.cxx +++ b/sd/source/ui/dlg/tpaction.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/embed/NeedsRunningStateException.hpp> #include <com/sun/star/embed/VerbDescriptor.hpp> #include <com/sun/star/embed/EmbedStates.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <comphelper/string.hxx> #include <com/sun/star/embed/VerbAttributes.hpp> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> diff --git a/sd/source/ui/framework/factories/PresentationFactory.cxx b/sd/source/ui/framework/factories/PresentationFactory.cxx index f5c45fab0a6b..237e6f04e43e 100644 --- a/sd/source/ui/framework/factories/PresentationFactory.cxx +++ b/sd/source/ui/framework/factories/PresentationFactory.cxx @@ -24,6 +24,7 @@ #include <facreg.hxx> #include <com/sun/star/drawing/framework/XControllerManager.hpp> #include <com/sun/star/drawing/framework/XView.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/compbase.hxx> #include <tools/diagnose_ex.h> #include <slideshow.hxx> diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx index 142188e5414c..4d847373fbd3 100644 --- a/sd/source/ui/func/fudraw.cxx +++ b/sd/source/ui/func/fudraw.cxx @@ -20,6 +20,7 @@ #include <sal/config.h> #include <editeng/eeitem.hxx> +#include <vcl/svapp.hxx> #include <vcl/waitobj.hxx> #include <vcl/ptrstyle.hxx> #include <editeng/flditem.hxx> diff --git a/sd/source/ui/func/fuhhconv.cxx b/sd/source/ui/func/fuhhconv.cxx index 76ef9eba7b92..eb54b73af5ad 100644 --- a/sd/source/ui/func/fuhhconv.cxx +++ b/sd/source/ui/func/fuhhconv.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/lang/XInitialization.hpp> +#include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <comphelper/propertysequence.hxx> diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx index b7b1482bbdfb..cd7860b48c4b 100644 --- a/sd/source/ui/func/fuinsert.cxx +++ b/sd/source/ui/func/fuinsert.cxx @@ -28,6 +28,7 @@ #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> #include <com/sun/star/embed/XComponentSupplier.hpp> #include <com/sun/star/embed/Aspects.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/drawing/FillStyle.hpp> diff --git a/sd/source/ui/func/fuinsfil.cxx b/sd/source/ui/func/fuinsfil.cxx index 2beb768db539..05b5c5ff36de 100644 --- a/sd/source/ui/func/fuinsfil.cxx +++ b/sd/source/ui/func/fuinsfil.cxx @@ -18,6 +18,7 @@ */ #include <fuinsfil.hxx> +#include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> #include <sfx2/progress.hxx> #include <editeng/outliner.hxx> diff --git a/sd/source/ui/func/smarttag.cxx b/sd/source/ui/func/smarttag.cxx index 5db90338d3bd..397c2f17f383 100644 --- a/sd/source/ui/func/smarttag.cxx +++ b/sd/source/ui/func/smarttag.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <vcl/commandevent.hxx> + #include <ViewShell.hxx> #include <smarttag.hxx> #include <Window.hxx> diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx index a012366e1bfa..8b7707504173 100644 --- a/sd/source/ui/inc/ViewShell.hxx +++ b/sd/source/ui/inc/ViewShell.hxx @@ -24,6 +24,7 @@ #include <sfx2/viewsh.hxx> #include <vcl/prntypes.hxx> +#include <vcl/scrbar.hxx> #include <o3tl/deleter.hxx> #include <pres.hxx> #include "View.hxx" diff --git a/sd/source/ui/inc/prntopts.hxx b/sd/source/ui/inc/prntopts.hxx index 067a394a024b..18e1fd08d5ad 100644 --- a/sd/source/ui/inc/prntopts.hxx +++ b/sd/source/ui/inc/prntopts.hxx @@ -21,6 +21,7 @@ #define INCLUDED_SD_SOURCE_UI_INC_PRNTOPTS_HXX #include <vcl/button.hxx> +#include <vcl/layout.hxx> #include <sfx2/tabdlg.hxx> class SdPrintOptions : public SfxTabPage diff --git a/sd/source/ui/inc/tpoption.hxx b/sd/source/ui/inc/tpoption.hxx index 464fbba9d1f6..6bfda966f217 100644 --- a/sd/source/ui/inc/tpoption.hxx +++ b/sd/source/ui/inc/tpoption.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_INC_TPOPTION_HXX #define INCLUDED_SD_SOURCE_UI_INC_TPOPTION_HXX +#include <vcl/layout.hxx> #include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> #include <vcl/field.hxx> diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx index eb81998a3a37..f7d648108d77 100644 --- a/sd/source/ui/sidebar/LayoutMenu.cxx +++ b/sd/source/ui/sidebar/LayoutMenu.cxx @@ -49,6 +49,7 @@ #include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> #include <svl/languageoptions.hxx> +#include <vcl/commandevent.hxx> #include <vcl/image.hxx> #include <vcl/floatwin.hxx> #include <xmloff/autolayout.hxx> diff --git a/sd/source/ui/sidebar/MasterPagesSelector.cxx b/sd/source/ui/sidebar/MasterPagesSelector.cxx index 0f155af823d4..78c85363ca21 100644 --- a/sd/source/ui/sidebar/MasterPagesSelector.cxx +++ b/sd/source/ui/sidebar/MasterPagesSelector.cxx @@ -39,6 +39,7 @@ #include <ViewShellBase.hxx> #include <sfx2/objface.hxx> #include <drawview.hxx> +#include <vcl/commandevent.hxx> #include <vcl/image.hxx> #include <vcl/floatwin.hxx> #include <svl/languageoptions.hxx> diff --git a/sd/source/ui/sidebar/SlideBackground.hxx b/sd/source/ui/sidebar/SlideBackground.hxx index 59adf72fc7af..8e6e65eef727 100644 --- a/sd/source/ui/sidebar/SlideBackground.hxx +++ b/sd/source/ui/sidebar/SlideBackground.hxx @@ -24,6 +24,7 @@ #include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> #include <vcl/button.hxx> +#include <vcl/layout.hxx> #include <svx/sidebar/PanelLayout.hxx> #include <svx/itemwin.hxx> #include <sfx2/sidebar/ControllerItem.hxx> diff --git a/sd/source/ui/slideshow/showwin.cxx b/sd/source/ui/slideshow/showwin.cxx index 1b458f4ba98f..564e23f1e844 100644 --- a/sd/source/ui/slideshow/showwin.cxx +++ b/sd/source/ui/slideshow/showwin.cxx @@ -25,6 +25,7 @@ #include <unotools/localedatawrapper.hxx> #include <unotools/syslocale.hxx> #include <sfx2/viewfrm.hxx> +#include <sfx2/sfxsids.hrc> #include <slideshow.hxx> diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx index ccb2924e7a08..a358bbfee73f 100644 --- a/sd/source/ui/slideshow/slideshow.cxx +++ b/sd/source/ui/slideshow/slideshow.cxx @@ -33,6 +33,7 @@ #include <sfx2/bindings.hxx> #include <sfx2/viewfrm.hxx> +#include <sfx2/sfxsids.hrc> #include <svx/unoprov.hxx> diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index 2cbc9e0a67d1..670a9eb2cd2a 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -72,10 +72,13 @@ #include <bitmaps.hlst> #include <vcl/canvastools.hxx> +#include <vcl/commandevent.hxx> #include <vcl/commandinfoprovider.hxx> + #include <vcl/settings.hxx> #include <vcl/scheduler.hxx> - +#include <vcl/svapp.hxx> +#include <vcl/help.hxx> #include <comphelper/anytostring.hxx> #include <comphelper/processfactory.hxx> #include <cppuhelper/exc_hlp.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx index 3e730ac129e5..bb4f44ce0649 100644 --- a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx +++ b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx @@ -71,6 +71,7 @@ #include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/dispatch.hxx> +#include <vcl/commandevent.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/sd/source/ui/slidesorter/model/SlideSorterModel.cxx b/sd/source/ui/slidesorter/model/SlideSorterModel.cxx index ee836281e3ba..ec35f545448b 100644 --- a/sd/source/ui/slidesorter/model/SlideSorterModel.cxx +++ b/sd/source/ui/slidesorter/model/SlideSorterModel.cxx @@ -33,6 +33,7 @@ #include <com/sun/star/drawing/XMasterPagesSupplier.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/UnknownPropertyException.hpp> +#include <com/sun/star/frame/XController.hpp> #include <ViewShellBase.hxx> #include <DrawViewShell.hxx> diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx index 39d3898ef91a..71a9c0130085 100644 --- a/sd/source/ui/unoidl/unoobj.cxx +++ b/sd/source/ui/unoidl/unoobj.cxx @@ -58,6 +58,7 @@ #include <comphelper/serviceinfohelper.hxx> #include <svx/svdogrp.hxx> #include <o3tl/typed_flags_set.hxx> +#include <vcl/svapp.hxx> #include <anminfo.hxx> #include "unoobj.hxx" diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx index 6c537dce7b81..2f69f26a9f74 100644 --- a/sd/source/ui/view/Outliner.cxx +++ b/sd/source/ui/view/Outliner.cxx @@ -21,6 +21,7 @@ #include <boost/property_tree/json_parser.hpp> #include <vcl/wrkwin.hxx> #include <vcl/settings.hxx> +#include <vcl/svapp.hxx> #include <svl/srchitem.hxx> #include <editeng/colritem.hxx> diff --git a/sd/source/ui/view/ToolBarManager.cxx b/sd/source/ui/view/ToolBarManager.cxx index adb91f6d400a..1f0498f4aca3 100644 --- a/sd/source/ui/view/ToolBarManager.cxx +++ b/sd/source/ui/view/ToolBarManager.cxx @@ -43,6 +43,7 @@ #include <svx/extrusionbar.hxx> #include <svx/fontworkbar.hxx> #include <tools/link.hxx> +#include <vcl/svapp.hxx> #include <map> #include <utility> diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx index 4bc8cc834387..84ba981029a1 100644 --- a/sd/source/ui/view/ViewShellBase.cxx +++ b/sd/source/ui/view/ViewShellBase.cxx @@ -72,6 +72,7 @@ #include <svl/whiter.hxx> #include <vcl/commandinfoprovider.hxx> #include <vcl/settings.hxx> +#include <vcl/svapp.hxx> #include <sfx2/notebookbar/SfxNotebookBar.hxx> @@ -79,6 +80,7 @@ #include <sfx2/lokhelper.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <editeng/editview.hxx> +#include <tools/svborder.hxx> #include <fubullet.hxx> #include <drawview.hxx> diff --git a/sd/source/ui/view/ViewShellImplementation.cxx b/sd/source/ui/view/ViewShellImplementation.cxx index 409df6ebd933..ee999b73926b 100644 --- a/sd/source/ui/view/ViewShellImplementation.cxx +++ b/sd/source/ui/view/ViewShellImplementation.cxx @@ -44,6 +44,7 @@ #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/request.hxx> +#include <sfx2/sfxsids.hrc> #include <sfx2/viewfrm.hxx> #include <sfx2/sidebar/Sidebar.hxx> #include <svl/aeitem.hxx> @@ -51,6 +52,7 @@ #include <basic/sbstar.hxx> #include <basic/sberrors.hxx> #include <xmloff/autolayout.hxx> +#include <vcl/svapp.hxx> #include <undo/undoobjects.hxx> diff --git a/sd/source/ui/view/drawview.cxx b/sd/source/ui/view/drawview.cxx index 91839c6a69c8..a86f49a010e3 100644 --- a/sd/source/ui/view/drawview.cxx +++ b/sd/source/ui/view/drawview.cxx @@ -18,6 +18,7 @@ */ #include <sfx2/dispatch.hxx> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <svx/svdpagv.hxx> #include <sfx2/request.hxx> diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx index 8843043fb4a9..1ac63a5029a9 100644 --- a/sd/source/ui/view/drviews1.cxx +++ b/sd/source/ui/view/drviews1.cxx @@ -22,6 +22,7 @@ #include <DrawController.hxx> #include <com/sun/star/embed/EmbedStates.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <comphelper/anytostring.hxx> #include <comphelper/scopeguard.hxx> diff --git a/sd/source/ui/view/drviews4.cxx b/sd/source/ui/view/drviews4.cxx index 30d36ce8ee68..fee45c5cedca 100644 --- a/sd/source/ui/view/drviews4.cxx +++ b/sd/source/ui/view/drviews4.cxx @@ -20,6 +20,7 @@ #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <DrawViewShell.hxx> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <svl/urlbmk.hxx> #include <svx/svdpagv.hxx> @@ -38,6 +39,7 @@ #include <sfx2/viewfrm.hxx> #include <editeng/editview.hxx> #include <vcl/cursor.hxx> +#include <vcl/commandevent.hxx> #include <app.hrc> #include <strings.hrc> diff --git a/sd/source/ui/view/drviews6.cxx b/sd/source/ui/view/drviews6.cxx index 78330fcd6be8..8bcab029e914 100644 --- a/sd/source/ui/view/drviews6.cxx +++ b/sd/source/ui/view/drviews6.cxx @@ -23,6 +23,7 @@ #include <vcl/metaact.hxx> #include <sfx2/request.hxx> #include <sfx2/dispatch.hxx> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <sfx2/viewfrm.hxx> #include <svx/svdograf.hxx> diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx index 456cc5ce176d..57596bc0cb49 100644 --- a/sd/source/ui/view/drviews7.cxx +++ b/sd/source/ui/view/drviews7.cxx @@ -45,6 +45,7 @@ #include <svx/fmshell.hxx> #include <svl/eitem.hxx> #include <svl/aeitem.hxx> +#include <svl/itempool.hxx> #include <svl/itemset.hxx> #include <svl/stritem.hxx> #include <svl/visitem.hxx> diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx index eb50712db032..c38a82d385f7 100644 --- a/sd/source/ui/view/drviewse.cxx +++ b/sd/source/ui/view/drviewse.cxx @@ -33,6 +33,7 @@ #include <svl/aeitem.hxx> #include <editeng/editstat.hxx> #include <editeng/outlobj.hxx> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <svl/urlbmk.hxx> #include <svx/svdpagv.hxx> diff --git a/sd/source/ui/view/drviewsj.cxx b/sd/source/ui/view/drviewsj.cxx index f0c32d1bf830..d43c40cd764f 100644 --- a/sd/source/ui/view/drviewsj.cxx +++ b/sd/source/ui/view/drviewsj.cxx @@ -19,6 +19,7 @@ #include <DrawViewShell.hxx> #include <com/sun/star/embed/EmbedMisc.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <svl/aeitem.hxx> #include <svx/svxids.hrc> #include <svx/globl3d.hxx> diff --git a/sd/source/ui/view/frmview.cxx b/sd/source/ui/view/frmview.cxx index 8243d15768ee..f05d5fc40214 100644 --- a/sd/source/ui/view/frmview.cxx +++ b/sd/source/ui/view/frmview.cxx @@ -26,6 +26,7 @@ #include <rtl/ustrbuf.hxx> #include <unokywds.hxx> #include <vcl/settings.hxx> +#include <vcl/svapp.hxx> #include <vector> #include <ViewShell.hxx> diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx index 73812a86541f..7f6e58798ac3 100644 --- a/sd/source/ui/view/outlnvsh.cxx +++ b/sd/source/ui/view/outlnvsh.cxx @@ -42,6 +42,7 @@ #include <svx/svdotext.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> +#include <vcl/commandevent.hxx> #include <vcl/scrbar.hxx> #include <vcl/settings.hxx> diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx index 1b8b91e0804a..9cfb5ae72c94 100644 --- a/sd/source/ui/view/outlview.cxx +++ b/sd/source/ui/view/outlview.cxx @@ -21,6 +21,7 @@ #include <editeng/forbiddencharacterstable.hxx> #include <sfx2/progress.hxx> #include <vcl/commandinfoprovider.hxx> +#include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> #include <svx/svxids.hrc> #include <editeng/outliner.hxx> @@ -51,6 +52,8 @@ #include <editeng/svxfont.hxx> #include <editeng/fhgtitem.hxx> +#include <com/sun/star/frame/XFrame.hpp> + #include <DrawDocShell.hxx> #include <drawdoc.hxx> #include <Window.hxx> diff --git a/sd/source/ui/view/sdruler.cxx b/sd/source/ui/view/sdruler.cxx index 8bd4a9bb4e7c..60600b301afc 100644 --- a/sd/source/ui/view/sdruler.cxx +++ b/sd/source/ui/view/sdruler.cxx @@ -23,6 +23,7 @@ #include <svx/svxids.hrc> #include <sfx2/ctrlitem.hxx> #include <sfx2/bindings.hxx> +#include <vcl/commandevent.hxx> #include <View.hxx> #include <DrawViewShell.hxx> diff --git a/sd/source/ui/view/sdview.cxx b/sd/source/ui/view/sdview.cxx index 088311eb4634..cd929d32a36a 100644 --- a/sd/source/ui/view/sdview.cxx +++ b/sd/source/ui/view/sdview.cxx @@ -18,6 +18,7 @@ */ #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/linguistic2/XSpellChecker1.hpp> #include <View.hxx> diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx index 073104776c6a..5e46e0579bc8 100644 --- a/sd/source/ui/view/sdview4.cxx +++ b/sd/source/ui/view/sdview4.cxx @@ -28,6 +28,7 @@ #include <sfx2/fcontnr.hxx> #include <sfx2/docfile.hxx> #include <sfx2/sfxsids.hrc> +#include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <svl/urlbmk.hxx> #include <svx/svdpagv.hxx> @@ -60,6 +61,7 @@ #include <com/sun/star/embed/XEmbedPersist.hpp> #include <com/sun/star/embed/Aspects.hpp> #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <svtools/soerr.hxx> #include <sfx2/ipclient.hxx> #include <svx/svdoashp.hxx> diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx index 2dcc85ded9fe..b37d113b40f7 100644 --- a/sd/source/ui/view/sdwindow.cxx +++ b/sd/source/ui/view/sdwindow.cxx @@ -43,6 +43,7 @@ #include <uiobject.hxx> #include <sal/log.hxx> +#include <vcl/commandevent.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> diff --git a/sd/source/ui/view/tabcontr.cxx b/sd/source/ui/view/tabcontr.cxx index c8e25b86d3dd..add49a87292c 100644 --- a/sd/source/ui/view/tabcontr.cxx +++ b/sd/source/ui/view/tabcontr.cxx @@ -23,6 +23,7 @@ #include <svx/svdlayer.hxx> #include <svx/svdpagv.hxx> #include <sfx2/dispatch.hxx> +#include <vcl/commandevent.hxx> #include <sdattr.hxx> #include <sdmod.hxx> diff --git a/sd/source/ui/view/viewoverlaymanager.cxx b/sd/source/ui/view/viewoverlaymanager.cxx index 6cc9e6bf48d9..74262f5cf04a 100644 --- a/sd/source/ui/view/viewoverlaymanager.cxx +++ b/sd/source/ui/view/viewoverlaymanager.cxx @@ -28,6 +28,7 @@ #include <vcl/help.hxx> #include <vcl/lazydelete.hxx> #include <vcl/ptrstyle.hxx> +#include <vcl/svapp.hxx> #include <svx/sdrpagewindow.hxx> #include <svx/sdrpaintwindow.hxx> diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx index 7c44ab0e99d3..f5e511d21a0e 100644 --- a/sd/source/ui/view/viewshe2.cxx +++ b/sd/source/ui/view/viewshe2.cxx @@ -19,6 +19,7 @@ #include <com/sun/star/embed/EmbedVerbs.hpp> #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/drawing/FillStyle.hpp> diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index 4f321bd7134b..75fcbc469c32 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -32,6 +32,7 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> +#include <vcl/commandevent.hxx> #include <vcl/scrbar.hxx> #include <svl/eitem.hxx> #include <svx/ruler.hxx> @@ -66,6 +67,7 @@ #include <svx/fontworkbar.hxx> #include <svx/svdoutl.hxx> #include <tools/diagnose_ex.h> +#include <tools/svborder.hxx> #include <comphelper/lok.hxx> #include <svl/slstitm.hxx> |