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:
parent
b5cd5296ff
commit
a96e6e8062
@ -32,6 +32,7 @@
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
#include <vcl/window.hxx>
|
||||
|
||||
#include <com/sun/star/awt/XWindow.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleRole.hpp>
|
||||
#include <o3tl/make_unique.hxx>
|
||||
using namespace ::com::sun::star;
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include <helpids.h>
|
||||
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/dialog.hxx>
|
||||
#include <vcl/image.hxx>
|
||||
#include <vcl/layout.hxx>
|
||||
#include <vcl/weld.hxx>
|
||||
|
@ -23,6 +23,9 @@
|
||||
#include <osl/mutex.hxx>
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <com/sun/star/frame/XModel.hpp>
|
||||
|
||||
namespace com { namespace sun { namespace star { namespace awt { class XWindow; } } } }
|
||||
|
||||
namespace chart
|
||||
{
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <AxisHelper.hxx>
|
||||
#include <LegendHelper.hxx>
|
||||
#include <ControllerLockGuard.hxx>
|
||||
#include <com/sun/star/frame/XModel.hpp>
|
||||
|
||||
namespace chart
|
||||
{
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include <com/sun/star/util/XModeChangeListener.hpp>
|
||||
#include <com/sun/star/util/XCloseListener.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/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <svx/svdpagv.hxx>
|
||||
#include <svx/ActionDescriptionProvider.hxx>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/frame/XModel.hpp>
|
||||
|
||||
namespace chart
|
||||
{
|
||||
|
@ -44,7 +44,9 @@
|
||||
|
||||
#include <com/sun/star/container/XIndexAccess.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/frame/XModel.hpp>
|
||||
#include <tools/diagnose_ex.h>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include <sfx2/sidebar/SidebarModelUpdate.hxx>
|
||||
#include <svx/sidebar/PanelLayout.hxx>
|
||||
#include <vcl/layout.hxx>
|
||||
#include <vcl/edit.hxx>
|
||||
|
||||
#include "ChartSidebarModifyListener.hxx"
|
||||
#include "ChartSidebarSelectionListener.hxx"
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/svlbitm.hxx>
|
||||
#include <vcl/treelistentry.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <com/sun/star/configuration/theDefaultProvider.hpp>
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <memory>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <vcl/field.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/layout.hxx>
|
||||
#include <vcl/lstbox.hxx>
|
||||
#include <vcl/svtabbx.hxx>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <svl/aeitem.hxx>
|
||||
#include <vcl/svtabbx.hxx>
|
||||
#include <vcl/treelistentry.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <tools/urlobj.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <unotools/defaultoptions.hxx>
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include <svx/svxdlg.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
|
||||
#include "tsaurls.hxx"
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <osl/diagnose.h>
|
||||
#include <com/sun/star/sdb/CommandType.hpp>
|
||||
#include <com/sun/star/sdb/XResultSetAccess.hpp>
|
||||
#include <com/sun/star/lang/XComponent.hpp>
|
||||
#include <TokenWriter.hxx>
|
||||
#include <stringconstants.hxx>
|
||||
#include <svx/dataaccessdescriptor.hxx>
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <com/sun/star/ui/XContextMenuInterceptor.hpp>
|
||||
#include <com/sun/star/util/URL.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <com/sun/star/frame/XController.hpp>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <comphelper/interfacecontainer2.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
|
@ -94,6 +94,7 @@
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/image.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/vclmedit.hxx>
|
||||
|
||||
#include <comphelper/processfactory.hxx>
|
||||
#include <cppuhelper/exc_hlp.hxx>
|
||||
|
@ -49,6 +49,7 @@
|
||||
#include <tools/stream.hxx>
|
||||
#include <vcl/gradient.hxx>
|
||||
#include <vcl/hatch.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <emfplushelper.hxx>
|
||||
#include <numeric>
|
||||
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include <basegfx/polygon/b2dpolygontools.hxx>
|
||||
#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx>
|
||||
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/wmfexternal.hxx>
|
||||
#include <basegfx/matrix/b2dhommatrixtools.hxx>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <vcl/canvastools.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <tools/fract.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
#include <rtl/strbuf.hxx>
|
||||
#include <rtl/tencinfo.h>
|
||||
#include <sal/log.hxx>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <vcl/gdimtf.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/dibtools.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <vcl/wmfexternal.hxx>
|
||||
#include <tools/fract.hxx>
|
||||
#include <o3tl/make_unique.hxx>
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <vcl/builder.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include "general.hxx"
|
||||
#include "bibresid.hxx"
|
||||
#include "datman.hxx"
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include <tools/stream.hxx>
|
||||
#include <vcl/graph.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/bitmapaccess.hxx>
|
||||
#include <svl/solar.hrc>
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <vcl/FilterConfigItem.hxx>
|
||||
#include <vcl/graph.hxx>
|
||||
#include <vcl/BitmapTools.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
|
||||
//============================ PBMReader ==================================
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <vcl/fltcall.hxx>
|
||||
#include <svl/solar.hrc>
|
||||
#include <vcl/FilterConfigItem.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
|
||||
//============================ PCDReader ==================================
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <memory>
|
||||
#include <vcl/graph.hxx>
|
||||
#include <vcl/BitmapTools.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
|
||||
class FilterConfigItem;
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <vcl/gdimtf.hxx>
|
||||
#include <tools/poly.hxx>
|
||||
#include <tools/fract.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
#include <vcl/virdev.hxx>
|
||||
#include <math.h>
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <tools/fract.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
#include <memory>
|
||||
|
||||
class FilterConfigItem;
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <vcl/graph.hxx>
|
||||
#include <vcl/BitmapTools.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
|
||||
class FilterConfigItem;
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include <vcl/graph.hxx>
|
||||
#include <vcl/BitmapTools.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
#include <memory>
|
||||
|
||||
class FilterConfigItem;
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <vcl/BitmapTools.hxx>
|
||||
#include <vcl/animate.hxx>
|
||||
#include <tools/fract.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
#include "lzwdecom.hxx"
|
||||
#include "ccidecom.hxx"
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include "commonpicker.hxx"
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#include <com/sun/star/beans/NamedValue.hpp>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
|
@ -24,6 +24,7 @@
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <vcl/menu.hxx>
|
||||
#include <vector>
|
||||
|
||||
namespace framework
|
||||
{
|
||||
|
@ -20,6 +20,8 @@
|
||||
#ifndef FRAMEWORK_SOURCE_UICONFIGURATION_IMAGELIST_HXX
|
||||
#define FRAMEWORK_SOURCE_UICONFIGURATION_IMAGELIST_HXX
|
||||
|
||||
struct ImplImageList;
|
||||
|
||||
class ImageList
|
||||
{
|
||||
public:
|
||||
|
@ -319,3 +319,11 @@ blacklist:
|
||||
include/vcl/help.hxx:
|
||||
# Needed for template
|
||||
- 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
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <sal/types.h>
|
||||
#include <vcl/metric.hxx>
|
||||
#include <vcl/vclptr.hxx>
|
||||
#include <tools/solar.h>
|
||||
|
||||
#include <vector>
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include <vcl/dllapi.h>
|
||||
|
||||
#include <tools/gen.hxx>
|
||||
#include <rtl/ustring.hxx>
|
||||
|
||||
#include <vector>
|
||||
|
@ -11,16 +11,13 @@
|
||||
#ifndef INCLUDED_VCL_ITILEDRENDERABLE_HXX
|
||||
#define INCLUDED_VCL_ITILEDRENDERABLE_HXX
|
||||
|
||||
#include <LibreOfficeKit/LibreOfficeKitTypes.h>
|
||||
#include <tools/gen.hxx>
|
||||
#include <svx/ruler.hxx>
|
||||
#include <vcl/commandevent.hxx>
|
||||
#include <vcl/event.hxx>
|
||||
#include <vcl/vclevent.hxx>
|
||||
#include <vcl/pointr.hxx>
|
||||
#include <vcl/ptrstyle.hxx>
|
||||
#include <vcl/virdev.hxx>
|
||||
#include <com/sun/star/datatransfer/clipboard/XClipboardEx.hpp>
|
||||
#include <map>
|
||||
|
||||
namespace vcl
|
||||
{
|
||||
|
@ -11,7 +11,6 @@
|
||||
#define INCLUDED_VCL_ICONTHEMESCANNER_HXX
|
||||
|
||||
#include <vcl/dllapi.h>
|
||||
#include <tools/solar.h>
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <vcl/IconThemeInfo.hxx>
|
||||
@ -22,11 +21,6 @@
|
||||
// forward declaration of unit test class. Required for friend relationship.
|
||||
class IconThemeScannerTest;
|
||||
|
||||
namespace osl {
|
||||
class Directory;
|
||||
class DirectoryItem;
|
||||
}
|
||||
|
||||
namespace vcl {
|
||||
|
||||
/** This class scans a folder for icon themes and provides the results.
|
||||
|
@ -22,9 +22,11 @@
|
||||
|
||||
#include <memory>
|
||||
#include <sal/config.h>
|
||||
#include <tools/stream.hxx>
|
||||
#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
|
||||
{
|
||||
@ -42,6 +44,8 @@ namespace com { namespace sun { namespace star { namespace container {
|
||||
}}}}
|
||||
|
||||
class ImplImageTree;
|
||||
class BitmapEx;
|
||||
class SvMemoryStream;
|
||||
|
||||
class ImageTree
|
||||
{
|
||||
|
@ -41,8 +41,6 @@ namespace utl {
|
||||
|
||||
class LocaleDataWrapper;
|
||||
|
||||
class Date;
|
||||
|
||||
namespace vcl
|
||||
{
|
||||
|
||||
|
@ -22,18 +22,14 @@
|
||||
|
||||
#include <vcl/dllapi.h>
|
||||
#include <tools/gen.hxx>
|
||||
#include <tools/solar.h>
|
||||
#include <vcl/bitmapex.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
|
||||
#include <com/sun/star/uno/Reference.hxx>
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
struct ImplImage;
|
||||
struct ImplImageList;
|
||||
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
|
||||
{
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include <vector>
|
||||
|
||||
class Point;
|
||||
namespace tools { class Rectangle; }
|
||||
class Size;
|
||||
class Fraction;
|
||||
class IMapObject;
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <rtl/strbuf.hxx>
|
||||
|
||||
class Point;
|
||||
namespace tools { class Rectangle; }
|
||||
class SvStream;
|
||||
|
||||
#define IMAP_OBJ_RECTANGLE (sal_uInt16(0x0001))
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <vcl/dllapi.h>
|
||||
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/bitmapex.hxx>
|
||||
|
||||
|
||||
class VCL_DLLPUBLIC ImageControl : public FixedImage
|
||||
|
@ -19,12 +19,10 @@
|
||||
#ifndef INCLUDED_VCL_INETIMG_HXX
|
||||
#define INCLUDED_VCL_INETIMG_HXX
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <tools/gen.hxx>
|
||||
#include <sot/formats.hxx>
|
||||
|
||||
class SvData;
|
||||
class SotDataObject;
|
||||
|
||||
|
||||
class INetImage
|
||||
{
|
||||
|
@ -20,7 +20,6 @@
|
||||
#ifndef INCLUDED_VCL_INPUTCTX_HXX
|
||||
#define INCLUDED_VCL_INPUTCTX_HXX
|
||||
|
||||
#include <tools/solar.h>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/font.hxx>
|
||||
#include <o3tl/typed_flags_set.hxx>
|
||||
|
@ -20,7 +20,6 @@
|
||||
#ifndef INCLUDED_VCL_INTROWIN_HXX
|
||||
#define INCLUDED_VCL_INTROWIN_HXX
|
||||
|
||||
#include <vcl/bitmapex.hxx>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/wrkwin.hxx>
|
||||
|
||||
|
@ -20,8 +20,8 @@
|
||||
#ifndef INCLUDED_VCL_JOBSET_HXX
|
||||
#define INCLUDED_VCL_JOBSET_HXX
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/prntypes.hxx>
|
||||
#include <o3tl/cow_wrapper.hxx>
|
||||
|
||||
class SvStream;
|
||||
|
@ -12,13 +12,10 @@
|
||||
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/button.hxx>
|
||||
#include <vcl/dialog.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/help.hxx>
|
||||
#include <vcl/scrbar.hxx>
|
||||
#include <vcl/split.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/vclmedit.hxx>
|
||||
#include <vcl/window.hxx>
|
||||
#include <vcl/vclptr.hxx>
|
||||
#include <vcl/IContext.hxx>
|
||||
|
@ -21,18 +21,11 @@
|
||||
#define INCLUDED_VCL_LAZYDELETE_HXX
|
||||
|
||||
#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 <memory>
|
||||
|
||||
namespace vcl
|
||||
{
|
||||
/*
|
||||
|
@ -29,7 +29,6 @@
|
||||
class Point;
|
||||
class Fraction;
|
||||
class SvStream;
|
||||
class OutputDevice;
|
||||
|
||||
|
||||
class VCL_DLLPUBLIC MapMode
|
||||
|
@ -23,17 +23,15 @@
|
||||
#include <memory>
|
||||
#include <vcl/vclenum.hxx>
|
||||
#include <tools/link.hxx>
|
||||
#include <tools/solar.h>
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/bitmapex.hxx>
|
||||
#include <vcl/keycod.hxx>
|
||||
#include <vcl/vclreferencebase.hxx>
|
||||
#include <vcl/vclevent.hxx>
|
||||
#include <com/sun/star/frame/XFrame.hpp>
|
||||
#include <com/sun/star/uno/Reference.hxx>
|
||||
#include <o3tl/typed_flags_set.hxx>
|
||||
#include <list>
|
||||
|
||||
class OutputDevice;
|
||||
struct ImplSVEvent;
|
||||
struct MenuItemData;
|
||||
class Point;
|
||||
@ -41,7 +39,6 @@ class Size;
|
||||
namespace tools { class Rectangle; }
|
||||
class Menu;
|
||||
class MenuItemList;
|
||||
class HelpEvent;
|
||||
class Image;
|
||||
class PopupMenu;
|
||||
class KeyEvent;
|
||||
@ -56,6 +53,8 @@ namespace com { namespace sun { namespace star { namespace accessibility {
|
||||
class XAccessible;
|
||||
}}}}
|
||||
|
||||
namespace com { namespace sun { namespace star { namespace frame { class XFrame; } } } }
|
||||
|
||||
namespace vcl
|
||||
{
|
||||
class Window;
|
||||
|
@ -24,11 +24,8 @@
|
||||
#include <vcl/dllapi.h>
|
||||
#include <memory>
|
||||
|
||||
class FloatingWindow;
|
||||
class Timer;
|
||||
class PopupMenu;
|
||||
class VclBuilder;
|
||||
class VclSimpleEvent;
|
||||
|
||||
class VCL_DLLPUBLIC MenuButton : public PushButton
|
||||
{
|
||||
|
@ -30,8 +30,7 @@
|
||||
#include <vcl/bitmap.hxx>
|
||||
#include <vcl/bitmapex.hxx>
|
||||
#include <vcl/region.hxx>
|
||||
#include <vcl/graph.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <vcl/outdevstate.hxx>
|
||||
#include <vcl/gdimtf.hxx>
|
||||
#include <vcl/gfxlink.hxx>
|
||||
#include <vcl/lineinfo.hxx>
|
||||
@ -39,6 +38,7 @@
|
||||
#include <salhelper/simplereferenceobject.hxx>
|
||||
#include <rtl/ref.hxx>
|
||||
|
||||
class OutputDevice;
|
||||
class SvStream;
|
||||
enum class DrawTextFlags;
|
||||
|
||||
|
@ -22,11 +22,11 @@
|
||||
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/font.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <tools/ref.hxx>
|
||||
#include <tools/gen.hxx>
|
||||
|
||||
class ImplFontMetric;
|
||||
class ImplFontCharMap;
|
||||
class CmapResult;
|
||||
class FontCharMap;
|
||||
|
||||
typedef sal_uInt32 sal_UCS4;
|
||||
typedef tools::SvRef<FontCharMap> FontCharMapRef;
|
||||
|
@ -21,10 +21,10 @@
|
||||
#define INCLUDED_VCL_MNEMONIC_HXX
|
||||
|
||||
#include <com/sun/star/uno/Reference.h>
|
||||
#include <com/sun/star/i18n/XCharacterClassification.hpp>
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <vcl/dllapi.h>
|
||||
|
||||
namespace com { namespace sun { namespace star { namespace i18n { class XCharacterClassification; } } } }
|
||||
|
||||
// Mnemonic Chars, which we want support
|
||||
// Latin 0-9
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include <vcl/keycod.hxx>
|
||||
#include <vcl/vclevent.hxx>
|
||||
#include <vcl/metric.hxx>
|
||||
#include <vcl/vclenum.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
#include <o3tl/typed_flags_set.hxx>
|
||||
#include <com/sun/star/uno/Reference.h>
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include <vcl/wmf.hxx>
|
||||
#include <vcl/wmfexternal.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <tools/gen.hxx>
|
||||
#include <comphelper/propertysequence.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
|
@ -48,6 +48,7 @@
|
||||
#include <com/sun/star/sheet/XCellRangesAccess.hpp>
|
||||
#include <com/sun/star/sheet/opencl/XOpenCLSelection.hpp>
|
||||
#include <com/sun/star/util/XChangesNotifier.hpp>
|
||||
#include <com/sun/star/uno/XAggregation.hpp>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <comphelper/interfacecontainer2.hxx>
|
||||
#include <svl/itemprop.hxx>
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <drwlayer.hxx>
|
||||
|
||||
#include <com/sun/star/embed/XComponentSupplier.hpp>
|
||||
#include <com/sun/star/frame/XModel.hpp>
|
||||
|
||||
using namespace com::sun::star;
|
||||
using ::com::sun::star::uno::Reference;
|
||||
|
@ -45,6 +45,7 @@
|
||||
|
||||
#include <com/sun/star/sheet/DataImportMode.hpp>
|
||||
#include <com/sun/star/table/TableOrientation.hpp>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include <com/sun/star/sheet/XSpreadsheet.hpp>
|
||||
#include <com/sun/star/table/XColumnRowRange.hpp>
|
||||
#include <com/sun/star/sheet/XPrintAreas.hpp>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
#define SC_ISFILTERED "IsFiltered"
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <com/sun/star/accessibility/AccessibleTextType.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleTableModelChange.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp>
|
||||
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
|
||||
#include <toolkit/helper/convert.hxx>
|
||||
#include <unotools/accessiblerelationsethelper.hxx>
|
||||
#include <unotools/accessiblestatesethelper.hxx>
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
|
||||
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
|
||||
#include <com/sun/star/sheet/XSpreadsheet.hpp>
|
||||
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
|
||||
#include <svx/AccessibleTextHelper.hxx>
|
||||
#include <editeng/editview.hxx>
|
||||
#include <editeng/editeng.hxx>
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include <com/sun/star/accessibility/AccessibleRole.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
|
||||
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
|
||||
|
||||
#include <vcl/window.hxx>
|
||||
#include <svl/hint.hxx>
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include <com/sun/star/accessibility/AccessibleRole.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
|
||||
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
|
||||
|
||||
#include <vcl/window.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp>
|
||||
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
|
||||
#include <sal/log.hxx>
|
||||
#include <tools/gen.hxx>
|
||||
#include <svtools/colorcfg.hxx>
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include <strings.hrc>
|
||||
|
||||
#include <consdlg.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/weld.hxx>
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include <unotools/useroptions.hxx>
|
||||
#include <vcl/weld.hxx>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
#include <vcl/vclmedit.hxx>
|
||||
|
||||
#include <global.hxx>
|
||||
#include <globstr.hrc>
|
||||
|
@ -28,6 +28,8 @@
|
||||
#include <osl/thread.h>
|
||||
#include <rtl/tencinfo.h>
|
||||
#include <imoptdlg.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/dialog.hxx>
|
||||
|
||||
// ScDelimiterTable
|
||||
|
||||
|
@ -11,6 +11,7 @@
|
||||
|
||||
#include <svtools/simptabl.hxx>
|
||||
#include <vcl/treelistentry.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <sfx2/bindings.hxx>
|
||||
#include <sfx2/dispatch.hxx>
|
||||
#include <dociter.hxx>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <sfx2/objsh.hxx>
|
||||
#include <sfx2/viewsh.hxx>
|
||||
#include <formula/funcvarargs.h>
|
||||
#include <vcl/fixed.hxx>
|
||||
|
||||
#include <sc.hrc>
|
||||
#include <global.hxx>
|
||||
|
@ -21,6 +21,7 @@
|
||||
#define INCLUDED_SC_SOURCE_UI_INC_SCUIIMOPTDLG_HXX
|
||||
|
||||
#include <vcl/layout.hxx>
|
||||
#include <vcl/dialog.hxx>
|
||||
#include <svx/txencbox.hxx>
|
||||
|
||||
class ScDelimiterTable;
|
||||
|
@ -19,6 +19,7 @@
|
||||
#ifndef INCLUDED_SC_SOURCE_UI_INC_VIEWDATA_HXX
|
||||
#define INCLUDED_SC_SOURCE_UI_INC_VIEWDATA_HXX
|
||||
|
||||
#include <tools/fract.hxx>
|
||||
#include <sfx2/zoomitem.hxx>
|
||||
#include <rangelst.hxx>
|
||||
#include <scdllapi.h>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <docsh.hxx>
|
||||
#include <crnrdlg.hxx>
|
||||
#include <vcl/weld.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <memory>
|
||||
|
||||
namespace
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include <utility>
|
||||
#include <vcl/lstbox.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
|
||||
constexpr int MENU_START = 0;
|
||||
constexpr int MENU_COLUMN = 1;
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <protectiondlg.hxx>
|
||||
#include <tabprotection.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
|
||||
#include <sal/macros.h>
|
||||
#include <vector>
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/lstbox.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <sal/log.hxx>
|
||||
|
||||
#include <unotools/useroptions.hxx>
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <svl/itemprop.hxx>
|
||||
#include <svl/sharedstringpool.hxx>
|
||||
#include <unotools/charclass.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
#include <scitems.hxx>
|
||||
#include <funcuno.hxx>
|
||||
|
@ -42,6 +42,7 @@
|
||||
#include <svl/itemset.hxx>
|
||||
#include <svl/intitem.hxx>
|
||||
#include <svl/zformat.hxx>
|
||||
#include <tools/fract.hxx>
|
||||
|
||||
#include <com/sun/star/table/BorderLine.hpp>
|
||||
#include <com/sun/star/table/CellVertJustify2.hpp>
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <com/sun/star/awt/TextAlign.hpp>
|
||||
#include <com/sun/star/container/XIndexContainer.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/XEventAttacherManager.hpp>
|
||||
#include <com/sun/star/style/VerticalAlignment.hpp>
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
|
||||
#include <basegfx/polygon/b2dpolygontools.hxx>
|
||||
#include <basegfx/matrix/b2dhommatrixtools.hxx>
|
||||
#include <tools/lineend.hxx>
|
||||
#include <svtools/colorcfg.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/virdev.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
|
||||
#include <unotools/dynamicmenuoptions.hxx>
|
||||
#include <unotools/historyoptions.hxx>
|
||||
|
@ -29,6 +29,7 @@
|
||||
|
||||
#include <vcl/metaact.hxx>
|
||||
#include <vcl/gdimtf.hxx>
|
||||
#include <vcl/graph.hxx>
|
||||
#include <vcl/wrkwin.hxx>
|
||||
|
||||
#include <basegfx/numeric/ftools.hxx>
|
||||
|
@ -72,6 +72,7 @@
|
||||
#include <salhelper/timer.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <vcl/dialog.hxx>
|
||||
#include <unotools/collatorwrapper.hxx>
|
||||
#include <unotools/ucbhelper.hxx>
|
||||
#include <unotools/intlwrapper.hxx>
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "exportdialog.hxx"
|
||||
#include <uno/mapping.hxx>
|
||||
#include <tools/fldunit.hxx>
|
||||
#include <com/sun/star/awt/XWindow.hpp>
|
||||
#include <com/sun/star/beans/XPropertyAccess.hpp>
|
||||
#include <com/sun/star/document/XExporter.hpp>
|
||||
#include <com/sun/star/document/XViewDataSupplier.hpp>
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <svx/AccessibleControlShape.hxx>
|
||||
#include <svx/AccessibleShapeInfo.hxx>
|
||||
#include <svx/DescriptionGenerator.hxx>
|
||||
#include <com/sun/star/awt/XWindow.hpp>
|
||||
#include <com/sun/star/drawing/XControlShape.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleRelationType.hpp>
|
||||
#include <com/sun/star/accessibility/AccessibleRole.hpp>
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <o3tl/make_unique.hxx>
|
||||
#include <vcl/field.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/layout.hxx>
|
||||
#include <vcl/lstbox.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
|
@ -26,6 +26,8 @@
|
||||
#include <sal/types.h>
|
||||
// classes <Point>, <Size> and <Rectangle>
|
||||
#include <tools/gen.hxx>
|
||||
// RenderContext type
|
||||
#include <vcl/outdev.hxx>
|
||||
// datatype <SwTwips>
|
||||
#include "swtypes.hxx"
|
||||
|
||||
|
@ -55,6 +55,7 @@
|
||||
#include <com/sun/star/text/XFlatParagraphIteratorProvider.hpp>
|
||||
#include <com/sun/star/document/XDocumentLanguages.hpp>
|
||||
#include <com/sun/star/util/XCloneable.hpp>
|
||||
#include <com/sun/star/uno/XAggregation.hpp>
|
||||
#include <o3tl/deleter.hxx>
|
||||
#include <rtl/ref.hxx>
|
||||
#include <svx/fmdmod.hxx>
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include <vcl/mapmod.hxx>
|
||||
#include <vcl/vclptr.hxx>
|
||||
#include <vcl/lazydelete.hxx>
|
||||
#include <vcl/window.hxx>
|
||||
|
||||
namespace com { namespace sun { namespace star { namespace accessibility {
|
||||
class XAccessible; } } } }
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include <toolkit/awt/vclxdevice.hxx>
|
||||
#include <unotools/moduleoptions.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <o3tl/make_unique.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
#include <sal/log.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
#include <xmloff/nmspmap.hxx>
|
||||
#include <format.hxx>
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <mailmergewizard.hxx>
|
||||
#include <swtypes.hxx>
|
||||
#include "addresslistdialog.hxx"
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/weld.hxx>
|
||||
#include <vcl/txtattr.hxx>
|
||||
#include <vcl/xtextedt.hxx>
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#include <rtl/ref.hxx>
|
||||
#include <com/sun/star/mail/XSmtpService.hpp>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/idle.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/weld.hxx>
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <sfx2/sfxsids.hrc>
|
||||
#include <vcl/treelistentry.hxx>
|
||||
#include <tools/lineend.hxx>
|
||||
#include <com/sun/star/uno/Sequence.h>
|
||||
#include <swtypes.hxx>
|
||||
#include <wrtsh.hxx>
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <editeng/svxenum.hxx>
|
||||
#include <osl/diagnose.h>
|
||||
|
||||
#include <tools/mapunit.hxx>
|
||||
#include <tools/globname.hxx>
|
||||
#include <swtypes.hxx>
|
||||
#include <itabenum.hxx>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <sfx2/basedlgs.hxx>
|
||||
#include <svx/txencbox.hxx>
|
||||
#include <svx/langbox.hxx>
|
||||
#include <tools/lineend.hxx>
|
||||
|
||||
class SwAsciiOptions;
|
||||
class SvStream;
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include <tools/XmlWriter.hxx>
|
||||
|
||||
#include <vcl/metaact.hxx>
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <rtl/string.hxx>
|
||||
#include <rtl/strbuf.hxx>
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <com/sun/star/text/TextContentAnchorType.hpp>
|
||||
#include <com/sun/star/text/RelOrientation.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/MsoAutoShapeType.hpp>
|
||||
#include <ooo/vba/word/WdRelativeHorizontalPosition.hpp>
|
||||
|
@ -21,6 +21,7 @@
|
||||
#define INCLUDED_VCL_INC_PHYSICALFONTFAMILY_HXX
|
||||
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/outdev.hxx>
|
||||
|
||||
#include <set>
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user