tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*

Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: If1b2e04872eb0dd6725802c1709a9085f4cd8c91
Reviewed-on: https://gerrit.libreoffice.org/64141
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
Gabor Kelemen 2018-11-25 00:53:41 +01:00 committed by Miklos Vajna
parent b5cd5296ff
commit a96e6e8062
145 changed files with 159 additions and 58 deletions

View File

@ -32,6 +32,7 @@
#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/vclunohelper.hxx>
#include <vcl/window.hxx> #include <vcl/window.hxx>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <o3tl/make_unique.hxx> #include <o3tl/make_unique.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@ -34,6 +34,7 @@
#include <helpids.h> #include <helpids.h>
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
#include <vcl/dialog.hxx>
#include <vcl/image.hxx> #include <vcl/image.hxx>
#include <vcl/layout.hxx> #include <vcl/layout.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>

View File

@ -23,6 +23,9 @@
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/vclunohelper.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <com/sun/star/frame/XModel.hpp>
namespace com { namespace sun { namespace star { namespace awt { class XWindow; } } } }
namespace chart namespace chart
{ {

View File

@ -24,6 +24,7 @@
#include <AxisHelper.hxx> #include <AxisHelper.hxx>
#include <LegendHelper.hxx> #include <LegendHelper.hxx>
#include <ControllerLockGuard.hxx> #include <ControllerLockGuard.hxx>
#include <com/sun/star/frame/XModel.hpp>
namespace chart namespace chart
{ {

View File

@ -33,6 +33,7 @@
#include <com/sun/star/util/XModeChangeListener.hpp> #include <com/sun/star/util/XModeChangeListener.hpp>
#include <com/sun/star/util/XCloseListener.hpp> #include <com/sun/star/util/XCloseListener.hpp>
#include <com/sun/star/util/XModifyListener.hpp> #include <com/sun/star/util/XModifyListener.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XLayoutManagerListener.hpp> #include <com/sun/star/frame/XLayoutManagerListener.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>

View File

@ -27,6 +27,7 @@
#include <svx/svdpagv.hxx> #include <svx/svdpagv.hxx>
#include <svx/ActionDescriptionProvider.hxx> #include <svx/ActionDescriptionProvider.hxx>
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/frame/XModel.hpp>
namespace chart namespace chart
{ {

View File

@ -44,7 +44,9 @@
#include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/awt/Key.hpp> #include <com/sun/star/awt/Key.hpp>
#include <com/sun/star/awt/KeyEvent.hpp>
#include <com/sun/star/awt/KeyModifier.hpp> #include <com/sun/star/awt/KeyModifier.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@ -16,6 +16,7 @@
#include <sfx2/sidebar/SidebarModelUpdate.hxx> #include <sfx2/sidebar/SidebarModelUpdate.hxx>
#include <svx/sidebar/PanelLayout.hxx> #include <svx/sidebar/PanelLayout.hxx>
#include <vcl/layout.hxx> #include <vcl/layout.hxx>
#include <vcl/edit.hxx>
#include "ChartSidebarModifyListener.hxx" #include "ChartSidebarModifyListener.hxx"
#include "ChartSidebarSelectionListener.hxx" #include "ChartSidebarSelectionListener.hxx"

View File

@ -13,6 +13,7 @@
#include <vcl/builderfactory.hxx> #include <vcl/builderfactory.hxx>
#include <vcl/svlbitm.hxx> #include <vcl/svlbitm.hxx>
#include <vcl/treelistentry.hxx> #include <vcl/treelistentry.hxx>
#include <vcl/fixed.hxx>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
#include <com/sun/star/configuration/theDefaultProvider.hpp> #include <com/sun/star/configuration/theDefaultProvider.hpp>

View File

@ -22,6 +22,7 @@
#include <memory> #include <memory>
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <vcl/field.hxx> #include <vcl/field.hxx>
#include <vcl/fixed.hxx>
#include <vcl/layout.hxx> #include <vcl/layout.hxx>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
#include <vcl/svtabbx.hxx> #include <vcl/svtabbx.hxx>

View File

@ -23,6 +23,7 @@
#include <svl/aeitem.hxx> #include <svl/aeitem.hxx>
#include <vcl/svtabbx.hxx> #include <vcl/svtabbx.hxx>
#include <vcl/treelistentry.hxx> #include <vcl/treelistentry.hxx>
#include <vcl/fixed.hxx>
#include <tools/urlobj.hxx> #include <tools/urlobj.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <unotools/defaultoptions.hxx> #include <unotools/defaultoptions.hxx>

View File

@ -11,6 +11,7 @@
#include <svx/svxdlg.hxx> #include <svx/svxdlg.hxx>
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>
#include <sal/log.hxx> #include <sal/log.hxx>
#include <vcl/fixed.hxx>
#include "tsaurls.hxx" #include "tsaurls.hxx"

View File

@ -23,6 +23,7 @@
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <com/sun/star/sdb/CommandType.hpp> #include <com/sun/star/sdb/CommandType.hpp>
#include <com/sun/star/sdb/XResultSetAccess.hpp> #include <com/sun/star/sdb/XResultSetAccess.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <TokenWriter.hxx> #include <TokenWriter.hxx>
#include <stringconstants.hxx> #include <stringconstants.hxx>
#include <svx/dataaccessdescriptor.hxx> #include <svx/dataaccessdescriptor.hxx>

View File

@ -27,6 +27,7 @@
#include <com/sun/star/ui/XContextMenuInterceptor.hpp> #include <com/sun/star/ui/XContextMenuInterceptor.hpp>
#include <com/sun/star/util/URL.hpp> #include <com/sun/star/util/URL.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <comphelper/interfacecontainer2.hxx> #include <comphelper/interfacecontainer2.hxx>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>

View File

@ -94,6 +94,7 @@
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
#include <vcl/image.hxx> #include <vcl/image.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/vclmedit.hxx>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/exc_hlp.hxx>

View File

@ -49,6 +49,7 @@
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <vcl/gradient.hxx> #include <vcl/gradient.hxx>
#include <vcl/hatch.hxx> #include <vcl/hatch.hxx>
#include <vcl/outdev.hxx>
#include <emfplushelper.hxx> #include <emfplushelper.hxx>
#include <numeric> #include <numeric>

View File

@ -31,6 +31,7 @@
#include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolygontools.hxx>
#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx> #include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx>
#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/wmfexternal.hxx> #include <vcl/wmfexternal.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx>

View File

@ -29,6 +29,7 @@
#include <vcl/canvastools.hxx> #include <vcl/canvastools.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <tools/fract.hxx> #include <tools/fract.hxx>
#include <tools/stream.hxx>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <rtl/tencinfo.h> #include <rtl/tencinfo.h>
#include <sal/log.hxx> #include <sal/log.hxx>

View File

@ -29,6 +29,7 @@
#include <vcl/gdimtf.hxx> #include <vcl/gdimtf.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/dibtools.hxx> #include <vcl/dibtools.hxx>
#include <vcl/outdev.hxx>
#include <vcl/wmfexternal.hxx> #include <vcl/wmfexternal.hxx>
#include <tools/fract.hxx> #include <tools/fract.hxx>
#include <o3tl/make_unique.hxx> #include <o3tl/make_unique.hxx>

View File

@ -29,6 +29,7 @@
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <vcl/builder.hxx> #include <vcl/builder.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include <vcl/fixed.hxx>
#include "general.hxx" #include "general.hxx"
#include "bibresid.hxx" #include "bibresid.hxx"
#include "datman.hxx" #include "datman.hxx"

View File

@ -20,6 +20,7 @@
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <vcl/graph.hxx> #include <vcl/graph.hxx>
#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/bitmapaccess.hxx> #include <vcl/bitmapaccess.hxx>
#include <svl/solar.hrc> #include <svl/solar.hrc>

View File

@ -22,6 +22,7 @@
#include <vcl/FilterConfigItem.hxx> #include <vcl/FilterConfigItem.hxx>
#include <vcl/graph.hxx> #include <vcl/graph.hxx>
#include <vcl/BitmapTools.hxx> #include <vcl/BitmapTools.hxx>
#include <tools/stream.hxx>
//============================ PBMReader ================================== //============================ PBMReader ==================================

View File

@ -25,6 +25,7 @@
#include <vcl/fltcall.hxx> #include <vcl/fltcall.hxx>
#include <svl/solar.hrc> #include <svl/solar.hrc>
#include <vcl/FilterConfigItem.hxx> #include <vcl/FilterConfigItem.hxx>
#include <tools/stream.hxx>
//============================ PCDReader ================================== //============================ PCDReader ==================================

View File

@ -21,6 +21,7 @@
#include <memory> #include <memory>
#include <vcl/graph.hxx> #include <vcl/graph.hxx>
#include <vcl/BitmapTools.hxx> #include <vcl/BitmapTools.hxx>
#include <tools/stream.hxx>
class FilterConfigItem; class FilterConfigItem;

View File

@ -25,6 +25,7 @@
#include <vcl/gdimtf.hxx> #include <vcl/gdimtf.hxx>
#include <tools/poly.hxx> #include <tools/poly.hxx>
#include <tools/fract.hxx> #include <tools/fract.hxx>
#include <tools/stream.hxx>
#include <vcl/virdev.hxx> #include <vcl/virdev.hxx>
#include <math.h> #include <math.h>

View File

@ -23,6 +23,7 @@
#include <vcl/outdev.hxx> #include <vcl/outdev.hxx>
#include <sal/log.hxx> #include <sal/log.hxx>
#include <tools/fract.hxx> #include <tools/fract.hxx>
#include <tools/stream.hxx>
#include <memory> #include <memory>
class FilterConfigItem; class FilterConfigItem;

View File

@ -21,6 +21,7 @@
#include <vcl/graph.hxx> #include <vcl/graph.hxx>
#include <vcl/BitmapTools.hxx> #include <vcl/BitmapTools.hxx>
#include <sal/log.hxx> #include <sal/log.hxx>
#include <tools/stream.hxx>
class FilterConfigItem; class FilterConfigItem;

View File

@ -20,6 +20,7 @@
#include <vcl/graph.hxx> #include <vcl/graph.hxx>
#include <vcl/BitmapTools.hxx> #include <vcl/BitmapTools.hxx>
#include <tools/stream.hxx>
#include <memory> #include <memory>
class FilterConfigItem; class FilterConfigItem;

View File

@ -26,6 +26,7 @@
#include <vcl/BitmapTools.hxx> #include <vcl/BitmapTools.hxx>
#include <vcl/animate.hxx> #include <vcl/animate.hxx>
#include <tools/fract.hxx> #include <tools/fract.hxx>
#include <tools/stream.hxx>
#include "lzwdecom.hxx" #include "lzwdecom.hxx"
#include "ccidecom.hxx" #include "ccidecom.hxx"

View File

@ -20,6 +20,7 @@
#include "commonpicker.hxx" #include "commonpicker.hxx"
#include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/beans/NamedValue.hpp>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>

View File

@ -24,6 +24,7 @@
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <vcl/menu.hxx> #include <vcl/menu.hxx>
#include <vector>
namespace framework namespace framework
{ {

View File

@ -20,6 +20,8 @@
#ifndef FRAMEWORK_SOURCE_UICONFIGURATION_IMAGELIST_HXX #ifndef FRAMEWORK_SOURCE_UICONFIGURATION_IMAGELIST_HXX
#define FRAMEWORK_SOURCE_UICONFIGURATION_IMAGELIST_HXX #define FRAMEWORK_SOURCE_UICONFIGURATION_IMAGELIST_HXX
struct ImplImageList;
class ImageList class ImageList
{ {
public: public:

View File

@ -319,3 +319,11 @@ blacklist:
include/vcl/help.hxx: include/vcl/help.hxx:
# Needed for template # Needed for template
- o3tl/typed_flags_set.hxx - o3tl/typed_flags_set.hxx
include/vcl/imap.hxx:
# Needed for implicit dtor
- vcl/imapobj.hxx
include/vcl/keycodes.hxx:
# Needed for macros
- com/sun/star/awt/Key.hpp
- com/sun/star/awt/KeyGroup.hpp

View File

@ -24,6 +24,7 @@
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <sal/types.h> #include <sal/types.h>
#include <vcl/metric.hxx> #include <vcl/metric.hxx>
#include <vcl/vclptr.hxx>
#include <tools/solar.h> #include <tools/solar.h>
#include <vector> #include <vector>

View File

@ -13,7 +13,6 @@
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <tools/gen.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <vector> #include <vector>

View File

@ -11,16 +11,13 @@
#ifndef INCLUDED_VCL_ITILEDRENDERABLE_HXX #ifndef INCLUDED_VCL_ITILEDRENDERABLE_HXX
#define INCLUDED_VCL_ITILEDRENDERABLE_HXX #define INCLUDED_VCL_ITILEDRENDERABLE_HXX
#include <LibreOfficeKit/LibreOfficeKitTypes.h>
#include <tools/gen.hxx> #include <tools/gen.hxx>
#include <svx/ruler.hxx>
#include <vcl/commandevent.hxx> #include <vcl/commandevent.hxx>
#include <vcl/event.hxx> #include <vcl/event.hxx>
#include <vcl/vclevent.hxx> #include <vcl/vclevent.hxx>
#include <vcl/pointr.hxx> #include <vcl/pointr.hxx>
#include <vcl/ptrstyle.hxx> #include <vcl/ptrstyle.hxx>
#include <vcl/virdev.hxx> #include <map>
#include <com/sun/star/datatransfer/clipboard/XClipboardEx.hpp>
namespace vcl namespace vcl
{ {

View File

@ -11,7 +11,6 @@
#define INCLUDED_VCL_ICONTHEMESCANNER_HXX #define INCLUDED_VCL_ICONTHEMESCANNER_HXX
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <tools/solar.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <vcl/IconThemeInfo.hxx> #include <vcl/IconThemeInfo.hxx>
@ -22,11 +21,6 @@
// forward declaration of unit test class. Required for friend relationship. // forward declaration of unit test class. Required for friend relationship.
class IconThemeScannerTest; class IconThemeScannerTest;
namespace osl {
class Directory;
class DirectoryItem;
}
namespace vcl { namespace vcl {
/** This class scans a folder for icon themes and provides the results. /** This class scans a folder for icon themes and provides the results.

View File

@ -22,9 +22,11 @@
#include <memory> #include <memory>
#include <sal/config.h> #include <sal/config.h>
#include <tools/stream.hxx>
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <vcl/bitmapex.hxx> #include <rtl/ustring.hxx>
#include <o3tl/typed_flags_set.hxx>
namespace com { namespace sun { namespace star { namespace uno { template <class interface_type> class Reference; } } } }
enum class ImageLoadFlags : sal_uInt16 enum class ImageLoadFlags : sal_uInt16
{ {
@ -42,6 +44,8 @@ namespace com { namespace sun { namespace star { namespace container {
}}}} }}}}
class ImplImageTree; class ImplImageTree;
class BitmapEx;
class SvMemoryStream;
class ImageTree class ImageTree
{ {

View File

@ -41,8 +41,6 @@ namespace utl {
class LocaleDataWrapper; class LocaleDataWrapper;
class Date;
namespace vcl namespace vcl
{ {

View File

@ -22,18 +22,14 @@
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <tools/gen.hxx> #include <tools/gen.hxx>
#include <tools/solar.h>
#include <vcl/bitmapex.hxx> #include <vcl/bitmapex.hxx>
#include <vcl/outdev.hxx> #include <vcl/outdev.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <memory> #include <memory>
#include <vector>
struct ImplImage; struct ImplImage;
struct ImplImageList;
namespace com { namespace sun { namespace star { namespace graphic { class XGraphic;} } } } namespace com { namespace sun { namespace star { namespace graphic { class XGraphic;} } } }
namespace com { namespace sun { namespace star { namespace uno { template <class interface_type> class Reference; } } } }
namespace vcl namespace vcl
{ {

View File

@ -28,7 +28,6 @@
#include <vector> #include <vector>
class Point; class Point;
namespace tools { class Rectangle; }
class Size; class Size;
class Fraction; class Fraction;
class IMapObject; class IMapObject;

View File

@ -25,7 +25,6 @@
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
class Point; class Point;
namespace tools { class Rectangle; }
class SvStream; class SvStream;
#define IMAP_OBJ_RECTANGLE (sal_uInt16(0x0001)) #define IMAP_OBJ_RECTANGLE (sal_uInt16(0x0001))

View File

@ -23,7 +23,6 @@
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
#include <vcl/bitmapex.hxx>
class VCL_DLLPUBLIC ImageControl : public FixedImage class VCL_DLLPUBLIC ImageControl : public FixedImage

View File

@ -19,12 +19,10 @@
#ifndef INCLUDED_VCL_INETIMG_HXX #ifndef INCLUDED_VCL_INETIMG_HXX
#define INCLUDED_VCL_INETIMG_HXX #define INCLUDED_VCL_INETIMG_HXX
#include <rtl/ustring.hxx>
#include <tools/gen.hxx> #include <tools/gen.hxx>
#include <sot/formats.hxx> #include <sot/formats.hxx>
class SvData;
class SotDataObject;
class INetImage class INetImage
{ {

View File

@ -20,7 +20,6 @@
#ifndef INCLUDED_VCL_INPUTCTX_HXX #ifndef INCLUDED_VCL_INPUTCTX_HXX
#define INCLUDED_VCL_INPUTCTX_HXX #define INCLUDED_VCL_INPUTCTX_HXX
#include <tools/solar.h>
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <vcl/font.hxx> #include <vcl/font.hxx>
#include <o3tl/typed_flags_set.hxx> #include <o3tl/typed_flags_set.hxx>

View File

@ -20,7 +20,6 @@
#ifndef INCLUDED_VCL_INTROWIN_HXX #ifndef INCLUDED_VCL_INTROWIN_HXX
#define INCLUDED_VCL_INTROWIN_HXX #define INCLUDED_VCL_INTROWIN_HXX
#include <vcl/bitmapex.hxx>
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <vcl/wrkwin.hxx> #include <vcl/wrkwin.hxx>

View File

@ -20,8 +20,8 @@
#ifndef INCLUDED_VCL_JOBSET_HXX #ifndef INCLUDED_VCL_JOBSET_HXX
#define INCLUDED_VCL_JOBSET_HXX #define INCLUDED_VCL_JOBSET_HXX
#include <rtl/ustring.hxx>
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <vcl/prntypes.hxx>
#include <o3tl/cow_wrapper.hxx> #include <o3tl/cow_wrapper.hxx>
class SvStream; class SvStream;

View File

@ -12,13 +12,10 @@
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <vcl/button.hxx> #include <vcl/button.hxx>
#include <vcl/dialog.hxx>
#include <vcl/fixed.hxx>
#include <vcl/help.hxx> #include <vcl/help.hxx>
#include <vcl/scrbar.hxx> #include <vcl/scrbar.hxx>
#include <vcl/split.hxx> #include <vcl/split.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/vclmedit.hxx>
#include <vcl/window.hxx> #include <vcl/window.hxx>
#include <vcl/vclptr.hxx> #include <vcl/vclptr.hxx>
#include <vcl/IContext.hxx> #include <vcl/IContext.hxx>

View File

@ -21,18 +21,11 @@
#define INCLUDED_VCL_LAZYDELETE_HXX #define INCLUDED_VCL_LAZYDELETE_HXX
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <vcl/vclptr.hxx>
#include <vcl/window.hxx>
#include <unordered_map>
#include <vector>
#include <algorithm>
#include <sal/log.hxx>
#include <typeinfo>
#include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XComponent.hpp>
#include <memory>
namespace vcl namespace vcl
{ {
/* /*

View File

@ -29,7 +29,6 @@
class Point; class Point;
class Fraction; class Fraction;
class SvStream; class SvStream;
class OutputDevice;
class VCL_DLLPUBLIC MapMode class VCL_DLLPUBLIC MapMode

View File

@ -23,17 +23,15 @@
#include <memory> #include <memory>
#include <vcl/vclenum.hxx> #include <vcl/vclenum.hxx>
#include <tools/link.hxx> #include <tools/link.hxx>
#include <tools/solar.h>
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <vcl/bitmapex.hxx>
#include <vcl/keycod.hxx> #include <vcl/keycod.hxx>
#include <vcl/vclreferencebase.hxx> #include <vcl/vclreferencebase.hxx>
#include <vcl/vclevent.hxx> #include <vcl/vclevent.hxx>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Reference.hxx>
#include <o3tl/typed_flags_set.hxx> #include <o3tl/typed_flags_set.hxx>
#include <list> #include <list>
class OutputDevice;
struct ImplSVEvent; struct ImplSVEvent;
struct MenuItemData; struct MenuItemData;
class Point; class Point;
@ -41,7 +39,6 @@ class Size;
namespace tools { class Rectangle; } namespace tools { class Rectangle; }
class Menu; class Menu;
class MenuItemList; class MenuItemList;
class HelpEvent;
class Image; class Image;
class PopupMenu; class PopupMenu;
class KeyEvent; class KeyEvent;
@ -56,6 +53,8 @@ namespace com { namespace sun { namespace star { namespace accessibility {
class XAccessible; class XAccessible;
}}}} }}}}
namespace com { namespace sun { namespace star { namespace frame { class XFrame; } } } }
namespace vcl namespace vcl
{ {
class Window; class Window;

View File

@ -24,11 +24,8 @@
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <memory> #include <memory>
class FloatingWindow;
class Timer; class Timer;
class PopupMenu; class PopupMenu;
class VclBuilder;
class VclSimpleEvent;
class VCL_DLLPUBLIC MenuButton : public PushButton class VCL_DLLPUBLIC MenuButton : public PushButton
{ {

View File

@ -30,8 +30,7 @@
#include <vcl/bitmap.hxx> #include <vcl/bitmap.hxx>
#include <vcl/bitmapex.hxx> #include <vcl/bitmapex.hxx>
#include <vcl/region.hxx> #include <vcl/region.hxx>
#include <vcl/graph.hxx> #include <vcl/outdevstate.hxx>
#include <vcl/outdev.hxx>
#include <vcl/gdimtf.hxx> #include <vcl/gdimtf.hxx>
#include <vcl/gfxlink.hxx> #include <vcl/gfxlink.hxx>
#include <vcl/lineinfo.hxx> #include <vcl/lineinfo.hxx>
@ -39,6 +38,7 @@
#include <salhelper/simplereferenceobject.hxx> #include <salhelper/simplereferenceobject.hxx>
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
class OutputDevice;
class SvStream; class SvStream;
enum class DrawTextFlags; enum class DrawTextFlags;

View File

@ -22,11 +22,11 @@
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <vcl/font.hxx> #include <vcl/font.hxx>
#include <vcl/outdev.hxx> #include <tools/ref.hxx>
#include <tools/gen.hxx>
class ImplFontMetric; class ImplFontMetric;
class ImplFontCharMap; class FontCharMap;
class CmapResult;
typedef sal_uInt32 sal_UCS4; typedef sal_uInt32 sal_UCS4;
typedef tools::SvRef<FontCharMap> FontCharMapRef; typedef tools::SvRef<FontCharMap> FontCharMapRef;

View File

@ -21,10 +21,10 @@
#define INCLUDED_VCL_MNEMONIC_HXX #define INCLUDED_VCL_MNEMONIC_HXX
#include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.h>
#include <com/sun/star/i18n/XCharacterClassification.hpp>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
namespace com { namespace sun { namespace star { namespace i18n { class XCharacterClassification; } } } }
// Mnemonic Chars, which we want support // Mnemonic Chars, which we want support
// Latin 0-9 // Latin 0-9

View File

@ -40,6 +40,7 @@
#include <vcl/keycod.hxx> #include <vcl/keycod.hxx>
#include <vcl/vclevent.hxx> #include <vcl/vclevent.hxx>
#include <vcl/metric.hxx> #include <vcl/metric.hxx>
#include <vcl/vclenum.hxx>
#include <unotools/localedatawrapper.hxx> #include <unotools/localedatawrapper.hxx>
#include <o3tl/typed_flags_set.hxx> #include <o3tl/typed_flags_set.hxx>
#include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.h>

View File

@ -36,6 +36,7 @@
#include <vcl/wmf.hxx> #include <vcl/wmf.hxx>
#include <vcl/wmfexternal.hxx> #include <vcl/wmfexternal.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/outdev.hxx>
#include <tools/gen.hxx> #include <tools/gen.hxx>
#include <comphelper/propertysequence.hxx> #include <comphelper/propertysequence.hxx>
#include <comphelper/sequence.hxx> #include <comphelper/sequence.hxx>

View File

@ -48,6 +48,7 @@
#include <com/sun/star/sheet/XCellRangesAccess.hpp> #include <com/sun/star/sheet/XCellRangesAccess.hpp>
#include <com/sun/star/sheet/opencl/XOpenCLSelection.hpp> #include <com/sun/star/sheet/opencl/XOpenCLSelection.hpp>
#include <com/sun/star/util/XChangesNotifier.hpp> #include <com/sun/star/util/XChangesNotifier.hpp>
#include <com/sun/star/uno/XAggregation.hpp>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include <comphelper/interfacecontainer2.hxx> #include <comphelper/interfacecontainer2.hxx>
#include <svl/itemprop.hxx> #include <svl/itemprop.hxx>

View File

@ -27,6 +27,7 @@
#include <drwlayer.hxx> #include <drwlayer.hxx>
#include <com/sun/star/embed/XComponentSupplier.hpp> #include <com/sun/star/embed/XComponentSupplier.hpp>
#include <com/sun/star/frame/XModel.hpp>
using namespace com::sun::star; using namespace com::sun::star;
using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::Reference;

View File

@ -45,6 +45,7 @@
#include <com/sun/star/sheet/DataImportMode.hpp> #include <com/sun/star/sheet/DataImportMode.hpp>
#include <com/sun/star/table/TableOrientation.hpp> #include <com/sun/star/table/TableOrientation.hpp>
#include <osl/diagnose.h>
#include <memory> #include <memory>

View File

@ -38,6 +38,7 @@
#include <com/sun/star/sheet/XSpreadsheet.hpp> #include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <com/sun/star/table/XColumnRowRange.hpp> #include <com/sun/star/table/XColumnRowRange.hpp>
#include <com/sun/star/sheet/XPrintAreas.hpp> #include <com/sun/star/sheet/XPrintAreas.hpp>
#include <osl/diagnose.h>
#define SC_ISFILTERED "IsFiltered" #define SC_ISFILTERED "IsFiltered"

View File

@ -30,6 +30,7 @@
#include <com/sun/star/accessibility/AccessibleTextType.hpp> #include <com/sun/star/accessibility/AccessibleTextType.hpp>
#include <com/sun/star/accessibility/AccessibleTableModelChange.hpp> #include <com/sun/star/accessibility/AccessibleTableModelChange.hpp>
#include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp> #include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <toolkit/helper/convert.hxx> #include <toolkit/helper/convert.hxx>
#include <unotools/accessiblerelationsethelper.hxx> #include <unotools/accessiblerelationsethelper.hxx>
#include <unotools/accessiblestatesethelper.hxx> #include <unotools/accessiblestatesethelper.hxx>

View File

@ -35,6 +35,7 @@
#include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
#include <com/sun/star/sheet/XSpreadsheet.hpp> #include <com/sun/star/sheet/XSpreadsheet.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <svx/AccessibleTextHelper.hxx> #include <svx/AccessibleTextHelper.hxx>
#include <editeng/editview.hxx> #include <editeng/editview.hxx>
#include <editeng/editeng.hxx> #include <editeng/editeng.hxx>

View File

@ -34,6 +34,7 @@
#include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <vcl/window.hxx> #include <vcl/window.hxx>
#include <svl/hint.hxx> #include <svl/hint.hxx>

View File

@ -34,6 +34,7 @@
#include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <vcl/window.hxx> #include <vcl/window.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>

View File

@ -34,6 +34,7 @@
#include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp> #include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <sal/log.hxx> #include <sal/log.hxx>
#include <tools/gen.hxx> #include <tools/gen.hxx>
#include <svtools/colorcfg.hxx> #include <svtools/colorcfg.hxx>

View File

@ -32,6 +32,7 @@
#include <strings.hrc> #include <strings.hrc>
#include <consdlg.hxx> #include <consdlg.hxx>
#include <vcl/fixed.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>

View File

@ -28,6 +28,7 @@
#include <unotools/useroptions.hxx> #include <unotools/useroptions.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <unotools/localedatawrapper.hxx> #include <unotools/localedatawrapper.hxx>
#include <vcl/vclmedit.hxx>
#include <global.hxx> #include <global.hxx>
#include <globstr.hrc> #include <globstr.hrc>

View File

@ -28,6 +28,8 @@
#include <osl/thread.h> #include <osl/thread.h>
#include <rtl/tencinfo.h> #include <rtl/tencinfo.h>
#include <imoptdlg.hxx> #include <imoptdlg.hxx>
#include <vcl/fixed.hxx>
#include <vcl/dialog.hxx>
// ScDelimiterTable // ScDelimiterTable

View File

@ -11,6 +11,7 @@
#include <svtools/simptabl.hxx> #include <svtools/simptabl.hxx>
#include <vcl/treelistentry.hxx> #include <vcl/treelistentry.hxx>
#include <vcl/fixed.hxx>
#include <sfx2/bindings.hxx> #include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx> #include <sfx2/dispatch.hxx>
#include <dociter.hxx> #include <dociter.hxx>

View File

@ -24,6 +24,7 @@
#include <sfx2/objsh.hxx> #include <sfx2/objsh.hxx>
#include <sfx2/viewsh.hxx> #include <sfx2/viewsh.hxx>
#include <formula/funcvarargs.h> #include <formula/funcvarargs.h>
#include <vcl/fixed.hxx>
#include <sc.hrc> #include <sc.hrc>
#include <global.hxx> #include <global.hxx>

View File

@ -21,6 +21,7 @@
#define INCLUDED_SC_SOURCE_UI_INC_SCUIIMOPTDLG_HXX #define INCLUDED_SC_SOURCE_UI_INC_SCUIIMOPTDLG_HXX
#include <vcl/layout.hxx> #include <vcl/layout.hxx>
#include <vcl/dialog.hxx>
#include <svx/txencbox.hxx> #include <svx/txencbox.hxx>
class ScDelimiterTable; class ScDelimiterTable;

View File

@ -19,6 +19,7 @@
#ifndef INCLUDED_SC_SOURCE_UI_INC_VIEWDATA_HXX #ifndef INCLUDED_SC_SOURCE_UI_INC_VIEWDATA_HXX
#define INCLUDED_SC_SOURCE_UI_INC_VIEWDATA_HXX #define INCLUDED_SC_SOURCE_UI_INC_VIEWDATA_HXX
#include <tools/fract.hxx>
#include <sfx2/zoomitem.hxx> #include <sfx2/zoomitem.hxx>
#include <rangelst.hxx> #include <rangelst.hxx>
#include <scdllapi.h> #include <scdllapi.h>

View File

@ -24,6 +24,7 @@
#include <docsh.hxx> #include <docsh.hxx>
#include <crnrdlg.hxx> #include <crnrdlg.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <vcl/fixed.hxx>
#include <memory> #include <memory>
namespace namespace

View File

@ -22,6 +22,7 @@
#include <utility> #include <utility>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
#include <vcl/fixed.hxx>
constexpr int MENU_START = 0; constexpr int MENU_START = 0;
constexpr int MENU_COLUMN = 1; constexpr int MENU_COLUMN = 1;

View File

@ -19,6 +19,7 @@
#include <protectiondlg.hxx> #include <protectiondlg.hxx>
#include <tabprotection.hxx> #include <tabprotection.hxx>
#include <vcl/fixed.hxx>
#include <sal/macros.h> #include <sal/macros.h>
#include <vector> #include <vector>

View File

@ -31,6 +31,7 @@
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
#include <vcl/fixed.hxx>
#include <sal/log.hxx> #include <sal/log.hxx>
#include <unotools/useroptions.hxx> #include <unotools/useroptions.hxx>

View File

@ -22,6 +22,7 @@
#include <svl/itemprop.hxx> #include <svl/itemprop.hxx>
#include <svl/sharedstringpool.hxx> #include <svl/sharedstringpool.hxx>
#include <unotools/charclass.hxx> #include <unotools/charclass.hxx>
#include <osl/diagnose.h>
#include <scitems.hxx> #include <scitems.hxx>
#include <funcuno.hxx> #include <funcuno.hxx>

View File

@ -42,6 +42,7 @@
#include <svl/itemset.hxx> #include <svl/itemset.hxx>
#include <svl/intitem.hxx> #include <svl/intitem.hxx>
#include <svl/zformat.hxx> #include <svl/zformat.hxx>
#include <tools/fract.hxx>
#include <com/sun/star/table/BorderLine.hpp> #include <com/sun/star/table/BorderLine.hpp>
#include <com/sun/star/table/CellVertJustify2.hpp> #include <com/sun/star/table/CellVertJustify2.hpp>

View File

@ -21,6 +21,7 @@
#include <com/sun/star/awt/TextAlign.hpp> #include <com/sun/star/awt/TextAlign.hpp>
#include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/container/XIndexContainer.hpp>
#include <com/sun/star/drawing/XControlShape.hpp> #include <com/sun/star/drawing/XControlShape.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/script/ScriptEventDescriptor.hpp> #include <com/sun/star/script/ScriptEventDescriptor.hpp>
#include <com/sun/star/script/XEventAttacherManager.hpp> #include <com/sun/star/script/XEventAttacherManager.hpp>
#include <com/sun/star/style/VerticalAlignment.hpp> #include <com/sun/star/style/VerticalAlignment.hpp>

View File

@ -33,6 +33,7 @@
#include <drawinglayer/processor2d/baseprocessor2d.hxx> #include <drawinglayer/processor2d/baseprocessor2d.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <tools/lineend.hxx>
#include <svtools/colorcfg.hxx> #include <svtools/colorcfg.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>

View File

@ -24,6 +24,7 @@
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/virdev.hxx> #include <vcl/virdev.hxx>
#include <vcl/fixed.hxx>
#include <unotools/dynamicmenuoptions.hxx> #include <unotools/dynamicmenuoptions.hxx>
#include <unotools/historyoptions.hxx> #include <unotools/historyoptions.hxx>

View File

@ -29,6 +29,7 @@
#include <vcl/metaact.hxx> #include <vcl/metaact.hxx>
#include <vcl/gdimtf.hxx> #include <vcl/gdimtf.hxx>
#include <vcl/graph.hxx>
#include <vcl/wrkwin.hxx> #include <vcl/wrkwin.hxx>
#include <basegfx/numeric/ftools.hxx> #include <basegfx/numeric/ftools.hxx>

View File

@ -72,6 +72,7 @@
#include <salhelper/timer.hxx> #include <salhelper/timer.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/builderfactory.hxx> #include <vcl/builderfactory.hxx>
#include <vcl/dialog.hxx>
#include <unotools/collatorwrapper.hxx> #include <unotools/collatorwrapper.hxx>
#include <unotools/ucbhelper.hxx> #include <unotools/ucbhelper.hxx>
#include <unotools/intlwrapper.hxx> #include <unotools/intlwrapper.hxx>

View File

@ -30,6 +30,7 @@
#include "exportdialog.hxx" #include "exportdialog.hxx"
#include <uno/mapping.hxx> #include <uno/mapping.hxx>
#include <tools/fldunit.hxx> #include <tools/fldunit.hxx>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/beans/XPropertyAccess.hpp> #include <com/sun/star/beans/XPropertyAccess.hpp>
#include <com/sun/star/document/XExporter.hpp> #include <com/sun/star/document/XExporter.hpp>
#include <com/sun/star/document/XViewDataSupplier.hpp> #include <com/sun/star/document/XViewDataSupplier.hpp>

View File

@ -20,6 +20,7 @@
#include <svx/AccessibleControlShape.hxx> #include <svx/AccessibleControlShape.hxx>
#include <svx/AccessibleShapeInfo.hxx> #include <svx/AccessibleShapeInfo.hxx>
#include <svx/DescriptionGenerator.hxx> #include <svx/DescriptionGenerator.hxx>
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/drawing/XControlShape.hpp> #include <com/sun/star/drawing/XControlShape.hpp>
#include <com/sun/star/accessibility/AccessibleRelationType.hpp> #include <com/sun/star/accessibility/AccessibleRelationType.hpp>
#include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleRole.hpp>

View File

@ -19,6 +19,7 @@
#include <o3tl/make_unique.hxx> #include <o3tl/make_unique.hxx>
#include <vcl/field.hxx> #include <vcl/field.hxx>
#include <vcl/fixed.hxx>
#include <vcl/layout.hxx> #include <vcl/layout.hxx>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>

View File

@ -26,6 +26,8 @@
#include <sal/types.h> #include <sal/types.h>
// classes <Point>, <Size> and <Rectangle> // classes <Point>, <Size> and <Rectangle>
#include <tools/gen.hxx> #include <tools/gen.hxx>
// RenderContext type
#include <vcl/outdev.hxx>
// datatype <SwTwips> // datatype <SwTwips>
#include "swtypes.hxx" #include "swtypes.hxx"

View File

@ -55,6 +55,7 @@
#include <com/sun/star/text/XFlatParagraphIteratorProvider.hpp> #include <com/sun/star/text/XFlatParagraphIteratorProvider.hpp>
#include <com/sun/star/document/XDocumentLanguages.hpp> #include <com/sun/star/document/XDocumentLanguages.hpp>
#include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/util/XCloneable.hpp>
#include <com/sun/star/uno/XAggregation.hpp>
#include <o3tl/deleter.hxx> #include <o3tl/deleter.hxx>
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <svx/fmdmod.hxx> #include <svx/fmdmod.hxx>

View File

@ -28,6 +28,7 @@
#include <vcl/mapmod.hxx> #include <vcl/mapmod.hxx>
#include <vcl/vclptr.hxx> #include <vcl/vclptr.hxx>
#include <vcl/lazydelete.hxx> #include <vcl/lazydelete.hxx>
#include <vcl/window.hxx>
namespace com { namespace sun { namespace star { namespace accessibility { namespace com { namespace sun { namespace star { namespace accessibility {
class XAccessible; } } } } class XAccessible; } } } }

View File

@ -32,6 +32,7 @@
#include <toolkit/awt/vclxdevice.hxx> #include <toolkit/awt/vclxdevice.hxx>
#include <unotools/moduleoptions.hxx> #include <unotools/moduleoptions.hxx>
#include <vcl/outdev.hxx> #include <vcl/outdev.hxx>
#include <osl/diagnose.h>
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@ -20,6 +20,7 @@
#include <o3tl/make_unique.hxx> #include <o3tl/make_unique.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <sal/log.hxx> #include <sal/log.hxx>
#include <osl/diagnose.h>
#include <xmloff/nmspmap.hxx> #include <xmloff/nmspmap.hxx>
#include <format.hxx> #include <format.hxx>

View File

@ -21,6 +21,7 @@
#include <mailmergewizard.hxx> #include <mailmergewizard.hxx>
#include <swtypes.hxx> #include <swtypes.hxx>
#include "addresslistdialog.hxx" #include "addresslistdialog.hxx"
#include <vcl/fixed.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>
#include <vcl/txtattr.hxx> #include <vcl/txtattr.hxx>
#include <vcl/xtextedt.hxx> #include <vcl/xtextedt.hxx>

View File

@ -27,6 +27,7 @@
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <com/sun/star/mail/XSmtpService.hpp> #include <com/sun/star/mail/XSmtpService.hpp>
#include <vcl/fixed.hxx>
#include <vcl/idle.hxx> #include <vcl/idle.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/weld.hxx> #include <vcl/weld.hxx>

View File

@ -22,6 +22,7 @@
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <sfx2/sfxsids.hrc> #include <sfx2/sfxsids.hrc>
#include <vcl/treelistentry.hxx> #include <vcl/treelistentry.hxx>
#include <tools/lineend.hxx>
#include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Sequence.h>
#include <swtypes.hxx> #include <swtypes.hxx>
#include <wrtsh.hxx> #include <wrtsh.hxx>

View File

@ -27,6 +27,7 @@
#include <editeng/svxenum.hxx> #include <editeng/svxenum.hxx>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <tools/mapunit.hxx>
#include <tools/globname.hxx> #include <tools/globname.hxx>
#include <swtypes.hxx> #include <swtypes.hxx>
#include <itabenum.hxx> #include <itabenum.hxx>

View File

@ -24,6 +24,7 @@
#include <sfx2/basedlgs.hxx> #include <sfx2/basedlgs.hxx>
#include <svx/txencbox.hxx> #include <svx/txencbox.hxx>
#include <svx/langbox.hxx> #include <svx/langbox.hxx>
#include <tools/lineend.hxx>
class SwAsciiOptions; class SwAsciiOptions;
class SvStream; class SvStream;

View File

@ -12,6 +12,7 @@
#include <tools/XmlWriter.hxx> #include <tools/XmlWriter.hxx>
#include <vcl/metaact.hxx> #include <vcl/metaact.hxx>
#include <vcl/outdev.hxx>
#include <rtl/string.hxx> #include <rtl/string.hxx>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>

View File

@ -29,6 +29,7 @@
#include <com/sun/star/text/TextContentAnchorType.hpp> #include <com/sun/star/text/TextContentAnchorType.hpp>
#include <com/sun/star/text/RelOrientation.hpp> #include <com/sun/star/text/RelOrientation.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <ooo/vba/office/MsoShapeType.hpp> #include <ooo/vba/office/MsoShapeType.hpp>
#include <ooo/vba/office/MsoAutoShapeType.hpp> #include <ooo/vba/office/MsoAutoShapeType.hpp>
#include <ooo/vba/word/WdRelativeHorizontalPosition.hpp> #include <ooo/vba/word/WdRelativeHorizontalPosition.hpp>

View File

@ -21,6 +21,7 @@
#define INCLUDED_VCL_INC_PHYSICALFONTFAMILY_HXX #define INCLUDED_VCL_INC_PHYSICALFONTFAMILY_HXX
#include <vcl/dllapi.h> #include <vcl/dllapi.h>
#include <vcl/outdev.hxx>
#include <set> #include <set>

Some files were not shown because too many files have changed in this diff Show More