tdf#42949 Fix IWYU warnings in include/drawinglayer/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I8daf57df5b8f9c609d4f3ca44bae7366addceb6c Reviewed-on: https://gerrit.libreoffice.org/69151 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
parent
3826abea6a
commit
a26524e348
@ -24,6 +24,7 @@
|
|||||||
#include <ResId.hxx>
|
#include <ResId.hxx>
|
||||||
#include <ObjectIdentifier.hxx>
|
#include <ObjectIdentifier.hxx>
|
||||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||||
|
#include <com/sun/star/awt/Point.hpp>
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
#include <basegfx/matrix/b2dhommatrix.hxx>
|
||||||
#include <tools/diagnose_ex.h>
|
#include <tools/diagnose_ex.h>
|
||||||
|
|
||||||
|
@ -11,6 +11,31 @@
|
|||||||
#include "EnhancedShapeDumper.hxx"
|
#include "EnhancedShapeDumper.hxx"
|
||||||
#include <com/sun/star/drawing/XShapes.hpp>
|
#include <com/sun/star/drawing/XShapes.hpp>
|
||||||
#include <com/sun/star/drawing/XShape.hpp>
|
#include <com/sun/star/drawing/XShape.hpp>
|
||||||
|
#include <com/sun/star/drawing/FillStyle.hpp>
|
||||||
|
#include <com/sun/star/awt/Gradient.hpp>
|
||||||
|
#include <com/sun/star/drawing/Hatch.hpp>
|
||||||
|
#include <com/sun/star/awt/XBitmap.hpp>
|
||||||
|
#include <com/sun/star/drawing/RectanglePoint.hpp>
|
||||||
|
#include <com/sun/star/drawing/BitmapMode.hpp>
|
||||||
|
|
||||||
|
#include <com/sun/star/drawing/LineStyle.hpp>
|
||||||
|
#include <com/sun/star/drawing/LineDash.hpp>
|
||||||
|
#include <com/sun/star/drawing/LineJoint.hpp>
|
||||||
|
#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>
|
||||||
|
|
||||||
|
#include <com/sun/star/drawing/PolygonKind.hpp>
|
||||||
|
|
||||||
|
#include <com/sun/star/drawing/TextFitToSizeType.hpp>
|
||||||
|
#include <com/sun/star/drawing/TextHorizontalAdjust.hpp>
|
||||||
|
#include <com/sun/star/drawing/TextVerticalAdjust.hpp>
|
||||||
|
#include <com/sun/star/drawing/TextAnimationDirection.hpp>
|
||||||
|
#include <com/sun/star/drawing/TextAnimationKind.hpp>
|
||||||
|
#include <com/sun/star/text/WritingMode.hpp>
|
||||||
|
|
||||||
|
#include <com/sun/star/drawing/HomogenMatrixLine3.hpp>
|
||||||
|
#include <com/sun/star/drawing/HomogenMatrix3.hpp>
|
||||||
|
|
||||||
|
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||||
#include <com/sun/star/text/XText.hpp>
|
#include <com/sun/star/text/XText.hpp>
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
#include <basegfx/matrix/b2dhommatrix.hxx>
|
||||||
#include <basegfx/range/b2drange.hxx>
|
#include <basegfx/range/b2drange.hxx>
|
||||||
#include <basegfx/utils/canvastools.hxx>
|
#include <basegfx/utils/canvastools.hxx>
|
||||||
|
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||||
|
#include <com/sun/star/drawing/XDrawPage.hpp>
|
||||||
#include <com/sun/star/geometry/AffineMatrix2D.hpp>
|
#include <com/sun/star/geometry/AffineMatrix2D.hpp>
|
||||||
#include <com/sun/star/geometry/RealRectangle2D.hpp>
|
#include <com/sun/star/geometry/RealRectangle2D.hpp>
|
||||||
#include <rtl/instance.hxx>
|
#include <rtl/instance.hxx>
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
#include <drawinglayer/geometry/viewinformation3d.hxx>
|
#include <drawinglayer/geometry/viewinformation3d.hxx>
|
||||||
#include <basegfx/range/b3drange.hxx>
|
#include <basegfx/range/b3drange.hxx>
|
||||||
#include <basegfx/matrix/b3dhommatrix.hxx>
|
#include <basegfx/matrix/b3dhommatrix.hxx>
|
||||||
|
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||||
#include <com/sun/star/geometry/AffineMatrix3D.hpp>
|
#include <com/sun/star/geometry/AffineMatrix3D.hpp>
|
||||||
#include <com/sun/star/geometry/RealRectangle3D.hpp>
|
#include <com/sun/star/geometry/RealRectangle3D.hpp>
|
||||||
#include <basegfx/utils/canvastools.hxx>
|
#include <basegfx/utils/canvastools.hxx>
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
#include <drawinglayer/primitive2d/controlprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/controlprimitive2d.hxx>
|
||||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||||
#include <comphelper/processfactory.hxx>
|
#include <comphelper/processfactory.hxx>
|
||||||
|
#include <com/sun/star/awt/XControl.hpp>
|
||||||
#include <com/sun/star/awt/XWindow2.hpp>
|
#include <com/sun/star/awt/XWindow2.hpp>
|
||||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||||
#include <drawinglayer/geometry/viewinformation2d.hxx>
|
#include <drawinglayer/geometry/viewinformation2d.hxx>
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#include <basegfx/polygon/b2dpolygonclipper.hxx>
|
#include <basegfx/polygon/b2dpolygonclipper.hxx>
|
||||||
#include <basegfx/polygon/b2dpolypolygontools.hxx>
|
#include <basegfx/polygon/b2dpolypolygontools.hxx>
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
#include <basegfx/matrix/b2dhommatrix.hxx>
|
||||||
|
#include <drawinglayer/attribute/sdrlightattribute3d.hxx>
|
||||||
#include <drawinglayer/primitive2d/bitmapprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/bitmapprimitive2d.hxx>
|
||||||
#include <drawinglayer/processor3d/zbufferprocessor3d.hxx>
|
#include <drawinglayer/processor3d/zbufferprocessor3d.hxx>
|
||||||
#include <drawinglayer/processor3d/shadow3dextractor.hxx>
|
#include <drawinglayer/processor3d/shadow3dextractor.hxx>
|
||||||
|
@ -47,6 +47,7 @@
|
|||||||
#include <drawinglayer/primitive2d/textdecoratedprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/textdecoratedprimitive2d.hxx>
|
||||||
#include <comphelper/processfactory.hxx>
|
#include <comphelper/processfactory.hxx>
|
||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
|
#include <com/sun/star/awt/XControl.hpp>
|
||||||
#include <com/sun/star/i18n/BreakIterator.hpp>
|
#include <com/sun/star/i18n/BreakIterator.hpp>
|
||||||
#include <com/sun/star/i18n/CharacterIteratorMode.hpp>
|
#include <com/sun/star/i18n/CharacterIteratorMode.hpp>
|
||||||
#include <com/sun/star/i18n/WordType.hpp>
|
#include <com/sun/star/i18n/WordType.hpp>
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
#include <vcl/hatch.hxx>
|
#include <vcl/hatch.hxx>
|
||||||
#include <tools/diagnose_ex.h>
|
#include <tools/diagnose_ex.h>
|
||||||
#include <sal/log.hxx>
|
#include <sal/log.hxx>
|
||||||
|
#include <com/sun/star/awt/XControl.hpp>
|
||||||
#include <com/sun/star/awt/PosSize.hpp>
|
#include <com/sun/star/awt/PosSize.hpp>
|
||||||
#include <drawinglayer/primitive2d/invertprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/invertprimitive2d.hxx>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
#include <drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx>
|
||||||
#include <basegfx/matrix/b2dhommatrixtools.hxx>
|
#include <basegfx/matrix/b2dhommatrixtools.hxx>
|
||||||
#include <drawinglayer/primitive2d/transformprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/transformprimitive2d.hxx>
|
||||||
|
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
|
||||||
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
||||||
#include <vcl/virdev.hxx>
|
#include <vcl/virdev.hxx>
|
||||||
|
|
||||||
|
@ -670,3 +670,10 @@ blacklist:
|
|||||||
- com/sun/star/container/XNamed.hpp
|
- com/sun/star/container/XNamed.hpp
|
||||||
- com/sun/star/lang/XServiceInfo.hpp
|
- com/sun/star/lang/XServiceInfo.hpp
|
||||||
- com/sun/star/sdbcx/XDataDescriptorFactory.hpp
|
- com/sun/star/sdbcx/XDataDescriptorFactory.hpp
|
||||||
|
include/drawinglayer/primitive2d/baseprimitive2d.hxx:
|
||||||
|
# base class has to be a complete type
|
||||||
|
- com/sun/star/graphic/XPrimitive2D.hpp
|
||||||
|
- com/sun/star/util/XAccounting.hpp
|
||||||
|
include/drawinglayer/primitive3d/baseprimitive3d.hxx:
|
||||||
|
# base class has to be a complete type
|
||||||
|
- com/sun/star/graphic/XPrimitive3D.hpp
|
||||||
|
@ -11,35 +11,11 @@
|
|||||||
#define INCLUDED_DRAWINGLAYER_XSHAPEDUMPER_HXX
|
#define INCLUDED_DRAWINGLAYER_XSHAPEDUMPER_HXX
|
||||||
|
|
||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
|
#include <rtl/ustring.hxx>
|
||||||
|
|
||||||
#include <com/sun/star/drawing/XShapes.hpp>
|
namespace com::sun::star::drawing { class XShape; }
|
||||||
#include <com/sun/star/drawing/XShape.hpp>
|
namespace com::sun::star::drawing { class XShapes; }
|
||||||
#include <com/sun/star/drawing/FillStyle.hpp>
|
namespace com::sun::star::uno { template <typename > class Reference; }
|
||||||
#include <com/sun/star/awt/Gradient.hpp>
|
|
||||||
#include <com/sun/star/drawing/Hatch.hpp>
|
|
||||||
#include <com/sun/star/awt/XBitmap.hpp>
|
|
||||||
#include <com/sun/star/drawing/RectanglePoint.hpp>
|
|
||||||
#include <com/sun/star/drawing/BitmapMode.hpp>
|
|
||||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
|
||||||
|
|
||||||
#include <com/sun/star/drawing/LineStyle.hpp>
|
|
||||||
#include <com/sun/star/drawing/LineDash.hpp>
|
|
||||||
#include <com/sun/star/drawing/LineJoint.hpp>
|
|
||||||
#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>
|
|
||||||
|
|
||||||
#include <com/sun/star/drawing/PolygonKind.hpp>
|
|
||||||
|
|
||||||
#include <com/sun/star/drawing/TextFitToSizeType.hpp>
|
|
||||||
#include <com/sun/star/drawing/TextHorizontalAdjust.hpp>
|
|
||||||
#include <com/sun/star/drawing/TextVerticalAdjust.hpp>
|
|
||||||
#include <com/sun/star/drawing/TextAnimationDirection.hpp>
|
|
||||||
#include <com/sun/star/drawing/TextAnimationKind.hpp>
|
|
||||||
#include <com/sun/star/text/WritingMode.hpp>
|
|
||||||
|
|
||||||
#include <com/sun/star/drawing/HomogenMatrixLine3.hpp>
|
|
||||||
#include <com/sun/star/drawing/HomogenMatrix3.hpp>
|
|
||||||
|
|
||||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
|
||||||
|
|
||||||
class DRAWINGLAYER_DLLPUBLIC XShapeDumper
|
class DRAWINGLAYER_DLLPUBLIC XShapeDumper
|
||||||
{
|
{
|
||||||
|
@ -23,9 +23,6 @@
|
|||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
|
|
||||||
#include <sal/config.h>
|
#include <sal/config.h>
|
||||||
#include <com/sun/star/uno/Sequence.h>
|
|
||||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
|
||||||
#include <com/sun/star/drawing/XDrawPage.hpp>
|
|
||||||
#include <o3tl/cow_wrapper.hxx>
|
#include <o3tl/cow_wrapper.hxx>
|
||||||
|
|
||||||
|
|
||||||
@ -40,6 +37,10 @@ namespace basegfx {
|
|||||||
class B2DRange;
|
class B2DRange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
namespace com::sun::star::beans { struct PropertyValue; }
|
||||||
|
namespace com::sun::star::drawing { class XDrawPage; }
|
||||||
|
namespace com::sun::star::uno { template <class interface_type> class Reference; }
|
||||||
|
namespace com::sun::star::uno { template <typename > class Sequence; }
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
{
|
{
|
||||||
|
@ -23,8 +23,6 @@
|
|||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
|
|
||||||
#include <sal/config.h>
|
#include <sal/config.h>
|
||||||
#include <com/sun/star/uno/Sequence.h>
|
|
||||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
|
||||||
#include <o3tl/cow_wrapper.hxx>
|
#include <o3tl/cow_wrapper.hxx>
|
||||||
|
|
||||||
|
|
||||||
@ -38,6 +36,8 @@ namespace basegfx {
|
|||||||
class B3DHomMatrix;
|
class B3DHomMatrix;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
namespace com::sun::star::beans { struct PropertyValue; }
|
||||||
|
namespace com::sun::star::uno { template <typename > class Sequence; }
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
{
|
{
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
|
|
||||||
#include <drawinglayer/primitive2d/groupprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/groupprimitive2d.hxx>
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
|
||||||
#include <basegfx/matrix/b2dhommatrixtools.hxx>
|
#include <basegfx/matrix/b2dhommatrixtools.hxx>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
@ -32,6 +31,8 @@ namespace drawinglayer { namespace animation {
|
|||||||
class AnimationEntry;
|
class AnimationEntry;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
namespace basegfx { class B2DHomMatrix; }
|
||||||
|
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
{
|
{
|
||||||
|
@ -23,9 +23,6 @@
|
|||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
|
|
||||||
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
||||||
#include <basegfx/color/bcolor.hxx>
|
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
|
||||||
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
|
||||||
#include <drawinglayer/attribute/lineattribute.hxx>
|
#include <drawinglayer/attribute/lineattribute.hxx>
|
||||||
#include <drawinglayer/attribute/strokeattribute.hxx>
|
#include <drawinglayer/attribute/strokeattribute.hxx>
|
||||||
|
|
||||||
|
@ -24,8 +24,9 @@
|
|||||||
|
|
||||||
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
#include <basegfx/matrix/b2dhommatrix.hxx>
|
||||||
#include <com/sun/star/awt/XControlModel.hpp>
|
|
||||||
#include <com/sun/star/awt/XControl.hpp>
|
namespace com::sun::star::awt { class XControl; }
|
||||||
|
namespace com::sun::star::awt { class XControlModel; }
|
||||||
|
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
|
@ -24,12 +24,12 @@
|
|||||||
|
|
||||||
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
||||||
#include <drawinglayer/attribute/fillgradientattribute.hxx>
|
#include <drawinglayer/attribute/fillgradientattribute.hxx>
|
||||||
#include <drawinglayer/texture/texture.hxx>
|
|
||||||
|
|
||||||
|
|
||||||
// predefines
|
// predefines
|
||||||
|
|
||||||
namespace basegfx { class B2DPolygon; }
|
namespace basegfx { class B2DPolygon; }
|
||||||
|
namespace drawinglayer { namespace texture { struct B2DHomMatrixAndBColor; } }
|
||||||
|
|
||||||
|
|
||||||
// FillGradientPrimitive2D class
|
// FillGradientPrimitive2D class
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
#ifndef INCLUDED_DRAWINGLAYER_PRIMITIVE2D_GRAPHICPRIMITIVEHELPER2D_HXX
|
#ifndef INCLUDED_DRAWINGLAYER_PRIMITIVE2D_GRAPHICPRIMITIVEHELPER2D_HXX
|
||||||
#define INCLUDED_DRAWINGLAYER_PRIMITIVE2D_GRAPHICPRIMITIVEHELPER2D_HXX
|
#define INCLUDED_DRAWINGLAYER_PRIMITIVE2D_GRAPHICPRIMITIVEHELPER2D_HXX
|
||||||
|
|
||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
|
||||||
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
||||||
#include <vcl/GraphicObject.hxx>
|
#include <vcl/GraphicObject.hxx>
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
|
|
||||||
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
||||||
#include <basegfx/color/bcolor.hxx>
|
|
||||||
#include <vcl/bitmapex.hxx>
|
#include <vcl/bitmapex.hxx>
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
|
|
||||||
#include <drawinglayer/primitive2d/groupprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/groupprimitive2d.hxx>
|
||||||
#include <rtl/ustring.hxx>
|
|
||||||
|
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
|
@ -23,9 +23,10 @@
|
|||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
|
|
||||||
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
||||||
#include <com/sun/star/drawing/XDrawPage.hpp>
|
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
#include <basegfx/matrix/b2dhommatrix.hxx>
|
||||||
|
|
||||||
|
namespace com::sun::star::drawing { class XDrawPage; }
|
||||||
|
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
{
|
{
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
|
|
||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
|
||||||
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
||||||
#include <drawinglayer/attribute/lineattribute.hxx>
|
#include <drawinglayer/attribute/lineattribute.hxx>
|
||||||
#include <drawinglayer/attribute/strokeattribute.hxx>
|
#include <drawinglayer/attribute/strokeattribute.hxx>
|
||||||
#include <drawinglayer/attribute/linestartendattribute.hxx>
|
|
||||||
#include <drawinglayer/attribute/fillgradientattribute.hxx>
|
#include <drawinglayer/attribute/fillgradientattribute.hxx>
|
||||||
#include <drawinglayer/attribute/fillhatchattribute.hxx>
|
#include <drawinglayer/attribute/fillhatchattribute.hxx>
|
||||||
#include <drawinglayer/primitive2d/primitivetools2d.hxx>
|
#include <drawinglayer/primitive2d/primitivetools2d.hxx>
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
#include <vcl/bitmapex.hxx>
|
#include <vcl/bitmapex.hxx>
|
||||||
#include <drawinglayer/attribute/sdrsceneattribute3d.hxx>
|
#include <drawinglayer/attribute/sdrsceneattribute3d.hxx>
|
||||||
#include <drawinglayer/attribute/sdrlightingattribute3d.hxx>
|
#include <drawinglayer/attribute/sdrlightingattribute3d.hxx>
|
||||||
#include <drawinglayer/attribute/sdrlightattribute3d.hxx>
|
|
||||||
|
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
|
@ -21,10 +21,12 @@
|
|||||||
#define INCLUDED_DRAWINGLAYER_PRIMITIVE2D_TEXTBREAKUPHELPER_HXX
|
#define INCLUDED_DRAWINGLAYER_PRIMITIVE2D_TEXTBREAKUPHELPER_HXX
|
||||||
|
|
||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
#include <drawinglayer/primitive2d/textprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
||||||
#include <drawinglayer/primitive2d/textlayoutdevice.hxx>
|
#include <drawinglayer/primitive2d/textlayoutdevice.hxx>
|
||||||
#include <basegfx/matrix/b2dhommatrixtools.hxx>
|
#include <basegfx/matrix/b2dhommatrixtools.hxx>
|
||||||
|
|
||||||
|
namespace drawinglayer { namespace primitive2d { class TextSimplePortionPrimitive2D; } }
|
||||||
|
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
{
|
{
|
||||||
|
@ -29,10 +29,6 @@ namespace basegfx { namespace utils {
|
|||||||
class B2DHomMatrixBufferedOnDemandDecompose;
|
class B2DHomMatrixBufferedOnDemandDecompose;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
namespace com { namespace sun { namespace star { namespace i18n {
|
|
||||||
struct Boundary;
|
|
||||||
}}}}
|
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
{
|
{
|
||||||
namespace primitive2d
|
namespace primitive2d
|
||||||
|
@ -22,8 +22,6 @@
|
|||||||
|
|
||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
|
|
||||||
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
|
||||||
#include <vcl/vclenum.hxx>
|
|
||||||
#include <tools/fontenum.hxx>
|
#include <tools/fontenum.hxx>
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,17 +24,12 @@
|
|||||||
|
|
||||||
#include <basegfx/range/b2drange.hxx>
|
#include <basegfx/range/b2drange.hxx>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <com/sun/star/lang/Locale.hpp>
|
|
||||||
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
||||||
#include <vcl/svapp.hxx>
|
#include <vcl/svapp.hxx>
|
||||||
|
|
||||||
// predefines
|
// predefines
|
||||||
class VirtualDevice;
|
class VirtualDevice;
|
||||||
namespace vcl { class Font; }
|
namespace vcl { class Font; }
|
||||||
namespace rtl {
|
|
||||||
class OUString;
|
|
||||||
};
|
|
||||||
class OutputDevice;
|
|
||||||
class GDIMetaFile;
|
class GDIMetaFile;
|
||||||
namespace tools { class Rectangle; }
|
namespace tools { class Rectangle; }
|
||||||
enum class DrawTextFlags;
|
enum class DrawTextFlags;
|
||||||
@ -42,6 +37,8 @@ namespace drawinglayer { namespace attribute {
|
|||||||
class FontAttribute;
|
class FontAttribute;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
namespace com::sun::star::lang { struct Locale; }
|
||||||
|
|
||||||
// access to one global impTimedRefDev incarnation in namespace drawinglayer::primitive
|
// access to one global impTimedRefDev incarnation in namespace drawinglayer::primitive
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
#include <basegfx/matrix/b2dhommatrix.hxx>
|
||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
#include <vcl/font.hxx>
|
#include <tools/color.hxx>
|
||||||
#include <basegfx/color/bcolor.hxx>
|
#include <basegfx/color/bcolor.hxx>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <com/sun/star/lang/Locale.hpp>
|
#include <com/sun/star/lang/Locale.hpp>
|
||||||
@ -33,11 +33,6 @@
|
|||||||
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
||||||
|
|
||||||
|
|
||||||
// predefines
|
|
||||||
|
|
||||||
class OutputDevice;
|
|
||||||
|
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
{
|
{
|
||||||
namespace primitive2d
|
namespace primitive2d
|
||||||
|
@ -25,14 +25,6 @@
|
|||||||
#include <drawinglayer/primitive3d/polygonprimitive3d.hxx>
|
#include <drawinglayer/primitive3d/polygonprimitive3d.hxx>
|
||||||
|
|
||||||
|
|
||||||
// predefines
|
|
||||||
|
|
||||||
namespace basegfx {
|
|
||||||
class B3DPolyPolygon;
|
|
||||||
class B3DHomMatrix;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
{
|
{
|
||||||
namespace primitive3d
|
namespace primitive3d
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
// predefines
|
// predefines
|
||||||
|
|
||||||
namespace basegfx {
|
namespace basegfx {
|
||||||
class B3DPolygon;
|
|
||||||
class B3DPolyPolygon;
|
class B3DPolyPolygon;
|
||||||
class B3DHomMatrix;
|
class B3DHomMatrix;
|
||||||
class B2DVector;
|
class B2DVector;
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
|
|
||||||
#include <drawinglayer/primitive3d/groupprimitive3d.hxx>
|
#include <drawinglayer/primitive3d/groupprimitive3d.hxx>
|
||||||
#include <drawinglayer/attribute/fillgraphicattribute.hxx>
|
#include <drawinglayer/attribute/fillgraphicattribute.hxx>
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
|
||||||
#include <basegfx/vector/b2dvector.hxx>
|
#include <basegfx/vector/b2dvector.hxx>
|
||||||
#include <drawinglayer/attribute/fillgradientattribute.hxx>
|
#include <drawinglayer/attribute/fillgradientattribute.hxx>
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
|
|
||||||
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
|
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
|
||||||
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
||||||
|
|
||||||
|
|
||||||
|
@ -20,10 +20,11 @@
|
|||||||
#define INCLUDED_DRAWINGLAYER_PROCESSOR2D_PROCESSOR2DTOOLS_HXX
|
#define INCLUDED_DRAWINGLAYER_PROCESSOR2D_PROCESSOR2DTOOLS_HXX
|
||||||
|
|
||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
|
|
||||||
#include <drawinglayer/geometry/viewinformation2d.hxx>
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
namespace drawinglayer { namespace geometry { class ViewInformation2D; } }
|
||||||
|
namespace drawinglayer { namespace processor2d { class BaseProcessor2D; } }
|
||||||
|
|
||||||
class OutputDevice;
|
class OutputDevice;
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#ifndef INCLUDED_DRAWINGLAYER_PROCESSOR2D_PROCESSORFROMOUTPUTDEVICE_HXX
|
#ifndef INCLUDED_DRAWINGLAYER_PROCESSOR2D_PROCESSORFROMOUTPUTDEVICE_HXX
|
||||||
#define INCLUDED_DRAWINGLAYER_PROCESSOR2D_PROCESSORFROMOUTPUTDEVICE_HXX
|
#define INCLUDED_DRAWINGLAYER_PROCESSOR2D_PROCESSORFROMOUTPUTDEVICE_HXX
|
||||||
|
|
||||||
#include <drawinglayer/geometry/viewinformation2d.hxx>
|
|
||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
@ -30,6 +29,8 @@ namespace drawinglayer { namespace processor2d {
|
|||||||
class BaseProcessor2D;
|
class BaseProcessor2D;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
namespace drawinglayer { namespace geometry { class ViewInformation2D; } }
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
{
|
{
|
||||||
namespace processor2d
|
namespace processor2d
|
||||||
|
@ -21,9 +21,9 @@
|
|||||||
#define INCLUDED_DRAWINGLAYER_PROCESSOR3D_CUTFINDPROCESSOR3D_HXX
|
#define INCLUDED_DRAWINGLAYER_PROCESSOR3D_CUTFINDPROCESSOR3D_HXX
|
||||||
|
|
||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
#include <drawinglayer/drawinglayerdllapi.h>
|
||||||
|
#include <drawinglayer/processor3d/baseprocessor3d.hxx>
|
||||||
|
|
||||||
#include <drawinglayer/processor3d/defaultprocessor3d.hxx>
|
#include <basegfx/matrix/b3dhommatrix.hxx>
|
||||||
|
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
{
|
{
|
||||||
|
@ -20,10 +20,7 @@
|
|||||||
#ifndef INCLUDED_DRAWINGLAYER_PROCESSOR3D_DEFAULTPROCESSOR3D_HXX
|
#ifndef INCLUDED_DRAWINGLAYER_PROCESSOR3D_DEFAULTPROCESSOR3D_HXX
|
||||||
#define INCLUDED_DRAWINGLAYER_PROCESSOR3D_DEFAULTPROCESSOR3D_HXX
|
#define INCLUDED_DRAWINGLAYER_PROCESSOR3D_DEFAULTPROCESSOR3D_HXX
|
||||||
|
|
||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
|
||||||
|
|
||||||
#include <drawinglayer/processor3d/baseprocessor3d.hxx>
|
#include <drawinglayer/processor3d/baseprocessor3d.hxx>
|
||||||
#include <basegfx/matrix/b3dhommatrix.hxx>
|
|
||||||
#include <basegfx/range/b2drange.hxx>
|
#include <basegfx/range/b2drange.hxx>
|
||||||
#include <basegfx/color/bcolormodifier.hxx>
|
#include <basegfx/color/bcolormodifier.hxx>
|
||||||
#include <svtools/optionsdrawinglayer.hxx>
|
#include <svtools/optionsdrawinglayer.hxx>
|
||||||
@ -31,7 +28,6 @@
|
|||||||
// predefines
|
// predefines
|
||||||
|
|
||||||
namespace basegfx {
|
namespace basegfx {
|
||||||
class BZPixelRaster;
|
|
||||||
class B3DPolygon;
|
class B3DPolygon;
|
||||||
class B3DPolyPolygon;
|
class B3DPolyPolygon;
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
#include <drawinglayer/processor3d/baseprocessor3d.hxx>
|
#include <drawinglayer/processor3d/baseprocessor3d.hxx>
|
||||||
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
#include <basegfx/matrix/b2dhommatrix.hxx>
|
||||||
#include <basegfx/matrix/b3dhommatrix.hxx>
|
|
||||||
#include <basegfx/color/bcolormodifier.hxx>
|
#include <basegfx/color/bcolormodifier.hxx>
|
||||||
|
|
||||||
|
|
||||||
|
@ -25,13 +25,13 @@
|
|||||||
#include <drawinglayer/processor3d/baseprocessor3d.hxx>
|
#include <drawinglayer/processor3d/baseprocessor3d.hxx>
|
||||||
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
|
||||||
#include <basegfx/matrix/b3dhommatrix.hxx>
|
#include <basegfx/matrix/b3dhommatrix.hxx>
|
||||||
#include <basegfx/color/bcolor.hxx>
|
|
||||||
#include <basegfx/polygon/b2dpolygon.hxx>
|
#include <basegfx/polygon/b2dpolygon.hxx>
|
||||||
#include <basegfx/polygon/b3dpolygon.hxx>
|
|
||||||
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
||||||
#include <basegfx/polygon/b3dpolypolygon.hxx>
|
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
#include <basegfx/matrix/b2dhommatrix.hxx>
|
||||||
|
|
||||||
|
namespace basegfx { class B3DPolyPolygon; }
|
||||||
|
namespace basegfx { class B3DPolygon; }
|
||||||
|
|
||||||
|
|
||||||
namespace drawinglayer
|
namespace drawinglayer
|
||||||
{
|
{
|
||||||
|
@ -20,10 +20,8 @@
|
|||||||
#ifndef INCLUDED_DRAWINGLAYER_PROCESSOR3D_ZBUFFERPROCESSOR3D_HXX
|
#ifndef INCLUDED_DRAWINGLAYER_PROCESSOR3D_ZBUFFERPROCESSOR3D_HXX
|
||||||
#define INCLUDED_DRAWINGLAYER_PROCESSOR3D_ZBUFFERPROCESSOR3D_HXX
|
#define INCLUDED_DRAWINGLAYER_PROCESSOR3D_ZBUFFERPROCESSOR3D_HXX
|
||||||
|
|
||||||
#include <drawinglayer/drawinglayerdllapi.h>
|
|
||||||
|
|
||||||
#include <drawinglayer/processor3d/defaultprocessor3d.hxx>
|
#include <drawinglayer/processor3d/defaultprocessor3d.hxx>
|
||||||
#include <vcl/bitmapex.hxx>
|
#include <basegfx/matrix/b3dhommatrix.hxx>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
namespace basegfx {
|
namespace basegfx {
|
||||||
@ -36,9 +34,6 @@ namespace drawinglayer {
|
|||||||
class SdrLightingAttribute;
|
class SdrLightingAttribute;
|
||||||
class MaterialAttribute3D;
|
class MaterialAttribute3D;
|
||||||
}
|
}
|
||||||
namespace geometry {
|
|
||||||
class ViewInformation2D;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class ZBufferRasterConverter3D;
|
class ZBufferRasterConverter3D;
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
#include "sdmodeltestbase.hxx"
|
#include "sdmodeltestbase.hxx"
|
||||||
|
|
||||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||||
|
#include <com/sun/star/drawing/FillStyle.hpp>
|
||||||
#include <com/sun/star/drawing/XShape.hpp>
|
#include <com/sun/star/drawing/XShape.hpp>
|
||||||
#include <com/sun/star/style/ParagraphAdjust.hpp>
|
#include <com/sun/star/style/ParagraphAdjust.hpp>
|
||||||
#include <com/sun/star/text/XText.hpp>
|
#include <com/sun/star/text/XText.hpp>
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
#include <com/sun/star/awt/Gradient.hpp>
|
#include <com/sun/star/awt/Gradient.hpp>
|
||||||
#include <com/sun/star/awt/PosSize.hpp>
|
#include <com/sun/star/awt/PosSize.hpp>
|
||||||
#include <com/sun/star/drawing/FillStyle.hpp>
|
#include <com/sun/star/drawing/FillStyle.hpp>
|
||||||
|
#include <com/sun/star/drawing/TextVerticalAdjust.hpp>
|
||||||
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
|
||||||
#include <com/sun/star/drawing/XDrawPages.hpp>
|
#include <com/sun/star/drawing/XDrawPages.hpp>
|
||||||
#include <com/sun/star/drawing/XDrawPage.hpp>
|
#include <com/sun/star/drawing/XDrawPage.hpp>
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include <basegfx/polygon/b2dpolygon.hxx>
|
#include <basegfx/polygon/b2dpolygon.hxx>
|
||||||
#include <basegfx/polygon/b2dpolygontools.hxx>
|
#include <basegfx/polygon/b2dpolygontools.hxx>
|
||||||
#include <drawinglayer/primitive2d/textbreakuphelper.hxx>
|
#include <drawinglayer/primitive2d/textbreakuphelper.hxx>
|
||||||
|
#include <drawinglayer/primitive2d/textprimitive2d.hxx>
|
||||||
#include <drawinglayer/primitive2d/groupprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/groupprimitive2d.hxx>
|
||||||
#include <basegfx/curve/b2dcubicbezier.hxx>
|
#include <basegfx/curve/b2dcubicbezier.hxx>
|
||||||
#include <basegfx/curve/b2dbeziertools.hxx>
|
#include <basegfx/curve/b2dbeziertools.hxx>
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
#include <basegfx/matrix/b2dhommatrix.hxx>
|
||||||
#include <drawinglayer/geometry/viewinformation2d.hxx>
|
#include <drawinglayer/geometry/viewinformation2d.hxx>
|
||||||
|
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
|
||||||
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
||||||
#include <drawinglayer/primitive2d/polygonprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/polygonprimitive2d.hxx>
|
||||||
#include <basegfx/polygon/b2dpolygontools.hxx>
|
#include <basegfx/polygon/b2dpolygontools.hxx>
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include <svx/sdr/contact/viewcontact.hxx>
|
#include <svx/sdr/contact/viewcontact.hxx>
|
||||||
#include <svx/svdmodel.hxx>
|
#include <svx/svdmodel.hxx>
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
#include <basegfx/matrix/b2dhommatrix.hxx>
|
||||||
|
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
|
||||||
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
||||||
#include <svx/unoapi.hxx>
|
#include <svx/unoapi.hxx>
|
||||||
#include <tools/debug.hxx>
|
#include <tools/debug.hxx>
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
#include <basegfx/matrix/b2dhommatrix.hxx>
|
||||||
#include <drawinglayer/primitive2d/transformprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/transformprimitive2d.hxx>
|
||||||
#include <com/sun/star/rendering/XSpriteCanvas.hpp>
|
#include <com/sun/star/rendering/XSpriteCanvas.hpp>
|
||||||
|
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
|
||||||
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
||||||
#include <svx/unoapi.hxx>
|
#include <svx/unoapi.hxx>
|
||||||
#include <unotools/configmgr.hxx>
|
#include <unotools/configmgr.hxx>
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include <vcl/window.hxx>
|
#include <vcl/window.hxx>
|
||||||
#include <svx/sdr/overlay/overlayobject.hxx>
|
#include <svx/sdr/overlay/overlayobject.hxx>
|
||||||
#include <basegfx/matrix/b2dhommatrix.hxx>
|
#include <basegfx/matrix/b2dhommatrix.hxx>
|
||||||
|
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
|
||||||
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
@ -60,6 +60,7 @@
|
|||||||
#include <svx/sdrundomanager.hxx>
|
#include <svx/sdrundomanager.hxx>
|
||||||
#include <sdr/overlay/overlaytools.hxx>
|
#include <sdr/overlay/overlaytools.hxx>
|
||||||
#include <svx/sdr/table/tablecontroller.hxx>
|
#include <svx/sdr/table/tablecontroller.hxx>
|
||||||
|
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
|
||||||
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
||||||
#include <comphelper/lok.hxx>
|
#include <comphelper/lok.hxx>
|
||||||
#include <sfx2/viewsh.hxx>
|
#include <sfx2/viewsh.hxx>
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include <drawinglayer/attribute/lineattribute.hxx>
|
#include <drawinglayer/attribute/lineattribute.hxx>
|
||||||
#include <drawinglayer/attribute/strokeattribute.hxx>
|
#include <drawinglayer/attribute/strokeattribute.hxx>
|
||||||
#include <drawinglayer/primitive2d/polygonprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/polygonprimitive2d.hxx>
|
||||||
|
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
|
||||||
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include <drawinglayer/attribute/fillgradientattribute.hxx>
|
#include <drawinglayer/attribute/fillgradientattribute.hxx>
|
||||||
#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx>
|
||||||
#include <drawinglayer/primitive2d/polygonprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/polygonprimitive2d.hxx>
|
||||||
|
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
|
||||||
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
||||||
#include <basegfx/polygon/b2dpolygontools.hxx>
|
#include <basegfx/polygon/b2dpolygontools.hxx>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
#include <drawinglayer/attribute/fillhatchattribute.hxx>
|
#include <drawinglayer/attribute/fillhatchattribute.hxx>
|
||||||
#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx>
|
||||||
#include <drawinglayer/primitive2d/polygonprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/polygonprimitive2d.hxx>
|
||||||
|
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
|
||||||
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
||||||
#include <basegfx/polygon/b2dpolygontools.hxx>
|
#include <basegfx/polygon/b2dpolygontools.hxx>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
#include <svx/xtable.hxx>
|
#include <svx/xtable.hxx>
|
||||||
#include <drawinglayer/attribute/linestartendattribute.hxx>
|
#include <drawinglayer/attribute/linestartendattribute.hxx>
|
||||||
#include <drawinglayer/primitive2d/polygonprimitive2d.hxx>
|
#include <drawinglayer/primitive2d/polygonprimitive2d.hxx>
|
||||||
|
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
|
||||||
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
#include <drawinglayer/processor2d/processor2dtools.hxx>
|
||||||
#include <basegfx/polygon/b2dpolygontools.hxx>
|
#include <basegfx/polygon/b2dpolygontools.hxx>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
#include <com/sun/star/drawing/LineStyle.hpp>
|
#include <com/sun/star/drawing/LineStyle.hpp>
|
||||||
#include <com/sun/star/drawing/XShape.hpp>
|
#include <com/sun/star/drawing/XShape.hpp>
|
||||||
#include <com/sun/star/drawing/XEnhancedCustomShapeDefaulter.hpp>
|
#include <com/sun/star/drawing/XEnhancedCustomShapeDefaulter.hpp>
|
||||||
|
#include <com/sun/star/drawing/XShapes.hpp>
|
||||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||||
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
|
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
|
||||||
#include <com/sun/star/text/RelOrientation.hpp>
|
#include <com/sun/star/text/RelOrientation.hpp>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user