summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-27 19:24:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-27 19:28:50 +0200
commite0ac768501181c923500fe82093118c1422fc743 (patch)
tree924d085e5d2ef54b72325e0d4ad42c2d22c7bf72 /vcl/win
parentbd367b14152620ec0c01c409b772bc76740f4535 (diff)
loplugin:includeform: vcl (Windows)
Change-Id: I4a0fc4b483069141d2b943079adf5aa741df968e
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/app/saldata.cxx4
-rw-r--r--vcl/win/app/salinfo.cxx14
-rw-r--r--vcl/win/app/salinst.cxx32
-rw-r--r--vcl/win/gdi/DWriteTextRenderer.cxx8
-rw-r--r--vcl/win/gdi/gdiimpl.cxx12
-rw-r--r--vcl/win/gdi/gdiimpl.hxx8
-rw-r--r--vcl/win/gdi/salbmp.cxx4
-rw-r--r--vcl/win/gdi/salfont.cxx18
-rw-r--r--vcl/win/gdi/salgdi.cxx4
-rw-r--r--vcl/win/gdi/salgdi2.cxx6
-rw-r--r--vcl/win/gdi/salnativewidgets-luna.cxx16
-rw-r--r--vcl/win/gdi/salvd.cxx2
-rw-r--r--vcl/win/gdi/winlayout.cxx14
13 files changed, 71 insertions, 71 deletions
diff --git a/vcl/win/app/saldata.cxx b/vcl/win/app/saldata.cxx
index 4de375277a10..0b45716a2980 100644
--- a/vcl/win/app/saldata.cxx
+++ b/vcl/win/app/saldata.cxx
@@ -18,10 +18,10 @@
*/
#include <svsys.h>
-#include "rtl/tencinfo.h"
+#include <rtl/tencinfo.h>
#include <vcl/svapp.hxx>
-#include "win/saldata.hxx"
+#include <win/saldata.hxx>
rtl_TextEncoding ImplSalGetSystemEncoding()
{
diff --git a/vcl/win/app/salinfo.cxx b/vcl/win/app/salinfo.cxx
index 3aa33ef08f57..90fa81b04d0e 100644
--- a/vcl/win/app/salinfo.cxx
+++ b/vcl/win/app/salinfo.cxx
@@ -17,18 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "svsys.h"
-#include "rtl/ustrbuf.hxx"
+#include <svsys.h>
+#include <rtl/ustrbuf.hxx>
#include <o3tl/char16_t2wchar_t.hxx>
#include <vcl/window.hxx>
-#include "win/salsys.h"
-#include "win/salframe.h"
-#include "win/salinst.h"
-#include "win/saldata.hxx"
+#include <win/salsys.h>
+#include <win/salframe.h>
+#include <win/salinst.h>
+#include <win/saldata.hxx>
-#include "svdata.hxx"
+#include <svdata.hxx>
#include <unordered_map>
diff --git a/vcl/win/app/salinst.cxx b/vcl/win/app/salinst.cxx
index 40be2b1e4180..442a937af6ee 100644
--- a/vcl/win/app/salinst.cxx
+++ b/vcl/win/app/salinst.cxx
@@ -32,20 +32,20 @@
#include <vcl/opengl/OpenGLContext.hxx>
#include <vcl/timer.hxx>
-#include "opengl/salbmp.hxx"
-#include "opengl/win/gdiimpl.hxx"
-#include "win/wincomp.hxx"
-#include "win/salids.hrc"
-#include "win/saldata.hxx"
-#include "win/salinst.h"
-#include "win/salframe.h"
-#include "win/salobj.h"
-#include "win/saltimer.h"
-#include "win/salbmp.h"
-#include "win/winlayout.hxx"
-
-#include "salimestatus.hxx"
-#include "salsys.hxx"
+#include <opengl/salbmp.hxx>
+#include <opengl/win/gdiimpl.hxx>
+#include <win/wincomp.hxx>
+#include <win/salids.hrc>
+#include <win/saldata.hxx>
+#include <win/salinst.h>
+#include <win/salframe.h>
+#include <win/salobj.h>
+#include <win/saltimer.h>
+#include <win/salbmp.h>
+#include <win/winlayout.hxx>
+
+#include <salimestatus.hxx>
+#include <salsys.hxx>
#include <desktop/crashreport.hxx>
@@ -63,12 +63,12 @@
#pragma warning( disable: 4917 )
#endif
-#include "prewin.h"
+#include <prewin.h>
#include <gdiplus.h>
#include <shlobj.h>
-#include "postwin.h"
+#include <postwin.h>
#if defined _MSC_VER
#pragma warning(pop)
diff --git a/vcl/win/gdi/DWriteTextRenderer.cxx b/vcl/win/gdi/DWriteTextRenderer.cxx
index bd9c012d55fc..95dd9e9d9b97 100644
--- a/vcl/win/gdi/DWriteTextRenderer.cxx
+++ b/vcl/win/gdi/DWriteTextRenderer.cxx
@@ -21,11 +21,11 @@
#include <win/saldata.hxx>
#include <outdev.h>
-#include "win/DWriteTextRenderer.hxx"
+#include <win/DWriteTextRenderer.hxx>
-#include "sft.hxx"
-#include "sallayout.hxx"
-#include "CommonSalLayout.hxx"
+#include <sft.hxx>
+#include <sallayout.hxx>
+#include <CommonSalLayout.hxx>
#include <shlwapi.h>
#include <winver.h>
diff --git a/vcl/win/gdi/gdiimpl.cxx b/vcl/win/gdi/gdiimpl.cxx
index 6e694efafed8..4d3d382c97f7 100644
--- a/vcl/win/gdi/gdiimpl.cxx
+++ b/vcl/win/gdi/gdiimpl.cxx
@@ -30,14 +30,14 @@
#include <win/wincomp.hxx>
#include <win/saldata.hxx>
#include <win/salgdi.h>
-#include "win/salbmp.h"
+#include <win/salbmp.h>
#include <vcl/salbtype.hxx>
#include <win/salframe.h>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
-#include "outdata.hxx"
-#include "win/salids.hrc"
-#include "ControlCacheKey.hxx"
+#include <outdata.hxx>
+#include <win/salids.hrc>
+#include <ControlCacheKey.hxx>
#if defined _MSC_VER
#ifndef min
@@ -48,13 +48,13 @@
#endif
#endif
-#include "prewin.h"
+#include <prewin.h>
#include <gdiplus.h>
#include <gdiplusenums.h>
#include <gdipluscolor.h>
-#include "postwin.h"
+#include <postwin.h>
#define SAL_POLYPOLYCOUNT_STACKBUF 8
#define SAL_POLYPOLYPOINTS_STACKBUF 64
diff --git a/vcl/win/gdi/gdiimpl.hxx b/vcl/win/gdi/gdiimpl.hxx
index 5eb63a21d1ae..9409a75a3fa4 100644
--- a/vcl/win/gdi/gdiimpl.hxx
+++ b/vcl/win/gdi/gdiimpl.hxx
@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "salgdiimpl.hxx"
-#include "win/salgdi.h"
+#include <salgdiimpl.hxx>
+#include <win/salgdi.h>
#include <vcl/gradient.hxx>
-#include "svsys.h"
-#include "ControlCacheKey.hxx"
+#include <svsys.h>
+#include <ControlCacheKey.hxx>
class WinSalGraphics;
diff --git a/vcl/win/gdi/salbmp.cxx b/vcl/win/gdi/salbmp.cxx
index f4d2a578ae64..3cef654924f3 100644
--- a/vcl/win/gdi/salbmp.cxx
+++ b/vcl/win/gdi/salbmp.cxx
@@ -38,9 +38,9 @@
#endif
#endif
-#include "prewin.h"
+#include <prewin.h>
#include <gdiplus.h>
-#include "postwin.h"
+#include <postwin.h>
#if defined _MSC_VER
#undef min
diff --git a/vcl/win/gdi/salfont.cxx b/vcl/win/gdi/salfont.cxx
index 53de8bcad5ba..f1f7dfeffb87 100644
--- a/vcl/win/gdi/salfont.cxx
+++ b/vcl/win/gdi/salfont.cxx
@@ -44,15 +44,15 @@
#include <vcl/fontcharmap.hxx>
#include <vcl/opengl/OpenGLWrapper.hxx>
-#include "fontsubset.hxx"
-#include "outdev.h"
-#include "PhysicalFontCollection.hxx"
-#include "PhysicalFontFace.hxx"
-#include "sft.hxx"
-#include "win/saldata.hxx"
-#include "win/salgdi.h"
-#include "impfontcharmap.hxx"
-#include "impfontmetricdata.hxx"
+#include <fontsubset.hxx>
+#include <outdev.h>
+#include <PhysicalFontCollection.hxx>
+#include <PhysicalFontFace.hxx>
+#include <sft.hxx>
+#include <win/saldata.hxx>
+#include <win/salgdi.h>
+#include <impfontcharmap.hxx>
+#include <impfontmetricdata.hxx>
using namespace vcl;
diff --git a/vcl/win/gdi/salgdi.cxx b/vcl/win/gdi/salgdi.cxx
index c79ecc098bcf..474abf69df4b 100644
--- a/vcl/win/gdi/salgdi.cxx
+++ b/vcl/win/gdi/salgdi.cxx
@@ -31,9 +31,9 @@
#include <win/salvd.h>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
-#include "salgdiimpl.hxx"
+#include <salgdiimpl.hxx>
#include "gdiimpl.hxx"
-#include "opengl/win/gdiimpl.hxx"
+#include <opengl/win/gdiimpl.hxx>
#include <vcl/opengl/OpenGLHelper.hxx>
diff --git a/vcl/win/gdi/salgdi2.cxx b/vcl/win/gdi/salgdi2.cxx
index 93573843677b..5f9cb45913b2 100644
--- a/vcl/win/gdi/salgdi2.cxx
+++ b/vcl/win/gdi/salgdi2.cxx
@@ -33,9 +33,9 @@
#include <vcl/salbtype.hxx>
#include <vcl/bitmapaccess.hxx>
-#include "outdata.hxx"
-#include "salgdiimpl.hxx"
-#include "opengl/win/gdiimpl.hxx"
+#include <outdata.hxx>
+#include <salgdiimpl.hxx>
+#include <opengl/win/gdiimpl.hxx>
bool WinSalGraphics::supportsOperation( OutDevSupportType eType ) const
diff --git a/vcl/win/gdi/salnativewidgets-luna.cxx b/vcl/win/gdi/salnativewidgets-luna.cxx
index a04fbfcf06dc..73e780ca1584 100644
--- a/vcl/win/gdi/salnativewidgets-luna.cxx
+++ b/vcl/win/gdi/salnativewidgets-luna.cxx
@@ -31,26 +31,26 @@
// Drawing in non-client area (general DWM-related info):
// http://msdn.microsoft.com/en-us/library/windows/desktop/bb688195%28v=vs.85%29.aspx
-#include "rtl/ustring.h"
+#include <rtl/ustring.h>
-#include "osl/module.h"
+#include <osl/module.h>
#include <o3tl/char16_t2wchar_t.hxx>
#include <opengl/win/gdiimpl.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
-#include "win/svsys.h"
-#include "win/salgdi.h"
-#include "win/saldata.hxx"
+#include <win/svsys.h>
+#include <win/salgdi.h>
+#include <win/saldata.hxx>
-#include "uxtheme.h"
-#include "vssym32.h"
+#include <uxtheme.h>
+#include <vssym32.h>
#include <map>
#include <string>
#include <boost/optional.hpp>
-#include "ControlCacheKey.hxx"
+#include <ControlCacheKey.hxx>
using namespace std;
typedef map< wstring, HTHEME > ThemeMap;
diff --git a/vcl/win/gdi/salvd.cxx b/vcl/win/gdi/salvd.cxx
index afd4fc7a7399..615bf3ee2207 100644
--- a/vcl/win/gdi/salvd.cxx
+++ b/vcl/win/gdi/salvd.cxx
@@ -28,7 +28,7 @@
#include <win/salinst.h>
#include <win/salgdi.h>
#include <win/salvd.h>
-#include "opengl/win/gdiimpl.hxx"
+#include <opengl/win/gdiimpl.hxx>
HBITMAP WinSalVirtualDevice::ImplCreateVirDevBitmap(HDC hDC, long nDX, long nDY, sal_uInt16 nBitCount, void **ppData)
{
diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx
index cb70d9268514..5561657fbf5a 100644
--- a/vcl/win/gdi/winlayout.cxx
+++ b/vcl/win/gdi/winlayout.cxx
@@ -18,8 +18,8 @@
*/
#include <memory>
-#include "osl/module.h"
-#include "osl/file.h"
+#include <osl/module.h>
+#include <osl/file.h>
#include <comphelper/windowserrorstring.hxx>
@@ -31,12 +31,12 @@
#include <win/saldata.hxx>
#include <outdev.h>
-#include "win/DWriteTextRenderer.hxx"
+#include <win/DWriteTextRenderer.hxx>
-#include "sft.hxx"
-#include "sallayout.hxx"
-#include "CommonSalLayout.hxx"
-#include "win/ScopedHDC.hxx"
+#include <sft.hxx>
+#include <sallayout.hxx>
+#include <CommonSalLayout.hxx>
+#include <win/ScopedHDC.hxx>
#include <cstdio>
#include <cstdlib>