diff options
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r-- | sd/source/ui/view/Outliner.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/ToolBarManager.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/ViewShellBase.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/ViewShellImplementation.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/drawview.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drviews1.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drviews4.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/drviews6.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drviews7.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drviewse.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drviewsj.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/frmview.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/outlnvsh.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/outlview.cxx | 3 | ||||
-rw-r--r-- | sd/source/ui/view/sdruler.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/sdview.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/sdview4.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/sdwindow.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/tabcontr.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/viewoverlaymanager.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/viewshe2.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/viewshel.cxx | 2 |
22 files changed, 29 insertions, 0 deletions
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> |