diff options
author | Jorenz Paragas <j.paragas.237@gmail.com> | 2016-06-22 17:26:05 -0700 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-03-28 09:12:04 +0000 |
commit | 65aa28cc1c8a90865c3a9ea379722730c40ecb53 (patch) | |
tree | 0e999bb3ebb4f7ac87b9958b98b1e04d814097bb /svx | |
parent | 7097037d5a20d2cad5a5e4b10f8f9d5aaf37589f (diff) |
tdf#42949: clean up includes in include/svx/[a-c]* with iwyu
Change-Id: I7768f4dbe9892c4264cb16eed87497894aa7494e
Reviewed-on: https://gerrit.libreoffice.org/26582
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/AccessibleControlShape.cxx | 3 | ||||
-rw-r--r-- | svx/source/accessibility/AccessibleGraphicShape.cxx | 1 | ||||
-rw-r--r-- | svx/source/accessibility/AccessibleShape.cxx | 4 | ||||
-rw-r--r-- | svx/source/accessibility/ChildrenManagerImpl.cxx | 4 | ||||
-rw-r--r-- | svx/source/accessibility/ChildrenManagerImpl.hxx | 1 | ||||
-rw-r--r-- | svx/source/accessibility/charmapacc.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/_bmpmask.cxx | 3 | ||||
-rw-r--r-- | svx/source/dialog/_contdlg.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/checklbx.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/compressgraphicdialog.cxx | 3 | ||||
-rw-r--r-- | svx/source/dialog/ctredlin.cxx | 2 | ||||
-rw-r--r-- | svx/source/table/accessiblecell.cxx | 1 |
12 files changed, 25 insertions, 0 deletions
diff --git a/svx/source/accessibility/AccessibleControlShape.cxx b/svx/source/accessibility/AccessibleControlShape.cxx index 8a48a98faa6c..d8d2e43773d9 100644 --- a/svx/source/accessibility/AccessibleControlShape.cxx +++ b/svx/source/accessibility/AccessibleControlShape.cxx @@ -22,10 +22,12 @@ #include "svx/DescriptionGenerator.hxx" #include <com/sun/star/drawing/XControlShape.hpp> #include <com/sun/star/accessibility/AccessibleRelationType.hpp> +#include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/form/FormComponentType.hpp> #include <com/sun/star/reflection/ProxyFactory.hpp> +#include <com/sun/star/util/XModeChangeBroadcaster.hpp> #include <com/sun/star/container/XContainer.hpp> #include <com/sun/star/container/XChild.hpp> #include <comphelper/processfactory.hxx> @@ -33,6 +35,7 @@ #include <comphelper/types.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <unotools/accessiblerelationsethelper.hxx> +#include <svx/IAccessibleParent.hxx> #include <svx/svdouno.hxx> #include "svx/unoapi.hxx" #include <svx/ShapeTypeHandler.hxx> diff --git a/svx/source/accessibility/AccessibleGraphicShape.cxx b/svx/source/accessibility/AccessibleGraphicShape.cxx index 0d65b418349e..31c4690f5b97 100644 --- a/svx/source/accessibility/AccessibleGraphicShape.cxx +++ b/svx/source/accessibility/AccessibleGraphicShape.cxx @@ -24,6 +24,7 @@ #include <svx/svdobj.hxx> #include <svx/svdmodel.hxx> +#include <com/sun/star/accessibility/AccessibleRole.hpp> #include <cppuhelper/queryinterface.hxx> using namespace ::accessibility; diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx index bdabe2cb26cf..996fff3283fc 100644 --- a/svx/source/accessibility/AccessibleShape.cxx +++ b/svx/source/accessibility/AccessibleShape.cxx @@ -35,6 +35,10 @@ #include <editeng/outlobj.hxx> #include <rtl/ref.hxx> #include <editeng/unoedsrc.hxx> +#include <svx/AccessibleTextHelper.hxx> +#include <svx/ChildrenManager.hxx> +#include <svx/IAccessibleParent.hxx> +#include <svx/IAccessibleViewForwarder.hxx> #include <svx/unoshtxt.hxx> #include <svx/svdobj.hxx> #include <svx/svdmodel.hxx> diff --git a/svx/source/accessibility/ChildrenManagerImpl.cxx b/svx/source/accessibility/ChildrenManagerImpl.cxx index b3674b56f1d9..6ef89c027654 100644 --- a/svx/source/accessibility/ChildrenManagerImpl.cxx +++ b/svx/source/accessibility/ChildrenManagerImpl.cxx @@ -24,8 +24,12 @@ #include "ChildrenManagerImpl.hxx" #include <svx/ShapeTypeHandler.hxx> #include <svx/AccessibleShapeInfo.hxx> +#include <svx/IAccessibleViewForwarder.hxx> #include <vcl/svapp.hxx> +#include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/frame/XController.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> #include <com/sun/star/container/XChild.hpp> #include <comphelper/uno3.hxx> diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx index a23a15aeedcb..79c554b7d65a 100644 --- a/svx/source/accessibility/ChildrenManagerImpl.hxx +++ b/svx/source/accessibility/ChildrenManagerImpl.hxx @@ -26,6 +26,7 @@ #include <editeng/AccessibleContextBase.hxx> #include <cppuhelper/compbase.hxx> #include <osl/mutex.hxx> +#include <tools/gen.hxx> #include <vector> #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/drawing/XShapes.hpp> diff --git a/svx/source/accessibility/charmapacc.cxx b/svx/source/accessibility/charmapacc.cxx index 6d80e21f4463..7b03438ff273 100644 --- a/svx/source/accessibility/charmapacc.cxx +++ b/svx/source/accessibility/charmapacc.cxx @@ -18,6 +18,7 @@ */ #include <unotools/accessiblestatesethelper.hxx> +#include <vcl/scrbar.hxx> #include <vcl/svapp.hxx> #include <stdio.h> #include <svx/charmap.hxx> diff --git a/svx/source/dialog/_bmpmask.cxx b/svx/source/dialog/_bmpmask.cxx index eebc880f2540..df7b77d36522 100644 --- a/svx/source/dialog/_bmpmask.cxx +++ b/svx/source/dialog/_bmpmask.cxx @@ -19,7 +19,9 @@ #include <vcl/wrkwin.hxx> #include <vcl/metaact.hxx> +#include <vcl/field.hxx> #include <vcl/settings.hxx> +#include <vcl/toolbox.hxx> #include <svtools/valueset.hxx> #include <svl/eitem.hxx> #include <sfx2/dispatch.hxx> @@ -27,6 +29,7 @@ #include <svx/colorbox.hxx> #include <svx/dialmgr.hxx> +#include <svx/dlgctrl.hxx> #include <svx/bmpmask.hxx> #include <svx/dialogs.hrc> #include <bmpmask.hrc> diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx index 4ae00bfa5624..59e268df1d02 100644 --- a/svx/source/dialog/_contdlg.cxx +++ b/svx/source/dialog/_contdlg.cxx @@ -23,6 +23,7 @@ #include <tools/helpers.hxx> #include <vcl/msgbox.hxx> #include <svl/eitem.hxx> +#include <sfx2/ctrlitem.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> #include <svtools/miscopt.hxx> diff --git a/svx/source/dialog/checklbx.cxx b/svx/source/dialog/checklbx.cxx index 3e3789e13dfc..1ba75a6d0e41 100644 --- a/svx/source/dialog/checklbx.cxx +++ b/svx/source/dialog/checklbx.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <svtools/svlbitm.hxx> #include <svtools/treelistentry.hxx> #include <svx/checklbx.hxx> #include <svx/dialmgr.hxx> diff --git a/svx/source/dialog/compressgraphicdialog.cxx b/svx/source/dialog/compressgraphicdialog.cxx index 17a577c91bff..8da722a22b0a 100644 --- a/svx/source/dialog/compressgraphicdialog.cxx +++ b/svx/source/dialog/compressgraphicdialog.cxx @@ -18,11 +18,14 @@ */ #include <dlgunit.hxx> +#include <vcl/fixed.hxx> #include <vcl/graph.hxx> #include <vcl/graphicfilter.hxx> +#include <vcl/lstbox.hxx> #include <vcl/virdev.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> +#include <vcl/slider.hxx> #include <svx/svdograf.hxx> #include <svx/sdgcpitm.hxx> #include <svx/dialmgr.hxx> diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index f8d9cf14be58..79bdc8465bc3 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -19,7 +19,9 @@ #include <o3tl/make_unique.hxx> #include <vcl/dialog.hxx> +#include <vcl/field.hxx> #include <vcl/layout.hxx> +#include <vcl/lstbox.hxx> #include <vcl/svapp.hxx> #include <sfx2/app.hxx> #include <sfx2/module.hxx> diff --git a/svx/source/table/accessiblecell.cxx b/svx/source/table/accessiblecell.cxx index f44fd59ccb8b..d34cb90a5bd1 100644 --- a/svx/source/table/accessiblecell.cxx +++ b/svx/source/table/accessiblecell.cxx @@ -34,6 +34,7 @@ #include <unotools/accessiblestatesethelper.hxx> #include <comphelper/string.hxx> #include <editeng/outlobj.hxx> +#include <svx/IAccessibleViewForwarder.hxx> #include <svx/unoshtxt.hxx> #include <svx/svdotext.hxx> #include <o3tl/make_unique.hxx> |