summaryrefslogtreecommitdiff
path: root/vcl/source/outdev
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:28:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:47 +0200
commitca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 (patch)
treee9f9103fe3045cd56e7a6fc1f19afba3d064bdce /vcl/source/outdev
parente279245767050c8ca9743b33ab395cb67dd9a63c (diff)
loplugin:includeform: vcl
Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r--vcl/source/outdev/font.cxx14
-rw-r--r--vcl/source/outdev/gradient.cxx2
-rw-r--r--vcl/source/outdev/line.cxx2
-rw-r--r--vcl/source/outdev/outdev.cxx12
-rw-r--r--vcl/source/outdev/outdevstate.cxx8
-rw-r--r--vcl/source/outdev/pixel.cxx4
-rw-r--r--vcl/source/outdev/polygon.cxx2
-rw-r--r--vcl/source/outdev/polyline.cxx2
-rw-r--r--vcl/source/outdev/rect.cxx2
-rw-r--r--vcl/source/outdev/text.cxx12
-rw-r--r--vcl/source/outdev/textline.cxx6
-rw-r--r--vcl/source/outdev/transparent.cxx4
-rw-r--r--vcl/source/outdev/vclreferencebase.cxx8
13 files changed, 39 insertions, 39 deletions
diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx
index b7482c4ab677..4156ed7677a2 100644
--- a/vcl/source/outdev/font.cxx
+++ b/vcl/source/outdev/font.cxx
@@ -25,16 +25,16 @@
#include <vcl/sysdata.hxx>
#include <vcl/fontcharmap.hxx>
-#include "sallayout.hxx"
-#include "salgdi.hxx"
-#include "svdata.hxx"
+#include <sallayout.hxx>
+#include <salgdi.hxx>
+#include <svdata.hxx>
-#include "outdev.h"
-#include "window.h"
+#include <outdev.h>
+#include <window.h>
-#include "PhysicalFontCollection.hxx"
+#include <PhysicalFontCollection.hxx>
-#include "strings.hrc"
+#include <strings.hrc>
FontMetric OutputDevice::GetDevFont( int nDevFontIndex ) const
{
diff --git a/vcl/source/outdev/gradient.cxx b/vcl/source/outdev/gradient.cxx
index 56e6da7b4787..ced9aa6d0661 100644
--- a/vcl/source/outdev/gradient.cxx
+++ b/vcl/source/outdev/gradient.cxx
@@ -28,7 +28,7 @@
#include <vcl/virdev.hxx>
#include <vcl/window.hxx>
-#include "salgdi.hxx"
+#include <salgdi.hxx>
#define GRADIENT_DEFAULT_STEPCOUNT 0
diff --git a/vcl/source/outdev/line.cxx b/vcl/source/outdev/line.cxx
index d920ffa71e7a..aef23b5c2f25 100644
--- a/vcl/source/outdev/line.cxx
+++ b/vcl/source/outdev/line.cxx
@@ -26,7 +26,7 @@
#include <salgdi.hxx>
-#include "outdata.hxx"
+#include <outdata.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
diff --git a/vcl/source/outdev/outdev.cxx b/vcl/source/outdev/outdev.cxx
index 903157fd01b5..e2218fb2c68e 100644
--- a/vcl/source/outdev/outdev.cxx
+++ b/vcl/source/outdev/outdev.cxx
@@ -23,12 +23,12 @@
#include <vcl/sysdata.hxx>
#include <comphelper/lok.hxx>
-#include "salgdi.hxx"
-#include "svdata.hxx"
-#include "window.h"
-#include "outdev.h"
-#include "outdevstatestack.hxx"
-#include "PhysicalFontCollection.hxx"
+#include <salgdi.hxx>
+#include <svdata.hxx>
+#include <window.h>
+#include <outdev.h>
+#include <outdevstatestack.hxx>
+#include <PhysicalFontCollection.hxx>
#ifdef DISABLE_DYNLOADING
// Linking all needed LO code into one .so/executable, these already
diff --git a/vcl/source/outdev/outdevstate.cxx b/vcl/source/outdev/outdevstate.cxx
index 268174428658..4bf6820d3b78 100644
--- a/vcl/source/outdev/outdevstate.cxx
+++ b/vcl/source/outdev/outdevstate.cxx
@@ -21,10 +21,10 @@
#include <vcl/virdev.hxx>
#include <vcl/settings.hxx>
-#include "outdev.h"
-#include "outdata.hxx"
-#include "outdevstatestack.hxx"
-#include "salgdi.hxx"
+#include <outdev.h>
+#include <outdata.hxx>
+#include <outdevstatestack.hxx>
+#include <salgdi.hxx>
OutDevState::OutDevState()
: mpMapMode(nullptr)
diff --git a/vcl/source/outdev/pixel.cxx b/vcl/source/outdev/pixel.cxx
index 478a693e068b..1c0279596867 100644
--- a/vcl/source/outdev/pixel.cxx
+++ b/vcl/source/outdev/pixel.cxx
@@ -26,8 +26,8 @@
#include <vcl/virdev.hxx>
#include <vcl/window.hxx>
-#include "outdata.hxx"
-#include "salgdi.hxx"
+#include <outdata.hxx>
+#include <salgdi.hxx>
Color OutputDevice::GetPixel( const Point& rPt ) const
{
diff --git a/vcl/source/outdev/polygon.cxx b/vcl/source/outdev/polygon.cxx
index cd831794e168..ff911a6e31e2 100644
--- a/vcl/source/outdev/polygon.cxx
+++ b/vcl/source/outdev/polygon.cxx
@@ -30,7 +30,7 @@
#include <vcl/virdev.hxx>
#include <vcl/window.hxx>
-#include "salgdi.hxx"
+#include <salgdi.hxx>
#define OUTDEV_POLYPOLY_STACKBUF 32
diff --git a/vcl/source/outdev/polyline.cxx b/vcl/source/outdev/polyline.cxx
index 9793b497322d..d29f4a47f9ee 100644
--- a/vcl/source/outdev/polyline.cxx
+++ b/vcl/source/outdev/polyline.cxx
@@ -30,7 +30,7 @@
#include <vcl/virdev.hxx>
#include <vcl/window.hxx>
-#include "salgdi.hxx"
+#include <salgdi.hxx>
void OutputDevice::DrawPolyLine( const tools::Polygon& rPoly )
{
diff --git a/vcl/source/outdev/rect.cxx b/vcl/source/outdev/rect.cxx
index f59669361a70..9adc792ee9b3 100644
--- a/vcl/source/outdev/rect.cxx
+++ b/vcl/source/outdev/rect.cxx
@@ -28,7 +28,7 @@
#include <vcl/virdev.hxx>
#include <vcl/window.hxx>
-#include "salgdi.hxx"
+#include <salgdi.hxx>
void OutputDevice::DrawRect( const tools::Rectangle& rRect )
{
diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index 7f7bf257aa4a..095243aec23e 100644
--- a/vcl/source/outdev/text.cxx
+++ b/vcl/source/outdev/text.cxx
@@ -33,12 +33,12 @@
#include <vcl/unohelp.hxx>
#include <vcl/controllayout.hxx>
-#include "outdata.hxx"
-#include "outdev.h"
-#include "salgdi.hxx"
-#include "svdata.hxx"
-#include "textlayout.hxx"
-#include "textlineinfo.hxx"
+#include <outdata.hxx>
+#include <outdev.h>
+#include <salgdi.hxx>
+#include <svdata.hxx>
+#include <textlayout.hxx>
+#include <textlineinfo.hxx>
#define TEXT_DRAW_ELLIPSIS (DrawTextFlags::EndEllipsis | DrawTextFlags::PathEllipsis | DrawTextFlags::NewsEllipsis)
diff --git a/vcl/source/outdev/textline.cxx b/vcl/source/outdev/textline.cxx
index a1f3ad04ec89..513e22f09aa6 100644
--- a/vcl/source/outdev/textline.cxx
+++ b/vcl/source/outdev/textline.cxx
@@ -28,9 +28,9 @@
#include <tools/helpers.hxx>
-#include "salgdi.hxx"
-#include "impfont.hxx"
-#include "outdata.hxx"
+#include <salgdi.hxx>
+#include <impfont.hxx>
+#include <outdata.hxx>
#define UNDERLINE_LAST LINESTYLE_BOLDWAVE
#define STRIKEOUT_LAST STRIKEOUT_X
diff --git a/vcl/source/outdev/transparent.cxx b/vcl/source/outdev/transparent.cxx
index 8d79075e0dca..78f462db1a5a 100644
--- a/vcl/source/outdev/transparent.cxx
+++ b/vcl/source/outdev/transparent.cxx
@@ -30,8 +30,8 @@
#include <vcl/virdev.hxx>
#include <vcl/window.hxx>
-#include "outdata.hxx"
-#include "salgdi.hxx"
+#include <outdata.hxx>
+#include <salgdi.hxx>
namespace
{
diff --git a/vcl/source/outdev/vclreferencebase.cxx b/vcl/source/outdev/vclreferencebase.cxx
index 0125e554fae1..94a2a2fc9539 100644
--- a/vcl/source/outdev/vclreferencebase.cxx
+++ b/vcl/source/outdev/vclreferencebase.cxx
@@ -18,10 +18,10 @@
*/
#include <vcl/vclreferencebase.hxx>
-#include "svdata.hxx"
-#include "window.h"
-#include "outdev.h"
-#include "outdevstatestack.hxx"
+#include <svdata.hxx>
+#include <window.h>
+#include <outdev.h>
+#include <outdevstatestack.hxx>
VclReferenceBase::VclReferenceBase() :
mnRefCnt(1), // cf. VclPtrInstance and README.lifecycle