diff options
Diffstat (limited to 'canvas/source/vcl')
-rw-r--r-- | canvas/source/vcl/bitmapbackbuffer.cxx | 1 | ||||
-rw-r--r-- | canvas/source/vcl/cachedbitmap.cxx | 3 | ||||
-rw-r--r-- | canvas/source/vcl/canvas.cxx | 12 | ||||
-rw-r--r-- | canvas/source/vcl/canvasbitmap.cxx | 2 | ||||
-rw-r--r-- | canvas/source/vcl/canvasbitmaphelper.cxx | 9 | ||||
-rw-r--r-- | canvas/source/vcl/canvascustomsprite.cxx | 13 | ||||
-rw-r--r-- | canvas/source/vcl/canvashelper.cxx | 5 | ||||
-rw-r--r-- | canvas/source/vcl/canvashelper_texturefill.cxx | 9 | ||||
-rw-r--r-- | canvas/source/vcl/devicehelper.cxx | 3 | ||||
-rw-r--r-- | canvas/source/vcl/impltools.cxx | 12 | ||||
-rw-r--r-- | canvas/source/vcl/services.cxx | 14 | ||||
-rw-r--r-- | canvas/source/vcl/spritecanvas.cxx | 12 | ||||
-rw-r--r-- | canvas/source/vcl/spritecanvashelper.cxx | 2 | ||||
-rw-r--r-- | canvas/source/vcl/spritedevicehelper.cxx | 8 | ||||
-rw-r--r-- | canvas/source/vcl/spritehelper.cxx | 7 | ||||
-rw-r--r-- | canvas/source/vcl/textlayout.cxx | 1 |
16 files changed, 3 insertions, 110 deletions
diff --git a/canvas/source/vcl/bitmapbackbuffer.cxx b/canvas/source/vcl/bitmapbackbuffer.cxx index 00a8a8f5c90f..598f1ef04f64 100644 --- a/canvas/source/vcl/bitmapbackbuffer.cxx +++ b/canvas/source/vcl/bitmapbackbuffer.cxx @@ -21,7 +21,6 @@ #include <osl/diagnose.h> #include <vcl/bitmapex.hxx> -#include <vcl/bitmapaccess.hxx> #include <vcl/svapp.hxx> #include "bitmapbackbuffer.hxx" diff --git a/canvas/source/vcl/cachedbitmap.cxx b/canvas/source/vcl/cachedbitmap.cxx index 2d65a40c5e33..404b8888402c 100644 --- a/canvas/source/vcl/cachedbitmap.cxx +++ b/canvas/source/vcl/cachedbitmap.cxx @@ -19,11 +19,8 @@ #include <sal/config.h> -#include <basegfx/matrix/b2dhommatrix.hxx> -#include <basegfx/utils/canvastools.hxx> #include <com/sun/star/rendering/XCanvas.hpp> #include <com/sun/star/rendering/RepaintResult.hpp> -#include <com/sun/star/rendering/XPolyPolygon2D.hpp> #include <tools/diagnose_ex.h> #include "cachedbitmap.hxx" diff --git a/canvas/source/vcl/canvas.cxx b/canvas/source/vcl/canvas.cxx index 988fa530007b..9cbb1c0d7467 100644 --- a/canvas/source/vcl/canvas.cxx +++ b/canvas/source/vcl/canvas.cxx @@ -19,24 +19,12 @@ #include <sal/config.h> -#include <algorithm> - -#include <basegfx/utils/canvastools.hxx> #include <com/sun/star/lang/NoSupportException.hpp> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> -#include <com/sun/star/registry/XRegistryKey.hpp> -#include <com/sun/star/uno/XComponentContext.hpp> #include <sal/log.hxx> #include <tools/diagnose_ex.h> -#include <vcl/bitmapex.hxx> -#include <vcl/canvastools.hxx> #include <vcl/outdev.hxx> -#include <vcl/window.hxx> - -#include <canvas/canvastools.hxx> #include "canvas.hxx" -#include "windowoutdevholder.hxx" using namespace ::com::sun::star; diff --git a/canvas/source/vcl/canvasbitmap.cxx b/canvas/source/vcl/canvasbitmap.cxx index 48bd6c5d963c..1de5800fa653 100644 --- a/canvas/source/vcl/canvasbitmap.cxx +++ b/canvas/source/vcl/canvasbitmap.cxx @@ -20,8 +20,6 @@ #include <sal/config.h> #include <cppuhelper/supportsservice.hxx> -#include <tools/diagnose_ex.h> -#include <vcl/bitmapaccess.hxx> #include "canvasbitmap.hxx" diff --git a/canvas/source/vcl/canvasbitmaphelper.cxx b/canvas/source/vcl/canvasbitmaphelper.cxx index 03a0ea5274fc..44c6dcce1230 100644 --- a/canvas/source/vcl/canvasbitmaphelper.cxx +++ b/canvas/source/vcl/canvasbitmaphelper.cxx @@ -20,20 +20,11 @@ #include <sal/config.h> #include <sal/log.hxx> -#include <basegfx/matrix/b2dhommatrix.hxx> -#include <basegfx/numeric/ftools.hxx> -#include <basegfx/point/b2dpoint.hxx> -#include <basegfx/utils/canvastools.hxx> #include <canvas/canvastools.hxx> -#include <com/sun/star/util/Endianness.hpp> -#include <rtl/math.hxx> #include <tools/diagnose_ex.h> -#include <tools/poly.hxx> #include <vcl/bitmapex.hxx> -#include <vcl/bitmapaccess.hxx> #include <vcl/BitmapTools.hxx> #include <vcl/canvastools.hxx> -#include <vcl/window.hxx> #include "canvasbitmap.hxx" #include "canvasbitmaphelper.hxx" diff --git a/canvas/source/vcl/canvascustomsprite.cxx b/canvas/source/vcl/canvascustomsprite.cxx index 4e504155e73f..5a92bc64ef10 100644 --- a/canvas/source/vcl/canvascustomsprite.cxx +++ b/canvas/source/vcl/canvascustomsprite.cxx @@ -20,24 +20,11 @@ #include <sal/config.h> -#include <basegfx/matrix/b2dhommatrix.hxx> -#include <basegfx/numeric/ftools.hxx> #include <basegfx/point/b2dpoint.hxx> -#include <basegfx/polygon/b2dpolygon.hxx> -#include <basegfx/polygon/b2dpolygontools.hxx> -#include <basegfx/polygon/b2dpolypolygontools.hxx> -#include <basegfx/utils/canvastools.hxx> #include <cppuhelper/supportsservice.hxx> -#include <comphelper/types.hxx> -#include <rtl/math.hxx> #include <tools/diagnose_ex.h> -#include <vcl/alpha.hxx> -#include <vcl/bitmapex.hxx> -#include <vcl/canvastools.hxx> #include <vcl/outdev.hxx> -#include <canvas/canvastools.hxx> - #include "canvascustomsprite.hxx" using namespace ::com::sun::star; diff --git a/canvas/source/vcl/canvashelper.cxx b/canvas/source/vcl/canvashelper.cxx index f423ad5b0318..f7da3efbffbc 100644 --- a/canvas/source/vcl/canvashelper.cxx +++ b/canvas/source/vcl/canvashelper.cxx @@ -19,8 +19,6 @@ #include <sal/config.h> -#include <utility> - #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/numeric/ftools.hxx> #include <basegfx/point/b2dpoint.hxx> @@ -36,8 +34,6 @@ #include <com/sun/star/rendering/PathCapType.hpp> #include <com/sun/star/rendering/PathJoinType.hpp> #include <com/sun/star/rendering/TextDirection.hpp> -#include <com/sun/star/rendering/TexturingMode.hpp> -#include <com/sun/star/util/Endianness.hpp> #include <comphelper/sequence.hxx> #include <rtl/math.hxx> #include <tools/diagnose_ex.h> @@ -45,7 +41,6 @@ #include <vcl/bitmapex.hxx> #include <vcl/bitmapaccess.hxx> #include <vcl/canvastools.hxx> -#include <vcl/window.hxx> #include <vcl/BitmapAlphaClampFilter.hxx> #include <canvas/canvastools.hxx> diff --git a/canvas/source/vcl/canvashelper_texturefill.cxx b/canvas/source/vcl/canvashelper_texturefill.cxx index 18d773e0df9e..efd10070c1f9 100644 --- a/canvas/source/vcl/canvashelper_texturefill.cxx +++ b/canvas/source/vcl/canvashelper_texturefill.cxx @@ -24,35 +24,26 @@ #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/numeric/ftools.hxx> #include <basegfx/point/b2dpoint.hxx> -#include <basegfx/polygon/b2dlinegeometry.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> -#include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/range/b2drectangle.hxx> #include <basegfx/utils/canvastools.hxx> #include <basegfx/utils/keystoplerp.hxx> #include <basegfx/utils/lerp.hxx> #include <basegfx/utils/tools.hxx> -#include <basegfx/vector/b2dsize.hxx> -#include <com/sun/star/rendering/PathCapType.hpp> -#include <com/sun/star/rendering/PathJoinType.hpp> -#include <com/sun/star/rendering/TextDirection.hpp> #include <com/sun/star/rendering/TexturingMode.hpp> #include <rtl/math.hxx> #include <tools/diagnose_ex.h> #include <tools/poly.hxx> #include <vcl/bitmapex.hxx> -#include <vcl/bitmapaccess.hxx> #include <vcl/canvastools.hxx> #include <vcl/virdev.hxx> -#include <vcl/window.hxx> #include <canvas/canvastools.hxx> #include <canvas/parametricpolypolygon.hxx> #include "canvashelper.hxx" #include "impltools.hxx" -#include "spritecanvas.hxx" using namespace ::com::sun::star; diff --git a/canvas/source/vcl/devicehelper.cxx b/canvas/source/vcl/devicehelper.cxx index 904b565af80e..3a48c3f1a490 100644 --- a/canvas/source/vcl/devicehelper.cxx +++ b/canvas/source/vcl/devicehelper.cxx @@ -23,15 +23,12 @@ #include <basegfx/utils/unopolypolygon.hxx> #include <canvas/canvastools.hxx> #include <rtl/instance.hxx> -#include <tools/diagnose_ex.h> #include <tools/stream.hxx> #include <vcl/canvastools.hxx> #include <vcl/dibtools.hxx> #include "canvasbitmap.hxx" #include "devicehelper.hxx" -#include "spritecanvas.hxx" -#include "spritecanvashelper.hxx" using namespace ::com::sun::star; diff --git a/canvas/source/vcl/impltools.cxx b/canvas/source/vcl/impltools.cxx index 7030c166dd1d..8b908c5a63bf 100644 --- a/canvas/source/vcl/impltools.cxx +++ b/canvas/source/vcl/impltools.cxx @@ -19,8 +19,6 @@ #include <sal/config.h> -#include <numeric> - #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/numeric/ftools.hxx> #include <basegfx/point/b2dpoint.hxx> @@ -28,20 +26,10 @@ #include <basegfx/range/b2drectangle.hxx> #include <basegfx/utils/canvastools.hxx> #include <basegfx/tuple/b2dtuple.hxx> -#include <com/sun/star/geometry/RealBezierSegment2D.hpp> -#include <com/sun/star/geometry/RealPoint2D.hpp> -#include <com/sun/star/geometry/RealRectangle2D.hpp> -#include <com/sun/star/geometry/RealSize2D.hpp> -#include <com/sun/star/rendering/RenderState.hpp> -#include <com/sun/star/rendering/XBitmap.hpp> -#include <com/sun/star/rendering/XCanvas.hpp> -#include <com/sun/star/rendering/XIntegerBitmap.hpp> -#include <com/sun/star/rendering/XPolyPolygon2D.hpp> #include <rtl/math.hxx> #include <tools/diagnose_ex.h> #include <sal/log.hxx> #include <vcl/bitmapex.hxx> -#include <vcl/bitmapaccess.hxx> #include <vcl/canvastools.hxx> #include <vcl/BitmapTools.hxx> #include <vcl/metric.hxx> diff --git a/canvas/source/vcl/services.cxx b/canvas/source/vcl/services.cxx index 89e24d2e337c..e5167fbef49d 100644 --- a/canvas/source/vcl/services.cxx +++ b/canvas/source/vcl/services.cxx @@ -19,21 +19,7 @@ #include <sal/config.h> -#include <algorithm> - -#include <basegfx/utils/canvastools.hxx> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> -#include <com/sun/star/registry/XRegistryKey.hpp> -#include <com/sun/star/uno/XComponentContext.hpp> #include <comphelper/servicedecl.hxx> -#include <cppuhelper/factory.hxx> -#include <cppuhelper/implementationentry.hxx> -#include <vcl/bitmapex.hxx> -#include <vcl/canvastools.hxx> -#include <vcl/outdev.hxx> -#include <vcl/window.hxx> - -#include <canvas/canvastools.hxx> #include "canvas.hxx" #include "spritecanvas.hxx" diff --git a/canvas/source/vcl/spritecanvas.cxx b/canvas/source/vcl/spritecanvas.cxx index 469be8eabcda..f40be1a54049 100644 --- a/canvas/source/vcl/spritecanvas.cxx +++ b/canvas/source/vcl/spritecanvas.cxx @@ -20,20 +20,8 @@ #include <sal/config.h> #include <sal/log.hxx> -#include <algorithm> - -#include <basegfx/utils/canvastools.hxx> #include <com/sun/star/awt/XTopWindow.hpp> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> -#include <com/sun/star/registry/XRegistryKey.hpp> -#include <com/sun/star/uno/XComponentContext.hpp> #include <tools/diagnose_ex.h> -#include <vcl/bitmapex.hxx> -#include <vcl/canvastools.hxx> -#include <vcl/outdev.hxx> -#include <vcl/window.hxx> - -#include <canvas/canvastools.hxx> #include "spritecanvas.hxx" #include "windowoutdevholder.hxx" diff --git a/canvas/source/vcl/spritecanvashelper.cxx b/canvas/source/vcl/spritecanvashelper.cxx index 33c578c2feca..29c3295e4b59 100644 --- a/canvas/source/vcl/spritecanvashelper.cxx +++ b/canvas/source/vcl/spritecanvashelper.cxx @@ -23,9 +23,7 @@ #include <boost/cast.hpp> #include <basegfx/range/b2drectangle.hxx> -#include <basegfx/utils/canvastools.hxx> #include <tools/diagnose_ex.h> -#include <vcl/bitmapex.hxx> #include <vcl/canvastools.hxx> #include <vcl/outdev.hxx> #include <vcl/window.hxx> diff --git a/canvas/source/vcl/spritedevicehelper.cxx b/canvas/source/vcl/spritedevicehelper.cxx index a31f1af7f24c..cc36193f08ec 100644 --- a/canvas/source/vcl/spritedevicehelper.cxx +++ b/canvas/source/vcl/spritedevicehelper.cxx @@ -19,15 +19,11 @@ #include <sal/config.h> -#include <basegfx/utils/canvastools.hxx> -#include <canvas/canvastools.hxx> -#include <vcl/canvastools.hxx> +#include <osl/diagnose.h> +#include <vcl/bitmapex.hxx> #include <vcl/dibtools.hxx> #include <tools/stream.hxx> -#include "canvasbitmap.hxx" -#include "spritecanvas.hxx" -#include "spritecanvashelper.hxx" #include "spritedevicehelper.hxx" using namespace ::com::sun::star; diff --git a/canvas/source/vcl/spritehelper.cxx b/canvas/source/vcl/spritehelper.cxx index 5c30571c78a7..0c721b95a484 100644 --- a/canvas/source/vcl/spritehelper.cxx +++ b/canvas/source/vcl/spritehelper.cxx @@ -23,12 +23,7 @@ #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/numeric/ftools.hxx> #include <basegfx/point/b2dpoint.hxx> -#include <basegfx/polygon/b2dpolygon.hxx> -#include <basegfx/polygon/b2dpolygonclipper.hxx> -#include <basegfx/polygon/b2dpolygoncutandtouch.hxx> -#include <basegfx/polygon/b2dpolygontools.hxx> -#include <basegfx/polygon/b2dpolygontriangulator.hxx> -#include <basegfx/polygon/b2dpolypolygontools.hxx> +#include <basegfx/range/b2drectangle.hxx> #include <basegfx/utils/canvastools.hxx> #include <rtl/math.hxx> #include <tools/diagnose_ex.h> diff --git a/canvas/source/vcl/textlayout.cxx b/canvas/source/vcl/textlayout.cxx index 555f9445ba2d..ab4a0084dc89 100644 --- a/canvas/source/vcl/textlayout.cxx +++ b/canvas/source/vcl/textlayout.cxx @@ -36,7 +36,6 @@ #include <canvas/canvastools.hxx> -#include "impltools.hxx" #include "textlayout.hxx" #include <memory> |