Kaydet (Commit) 74067098 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: cppucanvas

Change-Id: I83da2a535f89dfaa675629ca3dc2a6cefc334443
üst 7a3aafb5
......@@ -24,9 +24,9 @@
#include <cppcanvas/renderer.hxx>
#include <cppcanvas/canvas.hxx>
#include <canvasgraphichelper.hxx>
#include <action.hxx>
#include <outdevstate.hxx>
#include "canvasgraphichelper.hxx"
#include "action.hxx"
#include "outdevstate.hxx"
#include <com/sun/star/rendering/FontRequest.hpp>
#include <com/sun/star/rendering/StrokeAttributes.hpp>
......
......@@ -32,7 +32,7 @@
#include <basegfx/utils/canvastools.hxx>
#include "cachedprimitivebase.hxx"
#include "bitmapaction.hxx"
#include "outdevstate.hxx"
#include <outdevstate.hxx>
#include "mtftools.hxx"
#include <basegfx/matrix/b2dhommatrixtools.hxx>
......
......@@ -25,7 +25,7 @@
#include <cppcanvas/canvas.hxx>
#include "action.hxx"
#include <action.hxx>
namespace basegfx { class B2DHomMatrix; }
......
......@@ -36,8 +36,8 @@
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx>
#include <implrenderer.hxx>
#include <emfpbrush.hxx>
#include <emfppath.hxx>
#include "emfpbrush.hxx"
#include "emfppath.hxx"
namespace cppcanvas
{
......
......@@ -37,9 +37,9 @@
#include <vcl/canvastools.hxx>
#include <implrenderer.hxx>
#include <emfpcustomlinecap.hxx>
#include <emfppath.hxx>
#include <emfppen.hxx>
#include "emfpcustomlinecap.hxx"
#include "emfppath.hxx"
#include "emfppen.hxx"
using namespace ::com::sun::star;
using namespace ::basegfx;
......
......@@ -36,7 +36,7 @@
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx>
#include <implrenderer.hxx>
#include <emfpfont.hxx>
#include "emfpfont.hxx"
namespace cppcanvas
......
......@@ -37,7 +37,7 @@
#include <vcl/canvastools.hxx>
#include <implrenderer.hxx>
#include <vcl/graphicfilter.hxx>
#include <emfpimage.hxx>
#include "emfpimage.hxx"
namespace cppcanvas
......
......@@ -44,20 +44,20 @@
#include <com/sun/star/rendering/XCanvas.hpp>
#include <comphelper/propertysequence.hxx>
#include <bitmapaction.hxx>
#include "bitmapaction.hxx"
#include <implrenderer.hxx>
#include <outdevstate.hxx>
#include <polypolyaction.hxx>
#include <textaction.hxx>
#include <emfpbrush.hxx>
#include <emfpcustomlinecap.hxx>
#include <emfpfont.hxx>
#include <emfpimage.hxx>
#include <emfppath.hxx>
#include <emfppen.hxx>
#include <emfpregion.hxx>
#include <emfpstringformat.hxx>
#include "polypolyaction.hxx"
#include "textaction.hxx"
#include "emfpbrush.hxx"
#include "emfpcustomlinecap.hxx"
#include "emfpfont.hxx"
#include "emfpimage.hxx"
#include "emfppath.hxx"
#include "emfppen.hxx"
#include "emfpregion.hxx"
#include "emfpstringformat.hxx"
namespace
{
......
......@@ -36,7 +36,7 @@
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx>
#include <implrenderer.hxx>
#include <emfppath.hxx>
#include "emfppath.hxx"
using namespace ::com::sun::star;
using namespace ::basegfx;
......
......@@ -36,8 +36,8 @@
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx>
#include <implrenderer.hxx>
#include <emfppen.hxx>
#include <emfpcustomlinecap.hxx>
#include "emfppen.hxx"
#include "emfpcustomlinecap.hxx"
using namespace ::com::sun::star;
using namespace ::basegfx;
......
......@@ -20,7 +20,7 @@
#ifndef INCLUDED_CPPCANVAS_SOURCE_MTFRENDERER_EMFPPEN_HXX
#define INCLUDED_CPPCANVAS_SOURCE_MTFRENDERER_EMFPPEN_HXX
#include <emfpbrush.hxx>
#include "emfpbrush.hxx"
#include <vector>
namespace cppcanvas
......
......@@ -36,7 +36,7 @@
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx>
#include <implrenderer.hxx>
#include <emfpregion.hxx>
#include "emfpregion.hxx"
using namespace ::com::sun::star;
using namespace ::basegfx;
......
......@@ -20,7 +20,7 @@
#include <com/sun/star/rendering/XCanvas.hpp>
#include <vcl/canvastools.hxx>
#include <implrenderer.hxx>
#include <emfpstringformat.hxx>
#include "emfpstringformat.hxx"
namespace cppcanvas
{
......
......@@ -64,12 +64,12 @@
#include <tools.hxx>
#include <outdevstate.hxx>
#include <action.hxx>
#include <bitmapaction.hxx>
#include <lineaction.hxx>
#include <pointaction.hxx>
#include <polypolyaction.hxx>
#include <textaction.hxx>
#include <transparencygroupaction.hxx>
#include "bitmapaction.hxx"
#include "lineaction.hxx"
#include "pointaction.hxx"
#include "polypolyaction.hxx"
#include "textaction.hxx"
#include "transparencygroupaction.hxx"
#include <utility>
#include <vector>
#include <algorithm>
......
......@@ -18,7 +18,7 @@
*/
#include <lineaction.hxx>
#include "lineaction.hxx"
#include <outdevstate.hxx>
#include <com/sun/star/rendering/XCanvas.hpp>
......@@ -33,7 +33,7 @@
#include <cppcanvas/canvas.hxx>
#include <mtftools.hxx>
#include "mtftools.hxx"
using namespace ::com::sun::star;
......
......@@ -34,7 +34,7 @@
#include <vcl/metric.hxx>
#include <tools/poly.hxx>
#include "mtftools.hxx"
#include "outdevstate.hxx"
#include <outdevstate.hxx>
#include "polypolyaction.hxx"
#include <basegfx/matrix/b2dhommatrixtools.hxx>
......
......@@ -29,8 +29,8 @@
#include <canvas/canvastools.hxx>
#include "pointaction.hxx"
#include "outdevstate.hxx"
#include "cppcanvas/canvas.hxx"
#include <outdevstate.hxx>
#include <cppcanvas/canvas.hxx>
#include "mtftools.hxx"
......
......@@ -33,7 +33,7 @@
#include "cachedprimitivebase.hxx"
#include "polypolyaction.hxx"
#include "outdevstate.hxx"
#include <outdevstate.hxx>
#include "mtftools.hxx"
......
......@@ -42,7 +42,7 @@
#include <memory>
#include "textaction.hxx"
#include "outdevstate.hxx"
#include <outdevstate.hxx>
#include "mtftools.hxx"
......
......@@ -49,9 +49,9 @@
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include "transparencygroupaction.hxx"
#include "outdevstate.hxx"
#include <outdevstate.hxx>
#include "mtftools.hxx"
#include "cppcanvas/vclfactory.hxx"
#include <cppcanvas/vclfactory.hxx>
using namespace ::com::sun::star;
......
......@@ -29,7 +29,7 @@
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <cppcanvas/polypolygon.hxx>
#include "tools.hxx"
#include <tools.hxx>
using namespace ::com::sun::star;
......
......@@ -25,7 +25,7 @@
#include <basegfx/vector/b2dsize.hxx>
#include <cppcanvas/bitmapcanvas.hxx>
#include <implcanvas.hxx>
#include "implcanvas.hxx"
namespace cppcanvas
......
......@@ -23,8 +23,8 @@
#include <sal/types.h>
#include <cppcanvas/canvas.hxx>
#include <cppcanvas/customsprite.hxx>
#include <implsprite.hxx>
#include <implspritecanvas.hxx>
#include "implsprite.hxx"
#include "implspritecanvas.hxx"
namespace cppcanvas
{
......
......@@ -18,7 +18,7 @@
*/
#include <implfont.hxx>
#include "implfont.hxx"
#include <canvas/canvastools.hxx>
......
......@@ -29,7 +29,7 @@
#include <basegfx/utils/canvastools.hxx>
#include "implpolypolygon.hxx"
#include "tools.hxx"
#include <tools.hxx>
using namespace ::com::sun::star;
......
......@@ -24,7 +24,7 @@
#include <com/sun/star/rendering/XSpriteCanvas.hpp>
#include <com/sun/star/rendering/XSprite.hpp>
#include <cppcanvas/sprite.hxx>
#include <implspritecanvas.hxx>
#include "implspritecanvas.hxx"
namespace cppcanvas
{
......
......@@ -22,8 +22,8 @@
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <com/sun/star/rendering/InterpolationMode.hpp>
#include <implspritecanvas.hxx>
#include <implcustomsprite.hxx>
#include "implspritecanvas.hxx"
#include "implcustomsprite.hxx"
using namespace ::com::sun::star;
......
......@@ -24,7 +24,7 @@
#include <basegfx/vector/b2dsize.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <cppcanvas/spritecanvas.hxx>
#include <implcanvas.hxx>
#include "implcanvas.hxx"
namespace cppcanvas
{
......
......@@ -28,12 +28,12 @@
#include <cppcanvas/vclfactory.hxx>
#include <implbitmapcanvas.hxx>
#include <implspritecanvas.hxx>
#include <implpolypolygon.hxx>
#include <implbitmap.hxx>
#include "implbitmapcanvas.hxx"
#include "implspritecanvas.hxx"
#include "implpolypolygon.hxx"
#include "implbitmap.hxx"
#include <implrenderer.hxx>
#include <implsprite.hxx>
#include "implsprite.hxx"
using namespace ::com::sun::star;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment