diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:28:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:47 +0200 |
commit | ca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 (patch) | |
tree | e9f9103fe3045cd56e7a6fc1f19afba3d064bdce /vcl | |
parent | e279245767050c8ca9743b33ab395cb67dd9a63c (diff) |
loplugin:includeform: vcl
Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea
Diffstat (limited to 'vcl')
274 files changed, 1103 insertions, 1103 deletions
diff --git a/vcl/backendtest/VisualBackendTest.cxx b/vcl/backendtest/VisualBackendTest.cxx index e9651a7e4c8f..6e75ac746a71 100644 --- a/vcl/backendtest/VisualBackendTest.cxx +++ b/vcl/backendtest/VisualBackendTest.cxx @@ -45,7 +45,7 @@ #include <chrono> #include <iostream> -#include "test/outputdevice.hxx" +#include <test/outputdevice.hxx> using namespace css; diff --git a/vcl/backendtest/outputdevice/bitmap.cxx b/vcl/backendtest/outputdevice/bitmap.cxx index eaddff1a18a9..70d2d42070cf 100644 --- a/vcl/backendtest/outputdevice/bitmap.cxx +++ b/vcl/backendtest/outputdevice/bitmap.cxx @@ -8,7 +8,7 @@ * */ -#include "test/outputdevice.hxx" +#include <test/outputdevice.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> diff --git a/vcl/backendtest/outputdevice/common.cxx b/vcl/backendtest/outputdevice/common.cxx index 1252baf3b1b1..6c9c02a8edb0 100644 --- a/vcl/backendtest/outputdevice/common.cxx +++ b/vcl/backendtest/outputdevice/common.cxx @@ -8,7 +8,7 @@ * */ -#include "test/outputdevice.hxx" +#include <test/outputdevice.hxx> namespace vcl { namespace test { diff --git a/vcl/backendtest/outputdevice/gradient.cxx b/vcl/backendtest/outputdevice/gradient.cxx index b1fdd0a24445..b9ccb6ef762a 100644 --- a/vcl/backendtest/outputdevice/gradient.cxx +++ b/vcl/backendtest/outputdevice/gradient.cxx @@ -8,7 +8,7 @@ * */ -#include "test/outputdevice.hxx" +#include <test/outputdevice.hxx> namespace vcl { namespace test { diff --git a/vcl/backendtest/outputdevice/line.cxx b/vcl/backendtest/outputdevice/line.cxx index 1c384c14de3c..5b06e85826b8 100644 --- a/vcl/backendtest/outputdevice/line.cxx +++ b/vcl/backendtest/outputdevice/line.cxx @@ -8,7 +8,7 @@ * */ -#include "test/outputdevice.hxx" +#include <test/outputdevice.hxx> namespace vcl { namespace test { diff --git a/vcl/backendtest/outputdevice/outputdevice.cxx b/vcl/backendtest/outputdevice/outputdevice.cxx index 5ada6edcefec..1b2bc1a1bf59 100644 --- a/vcl/backendtest/outputdevice/outputdevice.cxx +++ b/vcl/backendtest/outputdevice/outputdevice.cxx @@ -8,7 +8,7 @@ * */ -#include "test/outputdevice.hxx" +#include <test/outputdevice.hxx> namespace vcl { namespace test { diff --git a/vcl/backendtest/outputdevice/pixel.cxx b/vcl/backendtest/outputdevice/pixel.cxx index 64f6fdef1979..eef758f9851e 100644 --- a/vcl/backendtest/outputdevice/pixel.cxx +++ b/vcl/backendtest/outputdevice/pixel.cxx @@ -8,7 +8,7 @@ * */ -#include "test/outputdevice.hxx" +#include <test/outputdevice.hxx> namespace vcl { namespace test { diff --git a/vcl/backendtest/outputdevice/polygon.cxx b/vcl/backendtest/outputdevice/polygon.cxx index a6b3c75a9a13..dd3da404daf3 100644 --- a/vcl/backendtest/outputdevice/polygon.cxx +++ b/vcl/backendtest/outputdevice/polygon.cxx @@ -8,7 +8,7 @@ * */ -#include "test/outputdevice.hxx" +#include <test/outputdevice.hxx> namespace vcl { namespace test { diff --git a/vcl/backendtest/outputdevice/polyline.cxx b/vcl/backendtest/outputdevice/polyline.cxx index c449cfb31100..404cf3a53500 100644 --- a/vcl/backendtest/outputdevice/polyline.cxx +++ b/vcl/backendtest/outputdevice/polyline.cxx @@ -8,7 +8,7 @@ * */ -#include "test/outputdevice.hxx" +#include <test/outputdevice.hxx> namespace vcl { namespace test { diff --git a/vcl/backendtest/outputdevice/polypolygon.cxx b/vcl/backendtest/outputdevice/polypolygon.cxx index f7f3a53749f5..d01465251d7c 100644 --- a/vcl/backendtest/outputdevice/polypolygon.cxx +++ b/vcl/backendtest/outputdevice/polypolygon.cxx @@ -8,7 +8,7 @@ * */ -#include "test/outputdevice.hxx" +#include <test/outputdevice.hxx> namespace vcl { diff --git a/vcl/backendtest/outputdevice/rectangle.cxx b/vcl/backendtest/outputdevice/rectangle.cxx index 911d3dccf51d..5daffc6c0fdf 100644 --- a/vcl/backendtest/outputdevice/rectangle.cxx +++ b/vcl/backendtest/outputdevice/rectangle.cxx @@ -8,7 +8,7 @@ * */ -#include "test/outputdevice.hxx" +#include <test/outputdevice.hxx> namespace vcl { namespace test { diff --git a/vcl/headless/svpbmp.cxx b/vcl/headless/svpbmp.cxx index b8c70123a39b..ef907ccb5aeb 100644 --- a/vcl/headless/svpbmp.cxx +++ b/vcl/headless/svpbmp.cxx @@ -21,9 +21,9 @@ #include <cstring> -#include "headless/svpbmp.hxx" -#include "headless/svpgdi.hxx" -#include "headless/svpinst.hxx" +#include <headless/svpbmp.hxx> +#include <headless/svpgdi.hxx> +#include <headless/svpinst.hxx> #include <basegfx/vector/b2ivector.hxx> #include <basegfx/range/b2ibox.hxx> diff --git a/vcl/headless/svpcairotextrender.cxx b/vcl/headless/svpcairotextrender.cxx index 94687933cbd2..ca688d96aa81 100644 --- a/vcl/headless/svpcairotextrender.cxx +++ b/vcl/headless/svpcairotextrender.cxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "headless/svpcairotextrender.hxx" -#include "headless/svpgdi.hxx" +#include <headless/svpcairotextrender.hxx> +#include <headless/svpgdi.hxx> #include <cairo.h> SvpCairoTextRender::SvpCairoTextRender(SvpSalGraphics& rParent) diff --git a/vcl/headless/svpdummies.cxx b/vcl/headless/svpdummies.cxx index 31a4de7fc171..e7e9220d3dc1 100644 --- a/vcl/headless/svpdummies.cxx +++ b/vcl/headless/svpdummies.cxx @@ -19,8 +19,8 @@ #include <string.h> #include <rtl/ustrbuf.hxx> -#include "headless/svpdummies.hxx" -#include "headless/svpinst.hxx" +#include <headless/svpdummies.hxx> +#include <headless/svpinst.hxx> // SalObject SvpSalObject::SvpSalObject() diff --git a/vcl/headless/svpframe.cxx b/vcl/headless/svpframe.cxx index 7fc7c3a88eb0..9ab4d8889c6b 100644 --- a/vcl/headless/svpframe.cxx +++ b/vcl/headless/svpframe.cxx @@ -20,9 +20,9 @@ #include <string.h> #include <vcl/syswin.hxx> -#include "headless/svpframe.hxx" -#include "headless/svpinst.hxx" -#include "headless/svpgdi.hxx" +#include <headless/svpframe.hxx> +#include <headless/svpinst.hxx> +#include <headless/svpgdi.hxx> #include <basegfx/vector/b2ivector.hxx> diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index 3e37da8e374f..9032ec5e97fa 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -18,11 +18,11 @@ */ #include <memory> -#include "headless/svpgdi.hxx" -#include "headless/svpbmp.hxx" -#include "headless/svpframe.hxx" -#include "headless/svpcairotextrender.hxx" -#include "saldatabasic.hxx" +#include <headless/svpgdi.hxx> +#include <headless/svpbmp.hxx> +#include <headless/svpframe.hxx> +#include <headless/svpcairotextrender.hxx> +#include <saldatabasic.hxx> #include <vcl/sysdata.hxx> #include <config_cairo_canvas.h> diff --git a/vcl/headless/svpglyphcache.cxx b/vcl/headless/svpglyphcache.cxx index 37fef1e9835d..c303cb86b164 100644 --- a/vcl/headless/svpglyphcache.cxx +++ b/vcl/headless/svpglyphcache.cxx @@ -24,9 +24,9 @@ #include <rtl/instance.hxx> -#include "unx/geninst.h" -#include "unx/glyphcache.hxx" -#include "headless/svpgdi.hxx" +#include <unx/geninst.h> +#include <unx/glyphcache.hxx> +#include <headless/svpgdi.hxx> namespace { diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx index 44df78a7df60..50eeb9cc207c 100644 --- a/vcl/headless/svpinst.cxx +++ b/vcl/headless/svpinst.cxx @@ -41,11 +41,11 @@ #include <headless/svpbmp.hxx> #include <headless/svpgdi.hxx> -#include "salframe.hxx" -#include "svdata.hxx" -#include "unx/gendata.hxx" +#include <salframe.hxx> +#include <svdata.hxx> +#include <unx/gendata.hxx> // FIXME: remove when we re-work the svp mainloop -#include "unx/salunxtime.h" +#include <unx/salunxtime.h> SvpSalInstance* SvpSalInstance::s_pDefaultInstance = nullptr; diff --git a/vcl/headless/svpprn.cxx b/vcl/headless/svpprn.cxx index 2afb52502300..1d3666a79beb 100644 --- a/vcl/headless/svpprn.cxx +++ b/vcl/headless/svpprn.cxx @@ -19,17 +19,17 @@ #include <vcl/svapp.hxx> #include <vcl/timer.hxx> -#include "printerinfomanager.hxx" +#include <printerinfomanager.hxx> -#include "jobset.h" -#include "print.h" -#include "salptype.hxx" -#include "saldatabasic.hxx" +#include <jobset.h> +#include <print.h> +#include <salptype.hxx> +#include <saldatabasic.hxx> -#include "unx/genpspgraphics.h" +#include <unx/genpspgraphics.h> -#include "headless/svpprn.hxx" -#include "headless/svpinst.hxx" +#include <headless/svpprn.hxx> +#include <headless/svpinst.hxx> using namespace psp; diff --git a/vcl/headless/svptext.cxx b/vcl/headless/svptext.cxx index 3751a0f217e7..376b32c7cbb6 100644 --- a/vcl/headless/svptext.cxx +++ b/vcl/headless/svptext.cxx @@ -20,10 +20,10 @@ #include <sal/types.h> #include <vcl/fontcharmap.hxx> #include <basegfx/range/b2ibox.hxx> -#include "headless/svpgdi.hxx" +#include <headless/svpgdi.hxx> #include <config_cairo_canvas.h> -#include "impfontmetricdata.hxx" -#include "CommonSalLayout.hxx" +#include <impfontmetricdata.hxx> +#include <CommonSalLayout.hxx> void SvpSalGraphics::SetFont( FontSelectPattern* pIFSD, int nFallbackLevel ) { diff --git a/vcl/headless/svpvd.cxx b/vcl/headless/svpvd.cxx index b5ab755a0d1b..660185da1d41 100644 --- a/vcl/headless/svpvd.cxx +++ b/vcl/headless/svpvd.cxx @@ -19,10 +19,10 @@ #ifndef IOS -#include "headless/svpbmp.hxx" -#include "headless/svpinst.hxx" -#include "headless/svpvd.hxx" -#include "headless/svpgdi.hxx" +#include <headless/svpbmp.hxx> +#include <headless/svpinst.hxx> +#include <headless/svpvd.hxx> +#include <headless/svpgdi.hxx> #include <basegfx/vector/b2ivector.hxx> diff --git a/vcl/inc/BitmapScaleConvolution.hxx b/vcl/inc/BitmapScaleConvolution.hxx index 324a739c1a17..970f9d63390b 100644 --- a/vcl/inc/BitmapScaleConvolution.hxx +++ b/vcl/inc/BitmapScaleConvolution.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_BITMAPSCALECONVOLUTION_HXX #define INCLUDED_VCL_BITMAPSCALECONVOLUTION_HXX -#include <bitmapfilter.hxx> +#include "bitmapfilter.hxx" namespace vcl { diff --git a/vcl/inc/CommonSalLayout.hxx b/vcl/inc/CommonSalLayout.hxx index 471ca4d2da02..02eef73a1dc8 100644 --- a/vcl/inc/CommonSalLayout.hxx +++ b/vcl/inc/CommonSalLayout.hxx @@ -33,7 +33,7 @@ #include "unx/freetype_glyphcache.hxx" #endif -#include <sallayout.hxx> +#include "sallayout.hxx" #include <hb-icu.h> #include <hb-ot.h> diff --git a/vcl/inc/bitmapscalesuper.hxx b/vcl/inc/bitmapscalesuper.hxx index bbdf59a591e0..aff6986dd4e4 100644 --- a/vcl/inc/bitmapscalesuper.hxx +++ b/vcl/inc/bitmapscalesuper.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_INC_BITMAPSCALESUPER_HXX #define INCLUDED_VCL_INC_BITMAPSCALESUPER_HXX -#include <bitmapfilter.hxx> +#include "bitmapfilter.hxx" class BitmapScaleSuper : public BitmapFilter { diff --git a/vcl/inc/headless/svpbmp.hxx b/vcl/inc/headless/svpbmp.hxx index 83c197087931..884d9d13aecc 100644 --- a/vcl/inc/headless/svpbmp.hxx +++ b/vcl/inc/headless/svpbmp.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_VCL_INC_HEADLESS_SVPBMP_HXX #define INCLUDED_VCL_INC_HEADLESS_SVPBMP_HXX -#include "sal/config.h" -#include "tools/solar.h" +#include <sal/config.h> +#include <tools/solar.h> #include <salbmp.hxx> diff --git a/vcl/inc/headless/svpcairotextrender.hxx b/vcl/inc/headless/svpcairotextrender.hxx index bb258512a7c2..1dfe61124e93 100644 --- a/vcl/inc/headless/svpcairotextrender.hxx +++ b/vcl/inc/headless/svpcairotextrender.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_VCL_UNX_GTK3_GDI_GTK3CAIROTEXTRENDER_HXX #define INCLUDED_VCL_UNX_GTK3_GDI_GTK3CAIROTEXTRENDER_HXX -#include "unx/cairotextrender.hxx" +#include <unx/cairotextrender.hxx> class SvpSalGraphics; diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx index 5879c1bfdf44..16b45fff3c8a 100644 --- a/vcl/inc/headless/svpgdi.hxx +++ b/vcl/inc/headless/svpgdi.hxx @@ -25,10 +25,10 @@ #include <vcl/metric.hxx> #include <config_cairo_canvas.h> -#include "salgdi.hxx" -#include "sallayout.hxx" +#include <salgdi.hxx> +#include <sallayout.hxx> #include "svpcairotextrender.hxx" -#include "impfontmetricdata.hxx" +#include <impfontmetricdata.hxx> #ifdef IOS #define SvpSalGraphics AquaSalGraphics diff --git a/vcl/inc/headless/svpprn.hxx b/vcl/inc/headless/svpprn.hxx index 1c6d05d2069d..d38d36d13091 100644 --- a/vcl/inc/headless/svpprn.hxx +++ b/vcl/inc/headless/svpprn.hxx @@ -21,11 +21,11 @@ #define INCLUDED_VCL_INC_HEADLESS_SVPPRN_HXX #include <vcl/jobdata.hxx> -#include "unx/printergfx.hxx" -#include "unx/printerjob.hxx" -#include "unx/genprn.h" +#include <unx/printergfx.hxx> +#include <unx/printerjob.hxx> +#include <unx/genprn.h> -#include "vclpluginapi.h" +#include <vclpluginapi.h> class SvpSalInfoPrinter : public PspSalInfoPrinter { diff --git a/vcl/inc/opengl/FixedTextureAtlas.hxx b/vcl/inc/opengl/FixedTextureAtlas.hxx index b415efa44e26..5d4eff4d0804 100644 --- a/vcl/inc/opengl/FixedTextureAtlas.hxx +++ b/vcl/inc/opengl/FixedTextureAtlas.hxx @@ -12,7 +12,7 @@ #define INCLUDED_VCL_INC_OPENGL_FIXEDTEXTUREATLAS_HXX #include <memory> -#include "opengl/texture.hxx" +#include <opengl/texture.hxx> struct FixedTexture; diff --git a/vcl/inc/opengl/LineRenderUtils.hxx b/vcl/inc/opengl/LineRenderUtils.hxx index e3f375bb3dce..a3df1d6b5192 100644 --- a/vcl/inc/opengl/LineRenderUtils.hxx +++ b/vcl/inc/opengl/LineRenderUtils.hxx @@ -11,8 +11,8 @@ #ifndef INCLUDED_VCL_INC_OPENGL_LINERENDERUTILS_H #define INCLUDED_VCL_INC_OPENGL_LINERENDERUTILS_H -#include "opengl/VertexUtils.hxx" -#include "opengl/RenderList.hxx" +#include <opengl/VertexUtils.hxx> +#include <opengl/RenderList.hxx> namespace vcl { diff --git a/vcl/inc/opengl/PackedTextureAtlas.hxx b/vcl/inc/opengl/PackedTextureAtlas.hxx index d2932b7e2b37..cbe865a4d5a9 100644 --- a/vcl/inc/opengl/PackedTextureAtlas.hxx +++ b/vcl/inc/opengl/PackedTextureAtlas.hxx @@ -12,7 +12,7 @@ #define INCLUDED_VCL_INC_OPENGL_PACKEDTEXTUREATLAS_HXX #include <memory> -#include "opengl/texture.hxx" +#include <opengl/texture.hxx> struct PackedTexture; diff --git a/vcl/inc/opengl/RenderList.hxx b/vcl/inc/opengl/RenderList.hxx index e25f48a99301..21c8ef30f85b 100644 --- a/vcl/inc/opengl/RenderList.hxx +++ b/vcl/inc/opengl/RenderList.hxx @@ -19,7 +19,7 @@ #include <vcl/salgtype.hxx> #include <basegfx/range/b2drange.hxx> -#include "opengl/texture.hxx" +#include <opengl/texture.hxx> #include <com/sun/star/drawing/LineCap.hpp> diff --git a/vcl/inc/opengl/RenderState.hxx b/vcl/inc/opengl/RenderState.hxx index c0f1b725f1bc..3a89344e2e0e 100644 --- a/vcl/inc/opengl/RenderState.hxx +++ b/vcl/inc/opengl/RenderState.hxx @@ -11,7 +11,7 @@ #ifndef INCLUDED_VCL_INC_OPENGL_RENDER_STATE_H #define INCLUDED_VCL_INC_OPENGL_RENDER_STATE_H -#include "opengl/TextureState.hxx" +#include <opengl/TextureState.hxx> template<GLenum ENUM_TYPE, typename TYPE> class GenericCapabilityState diff --git a/vcl/inc/opengl/salbmp.hxx b/vcl/inc/opengl/salbmp.hxx index 8d4e05f77050..3f7f57aff1bd 100644 --- a/vcl/inc/opengl/salbmp.hxx +++ b/vcl/inc/opengl/salbmp.hxx @@ -23,7 +23,7 @@ #include <vcl/opengl/OpenGLContext.hxx> #include <vcl/salbtype.hxx> -#include "opengl/texture.hxx" +#include <opengl/texture.hxx> #include <salbmp.hxx> diff --git a/vcl/inc/opengl/x11/X11DeviceInfo.hxx b/vcl/inc/opengl/x11/X11DeviceInfo.hxx index fdc5102107ec..9e32710afb55 100644 --- a/vcl/inc/opengl/x11/X11DeviceInfo.hxx +++ b/vcl/inc/opengl/x11/X11DeviceInfo.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_VCL_INC_OPENGL_X11_X11DEVICEINFO_HXX #define INCLUDED_VCL_INC_OPENGL_X11_X11DEVICEINFO_HXX -#include "opengl/DeviceInfo.hxx" +#include <opengl/DeviceInfo.hxx> #include <rtl/string.hxx> diff --git a/vcl/inc/opengl/x11/gdiimpl.hxx b/vcl/inc/opengl/x11/gdiimpl.hxx index 524a041cb792..5df1a618d94a 100644 --- a/vcl/inc/opengl/x11/gdiimpl.hxx +++ b/vcl/inc/opengl/x11/gdiimpl.hxx @@ -12,10 +12,10 @@ #include <vcl/dllapi.h> -#include "unx/salgdi.h" -#include "unx/x11/x11gdiimpl.h" -#include "openglgdiimpl.hxx" -#include "ControlCacheKey.hxx" +#include <unx/salgdi.h> +#include <unx/x11/x11gdiimpl.h> +#include <openglgdiimpl.hxx> +#include <ControlCacheKey.hxx> struct TextureCombo; diff --git a/vcl/inc/printerinfomanager.hxx b/vcl/inc/printerinfomanager.hxx index 871565842db9..7691fbeebc6c 100644 --- a/vcl/inc/printerinfomanager.hxx +++ b/vcl/inc/printerinfomanager.hxx @@ -28,7 +28,7 @@ #include <vcl/dllapi.h> #include <vcl/jobdata.hxx> #include <osl/file.hxx> -#include <unx/helper.hxx> +#include "unx/helper.hxx" #include <cstdio> diff --git a/vcl/inc/saltimer.hxx b/vcl/inc/saltimer.hxx index 983e0771ee9b..726d71eba335 100644 --- a/vcl/inc/saltimer.hxx +++ b/vcl/inc/saltimer.hxx @@ -22,7 +22,7 @@ #include <sal/config.h> #include <vcl/dllapi.h> -#include <salwtype.hxx> +#include "salwtype.hxx" #include <iostream> /* diff --git a/vcl/inc/schedulerimpl.hxx b/vcl/inc/schedulerimpl.hxx index 004122932965..6517809634ae 100644 --- a/vcl/inc/schedulerimpl.hxx +++ b/vcl/inc/schedulerimpl.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_INC_SCHEDULERIMPL_HXX #define INCLUDED_VCL_INC_SCHEDULERIMPL_HXX -#include <salwtype.hxx> +#include "salwtype.hxx" #include <osl/mutex.hxx> #include <vcl/scheduler.hxx> diff --git a/vcl/inc/scrptrun.h b/vcl/inc/scrptrun.h index 9fb13d540960..cbe151df491d 100644 --- a/vcl/inc/scrptrun.h +++ b/vcl/inc/scrptrun.h @@ -40,9 +40,9 @@ #include <sal/config.h> #include <sal/types.h> -#include "unicode/utypes.h" -#include "unicode/uobject.h" -#include "unicode/uscript.h" +#include <unicode/utypes.h> +#include <unicode/uobject.h> +#include <unicode/uscript.h> #include <vector> namespace vcl { diff --git a/vcl/inc/unx/cairotextrender.hxx b/vcl/inc/unx/cairotextrender.hxx index 2e6d1a57d63e..7acf3ac74e62 100644 --- a/vcl/inc/unx/cairotextrender.hxx +++ b/vcl/inc/unx/cairotextrender.hxx @@ -22,7 +22,7 @@ #include <vcl/region.hxx> -#include "textrender.hxx" +#include <textrender.hxx> #include <deque> diff --git a/vcl/inc/unx/cpdmgr.hxx b/vcl/inc/unx/cpdmgr.hxx index 6174449a38b5..8c755dcea122 100644 --- a/vcl/inc/unx/cpdmgr.hxx +++ b/vcl/inc/unx/cpdmgr.hxx @@ -30,7 +30,7 @@ typedef struct _GDBusProxy GDBusProxy; typedef struct _GDBusConnection GDBusConnection; #endif -#include "printerinfomanager.hxx" +#include <printerinfomanager.hxx> #include "cupsmgr.hxx" #define BACKEND_DIR "/usr/share/print-backends" diff --git a/vcl/inc/unx/cupsmgr.hxx b/vcl/inc/unx/cupsmgr.hxx index f32b84256044..46076c09fa70 100644 --- a/vcl/inc/unx/cupsmgr.hxx +++ b/vcl/inc/unx/cupsmgr.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_VCL_INC_UNX_CUPSMGR_HXX #define INCLUDED_VCL_INC_UNX_CUPSMGR_HXX -#include "printerinfomanager.hxx" -#include "osl/module.h" -#include "osl/thread.h" -#include "osl/mutex.hxx" +#include <printerinfomanager.hxx> +#include <osl/module.h> +#include <osl/thread.h> +#include <osl/mutex.hxx> namespace psp { diff --git a/vcl/inc/unx/fontmanager.hxx b/vcl/inc/unx/fontmanager.hxx index 1597dca79ed0..80c8de172943 100644 --- a/vcl/inc/unx/fontmanager.hxx +++ b/vcl/inc/unx/fontmanager.hxx @@ -25,8 +25,8 @@ #include <vcl/timer.hxx> #include <vcl/vclenum.hxx> #include <com/sun/star/lang/Locale.hpp> -#include "salglyphid.hxx" -#include "unx/fc_fontoptions.hxx" +#include <salglyphid.hxx> +#include <unx/fc_fontoptions.hxx> #include <list> #include <map> diff --git a/vcl/inc/unx/freetype_glyphcache.hxx b/vcl/inc/unx/freetype_glyphcache.hxx index 93788953a3ad..00f003aff975 100644 --- a/vcl/inc/unx/freetype_glyphcache.hxx +++ b/vcl/inc/unx/freetype_glyphcache.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_VCL_GENERIC_GLYPHS_GCACH_FTYP_HXX #define INCLUDED_VCL_GENERIC_GLYPHS_GCACH_FTYP_HXX -#include "unx/glyphcache.hxx" -#include "PhysicalFontFace.hxx" +#include <unx/glyphcache.hxx> +#include <PhysicalFontFace.hxx> // FreetypeFontFile has the responsibility that a font file is only mapped once. // (#86621#) the old directly ft-managed solution caused it to be mapped diff --git a/vcl/inc/unx/geninst.h b/vcl/inc/unx/geninst.h index c432dbecabfb..516ca7c37956 100644 --- a/vcl/inc/unx/geninst.h +++ b/vcl/inc/unx/geninst.h @@ -26,7 +26,7 @@ #include <vclpluginapi.h> #include <salinst.hxx> #include <saldatabasic.hxx> -#include "unx/genprn.h" +#include <unx/genprn.h> class VCL_DLLPUBLIC SalYieldMutex : public comphelper::GenericSolarMutex { diff --git a/vcl/inc/unx/genprn.h b/vcl/inc/unx/genprn.h index 66d411f0bdb6..134cd8708914 100644 --- a/vcl/inc/unx/genprn.h +++ b/vcl/inc/unx/genprn.h @@ -21,10 +21,10 @@ #define INCLUDED_VCL_INC_GENERIC_GENPRN_H #include <vcl/jobdata.hxx> -#include "unx/printergfx.hxx" -#include "unx/printerjob.hxx" -#include "salprn.hxx" -#include "vclpluginapi.h" +#include <unx/printergfx.hxx> +#include <unx/printerjob.hxx> +#include <salprn.hxx> +#include <vclpluginapi.h> class GenPspGraphics; class VCL_DLLPUBLIC PspSalInfoPrinter : public SalInfoPrinter diff --git a/vcl/inc/unx/genpspgraphics.h b/vcl/inc/unx/genpspgraphics.h index 49682011954b..245ae1906a8d 100644 --- a/vcl/inc/unx/genpspgraphics.h +++ b/vcl/inc/unx/genpspgraphics.h @@ -23,10 +23,10 @@ #include <vcl/vclenum.hxx> #include <config_cairo_canvas.h> -#include "unx/fontmanager.hxx" -#include "salgdi.hxx" -#include "sallayout.hxx" -#include "vclpluginapi.h" +#include <unx/fontmanager.hxx> +#include <salgdi.hxx> +#include <sallayout.hxx> +#include <vclpluginapi.h> class PhysicalFontFace; class PhysicalFontCollection; diff --git a/vcl/inc/unx/glyphcache.hxx b/vcl/inc/unx/glyphcache.hxx index 32c67d1f8e8a..df183dba2056 100644 --- a/vcl/inc/unx/glyphcache.hxx +++ b/vcl/inc/unx/glyphcache.hxx @@ -32,9 +32,9 @@ #include <fontinstance.hxx> #include <sallayout.hxx> -#include "fontattributes.hxx" -#include "impfontmetricdata.hxx" -#include "hb-ot.h" +#include <fontattributes.hxx> +#include <impfontmetricdata.hxx> +#include <hb-ot.h> #include <unordered_map> diff --git a/vcl/inc/unx/gtk/gtkdata.hxx b/vcl/inc/unx/gtk/gtkdata.hxx index 01b5c46b8dca..9f4fae373acb 100644 --- a/vcl/inc/unx/gtk/gtkdata.hxx +++ b/vcl/inc/unx/gtk/gtkdata.hxx @@ -30,7 +30,7 @@ #include <unx/gtk/gtksys.hxx> #include <vcl/ptrstyle.hxx> #include <osl/conditn.hxx> -#include "saltimer.hxx" +#include <saltimer.hxx> #include <o3tl/enumarray.hxx> #include <list> diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index 99139e1d2593..8a3046ca1497 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -36,7 +36,7 @@ #include <unx/saltype.h> #include <unx/screensaverinhibitor.hxx> -#include "tools/link.hxx" +#include <tools/link.hxx> #include <com/sun/star/awt/XTopWindow.hpp> #include <com/sun/star/datatransfer/DataFlavor.hpp> @@ -49,7 +49,7 @@ #include <config_dbus.h> #include <config_gio.h> -#include "headless/svpgdi.hxx" +#include <headless/svpgdi.hxx> class GtkSalGraphics; class GtkSalDisplay; diff --git a/vcl/inc/unx/gtk/gtkgdi.hxx b/vcl/inc/unx/gtk/gtkgdi.hxx index f06fa09434ad..fc896db7f913 100644 --- a/vcl/inc/unx/gtk/gtkgdi.hxx +++ b/vcl/inc/unx/gtk/gtkgdi.hxx @@ -27,12 +27,12 @@ #include <gdk/gdkkeysyms.h> #include <unx/gtk/gtkframe.hxx> -#include "ControlCacheKey.hxx" +#include <ControlCacheKey.hxx> #if GTK_CHECK_VERSION(3,0,0) #include <headless/svpgdi.hxx> -#include "textrender.hxx" +#include <textrender.hxx> enum class GtkControlPart { diff --git a/vcl/inc/unx/gtk/gtkprn.hxx b/vcl/inc/unx/gtk/gtkprn.hxx index d2fb5fab081d..e33d3f606b10 100644 --- a/vcl/inc/unx/gtk/gtkprn.hxx +++ b/vcl/inc/unx/gtk/gtkprn.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_VCL_INC_UNX_GTK_GTKPRN_HXX #define INCLUDED_VCL_INC_UNX_GTK_GTKPRN_HXX -#include "unx/genprn.h" +#include <unx/genprn.h> #include <memory> diff --git a/vcl/inc/unx/gtk/gtksys.hxx b/vcl/inc/unx/gtk/gtksys.hxx index 94e748887a12..083c046c3d4b 100644 --- a/vcl/inc/unx/gtk/gtksys.hxx +++ b/vcl/inc/unx/gtk/gtksys.hxx @@ -9,7 +9,7 @@ #ifndef INCLUDED_VCL_INC_UNX_GTK_GTKSYS_HXX #define INCLUDED_VCL_INC_UNX_GTK_GTKSYS_HXX -#include "unx/gensys.h" +#include <unx/gensys.h> #include <gtk/gtk.h> #include <unx/saltype.h> #include <deque> diff --git a/vcl/inc/unx/printergfx.hxx b/vcl/inc/unx/printergfx.hxx index 6861322ba964..22042bab2b05 100644 --- a/vcl/inc/unx/printergfx.hxx +++ b/vcl/inc/unx/printergfx.hxx @@ -21,10 +21,10 @@ #define INCLUDED_VCL_INC_GENERIC_PRINTERGFX_HXX #include <unx/helper.hxx> -#include "sallayout.hxx" -#include "osl/file.hxx" -#include "tools/gen.hxx" -#include "vclpluginapi.h" +#include <sallayout.hxx> +#include <osl/file.hxx> +#include <tools/gen.hxx> +#include <vclpluginapi.h> #include <list> #include <vector> diff --git a/vcl/inc/unx/printerjob.hxx b/vcl/inc/unx/printerjob.hxx index bd8015593de9..c744122b444a 100644 --- a/vcl/inc/unx/printerjob.hxx +++ b/vcl/inc/unx/printerjob.hxx @@ -21,8 +21,8 @@ #define INCLUDED_VCL_INC_GENERIC_PRINTERJOB_HXX #include <vcl/jobdata.hxx> -#include "osl/file.hxx" -#include "rtl/string.hxx" +#include <osl/file.hxx> +#include <rtl/string.hxx> #include <vector> diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h index 8e5045ff4f01..aacc8cb2c1f5 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -30,11 +30,11 @@ #include <vcl/vclenum.hxx> #include <vcl/metric.hxx> -#include "salgdi.hxx" -#include "salgeom.hxx" -#include "sallayout.hxx" -#include "vclpluginapi.h" -#include "ControlCacheKey.hxx" +#include <salgdi.hxx> +#include <salgeom.hxx> +#include <sallayout.hxx> +#include <vclpluginapi.h> +#include <ControlCacheKey.hxx> #include <deque> #include <memory> diff --git a/vcl/inc/unx/salinst.h b/vcl/inc/unx/salinst.h index 59464b4c60e5..2aed86924b68 100644 --- a/vcl/inc/unx/salinst.h +++ b/vcl/inc/unx/salinst.h @@ -23,7 +23,7 @@ #include <osl/thread.hxx> #include <vclpluginapi.h> #include <salinst.hxx> -#include "unx/geninst.h" +#include <unx/geninst.h> #include <X11/Xlib.h> #include <X11/Xutil.h> diff --git a/vcl/inc/unx/salunx.h b/vcl/inc/unx/salunx.h index 20faefc6d928..5dfae767c804 100644 --- a/vcl/inc/unx/salunx.h +++ b/vcl/inc/unx/salunx.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_INC_UNX_SALUNX_H #define INCLUDED_VCL_INC_UNX_SALUNX_H -#include "unx/salunxtime.h" +#include <unx/salunxtime.h> inline long Divide( long nDividend, long nDivisor ) { return (nDividend + nDivisor/2) / nDivisor; } diff --git a/vcl/inc/unx/sm.hxx b/vcl/inc/unx/sm.hxx index ab736a464514..5a12ed951f73 100644 --- a/vcl/inc/unx/sm.hxx +++ b/vcl/inc/unx/sm.hxx @@ -19,15 +19,15 @@ #ifndef INCLUDED_VCL_INC_UNX_SM_HXX #define INCLUDED_VCL_INC_UNX_SM_HXX -#include "sal/config.h" +#include <sal/config.h> #include <X11/SM/SMlib.h> -#include "tools/link.hxx" +#include <tools/link.hxx> #include <rtl/ustring.hxx> #include <memory> -#include "vclpluginapi.h" +#include <vclpluginapi.h> class ICEConnectionObserver; class SalSession; diff --git a/vcl/inc/unx/x11/x11gdiimpl.h b/vcl/inc/unx/x11/x11gdiimpl.h index 9d91ad28f48c..76636a75694d 100644 --- a/vcl/inc/unx/x11/x11gdiimpl.h +++ b/vcl/inc/unx/x11/x11gdiimpl.h @@ -10,8 +10,8 @@ #ifndef INCLUDED_VCL_INC_UNX_X11_X11GDIIMPL_HXX #define INCLUDED_VCL_INC_UNX_X11_X11GDIIMPL_HXX -#include "unx/pixmap.hxx" -#include "ControlCacheKey.hxx" +#include <unx/pixmap.hxx> +#include <ControlCacheKey.hxx> class ControlCacheKey; diff --git a/vcl/inc/unx/x11_cursors/salcursors.h b/vcl/inc/unx/x11_cursors/salcursors.h index 5ab22720ef5f..1b8aa6c08a59 100644 --- a/vcl/inc/unx/x11_cursors/salcursors.h +++ b/vcl/inc/unx/x11_cursors/salcursors.h @@ -17,135 +17,135 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "unx/x11_cursors/nodrop_curs.h" -#include "unx/x11_cursors/nodrop_mask.h" -#include "unx/x11_cursors/magnify_curs.h" -#include "unx/x11_cursors/magnify_mask.h" -#include "unx/x11_cursors/rotate_curs.h" -#include "unx/x11_cursors/rotate_mask.h" -#include "unx/x11_cursors/hshear_curs.h" -#include "unx/x11_cursors/hshear_mask.h" -#include "unx/x11_cursors/vshear_curs.h" -#include "unx/x11_cursors/vshear_mask.h" -#include "unx/x11_cursors/drawline_curs.h" -#include "unx/x11_cursors/drawline_mask.h" -#include "unx/x11_cursors/drawrect_curs.h" -#include "unx/x11_cursors/drawrect_mask.h" -#include "unx/x11_cursors/drawpolygon_curs.h" -#include "unx/x11_cursors/drawpolygon_mask.h" -#include "unx/x11_cursors/drawbezier_curs.h" -#include "unx/x11_cursors/drawbezier_mask.h" -#include "unx/x11_cursors/drawarc_curs.h" -#include "unx/x11_cursors/drawarc_mask.h" -#include "unx/x11_cursors/drawpie_curs.h" -#include "unx/x11_cursors/drawpie_mask.h" -#include "unx/x11_cursors/drawcirclecut_curs.h" -#include "unx/x11_cursors/drawcirclecut_mask.h" -#include "unx/x11_cursors/drawellipse_curs.h" -#include "unx/x11_cursors/drawellipse_mask.h" -#include "unx/x11_cursors/drawconnect_curs.h" -#include "unx/x11_cursors/drawconnect_mask.h" -#include "unx/x11_cursors/drawtext_curs.h" -#include "unx/x11_cursors/drawtext_mask.h" -#include "unx/x11_cursors/mirror_curs.h" -#include "unx/x11_cursors/mirror_mask.h" -#include "unx/x11_cursors/crook_curs.h" -#include "unx/x11_cursors/crook_mask.h" -#include "unx/x11_cursors/crop_curs.h" -#include "unx/x11_cursors/crop_mask.h" -#include "unx/x11_cursors/movepoint_curs.h" -#include "unx/x11_cursors/movepoint_mask.h" -#include "unx/x11_cursors/movebezierweight_curs.h" -#include "unx/x11_cursors/movebezierweight_mask.h" -#include "unx/x11_cursors/drawfreehand_curs.h" -#include "unx/x11_cursors/drawfreehand_mask.h" -#include "unx/x11_cursors/drawcaption_curs.h" -#include "unx/x11_cursors/drawcaption_mask.h" -#include "unx/x11_cursors/movedata_curs.h" -#include "unx/x11_cursors/movedata_mask.h" -#include "unx/x11_cursors/copydata_curs.h" -#include "unx/x11_cursors/copydata_mask.h" -#include "unx/x11_cursors/linkdata_curs.h" -#include "unx/x11_cursors/linkdata_mask.h" -#include "unx/x11_cursors/movedlnk_curs.h" -#include "unx/x11_cursors/movedlnk_mask.h" -#include "unx/x11_cursors/copydlnk_curs.h" -#include "unx/x11_cursors/copydlnk_mask.h" -#include "unx/x11_cursors/movefile_curs.h" -#include "unx/x11_cursors/movefile_mask.h" -#include "unx/x11_cursors/copyfile_curs.h" -#include "unx/x11_cursors/copyfile_mask.h" -#include "unx/x11_cursors/linkfile_curs.h" -#include "unx/x11_cursors/linkfile_mask.h" -#include "unx/x11_cursors/moveflnk_curs.h" -#include "unx/x11_cursors/moveflnk_mask.h" -#include "unx/x11_cursors/copyflnk_curs.h" -#include "unx/x11_cursors/copyflnk_mask.h" -#include "unx/x11_cursors/movefiles_curs.h" -#include "unx/x11_cursors/movefiles_mask.h" -#include "unx/x11_cursors/copyfiles_curs.h" -#include "unx/x11_cursors/copyfiles_mask.h" +#include <unx/x11_cursors/nodrop_curs.h> +#include <unx/x11_cursors/nodrop_mask.h> +#include <unx/x11_cursors/magnify_curs.h> +#include <unx/x11_cursors/magnify_mask.h> +#include <unx/x11_cursors/rotate_curs.h> +#include <unx/x11_cursors/rotate_mask.h> +#include <unx/x11_cursors/hshear_curs.h> +#include <unx/x11_cursors/hshear_mask.h> +#include <unx/x11_cursors/vshear_curs.h> +#include <unx/x11_cursors/vshear_mask.h> +#include <unx/x11_cursors/drawline_curs.h> +#include <unx/x11_cursors/drawline_mask.h> +#include <unx/x11_cursors/drawrect_curs.h> +#include <unx/x11_cursors/drawrect_mask.h> +#include <unx/x11_cursors/drawpolygon_curs.h> +#include <unx/x11_cursors/drawpolygon_mask.h> +#include <unx/x11_cursors/drawbezier_curs.h> +#include <unx/x11_cursors/drawbezier_mask.h> +#include <unx/x11_cursors/drawarc_curs.h> +#include <unx/x11_cursors/drawarc_mask.h> +#include <unx/x11_cursors/drawpie_curs.h> +#include <unx/x11_cursors/drawpie_mask.h> +#include <unx/x11_cursors/drawcirclecut_curs.h> +#include <unx/x11_cursors/drawcirclecut_mask.h> +#include <unx/x11_cursors/drawellipse_curs.h> +#include <unx/x11_cursors/drawellipse_mask.h> +#include <unx/x11_cursors/drawconnect_curs.h> +#include <unx/x11_cursors/drawconnect_mask.h> +#include <unx/x11_cursors/drawtext_curs.h> +#include <unx/x11_cursors/drawtext_mask.h> +#include <unx/x11_cursors/mirror_curs.h> +#include <unx/x11_cursors/mirror_mask.h> +#include <unx/x11_cursors/crook_curs.h> +#include <unx/x11_cursors/crook_mask.h> +#include <unx/x11_cursors/crop_curs.h> +#include <unx/x11_cursors/crop_mask.h> +#include <unx/x11_cursors/movepoint_curs.h> +#include <unx/x11_cursors/movepoint_mask.h> +#include <unx/x11_cursors/movebezierweight_curs.h> +#include <unx/x11_cursors/movebezierweight_mask.h> +#include <unx/x11_cursors/drawfreehand_curs.h> +#include <unx/x11_cursors/drawfreehand_mask.h> +#include <unx/x11_cursors/drawcaption_curs.h> +#include <unx/x11_cursors/drawcaption_mask.h> +#include <unx/x11_cursors/movedata_curs.h> +#include <unx/x11_cursors/movedata_mask.h> +#include <unx/x11_cursors/copydata_curs.h> +#include <unx/x11_cursors/copydata_mask.h> +#include <unx/x11_cursors/linkdata_curs.h> +#include <unx/x11_cursors/linkdata_mask.h> +#include <unx/x11_cursors/movedlnk_curs.h> +#include <unx/x11_cursors/movedlnk_mask.h> +#include <unx/x11_cursors/copydlnk_curs.h> +#include <unx/x11_cursors/copydlnk_mask.h> +#include <unx/x11_cursors/movefile_curs.h> +#include <unx/x11_cursors/movefile_mask.h> +#include <unx/x11_cursors/copyfile_curs.h> +#include <unx/x11_cursors/copyfile_mask.h> +#include <unx/x11_cursors/linkfile_curs.h> +#include <unx/x11_cursors/linkfile_mask.h> +#include <unx/x11_cursors/moveflnk_curs.h> +#include <unx/x11_cursors/moveflnk_mask.h> +#include <unx/x11_cursors/copyflnk_curs.h> +#include <unx/x11_cursors/copyflnk_mask.h> +#include <unx/x11_cursors/movefiles_curs.h> +#include <unx/x11_cursors/movefiles_mask.h> +#include <unx/x11_cursors/copyfiles_curs.h> +#include <unx/x11_cursors/copyfiles_mask.h> -#include "unx/x11_cursors/chart_curs.h" -#include "unx/x11_cursors/chart_mask.h" -#include "unx/x11_cursors/detective_curs.h" -#include "unx/x11_cursors/detective_mask.h" -#include "unx/x11_cursors/pivotcol_curs.h" -#include "unx/x11_cursors/pivotcol_mask.h" -#include "unx/x11_cursors/pivotfld_curs.h" -#include "unx/x11_cursors/pivotfld_mask.h" -#include "unx/x11_cursors/pivotrow_curs.h" -#include "unx/x11_cursors/pivotrow_mask.h" -#include "unx/x11_cursors/pivotdel_curs.h" -#include "unx/x11_cursors/pivotdel_mask.h" +#include <unx/x11_cursors/chart_curs.h> +#include <unx/x11_cursors/chart_mask.h> +#include <unx/x11_cursors/detective_curs.h> +#include <unx/x11_cursors/detective_mask.h> +#include <unx/x11_cursors/pivotcol_curs.h> +#include <unx/x11_cursors/pivotcol_mask.h> +#include <unx/x11_cursors/pivotfld_curs.h> +#include <unx/x11_cursors/pivotfld_mask.h> +#include <unx/x11_cursors/pivotrow_curs.h> +#include <unx/x11_cursors/pivotrow_mask.h> +#include <unx/x11_cursors/pivotdel_curs.h> +#include <unx/x11_cursors/pivotdel_mask.h> -#include "unx/x11_cursors/chain_curs.h" -#include "unx/x11_cursors/chain_mask.h" -#include "unx/x11_cursors/chainnot_curs.h" -#include "unx/x11_cursors/chainnot_mask.h" +#include <unx/x11_cursors/chain_curs.h> +#include <unx/x11_cursors/chain_mask.h> +#include <unx/x11_cursors/chainnot_curs.h> +#include <unx/x11_cursors/chainnot_mask.h> -#include "unx/x11_cursors/ase_curs.h" -#include "unx/x11_cursors/ase_mask.h" -#include "unx/x11_cursors/asn_curs.h" -#include "unx/x11_cursors/asn_mask.h" -#include "unx/x11_cursors/asne_curs.h" -#include "unx/x11_cursors/asne_mask.h" -#include "unx/x11_cursors/asns_curs.h" -#include "unx/x11_cursors/asns_mask.h" -#include "unx/x11_cursors/asnswe_curs.h" -#include "unx/x11_cursors/asnswe_mask.h" -#include "unx/x11_cursors/asnw_curs.h" -#include "unx/x11_cursors/asnw_mask.h" -#include "unx/x11_cursors/ass_curs.h" -#include "unx/x11_cursors/ass_mask.h" -#include "unx/x11_cursors/asse_curs.h" -#include "unx/x11_cursors/asse_mask.h" -#include "unx/x11_cursors/assw_curs.h" -#include "unx/x11_cursors/assw_mask.h" -#include "unx/x11_cursors/asw_curs.h" -#include "unx/x11_cursors/asw_mask.h" -#include "unx/x11_cursors/aswe_curs.h" -#include "unx/x11_cursors/aswe_mask.h" -#include "unx/x11_cursors/null_curs.h" -#include "unx/x11_cursors/null_mask.h" +#include <unx/x11_cursors/ase_curs.h> +#include <unx/x11_cursors/ase_mask.h> +#include <unx/x11_cursors/asn_curs.h> +#include <unx/x11_cursors/asn_mask.h> +#include <unx/x11_cursors/asne_curs.h> +#include <unx/x11_cursors/asne_mask.h> +#include <unx/x11_cursors/asns_curs.h> +#include <unx/x11_cursors/asns_mask.h> +#include <unx/x11_cursors/asnswe_curs.h> +#include <unx/x11_cursors/asnswe_mask.h> +#include <unx/x11_cursors/asnw_curs.h> +#include <unx/x11_cursors/asnw_mask.h> +#include <unx/x11_cursors/ass_curs.h> +#include <unx/x11_cursors/ass_mask.h> +#include <unx/x11_cursors/asse_curs.h> +#include <unx/x11_cursors/asse_mask.h> +#include <unx/x11_cursors/assw_curs.h> +#include <unx/x11_cursors/assw_mask.h> +#include <unx/x11_cursors/asw_curs.h> +#include <unx/x11_cursors/asw_mask.h> +#include <unx/x11_cursors/aswe_curs.h> +#include <unx/x11_cursors/aswe_mask.h> +#include <unx/x11_cursors/null_curs.h> +#include <unx/x11_cursors/null_mask.h> -#include "unx/x11_cursors/fill_curs.h" -#include "unx/x11_cursors/fill_mask.h" -#include "unx/x11_cursors/vertcurs_curs.h" -#include "unx/x11_cursors/vertcurs_mask.h" -#include "unx/x11_cursors/tblsele_curs.h" -#include "unx/x11_cursors/tblsele_mask.h" -#include "unx/x11_cursors/tblsels_curs.h" -#include "unx/x11_cursors/tblsels_mask.h" -#include "unx/x11_cursors/tblselse_curs.h" -#include "unx/x11_cursors/tblselse_mask.h" -#include "unx/x11_cursors/tblselw_curs.h" -#include "unx/x11_cursors/tblselw_mask.h" -#include "unx/x11_cursors/tblselsw_curs.h" -#include "unx/x11_cursors/tblselsw_mask.h" -#include "unx/x11_cursors/wshide_curs.h" -#include "unx/x11_cursors/wshide_mask.h" -#include "unx/x11_cursors/wsshow_curs.h" -#include "unx/x11_cursors/wsshow_mask.h" +#include <unx/x11_cursors/fill_curs.h> +#include <unx/x11_cursors/fill_mask.h> +#include <unx/x11_cursors/vertcurs_curs.h> +#include <unx/x11_cursors/vertcurs_mask.h> +#include <unx/x11_cursors/tblsele_curs.h> +#include <unx/x11_cursors/tblsele_mask.h> +#include <unx/x11_cursors/tblsels_curs.h> +#include <unx/x11_cursors/tblsels_mask.h> +#include <unx/x11_cursors/tblselse_curs.h> +#include <unx/x11_cursors/tblselse_mask.h> +#include <unx/x11_cursors/tblselw_curs.h> +#include <unx/x11_cursors/tblselw_mask.h> +#include <unx/x11_cursors/tblselsw_curs.h> +#include <unx/x11_cursors/tblselsw_mask.h> +#include <unx/x11_cursors/wshide_curs.h> +#include <unx/x11_cursors/wshide_mask.h> +#include <unx/x11_cursors/wsshow_curs.h> +#include <unx/x11_cursors/wsshow_mask.h> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/inc/vclpluginapi.h b/vcl/inc/vclpluginapi.h index 86fbf1748813..5522d2f4ece4 100644 --- a/vcl/inc/vclpluginapi.h +++ b/vcl/inc/vclpluginapi.h @@ -20,8 +20,8 @@ #ifndef INCLUDED_VCL_INC_VCLPLUGINAPI_H #define INCLUDED_VCL_INC_VCLPLUGINAPI_H -#include "sal/config.h" -#include "sal/types.h" +#include <sal/config.h> +#include <sal/types.h> #if defined VCLPLUG_GEN_IMPLEMENTATION #define VCLPLUG_GEN_PUBLIC SAL_DLLPUBLIC_EXPORT diff --git a/vcl/opengl/DeviceInfo.cxx b/vcl/opengl/DeviceInfo.cxx index 135e0e7cf04e..24f42e34e481 100644 --- a/vcl/opengl/DeviceInfo.cxx +++ b/vcl/opengl/DeviceInfo.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "opengl/DeviceInfo.hxx" +#include <opengl/DeviceInfo.hxx> OpenGLDeviceInfo::~OpenGLDeviceInfo() { diff --git a/vcl/opengl/FixedTextureAtlas.cxx b/vcl/opengl/FixedTextureAtlas.cxx index 85e9f1331d49..a81a4c113054 100644 --- a/vcl/opengl/FixedTextureAtlas.cxx +++ b/vcl/opengl/FixedTextureAtlas.cxx @@ -13,10 +13,10 @@ #include <vcl/opengl/OpenGLContext.hxx> #include <vcl/opengl/OpenGLHelper.hxx> -#include "opengl/framebuffer.hxx" -#include "opengl/texture.hxx" +#include <opengl/framebuffer.hxx> +#include <opengl/texture.hxx> -#include "opengl/FixedTextureAtlas.hxx" +#include <opengl/FixedTextureAtlas.hxx> #include <o3tl/make_unique.hxx> diff --git a/vcl/opengl/LineRenderUtils.cxx b/vcl/opengl/LineRenderUtils.cxx index 3418a5c06e65..35f95c4b2da9 100644 --- a/vcl/opengl/LineRenderUtils.cxx +++ b/vcl/opengl/LineRenderUtils.cxx @@ -8,7 +8,7 @@ * */ -#include "opengl/LineRenderUtils.hxx" +#include <opengl/LineRenderUtils.hxx> namespace vcl { diff --git a/vcl/opengl/PackedTextureAtlas.cxx b/vcl/opengl/PackedTextureAtlas.cxx index ee1ca827ccc7..4e2695e5ae6e 100644 --- a/vcl/opengl/PackedTextureAtlas.cxx +++ b/vcl/opengl/PackedTextureAtlas.cxx @@ -13,10 +13,10 @@ #include <vcl/opengl/OpenGLContext.hxx> #include <vcl/opengl/OpenGLHelper.hxx> -#include "opengl/framebuffer.hxx" -#include "opengl/texture.hxx" +#include <opengl/framebuffer.hxx> +#include <opengl/texture.hxx> -#include "opengl/PackedTextureAtlas.hxx" +#include <opengl/PackedTextureAtlas.hxx> struct Node { diff --git a/vcl/opengl/RenderList.cxx b/vcl/opengl/RenderList.cxx index 462735c67f4c..1b15e78e26ef 100644 --- a/vcl/opengl/RenderList.cxx +++ b/vcl/opengl/RenderList.cxx @@ -8,9 +8,9 @@ * */ -#include "opengl/RenderList.hxx" -#include "opengl/VertexUtils.hxx" -#include "opengl/LineRenderUtils.hxx" +#include <opengl/RenderList.hxx> +#include <opengl/VertexUtils.hxx> +#include <opengl/LineRenderUtils.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolygontriangulator.hxx> diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx index f24038ee8cc1..3afc2069b05e 100644 --- a/vcl/opengl/gdiimpl.cxx +++ b/vcl/opengl/gdiimpl.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "openglgdiimpl.hxx" +#include <openglgdiimpl.hxx> #include <vcl/gradient.hxx> #include <vcl/idle.hxx> #include <salframe.hxx> -#include "salvd.hxx" +#include <salvd.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx> #include <basegfx/polygon/b2dlinegeometry.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> @@ -31,13 +31,13 @@ #include <basegfx/polygon/b2dtrapezoid.hxx> #include <vcl/opengl/OpenGLHelper.hxx> -#include "salgdi.hxx" -#include "svdata.hxx" -#include "opengl/zone.hxx" -#include "opengl/salbmp.hxx" -#include "opengl/RenderState.hxx" -#include "opengl/VertexUtils.hxx" -#include "opengl/BufferObject.hxx" +#include <salgdi.hxx> +#include <svdata.hxx> +#include <opengl/zone.hxx> +#include <opengl/salbmp.hxx> +#include <opengl/RenderState.hxx> +#include <opengl/VertexUtils.hxx> +#include <opengl/BufferObject.hxx> #include <vector> diff --git a/vcl/opengl/program.cxx b/vcl/opengl/program.cxx index 4da881fca210..54b71c24cb49 100644 --- a/vcl/opengl/program.cxx +++ b/vcl/opengl/program.cxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "opengl/program.hxx" -#include "opengl/RenderState.hxx" +#include <opengl/program.hxx> +#include <opengl/RenderState.hxx> #include <vcl/opengl/OpenGLHelper.hxx> #include <vcl/opengl/OpenGLContext.hxx> diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx index 4eb1f2714cd8..6a032200670e 100644 --- a/vcl/opengl/salbmp.cxx +++ b/vcl/opengl/salbmp.cxx @@ -26,19 +26,19 @@ #include <vcl/checksum.hxx> #include <vcl/outdev.hxx> #include <vcl/salbtype.hxx> -#include "svdata.hxx" -#include "salgdi.hxx" -#include "vcleventlisteners.hxx" +#include <svdata.hxx> +#include <salgdi.hxx> +#include <vcleventlisteners.hxx> #include <vcl/lazydelete.hxx> #include <o3tl/make_unique.hxx> #include <o3tl/make_shared.hxx> -#include "opengl/zone.hxx" -#include "opengl/program.hxx" -#include "opengl/salbmp.hxx" -#include "opengl/RenderState.hxx" -#include "opengl/FixedTextureAtlas.hxx" +#include <opengl/zone.hxx> +#include <opengl/program.hxx> +#include <opengl/salbmp.hxx> +#include <opengl/RenderState.hxx> +#include <opengl/FixedTextureAtlas.hxx> #if OSL_DEBUG_LEVEL > 0 # define CANARY "tex-canary" diff --git a/vcl/opengl/scale.cxx b/vcl/opengl/scale.cxx index 8a23fdd94100..4ff79b65717b 100644 --- a/vcl/opengl/scale.cxx +++ b/vcl/opengl/scale.cxx @@ -23,11 +23,11 @@ #include <vcl/bitmap.hxx> -#include "opengl/zone.hxx" -#include "opengl/salbmp.hxx" -#include "opengl/program.hxx" -#include "opengl/texture.hxx" -#include "opengl/RenderState.hxx" +#include <opengl/zone.hxx> +#include <opengl/salbmp.hxx> +#include <opengl/program.hxx> +#include <opengl/texture.hxx> +#include <opengl/RenderState.hxx> #include <ResampleKernel.hxx> diff --git a/vcl/opengl/texture.cxx b/vcl/opengl/texture.cxx index 35001bd02fcc..4740f3e0cc04 100644 --- a/vcl/opengl/texture.cxx +++ b/vcl/opengl/texture.cxx @@ -21,15 +21,15 @@ #include <vcl/opengl/OpenGLContext.hxx> #include <vcl/opengl/OpenGLHelper.hxx> -#include "svdata.hxx" +#include <svdata.hxx> #include <vcl/salbtype.hxx> #include <vcl/pngwrite.hxx> -#include "opengl/framebuffer.hxx" -#include "opengl/texture.hxx" -#include "opengl/zone.hxx" -#include "opengl/RenderState.hxx" +#include <opengl/framebuffer.hxx> +#include <opengl/texture.hxx> +#include <opengl/zone.hxx> +#include <opengl/RenderState.hxx> namespace { diff --git a/vcl/opengl/x11/X11DeviceInfo.cxx b/vcl/opengl/x11/X11DeviceInfo.cxx index c270adf08d32..5388f85c0c3d 100644 --- a/vcl/opengl/x11/X11DeviceInfo.cxx +++ b/vcl/opengl/x11/X11DeviceInfo.cxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "opengl/x11/X11DeviceInfo.hxx" -#include "opengl/x11/glxtest.hxx" +#include <opengl/x11/X11DeviceInfo.hxx> +#include <opengl/x11/glxtest.hxx> #include <config_features.h> diff --git a/vcl/opengl/x11/gdiimpl.cxx b/vcl/opengl/x11/gdiimpl.cxx index 74e9d9454f7a..dbf81f367552 100644 --- a/vcl/opengl/x11/gdiimpl.cxx +++ b/vcl/opengl/x11/gdiimpl.cxx @@ -31,7 +31,7 @@ #include <vcl/opengl/OpenGLHelper.hxx> #include <o3tl/lru_map.hxx> -#include "ControlCacheKey.hxx" +#include <ControlCacheKey.hxx> static std::vector<GLXContext> g_vShareList; static bool g_bAnyCurrent; diff --git a/vcl/qa/cppunit/BitmapProcessorTest.cxx b/vcl/qa/cppunit/BitmapProcessorTest.cxx index d2676da29d18..f53019e5ddeb 100644 --- a/vcl/qa/cppunit/BitmapProcessorTest.cxx +++ b/vcl/qa/cppunit/BitmapProcessorTest.cxx @@ -22,7 +22,7 @@ #include <vcl/graphicfilter.hxx> #include <config_features.h> -#include "BitmapProcessor.hxx" +#include <BitmapProcessor.hxx> namespace diff --git a/vcl/qa/cppunit/BitmapTest.cxx b/vcl/qa/cppunit/BitmapTest.cxx index f55a5b607617..b26eb4572a2d 100644 --- a/vcl/qa/cppunit/BitmapTest.cxx +++ b/vcl/qa/cppunit/BitmapTest.cxx @@ -26,7 +26,7 @@ #include <vcl/opengl/OpenGLHelper.hxx> #endif -#include "BitmapSymmetryCheck.hxx" +#include <BitmapSymmetryCheck.hxx> namespace { diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx index 211a75b1ab57..734e3ca28fed 100644 --- a/vcl/qa/cppunit/canvasbitmaptest.cxx +++ b/vcl/qa/cppunit/canvasbitmaptest.cxx @@ -40,7 +40,7 @@ #include <vcl/virdev.hxx> #include <vcl/bitmapex.hxx> -#include "canvasbitmap.hxx" +#include <canvasbitmap.hxx> #include <algorithm> using namespace ::com::sun::star; diff --git a/vcl/qa/cppunit/fontmetric.cxx b/vcl/qa/cppunit/fontmetric.cxx index 3166752f3273..4b4b53899a3e 100644 --- a/vcl/qa/cppunit/fontmetric.cxx +++ b/vcl/qa/cppunit/fontmetric.cxx @@ -16,7 +16,7 @@ #include <vcl/metric.hxx> -#include "impfont.hxx" +#include <impfont.hxx> class VclFontMetricTest : public test::BootstrapFixture { diff --git a/vcl/qa/cppunit/timer.cxx b/vcl/qa/cppunit/timer.cxx index 7b712bd76c04..aaaf9ec8d86e 100644 --- a/vcl/qa/cppunit/timer.cxx +++ b/vcl/qa/cppunit/timer.cxx @@ -20,8 +20,8 @@ #include <vcl/idle.hxx> #include <vcl/svapp.hxx> #include <vcl/scheduler.hxx> -#include "svdata.hxx" -#include "salinst.hxx" +#include <svdata.hxx> +#include <salinst.hxx> // #define TEST_WATCHDOG diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx index f2ebc5117ddd..c136c6c266a1 100644 --- a/vcl/source/app/dbggui.cxx +++ b/vcl/source/app/dbggui.cxx @@ -25,17 +25,17 @@ #include <tools/debug.hxx> #include <tools/lineend.hxx> -#include "sal/log.hxx" +#include <sal/log.hxx> #include <vcl/svapp.hxx> #include <vcl/event.hxx> #include <vcl/threadex.hxx> -#include "svdata.hxx" -#include "dbggui.hxx" +#include <svdata.hxx> +#include <dbggui.hxx> -#include "salinst.hxx" -#include "svsys.h" +#include <salinst.hxx> +#include <svsys.h> #include <algorithm> #include <memory> diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx index a1d909eb6eed..0f608b56d5b5 100644 --- a/vcl/source/app/help.cxx +++ b/vcl/source/app/help.cxx @@ -19,8 +19,8 @@ #include <comphelper/string.hxx> -#include "tools/diagnose_ex.h" -#include "tools/time.hxx" +#include <tools/diagnose_ex.h> +#include <tools/time.hxx> #include <vcl/window.hxx> #include <vcl/event.hxx> @@ -29,9 +29,9 @@ #include <vcl/help.hxx> #include <vcl/settings.hxx> -#include "helpwin.hxx" -#include "salframe.hxx" -#include "svdata.hxx" +#include <helpwin.hxx> +#include <salframe.hxx> +#include <svdata.hxx> #define HELPWINSTYLE_QUICK 0 #define HELPWINSTYLE_BALLOON 1 diff --git a/vcl/source/app/i18nhelp.cxx b/vcl/source/app/i18nhelp.cxx index 696d971a30b4..2f87c0c45369 100644 --- a/vcl/source/app/i18nhelp.cxx +++ b/vcl/source/app/i18nhelp.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "comphelper/processfactory.hxx" -#include "unotools/localedatawrapper.hxx" -#include "unotools/transliterationwrapper.hxx" +#include <comphelper/processfactory.hxx> +#include <unotools/localedatawrapper.hxx> +#include <unotools/transliterationwrapper.hxx> -#include "i18nlangtag/languagetag.hxx" -#include "i18nutil/transliteration.hxx" +#include <i18nlangtag/languagetag.hxx> +#include <i18nutil/transliteration.hxx> -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> #include <vcl/i18nhelp.hxx> -#include "com/sun/star/lang/XMultiServiceFactory.hpp" +#include <com/sun/star/lang/XMultiServiceFactory.hpp> using namespace ::com::sun::star; diff --git a/vcl/source/app/idle.cxx b/vcl/source/app/idle.cxx index 0eca28c52306..c8b6bb153445 100644 --- a/vcl/source/app/idle.cxx +++ b/vcl/source/app/idle.cxx @@ -20,7 +20,7 @@ #include <vcl/idle.hxx> #include <vcl/scheduler.hxx> #include <svdata.hxx> -#include "saltimer.hxx" +#include <saltimer.hxx> Idle::Idle( bool bAuto, const sal_Char *pDebugName ) : Timer( bAuto, pDebugName ) diff --git a/vcl/source/app/session.cxx b/vcl/source/app/session.cxx index 834ed57b2902..0969f33eadab 100644 --- a/vcl/source/app/session.cxx +++ b/vcl/source/app/session.cxx @@ -18,7 +18,7 @@ */ #include <memory> -#include "sal/config.h" +#include <sal/config.h> #include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase.hxx> diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index 75987898f814..b6f9a2d7b1b4 100644 --- a/vcl/source/app/settings.cxx +++ b/vcl/source/app/settings.cxx @@ -25,11 +25,11 @@ #include "win/svsys.h" #endif -#include "comphelper/processfactory.hxx" +#include <comphelper/processfactory.hxx> #include <rtl/bootstrap.hxx> -#include "i18nlangtag/mslangid.hxx" -#include "i18nlangtag/languagetag.hxx" +#include <i18nlangtag/mslangid.hxx> +#include <i18nlangtag/languagetag.hxx> #include <comphelper/lok.hxx> @@ -46,16 +46,16 @@ #include <vcl/gradient.hxx> #include <vcl/outdev.hxx> -#include "unotools/fontcfg.hxx" -#include "unotools/localedatawrapper.hxx" -#include "unotools/collatorwrapper.hxx" -#include "unotools/confignode.hxx" -#include "unotools/configmgr.hxx" -#include "unotools/syslocaleoptions.hxx" +#include <unotools/fontcfg.hxx> +#include <unotools/localedatawrapper.hxx> +#include <unotools/collatorwrapper.hxx> +#include <unotools/confignode.hxx> +#include <unotools/configmgr.hxx> +#include <unotools/syslocaleoptions.hxx> using namespace ::com::sun::star; -#include "svdata.hxx" +#include <svdata.hxx> struct ImplMouseData { diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index 747c70a0ae95..0bc16bedb090 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -56,18 +56,18 @@ #endif #include <saltimer.hxx> -#include "salinst.hxx" -#include "salframe.hxx" -#include "salsys.hxx" -#include "svdata.hxx" -#include "salimestatus.hxx" -#include "displayconnectiondispatch.hxx" -#include "window.h" -#include "accmgr.hxx" -#include "strings.hrc" -#include "strings.hxx" +#include <salinst.hxx> +#include <salframe.hxx> +#include <salsys.hxx> +#include <svdata.hxx> +#include <salimestatus.hxx> +#include <displayconnectiondispatch.hxx> +#include <window.h> +#include <accmgr.hxx> +#include <strings.hrc> +#include <strings.hxx> #if OSL_DEBUG_LEVEL > 0 -#include "schedulerimpl.hxx" +#include <schedulerimpl.hxx> #endif #include <com/sun/star/uno/Reference.h> diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx index fb6d6726c419..69a9db6d008d 100644 --- a/vcl/source/app/svdata.cxx +++ b/vcl/source/app/svdata.cxx @@ -40,19 +40,19 @@ #include <scrwnd.hxx> #include <helpwin.hxx> #include <vcl/dialog.hxx> -#include "salinst.hxx" -#include "salframe.hxx" -#include "salgdi.hxx" -#include "svdata.hxx" -#include "window.h" -#include "salimestatus.hxx" -#include "salsys.hxx" -#include "strings.hrc" -#include "units.hrc" - -#include "com/sun/star/accessibility/MSAAService.hpp" - -#include "officecfg/Office/Common.hxx" +#include <salinst.hxx> +#include <salframe.hxx> +#include <salgdi.hxx> +#include <svdata.hxx> +#include <window.h> +#include <salimestatus.hxx> +#include <salsys.hxx> +#include <strings.hrc> +#include <units.hrc> + +#include <com/sun/star/accessibility/MSAAService.hpp> + +#include <officecfg/Office/Common.hxx> #include <config_folders.h> #include <config_features.h> diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index d35f32ba646f..e4b1468eecec 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -66,21 +66,21 @@ #include <jni.h> #endif -#include "salinst.hxx" -#include "salwtype.hxx" -#include "svdata.hxx" +#include <salinst.hxx> +#include <salwtype.hxx> +#include <svdata.hxx> #include <vcl/svmain.hxx> -#include "dbggui.hxx" -#include "accmgr.hxx" -#include "outdev.h" -#include "fontinstance.hxx" -#include "PhysicalFontCollection.hxx" -#include "print.h" -#include "salgdi.hxx" -#include "salsys.hxx" -#include "saltimer.hxx" -#include "salimestatus.hxx" -#include "displayconnectiondispatch.hxx" +#include <dbggui.hxx> +#include <accmgr.hxx> +#include <outdev.h> +#include <fontinstance.hxx> +#include <PhysicalFontCollection.hxx> +#include <print.h> +#include <salgdi.hxx> +#include <salsys.hxx> +#include <saltimer.hxx> +#include <salimestatus.hxx> +#include <displayconnectiondispatch.hxx> #include <config_features.h> #if HAVE_FEATURE_OPENGL diff --git a/vcl/source/app/timer.cxx b/vcl/source/app/timer.cxx index f615c9f732e6..142a9c56b006 100644 --- a/vcl/source/app/timer.cxx +++ b/vcl/source/app/timer.cxx @@ -20,8 +20,8 @@ #include <tools/time.hxx> #include <vcl/timer.hxx> #include <vcl/scheduler.hxx> -#include "saltimer.hxx" -#include "schedulerimpl.hxx" +#include <saltimer.hxx> +#include <schedulerimpl.hxx> void Timer::SetDeletionFlags() { diff --git a/vcl/source/app/vclevent.cxx b/vcl/source/app/vclevent.cxx index 2cab94c4561e..211ee5d7cc91 100644 --- a/vcl/source/app/vclevent.cxx +++ b/vcl/source/app/vclevent.cxx @@ -21,8 +21,8 @@ #include <vcl/window.hxx> #include <vcl/menu.hxx> -#include "svdata.hxx" -#include "vcleventlisteners.hxx" +#include <svdata.hxx> +#include <vcleventlisteners.hxx> #include <com/sun/star/accessibility/XAccessible.hpp> diff --git a/vcl/source/bitmap/BitmapProcessor.cxx b/vcl/source/bitmap/BitmapProcessor.cxx index a7870534818a..cda77c8d4601 100644 --- a/vcl/source/bitmap/BitmapProcessor.cxx +++ b/vcl/source/bitmap/BitmapProcessor.cxx @@ -11,7 +11,7 @@ #include <vcl/bitmapaccess.hxx> #include <basegfx/color/bcolortools.hxx> -#include "BitmapProcessor.hxx" +#include <BitmapProcessor.hxx> BitmapEx BitmapProcessor::createLightImage(const BitmapEx& rBitmapEx) { diff --git a/vcl/source/bitmap/BitmapScaleConvolution.cxx b/vcl/source/bitmap/BitmapScaleConvolution.cxx index dde9cb6e4d6d..49aed5d5940b 100644 --- a/vcl/source/bitmap/BitmapScaleConvolution.cxx +++ b/vcl/source/bitmap/BitmapScaleConvolution.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "BitmapScaleConvolution.hxx" -#include "ResampleKernel.hxx" +#include <BitmapScaleConvolution.hxx> +#include <ResampleKernel.hxx> #include <vcl/bitmapaccess.hxx> #include <osl/diagnose.h> diff --git a/vcl/source/components/dtranscomp.cxx b/vcl/source/components/dtranscomp.cxx index 4419e269c982..f0f02a97252b 100644 --- a/vcl/source/components/dtranscomp.cxx +++ b/vcl/source/components/dtranscomp.cxx @@ -17,28 +17,28 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "osl/mutex.hxx" +#include <osl/mutex.hxx> #include <vcl/svapp.hxx> -#include "factory.hxx" -#include "svdata.hxx" -#include "salinst.hxx" +#include <factory.hxx> +#include <svdata.hxx> +#include <salinst.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/lang/XSingleServiceFactory.hpp" -#include "com/sun/star/lang/XInitialization.hpp" -#include "com/sun/star/lang/DisposedException.hpp" -#include "com/sun/star/datatransfer/XTransferable.hpp" -#include "com/sun/star/datatransfer/clipboard/XClipboard.hpp" -#include "com/sun/star/datatransfer/clipboard/XClipboardEx.hpp" -#include "com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp" -#include "com/sun/star/datatransfer/clipboard/XClipboardListener.hpp" -#include "com/sun/star/datatransfer/clipboard/XSystemClipboard.hpp" -#include "com/sun/star/datatransfer/dnd/XDragSource.hpp" -#include "com/sun/star/datatransfer/dnd/XDropTarget.hpp" -#include "com/sun/star/datatransfer/dnd/DNDConstants.hpp" +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XSingleServiceFactory.hpp> +#include <com/sun/star/lang/XInitialization.hpp> +#include <com/sun/star/lang/DisposedException.hpp> +#include <com/sun/star/datatransfer/XTransferable.hpp> +#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> +#include <com/sun/star/datatransfer/clipboard/XClipboardEx.hpp> +#include <com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp> +#include <com/sun/star/datatransfer/clipboard/XClipboardListener.hpp> +#include <com/sun/star/datatransfer/clipboard/XSystemClipboard.hpp> +#include <com/sun/star/datatransfer/dnd/XDragSource.hpp> +#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp> +#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> #include <cppuhelper/compbase.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/vcl/source/components/fontident.cxx b/vcl/source/components/fontident.cxx index 3d99129b933e..ac3168160657 100644 --- a/vcl/source/components/fontident.cxx +++ b/vcl/source/components/fontident.cxx @@ -20,8 +20,8 @@ #include <vcl/svapp.hxx> #include <vcl/font.hxx> -#include "factory.hxx" -#include "svdata.hxx" +#include <factory.hxx> +#include <svdata.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx index 2b2668d3de7c..02000ff0d7f2 100644 --- a/vcl/source/control/combobox.cxx +++ b/vcl/source/control/combobox.cxx @@ -30,7 +30,7 @@ #include <vcl/uitest/uiobject.hxx> #include <svdata.hxx> -#include "listbox.hxx" +#include <listbox.hxx> #include <controldata.hxx> diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx index 0caa0fa64170..7105b654c232 100644 --- a/vcl/source/control/field.cxx +++ b/vcl/source/control/field.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> @@ -29,12 +29,12 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include "strings.hrc" -#include "svdata.hxx" +#include <strings.hrc> +#include <svdata.hxx> -#include "i18nutil/unicode.hxx" +#include <i18nutil/unicode.hxx> -#include "rtl/math.hxx" +#include <rtl/math.hxx> #include <unotools/localedatawrapper.hxx> diff --git a/vcl/source/control/field2.cxx b/vcl/source/control/field2.cxx index 87885679dead..3b3f4676c903 100644 --- a/vcl/source/control/field2.cxx +++ b/vcl/source/control/field2.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <algorithm> diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx index 13c69e2edb19..89d898603bf0 100644 --- a/vcl/source/control/fixed.cxx +++ b/vcl/source/control/fixed.cxx @@ -26,8 +26,8 @@ #include <vcl/settings.hxx> #include <comphelper/string.hxx> -#include "controldata.hxx" -#include "window.h" +#include <controldata.hxx> +#include <window.h> #define FIXEDLINE_TEXT_BORDER 4 diff --git a/vcl/source/control/imp_listbox.cxx b/vcl/source/control/imp_listbox.cxx index 2244f8397ac7..5339213f75d6 100644 --- a/vcl/source/control/imp_listbox.cxx +++ b/vcl/source/control/imp_listbox.cxx @@ -28,7 +28,7 @@ #include <vcl/unohelp.hxx> #include <vcl/i18nhelp.hxx> -#include "listbox.hxx" +#include <listbox.hxx> #include <controldata.hxx> #include <svdata.hxx> #include <window.h> diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx index bc953fbe3274..7db757510534 100644 --- a/vcl/source/control/listbox.cxx +++ b/vcl/source/control/listbox.cxx @@ -29,10 +29,10 @@ #include <vcl/settings.hxx> #include <vcl/uitest/uiobject.hxx> -#include "svdata.hxx" -#include "controldata.hxx" -#include "listbox.hxx" -#include "dndeventdispatcher.hxx" +#include <svdata.hxx> +#include <controldata.hxx> +#include <listbox.hxx> +#include <dndeventdispatcher.hxx> #include <com/sun/star/datatransfer/dnd/XDropTarget.hpp> diff --git a/vcl/source/control/scrbar.cxx b/vcl/source/control/scrbar.cxx index 5f84ff2c4022..6247e688a8bf 100644 --- a/vcl/source/control/scrbar.cxx +++ b/vcl/source/control/scrbar.cxx @@ -23,9 +23,9 @@ #include <vcl/timer.hxx> #include <vcl/settings.hxx> -#include "svdata.hxx" +#include <svdata.hxx> -#include "rtl/string.hxx" +#include <rtl/string.hxx> /* #i77549# HACK: for scrollbars in case of thumb rect, page up and page down rect we diff --git a/vcl/source/control/spinbtn.cxx b/vcl/source/control/spinbtn.cxx index 251ba7498343..0904a6ba7a94 100644 --- a/vcl/source/control/spinbtn.cxx +++ b/vcl/source/control/spinbtn.cxx @@ -21,7 +21,7 @@ #include <vcl/spin.hxx> #include <vcl/settings.hxx> -#include "spin.hxx" +#include <spin.hxx> void SpinButton::ImplInit( vcl::Window* pParent, WinBits nStyle ) { diff --git a/vcl/source/control/spinfld.cxx b/vcl/source/control/spinfld.cxx index 37f88ea6b252..bd351621f80e 100644 --- a/vcl/source/control/spinfld.cxx +++ b/vcl/source/control/spinfld.cxx @@ -23,9 +23,9 @@ #include <vcl/settings.hxx> #include <vcl/uitest/uiobject.hxx> -#include "controldata.hxx" -#include "spin.hxx" -#include "svdata.hxx" +#include <controldata.hxx> +#include <spin.hxx> +#include <svdata.hxx> namespace { diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx index 27686b17b9e8..356a3a215c7e 100644 --- a/vcl/source/control/tabctrl.cxx +++ b/vcl/source/control/tabctrl.cxx @@ -34,9 +34,9 @@ #include <strings.hrc> #include <bitmaps.hlst> -#include "controldata.hxx" -#include "svdata.hxx" -#include "window.h" +#include <controldata.hxx> +#include <svdata.hxx> +#include <window.h> #include <unordered_map> #include <vector> diff --git a/vcl/source/edit/textdata.cxx b/vcl/source/edit/textdata.cxx index 77aab9a1fa2f..9f978e302e6b 100644 --- a/vcl/source/edit/textdata.cxx +++ b/vcl/source/edit/textdata.cxx @@ -22,7 +22,7 @@ #include <cstddef> #include <vcl/textdata.hxx> -#include <textdat2.hxx> +#include "textdat2.hxx" TextSelection::TextSelection() diff --git a/vcl/source/edit/textdoc.cxx b/vcl/source/edit/textdoc.cxx index 3daf97e2761b..8734ea6e5705 100644 --- a/vcl/source/edit/textdoc.cxx +++ b/vcl/source/edit/textdoc.cxx @@ -18,7 +18,7 @@ */ #include <memory> -#include <textdoc.hxx> +#include "textdoc.hxx" #include <stdlib.h> #include <osl/diagnose.h> diff --git a/vcl/source/edit/texteng.cxx b/vcl/source/edit/texteng.cxx index b847d13da856..e1a6f6644626 100644 --- a/vcl/source/edit/texteng.cxx +++ b/vcl/source/edit/texteng.cxx @@ -21,10 +21,10 @@ #include <vcl/texteng.hxx> #include <vcl/textview.hxx> -#include <textdoc.hxx> -#include <textdat2.hxx> -#include <textundo.hxx> -#include <textund2.hxx> +#include "textdoc.hxx" +#include "textdat2.hxx" +#include "textundo.hxx" +#include "textund2.hxx" #include <svl/ctloptions.hxx> #include <vcl/window.hxx> #include <vcl/settings.hxx> diff --git a/vcl/source/edit/textundo.cxx b/vcl/source/edit/textundo.cxx index d8527af48095..5c58bde20b8a 100644 --- a/vcl/source/edit/textundo.cxx +++ b/vcl/source/edit/textundo.cxx @@ -19,13 +19,13 @@ #include "textundo.hxx" #include "textund2.hxx" -#include "strings.hrc" +#include <strings.hrc> #include <vcl/texteng.hxx> #include <vcl/textview.hxx> #include <vcl/textdata.hxx> -#include <textdoc.hxx> -#include <textdat2.hxx> +#include "textdoc.hxx" +#include "textdat2.hxx" #include <svdata.hxx> namespace diff --git a/vcl/source/edit/textview.cxx b/vcl/source/edit/textview.cxx index b19ad1767043..1b2c82e6215e 100644 --- a/vcl/source/edit/textview.cxx +++ b/vcl/source/edit/textview.cxx @@ -22,10 +22,10 @@ #include <vcl/textview.hxx> #include <vcl/texteng.hxx> #include <vcl/settings.hxx> -#include <textdoc.hxx> +#include "textdoc.hxx" #include <vcl/textdata.hxx> #include <vcl/xtextedt.hxx> -#include <textdat2.hxx> +#include "textdat2.hxx" #include <svl/undo.hxx> #include <vcl/cursor.hxx> diff --git a/vcl/source/filter/graphicfilter.cxx b/vcl/source/filter/graphicfilter.cxx index 44f0bc6c2f27..19c32190e3d0 100644 --- a/vcl/source/filter/graphicfilter.cxx +++ b/vcl/source/filter/graphicfilter.cxx @@ -49,7 +49,7 @@ #include "ixbm/xbmread.hxx" #include "ixpm/xpmread.hxx" #include "sgffilt.hxx" -#include "osl/module.hxx" +#include <osl/module.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/awt/Size.hpp> #include <com/sun/star/uno/XInterface.hpp> diff --git a/vcl/source/filter/graphicfilter_internal.hxx b/vcl/source/filter/graphicfilter_internal.hxx index 8f3931ec2994..c44307ada6c9 100644 --- a/vcl/source/filter/graphicfilter_internal.hxx +++ b/vcl/source/filter/graphicfilter_internal.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_SOURCE_FILTER_GRAPHICFILTER_INTERNAL_HXX #define INCLUDED_VCL_SOURCE_FILTER_GRAPHICFILTER_INTERNAL_HXX -#include "tools/solar.h" +#include <tools/solar.h> sal_uInt8* ImplSearchEntry( sal_uInt8*, sal_uInt8 const *, sal_uLong, sal_uLong ); diff --git a/vcl/source/filter/jpeg/jinclude.h b/vcl/source/filter/jpeg/jinclude.h index 4536a09c7acc..5bd55a6e3a7c 100644 --- a/vcl/source/filter/jpeg/jinclude.h +++ b/vcl/source/filter/jpeg/jinclude.h @@ -16,7 +16,7 @@ /* Include auto-config file to find out which system include files we need. */ -#include "jconfig.h" /* auto configuration options */ +#include <jconfig.h> /* auto configuration options */ #define JCONFIG_INCLUDED /* so that jpeglib.h doesn't do it again */ /* diff --git a/vcl/source/filter/jpeg/jpegc.cxx b/vcl/source/filter/jpeg/jpegc.cxx index 86dd30b71c7e..a7e400263fd1 100644 --- a/vcl/source/filter/jpeg/jpegc.cxx +++ b/vcl/source/filter/jpeg/jpegc.cxx @@ -32,8 +32,8 @@ extern "C" { } #include "jpeg.h" -#include <JpegReader.hxx> -#include <JpegWriter.hxx> +#include "JpegReader.hxx" +#include "JpegWriter.hxx" #include <memory> #include <vcl/bitmapaccess.hxx> #include <vcl/graphicfilter.hxx> diff --git a/vcl/source/filter/jpeg/transupp.c b/vcl/source/filter/jpeg/transupp.c index 58f2219f790a..72dba281b578 100644 --- a/vcl/source/filter/jpeg/transupp.c +++ b/vcl/source/filter/jpeg/transupp.c @@ -17,8 +17,8 @@ #include <sal/config.h> #include "jinclude.h" -#include "jerror.h" -#include "jpeglib.h" +#include <jerror.h> +#include <jpeglib.h> #include "transupp.h" /* My own external interface */ #include "jpegcomp.h" diff --git a/vcl/source/filter/sgvspln.cxx b/vcl/source/filter/sgvspln.cxx index 6fa9da2c7916..43d3dc371849 100644 --- a/vcl/source/filter/sgvspln.cxx +++ b/vcl/source/filter/sgvspln.cxx @@ -21,7 +21,7 @@ #include <memory> #include <rtl/math.hxx> -#include <sgvspln.hxx> +#include "sgvspln.hxx" #include <cmath> #include <android/compatibility.hxx> diff --git a/vcl/source/filter/sgvtext.cxx b/vcl/source/filter/sgvtext.cxx index f3ec82655120..e3ca71aa5663 100644 --- a/vcl/source/filter/sgvtext.cxx +++ b/vcl/source/filter/sgvtext.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <osl/thread.h> #include <rtl/math.h> diff --git a/vcl/source/filter/wmf/emfwr.cxx b/vcl/source/filter/wmf/emfwr.cxx index ccfa8860510f..649425f20b83 100644 --- a/vcl/source/filter/wmf/emfwr.cxx +++ b/vcl/source/filter/wmf/emfwr.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <algorithm> diff --git a/vcl/source/filter/wmf/wmfwr.cxx b/vcl/source/filter/wmf/wmfwr.cxx index 2e35ebd26ea4..f7d2fdf80359 100644 --- a/vcl/source/filter/wmf/wmfwr.cxx +++ b/vcl/source/filter/wmf/wmfwr.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <algorithm> diff --git a/vcl/source/font/PhysicalFontCollection.cxx b/vcl/source/font/PhysicalFontCollection.cxx index 869578425aef..42fe0707134b 100644 --- a/vcl/source/font/PhysicalFontCollection.cxx +++ b/vcl/source/font/PhysicalFontCollection.cxx @@ -24,8 +24,8 @@ #include <unotools/configmgr.hxx> #include <unotools/fontdefs.hxx> -#include "outdev.h" -#include "PhysicalFontCollection.hxx" +#include <outdev.h> +#include <PhysicalFontCollection.hxx> static ImplFontAttrs lcl_IsCJKFont( const OUString& rFontName ) { diff --git a/vcl/source/font/PhysicalFontFace.cxx b/vcl/source/font/PhysicalFontFace.cxx index 044cd36063da..dc911643f016 100644 --- a/vcl/source/font/PhysicalFontFace.cxx +++ b/vcl/source/font/PhysicalFontFace.cxx @@ -21,10 +21,10 @@ #include <tools/fontenum.hxx> #include <unotools/fontdefs.hxx> -#include "fontinstance.hxx" -#include "fontattributes.hxx" +#include <fontinstance.hxx> +#include <fontattributes.hxx> -#include "PhysicalFontFace.hxx" +#include <PhysicalFontFace.hxx> PhysicalFontFace::PhysicalFontFace( const FontAttributes& rDFA ) : FontAttributes( rDFA ) diff --git a/vcl/source/font/PhysicalFontFamily.cxx b/vcl/source/font/PhysicalFontFamily.cxx index 5381e29e175e..81fa20e8f17e 100644 --- a/vcl/source/font/PhysicalFontFamily.cxx +++ b/vcl/source/font/PhysicalFontFamily.cxx @@ -20,8 +20,8 @@ #include <rtl/ustring.hxx> #include <unotools/fontdefs.hxx> -#include "outdev.h" -#include "PhysicalFontCollection.hxx" +#include <outdev.h> +#include <PhysicalFontCollection.hxx> void PhysicalFontFamily::CalcType( ImplFontAttrs& rType, FontWeight& rWeight, FontWidth& rWidth, FontFamily eFamily, const utl::FontNameAttr* pFontAttr ) diff --git a/vcl/source/font/font.cxx b/vcl/source/font/font.cxx index 3214652064f4..557984fe4e57 100644 --- a/vcl/source/font/font.cxx +++ b/vcl/source/font/font.cxx @@ -26,10 +26,10 @@ #include <vcl/font.hxx> -#include "impfont.hxx" -#include "fontinstance.hxx" -#include "fontattributes.hxx" -#include "sft.hxx" +#include <impfont.hxx> +#include <fontinstance.hxx> +#include <fontattributes.hxx> +#include <sft.hxx> #include <algorithm> diff --git a/vcl/source/font/fontattributes.cxx b/vcl/source/font/fontattributes.cxx index 890f4f20b2d8..56c28fc21e2a 100644 --- a/vcl/source/font/fontattributes.cxx +++ b/vcl/source/font/fontattributes.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sallayout.hxx" -#include "svdata.hxx" +#include <sallayout.hxx> +#include <svdata.hxx> -#include "fontattributes.hxx" +#include <fontattributes.hxx> FontAttributes::FontAttributes() : meWeight( WEIGHT_DONTKNOW ), diff --git a/vcl/source/font/fontcache.cxx b/vcl/source/font/fontcache.cxx index 6b576999507b..42db74f434d8 100644 --- a/vcl/source/font/fontcache.cxx +++ b/vcl/source/font/fontcache.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "svdata.hxx" +#include <svdata.hxx> -#include "fontinstance.hxx" -#include "PhysicalFontCollection.hxx" -#include "PhysicalFontFace.hxx" -#include "PhysicalFontFamily.hxx" +#include <fontinstance.hxx> +#include <PhysicalFontCollection.hxx> +#include <PhysicalFontFace.hxx> +#include <PhysicalFontFamily.hxx> size_t ImplFontCache::IFSD_Hash::operator()( const FontSelectPattern& rFSD ) const { diff --git a/vcl/source/font/fontinstance.cxx b/vcl/source/font/fontinstance.cxx index 04d1061296da..6d566264bffc 100644 --- a/vcl/source/font/fontinstance.cxx +++ b/vcl/source/font/fontinstance.cxx @@ -18,8 +18,8 @@ */ -#include "svdata.hxx" -#include "fontinstance.hxx" +#include <svdata.hxx> +#include <fontinstance.hxx> // extend std namespace to add custom hash needed for LogicalFontInstance diff --git a/vcl/source/font/fontmetric.cxx b/vcl/source/font/fontmetric.cxx index 8dfb4cfbb1ad..d2de3917604e 100644 --- a/vcl/source/font/fontmetric.cxx +++ b/vcl/source/font/fontmetric.cxx @@ -21,10 +21,10 @@ #include <vcl/fontcharmap.hxx> #include <vcl/metric.hxx> -#include "impfontmetric.hxx" -#include "impfontmetricdata.hxx" -#include "PhysicalFontFace.hxx" -#include "sft.hxx" +#include <impfontmetric.hxx> +#include <impfontmetricdata.hxx> +#include <PhysicalFontFace.hxx> +#include <sft.hxx> #include <vector> #include <set> diff --git a/vcl/source/font/fontselect.cxx b/vcl/source/font/fontselect.cxx index 062261263409..cefdcb178b7a 100644 --- a/vcl/source/font/fontselect.cxx +++ b/vcl/source/font/fontselect.cxx @@ -20,7 +20,7 @@ #include <sal/config.h> #include <PhysicalFontFace.hxx> -#include "svdata.hxx" +#include <svdata.hxx> // These mustn't conflict with font name lists which use ; and , const char FontSelectPatternAttributes::FEAT_PREFIX = ':'; diff --git a/vcl/source/fontsubset/cff.cxx b/vcl/source/fontsubset/cff.cxx index f78d601fcc0a..00b6492ad34c 100644 --- a/vcl/source/fontsubset/cff.cxx +++ b/vcl/source/fontsubset/cff.cxx @@ -21,7 +21,7 @@ #include <cstring> #include <assert.h> -#include "fontsubset.hxx" +#include <fontsubset.hxx> #include <vcl/strhelper.hxx> diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx index ef7eef5a03ff..ea5b2d6ce8ce 100644 --- a/vcl/source/fontsubset/sft.cxx +++ b/vcl/source/fontsubset/sft.cxx @@ -33,7 +33,7 @@ #include <sys/mman.h> #include <sys/stat.h> #endif -#include "sft.hxx" +#include <sft.hxx> #include "ttcr.hxx" #include "xlat.hxx" #include <rtl/crc.h> diff --git a/vcl/source/fontsubset/ttcr.cxx b/vcl/source/fontsubset/ttcr.cxx index 6f860f4f2ec2..b90166a1b76e 100644 --- a/vcl/source/fontsubset/ttcr.cxx +++ b/vcl/source/fontsubset/ttcr.cxx @@ -28,7 +28,7 @@ #include "ttcr.hxx" #include "list.h" -#include "string.h" +#include <string.h> namespace vcl { diff --git a/vcl/source/fontsubset/ttcr.hxx b/vcl/source/fontsubset/ttcr.hxx index 6e595c5c9cf2..a5a28e612652 100644 --- a/vcl/source/fontsubset/ttcr.hxx +++ b/vcl/source/fontsubset/ttcr.hxx @@ -27,7 +27,7 @@ #ifndef INCLUDED_VCL_SOURCE_FONTSUBSET_TTCR_HXX #define INCLUDED_VCL_SOURCE_FONTSUBSET_TTCR_HXX -#include "sft.hxx" +#include <sft.hxx> namespace vcl { diff --git a/vcl/source/fontsubset/xlat.cxx b/vcl/source/fontsubset/xlat.cxx index 630720a520b4..2a4e38175030 100644 --- a/vcl/source/fontsubset/xlat.cxx +++ b/vcl/source/fontsubset/xlat.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "rtl/textcvt.h" +#include <rtl/textcvt.h> #include "xlat.hxx" namespace { diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx index 5055c74c58b8..4f896e694b59 100644 --- a/vcl/source/gdi/CommonSalLayout.cxx +++ b/vcl/source/gdi/CommonSalLayout.cxx @@ -18,7 +18,7 @@ */ #include <memory> -#include "CommonSalLayout.hxx" +#include <CommonSalLayout.hxx> #include <vcl/unohelp.hxx> #include <scrptrun.h> diff --git a/vcl/source/gdi/animate.cxx b/vcl/source/gdi/animate.cxx index e13448e34a28..3e2dae464d7e 100644 --- a/vcl/source/gdi/animate.cxx +++ b/vcl/source/gdi/animate.cxx @@ -24,7 +24,7 @@ #include <vcl/window.hxx> #include <vcl/dibtools.hxx> -#include "impanmvw.hxx" +#include <impanmvw.hxx> #define MIN_TIMEOUT 2 #define INC_TIMEOUT 0 diff --git a/vcl/source/gdi/bitmap3.cxx b/vcl/source/gdi/bitmap3.cxx index 48b11eec4f93..4aef742fcc86 100644 --- a/vcl/source/gdi/bitmap3.cxx +++ b/vcl/source/gdi/bitmap3.cxx @@ -29,13 +29,13 @@ #endif #include <memory> -#include "impbmp.hxx" -#include "impoctree.hxx" +#include <impbmp.hxx> +#include <impoctree.hxx> #include "impvect.hxx" #include <bitmapscalesuper.hxx> -#include "octree.hxx" -#include "BitmapScaleConvolution.hxx" +#include <octree.hxx> +#include <BitmapScaleConvolution.hxx> #define RGB15( _def_cR, _def_cG, _def_cB ) (((sal_uLong)(_def_cR)<<10)|((sal_uLong)(_def_cG)<<5)|(sal_uLong)(_def_cB)) #define GAMMA( _def_cVal, _def_InvGamma ) ((sal_uInt8)MinMax(FRound(pow( _def_cVal/255.0,_def_InvGamma)*255.0),0,255)) diff --git a/vcl/source/gdi/embeddedfontshelper.cxx b/vcl/source/gdi/embeddedfontshelper.cxx index d370c381b1f4..405b13f2e726 100644 --- a/vcl/source/gdi/embeddedfontshelper.cxx +++ b/vcl/source/gdi/embeddedfontshelper.cxx @@ -16,11 +16,11 @@ #include <vcl/svapp.hxx> #include <vcl/embeddedfontshelper.hxx> -#include "fontsubset.hxx" -#include "outdev.h" -#include "PhysicalFontCollection.hxx" -#include "salgdi.hxx" -#include "sft.hxx" +#include <fontsubset.hxx> +#include <outdev.h> +#include <PhysicalFontCollection.hxx> +#include <salgdi.hxx> +#include <sft.hxx> #if ENABLE_EOT diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx index 0490b4ae63e2..a2310de9b564 100644 --- a/vcl/source/gdi/gdimtf.cxx +++ b/vcl/source/gdi/gdimtf.cxx @@ -34,7 +34,7 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <vcl/canvastools.hxx> -#include "svmconverter.hxx" +#include <svmconverter.hxx> #include <salbmp.hxx> #include <salinst.hxx> diff --git a/vcl/source/gdi/impanmvw.cxx b/vcl/source/gdi/impanmvw.cxx index 59519b291f2e..ba94f89277c3 100644 --- a/vcl/source/gdi/impanmvw.cxx +++ b/vcl/source/gdi/impanmvw.cxx @@ -18,13 +18,13 @@ */ #include <memory> -#include "impanmvw.hxx" +#include <impanmvw.hxx> #include <vcl/virdev.hxx> #include <vcl/window.hxx> #include <tools/helpers.hxx> -#include "window.h" +#include <window.h> ImplAnimView::ImplAnimView( Animation* pParent, OutputDevice* pOut, const Point& rPt, const Size& rSz, diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx index e67191c8a5c0..b0b472c1c8d8 100644 --- a/vcl/source/gdi/impgraph.cxx +++ b/vcl/source/gdi/impgraph.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <comphelper/processfactory.hxx> #include <tools/fract.hxx> diff --git a/vcl/source/gdi/impvect.cxx b/vcl/source/gdi/impvect.cxx index a40ad29224ae..e8fe30b7e5b0 100644 --- a/vcl/source/gdi/impvect.cxx +++ b/vcl/source/gdi/impvect.cxx @@ -25,7 +25,7 @@ #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> #include <vcl/virdev.hxx> -#include <impvect.hxx> +#include "impvect.hxx" #include <memory> #define VECT_POLY_MAX 8192 diff --git a/vcl/source/gdi/octree.cxx b/vcl/source/gdi/octree.cxx index 23ebea3dba40..8e4977650e51 100644 --- a/vcl/source/gdi/octree.cxx +++ b/vcl/source/gdi/octree.cxx @@ -22,8 +22,8 @@ #include <rtl/alloc.h> #include <vcl/bitmapaccess.hxx> -#include "octree.hxx" -#include "impoctree.hxx" +#include <octree.hxx> +#include <impoctree.hxx> static const sal_uInt8 pImplMask[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 }; diff --git a/vcl/source/gdi/oldprintadaptor.cxx b/vcl/source/gdi/oldprintadaptor.cxx index a2b9d80dbe69..a823a1be897c 100644 --- a/vcl/source/gdi/oldprintadaptor.cxx +++ b/vcl/source/gdi/oldprintadaptor.cxx @@ -20,7 +20,7 @@ #include <vcl/oldprintadaptor.hxx> #include <vcl/gdimtf.hxx> -#include "com/sun/star/awt/Size.hpp" +#include <com/sun/star/awt/Size.hpp> #include <vector> diff --git a/vcl/source/gdi/pdfextoutdevdata.cxx b/vcl/source/gdi/pdfextoutdevdata.cxx index 42c3f853191a..8974c6f5a645 100644 --- a/vcl/source/gdi/pdfextoutdevdata.cxx +++ b/vcl/source/gdi/pdfextoutdevdata.cxx @@ -21,9 +21,9 @@ #include <vcl/graph.hxx> #include <vcl/outdev.hxx> #include <vcl/gfxlink.hxx> -#include "vcl/dllapi.h" -#include "basegfx/polygon/b2dpolygon.hxx" -#include "basegfx/polygon/b2dpolygontools.hxx" +#include <vcl/dllapi.h> +#include <basegfx/polygon/b2dpolygon.hxx> +#include <basegfx/polygon/b2dpolygontools.hxx> #include <set> #include <memory> diff --git a/vcl/source/gdi/pdffontcache.cxx b/vcl/source/gdi/pdffontcache.cxx index 5aacdbab5ddf..2f18bcb81f38 100644 --- a/vcl/source/gdi/pdffontcache.cxx +++ b/vcl/source/gdi/pdffontcache.cxx @@ -21,10 +21,10 @@ #include <sal/types.h> -#include "fontinstance.hxx" -#include "PhysicalFontFace.hxx" -#include "salgdi.hxx" -#include "sallayout.hxx" +#include <fontinstance.hxx> +#include <PhysicalFontFace.hxx> +#include <salgdi.hxx> +#include <sallayout.hxx> #include "pdffontcache.hxx" diff --git a/vcl/source/gdi/pdfwriter.cxx b/vcl/source/gdi/pdfwriter.cxx index 28a176ba3c51..7ff4300c71ee 100644 --- a/vcl/source/gdi/pdfwriter.cxx +++ b/vcl/source/gdi/pdfwriter.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <pdfwriter_impl.hxx> +#include "pdfwriter_impl.hxx" #include <vcl/bitmapex.hxx> #include <vcl/image.hxx> diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index 16549094c6f0..d671c43b6e51 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -75,13 +75,13 @@ #include <vcl/filter/pdfdocument.hxx> #include <comphelper/hash.hxx> -#include "fontsubset.hxx" -#include "outdev.h" -#include "PhysicalFontFace.hxx" -#include "salgdi.hxx" -#include "sallayout.hxx" -#include "textlayout.hxx" -#include "textlineinfo.hxx" +#include <fontsubset.hxx> +#include <outdev.h> +#include <PhysicalFontFace.hxx> +#include <salgdi.hxx> +#include <sallayout.hxx> +#include <textlayout.hxx> +#include <textlineinfo.hxx> #include "pdfwriter_impl.hxx" diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx index f4e764879137..b5d44767a70f 100644 --- a/vcl/source/gdi/pdfwriter_impl.hxx +++ b/vcl/source/gdi/pdfwriter_impl.hxx @@ -42,10 +42,10 @@ #include <vcl/wall.hxx> #include <o3tl/typed_flags_set.hxx> -#include "sallayout.hxx" -#include "outdata.hxx" +#include <sallayout.hxx> +#include <outdata.hxx> #include "pdffontcache.hxx" -#include "PhysicalFontFace.hxx" +#include <PhysicalFontFace.hxx> class StyleSettings; class FontSelectPattern; diff --git a/vcl/source/gdi/pdfwriter_impl2.cxx b/vcl/source/gdi/pdfwriter_impl2.cxx index 6d807d6abfc2..632e526c9471 100644 --- a/vcl/source/gdi/pdfwriter_impl2.cxx +++ b/vcl/source/gdi/pdfwriter_impl2.cxx @@ -26,19 +26,19 @@ #include <vcl/bitmapaccess.hxx> #include <vcl/graph.hxx> -#include "svdata.hxx" +#include <svdata.hxx> -#include "unotools/streamwrap.hxx" +#include <unotools/streamwrap.hxx> #include <tools/fract.hxx> #include <tools/stream.hxx> -#include "comphelper/processfactory.hxx" +#include <comphelper/processfactory.hxx> -#include "com/sun/star/beans/PropertyValue.hpp" -#include "com/sun/star/io/XSeekable.hpp" -#include "com/sun/star/graphic/GraphicProvider.hpp" -#include "com/sun/star/graphic/XGraphicProvider.hpp" +#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/io/XSeekable.hpp> +#include <com/sun/star/graphic/GraphicProvider.hpp> +#include <com/sun/star/graphic/XGraphicProvider.hpp> #include <cppuhelper/implbase.hxx> diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx index 98410f9a764e..5ac8a2a8d957 100644 --- a/vcl/source/gdi/print.cxx +++ b/vcl/source/gdi/print.cxx @@ -26,24 +26,24 @@ #include <comphelper/processfactory.hxx> -#include "salinst.hxx" -#include "salvd.hxx" -#include "salgdi.hxx" -#include "salptype.hxx" -#include "salprn.hxx" -#include "svdata.hxx" -#include "print.hrc" -#include "strings.hrc" -#include "jobset.h" -#include "outdev.h" -#include "PhysicalFontCollection.hxx" -#include "print.h" - -#include "com/sun/star/beans/XPropertySet.hpp" -#include "com/sun/star/configuration/theDefaultProvider.hpp" -#include "com/sun/star/container/XNameAccess.hpp" -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/uno/Sequence.h" +#include <salinst.hxx> +#include <salvd.hxx> +#include <salgdi.hxx> +#include <salptype.hxx> +#include <salprn.hxx> +#include <svdata.hxx> +#include <print.hrc> +#include <strings.hrc> +#include <jobset.h> +#include <outdev.h> +#include <PhysicalFontCollection.hxx> +#include <print.h> + +#include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/configuration/theDefaultProvider.hpp> +#include <com/sun/star/container/XNameAccess.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/uno/Sequence.h> int nImplSysDialog = 0; diff --git a/vcl/source/gdi/print3.cxx b/vcl/source/gdi/print3.cxx index f41ae699ca03..26d8f5fd2141 100644 --- a/vcl/source/gdi/print3.cxx +++ b/vcl/source/gdi/print3.cxx @@ -28,11 +28,11 @@ #include <comphelper/sequence.hxx> #include <sal/types.h> -#include "printdlg.hxx" -#include "svdata.hxx" -#include "salinst.hxx" -#include "salprn.hxx" -#include "strings.hrc" +#include <printdlg.hxx> +#include <svdata.hxx> +#include <salinst.hxx> +#include <salprn.hxx> +#include <strings.hrc> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/ui/dialogs/FilePicker.hpp> diff --git a/vcl/source/gdi/regband.cxx b/vcl/source/gdi/regband.cxx index 463ddbe80d66..5b6d8efd856b 100644 --- a/vcl/source/gdi/regband.cxx +++ b/vcl/source/gdi/regband.cxx @@ -22,7 +22,7 @@ #include <tools/helpers.hxx> #include <osl/diagnose.hxx> -#include "regband.hxx" +#include <regband.hxx> // ImplRegionBand diff --git a/vcl/source/gdi/salgdiimpl.cxx b/vcl/source/gdi/salgdiimpl.cxx index 96ba3828996b..654ae90edf3d 100644 --- a/vcl/source/gdi/salgdiimpl.cxx +++ b/vcl/source/gdi/salgdiimpl.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "salgdiimpl.hxx" +#include <salgdiimpl.hxx> SalGraphicsImpl::~SalGraphicsImpl() { diff --git a/vcl/source/gdi/salgdilayout.cxx b/vcl/source/gdi/salgdilayout.cxx index 5b61813353a3..7412ed7bb429 100644 --- a/vcl/source/gdi/salgdilayout.cxx +++ b/vcl/source/gdi/salgdilayout.cxx @@ -20,15 +20,15 @@ #include <memory> #include <config_features.h> #if HAVE_FEATURE_OPENGL -#include "openglgdiimpl.hxx" +#include <openglgdiimpl.hxx> #include <opengl/zone.hxx> #include <desktop/exithelper.h> #ifdef _WIN32 #include <svsys.h> #endif #endif -#include "salgdi.hxx" -#include "salframe.hxx" +#include <salgdi.hxx> +#include <salframe.hxx> #include <basegfx/numeric/ftools.hxx> //for F_PI180 // The only common SalFrame method diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx index 190044e44693..a3b2d019c783 100644 --- a/vcl/source/gdi/sallayout.cxx +++ b/vcl/source/gdi/sallayout.cxx @@ -20,7 +20,7 @@ #include <iostream> #include <iomanip> -#include "sal/config.h" +#include <sal/config.h> #include <cstdio> diff --git a/vcl/source/gdi/scrptrun.cxx b/vcl/source/gdi/scrptrun.cxx index eeb225de3cf2..38db1ac2fa35 100644 --- a/vcl/source/gdi/scrptrun.cxx +++ b/vcl/source/gdi/scrptrun.cxx @@ -37,10 +37,10 @@ * This file is largely copied from the ICU project, * under folder source/extra/scrptrun/scrptrun.cpp */ -#include "unicode/utypes.h" -#include "unicode/uscript.h" +#include <unicode/utypes.h> +#include <unicode/uscript.h> -#include "scrptrun.h" +#include <scrptrun.h> #include <algorithm> namespace { diff --git a/vcl/source/gdi/svmconverter.cxx b/vcl/source/gdi/svmconverter.cxx index 57c47fd3d85c..8aa3e8539267 100644 --- a/vcl/source/gdi/svmconverter.cxx +++ b/vcl/source/gdi/svmconverter.cxx @@ -30,7 +30,7 @@ #include <vcl/lineinfo.hxx> #include <rtl/strbuf.hxx> -#include "svmconverter.hxx" +#include <svmconverter.hxx> #include <memory> #include <o3tl/make_unique.hxx> diff --git a/vcl/source/gdi/textlayout.cxx b/vcl/source/gdi/textlayout.cxx index 5c0d0efa9595..8623cd0c6935 100644 --- a/vcl/source/gdi/textlayout.cxx +++ b/vcl/source/gdi/textlayout.cxx @@ -20,8 +20,8 @@ #include <vcl/ctrl.hxx> #include <vcl/outdev.hxx> -#include "fontinstance.hxx" -#include "textlayout.hxx" +#include <fontinstance.hxx> +#include <textlayout.hxx> #include <com/sun/star/i18n/ScriptDirection.hpp> diff --git a/vcl/source/gdi/virdev.cxx b/vcl/source/gdi/virdev.cxx index 974533d9ea13..f998f012fe4b 100644 --- a/vcl/source/gdi/virdev.cxx +++ b/vcl/source/gdi/virdev.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "salinst.hxx" -#include "salgdi.hxx" -#include "salvd.hxx" -#include "outdev.h" -#include "PhysicalFontCollection.hxx" -#include "svdata.hxx" +#include <salinst.hxx> +#include <salgdi.hxx> +#include <salvd.hxx> +#include <outdev.h> +#include <PhysicalFontCollection.hxx> +#include <svdata.hxx> #include <vcl/ITiledRenderable.hxx> using namespace ::com::sun::star::uno; diff --git a/vcl/source/helper/displayconnectiondispatch.cxx b/vcl/source/helper/displayconnectiondispatch.cxx index 09a6b00dba2b..7818e58b8603 100644 --- a/vcl/source/helper/displayconnectiondispatch.cxx +++ b/vcl/source/helper/displayconnectiondispatch.cxx @@ -19,9 +19,9 @@ #include <vcl/svapp.hxx> -#include "displayconnectiondispatch.hxx" -#include "svdata.hxx" -#include "salinst.hxx" +#include <displayconnectiondispatch.hxx> +#include <svdata.hxx> +#include <salinst.hxx> using namespace osl; using namespace vcl; diff --git a/vcl/source/helper/lazydelete.cxx b/vcl/source/helper/lazydelete.cxx index f035ea2dc8c6..a458987325fe 100644 --- a/vcl/source/helper/lazydelete.cxx +++ b/vcl/source/helper/lazydelete.cxx @@ -20,7 +20,7 @@ #include <vcl/window.hxx> #include <vcl/menu.hxx> #include <vcl/lazydelete.hxx> -#include "svdata.hxx" +#include <svdata.hxx> namespace vcl { diff --git a/vcl/source/helper/strhelper.cxx b/vcl/source/helper/strhelper.cxx index 545f30c491d7..648c579ac4c2 100644 --- a/vcl/source/helper/strhelper.cxx +++ b/vcl/source/helper/strhelper.cxx @@ -18,7 +18,7 @@ */ #include <vcl/strhelper.hxx> -#include "sal/alloca.h" +#include <sal/alloca.h> namespace { diff --git a/vcl/source/image/Image.cxx b/vcl/source/image/Image.cxx index 76400558fe27..e99cccd0f256 100644 --- a/vcl/source/image/Image.cxx +++ b/vcl/source/image/Image.cxx @@ -31,7 +31,7 @@ #include <sal/types.h> #include <image.h> -#include "BitmapProcessor.hxx" +#include <BitmapProcessor.hxx> #if OSL_DEBUG_LEVEL > 0 #include <rtl/strbuf.hxx> diff --git a/vcl/source/image/ImageTree.cxx b/vcl/source/image/ImageTree.cxx index a3b708affa4f..bbce46b0f280 100644 --- a/vcl/source/image/ImageTree.cxx +++ b/vcl/source/image/ImageTree.cxx @@ -9,7 +9,7 @@ */ #include <vcl/ImageTree.hxx> -#include "implimagetree.hxx" +#include <implimagetree.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/container/XNameAccess.hpp> diff --git a/vcl/source/image/ImplImageTree.cxx b/vcl/source/image/ImplImageTree.cxx index 64466c4d0e41..880e7b5ffbb5 100644 --- a/vcl/source/image/ImplImageTree.cxx +++ b/vcl/source/image/ImplImageTree.cxx @@ -19,25 +19,25 @@ #include <config_folders.h> -#include "sal/config.h" - -#include "com/sun/star/container/XNameAccess.hpp" -#include "com/sun/star/io/XInputStream.hpp" -#include "com/sun/star/lang/Locale.hpp" -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/packages/zip/ZipFileAccess.hpp" -#include "com/sun/star/uno/Exception.hpp" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "comphelper/processfactory.hxx" -#include "osl/file.hxx" -#include "osl/diagnose.h" -#include "rtl/bootstrap.hxx" -#include "rtl/uri.hxx" - -#include "tools/stream.hxx" -#include "tools/urlobj.hxx" -#include "implimagetree.hxx" +#include <sal/config.h> + +#include <com/sun/star/container/XNameAccess.hpp> +#include <com/sun/star/io/XInputStream.hpp> +#include <com/sun/star/lang/Locale.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/packages/zip/ZipFileAccess.hpp> +#include <com/sun/star/uno/Exception.hpp> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Sequence.hxx> +#include <comphelper/processfactory.hxx> +#include <osl/file.hxx> +#include <osl/diagnose.h> +#include <rtl/bootstrap.hxx> +#include <rtl/uri.hxx> + +#include <tools/stream.hxx> +#include <tools/urlobj.hxx> +#include <implimagetree.hxx> #include <vcl/bitmapex.hxx> #include <vcl/dibtools.hxx> @@ -48,7 +48,7 @@ #include <vcl/IconThemeScanner.hxx> #include <vcl/pngwrite.hxx> -#include "BitmapProcessor.hxx" +#include <BitmapProcessor.hxx> bool ImageRequestParameters::convertToDarkTheme() { diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index b49774171a38..66cd13bddf29 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -21,16 +21,16 @@ #include <osl/thread.hxx> -#include "svdata.hxx" -#include "salgdi.hxx" -#include "salinst.hxx" +#include <svdata.hxx> +#include <salgdi.hxx> +#include <salinst.hxx> #include <opengl/framebuffer.hxx> #include <opengl/program.hxx> #include <opengl/texture.hxx> #include <opengl/zone.hxx> -#include "opengl/RenderState.hxx" +#include <opengl/RenderState.hxx> using namespace com::sun::star; diff --git a/vcl/source/opengl/OpenGLHelper.cxx b/vcl/source/opengl/OpenGLHelper.cxx index 5d1b64b74fdd..ca9be1d3ad34 100644 --- a/vcl/source/opengl/OpenGLHelper.cxx +++ b/vcl/source/opengl/OpenGLHelper.cxx @@ -31,18 +31,18 @@ #include <deque> #include <unordered_map> -#include "svdata.hxx" -#include "salgdi.hxx" -#include "salinst.hxx" -#include "opengl/zone.hxx" -#include "opengl/watchdog.hxx" +#include <svdata.hxx> +#include <salgdi.hxx> +#include <salinst.hxx> +#include <opengl/zone.hxx> +#include <opengl/watchdog.hxx> #include <osl/conditn.hxx> #include <vcl/opengl/OpenGLWrapper.hxx> #include <vcl/opengl/OpenGLContext.hxx> #include <desktop/crashreport.hxx> #if defined UNX && !defined MACOSX && !defined IOS && !defined ANDROID -#include "opengl/x11/X11DeviceInfo.hxx" +#include <opengl/x11/X11DeviceInfo.hxx> #elif defined (_WIN32) #include "opengl/win/WinDeviceInfo.hxx" #endif 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 diff --git a/vcl/source/salmain/salmain.cxx b/vcl/source/salmain/salmain.cxx index da2b37e7321f..36bd633fb95a 100644 --- a/vcl/source/salmain/salmain.cxx +++ b/vcl/source/salmain/salmain.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cstdlib> -#include "sal/main.h" -#include "tools/extendapplicationenvironment.hxx" +#include <sal/main.h> +#include <tools/extendapplicationenvironment.hxx> #include <vcl/vclmain.hxx> #include <vcl/svmain.hxx> -#include "salinst.hxx" +#include <salinst.hxx> #if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID && !defined LIBO_HEADLESS -#include "opengl/x11/glxtest.hxx" +#include <opengl/x11/glxtest.hxx> #endif SAL_IMPLEMENT_MAIN() { diff --git a/vcl/source/uitest/uitest.cxx b/vcl/source/uitest/uitest.cxx index 086adfab0537..3234108ca7ed 100644 --- a/vcl/source/uitest/uitest.cxx +++ b/vcl/source/uitest/uitest.cxx @@ -13,7 +13,7 @@ #include <vcl/dialog.hxx> -#include "svdata.hxx" +#include <svdata.hxx> #include <comphelper/dispatchcommand.hxx> diff --git a/vcl/source/window/accessibility.cxx b/vcl/source/window/accessibility.cxx index 74561cda7dc2..3d81a1e82edc 100644 --- a/vcl/source/window/accessibility.cxx +++ b/vcl/source/window/accessibility.cxx @@ -21,10 +21,10 @@ #include <i18nlangtag/mslangid.hxx> -#include "tools/time.hxx" +#include <tools/time.hxx> -#include "unotools/fontcfg.hxx" -#include "unotools/confignode.hxx" +#include <unotools/fontcfg.hxx> +#include <unotools/confignode.hxx> #include <vcl/layout.hxx> #include <vcl/salgtype.hxx> @@ -55,32 +55,32 @@ // declare system types in sysdata.hxx #include <vcl/sysdata.hxx> -#include "salframe.hxx" -#include "salobj.hxx" -#include "salinst.hxx" -#include "salgdi.hxx" -#include "svdata.hxx" -#include "fontinstance.hxx" -#include "window.h" -#include "toolbox.h" -#include "outdev.h" -#include "PhysicalFontCollection.hxx" -#include "brdwin.hxx" -#include "helpwin.hxx" -#include "sallayout.hxx" -#include "dndlistenercontainer.hxx" -#include "dndeventdispatcher.hxx" - -#include "com/sun/star/accessibility/XAccessible.hpp" -#include "com/sun/star/accessibility/AccessibleRole.hpp" -#include "com/sun/star/datatransfer/dnd/XDragSource.hpp" -#include "com/sun/star/datatransfer/dnd/XDropTarget.hpp" -#include "com/sun/star/datatransfer/clipboard/XClipboard.hpp" -#include "com/sun/star/datatransfer/clipboard/SystemClipboard.hpp" -#include "com/sun/star/lang/XInitialization.hpp" -#include "com/sun/star/lang/XComponent.hpp" -#include "com/sun/star/lang/XServiceName.hpp" -#include "comphelper/processfactory.hxx" +#include <salframe.hxx> +#include <salobj.hxx> +#include <salinst.hxx> +#include <salgdi.hxx> +#include <svdata.hxx> +#include <fontinstance.hxx> +#include <window.h> +#include <toolbox.h> +#include <outdev.h> +#include <PhysicalFontCollection.hxx> +#include <brdwin.hxx> +#include <helpwin.hxx> +#include <sallayout.hxx> +#include <dndlistenercontainer.hxx> +#include <dndeventdispatcher.hxx> + +#include <com/sun/star/accessibility/XAccessible.hpp> +#include <com/sun/star/accessibility/AccessibleRole.hpp> +#include <com/sun/star/datatransfer/dnd/XDragSource.hpp> +#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp> +#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> +#include <com/sun/star/datatransfer/clipboard/SystemClipboard.hpp> +#include <com/sun/star/lang/XInitialization.hpp> +#include <com/sun/star/lang/XComponent.hpp> +#include <com/sun/star/lang/XServiceName.hpp> +#include <comphelper/processfactory.hxx> #include <sal/macros.h> #include <rtl/strbuf.hxx> diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index 58e229f51624..e8ab874696c0 100644 --- a/vcl/source/window/builder.cxx +++ b/vcl/source/window/builder.cxx @@ -43,7 +43,7 @@ #include <window.h> #include <xmlreader/xmlreader.hxx> #include <desktop/crashreport.hxx> -#include "strings.hrc" +#include <strings.hrc> #ifdef DISABLE_DYNLOADING #include <dlfcn.h> diff --git a/vcl/source/window/debug.cxx b/vcl/source/window/debug.cxx index 960fe82400de..a81768b78eaf 100644 --- a/vcl/source/window/debug.cxx +++ b/vcl/source/window/debug.cxx @@ -20,7 +20,7 @@ #include <vcl/window.hxx> #include <vcl/outdev.hxx> -#include "window.h" +#include <window.h> #ifdef DBG_UTIL const char* ImplDbgCheckWindow( const void* pObj ) diff --git a/vcl/source/window/debugevent.cxx b/vcl/source/window/debugevent.cxx index da2b68917f5c..ba8cc2f1a8c2 100644 --- a/vcl/source/window/debugevent.cxx +++ b/vcl/source/window/debugevent.cxx @@ -16,8 +16,8 @@ #include <vcl/debugevent.hxx> #include <vcl/wrkwin.hxx> #include <vcl/menu.hxx> -#include "window.h" -#include "salwtype.hxx" +#include <window.h> +#include <salwtype.hxx> #if OSL_DEBUG_LEVEL > 0 diff --git a/vcl/source/window/dlgctrl.cxx b/vcl/source/window/dlgctrl.cxx index 6b2ae73ba503..9e7e21c0b42b 100644 --- a/vcl/source/window/dlgctrl.cxx +++ b/vcl/source/window/dlgctrl.cxx @@ -20,7 +20,7 @@ #include <svdata.hxx> -#include <dlgctrl.hxx> +#include "dlgctrl.hxx" #include <vcl/event.hxx> #include <vcl/fixed.hxx> #include <vcl/layout.hxx> diff --git a/vcl/source/window/dndeventdispatcher.cxx b/vcl/source/window/dndeventdispatcher.cxx index 5fce2982d5f9..a5f6cdf515a2 100644 --- a/vcl/source/window/dndeventdispatcher.cxx +++ b/vcl/source/window/dndeventdispatcher.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dndeventdispatcher.hxx" -#include "dndlistenercontainer.hxx" +#include <dndeventdispatcher.hxx> +#include <dndlistenercontainer.hxx> #include <window.h> #include <svdata.hxx> diff --git a/vcl/source/window/dndlistenercontainer.cxx b/vcl/source/window/dndlistenercontainer.cxx index fd0244c6e014..bc0934a1ed1a 100644 --- a/vcl/source/window/dndlistenercontainer.cxx +++ b/vcl/source/window/dndlistenercontainer.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dndlistenercontainer.hxx" +#include <dndlistenercontainer.hxx> using namespace ::cppu; using namespace ::com::sun::star::uno; diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx index 0d29a2fa0dc1..63728f65e0b2 100644 --- a/vcl/source/window/layout.cxx +++ b/vcl/source/window/layout.cxx @@ -15,12 +15,12 @@ #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include "window.h" +#include <window.h> #include <boost/multi_array.hpp> #include <officecfg/Office/Common.hxx> #include <vcl/abstdlg.hxx> -#include "svdata.hxx" +#include <svdata.hxx> #include <strings.hrc> VclContainer::VclContainer(vcl::Window *pParent, WinBits nStyle) diff --git a/vcl/source/window/legacyaccessibility.cxx b/vcl/source/window/legacyaccessibility.cxx index bcf4bc2c0be6..ece1de64d6dd 100644 --- a/vcl/source/window/legacyaccessibility.cxx +++ b/vcl/source/window/legacyaccessibility.cxx @@ -20,7 +20,7 @@ #include <svdata.hxx> -#include <dlgctrl.hxx> +#include "dlgctrl.hxx" #include <vcl/event.hxx> #include <vcl/fixed.hxx> #include <vcl/layout.hxx> diff --git a/vcl/source/window/mouse.cxx b/vcl/source/window/mouse.cxx index 4f1fe06782b6..311018a52366 100644 --- a/vcl/source/window/mouse.cxx +++ b/vcl/source/window/mouse.cxx @@ -38,8 +38,8 @@ #include <salgdi.hxx> #include <salframe.hxx> -#include "dndlistenercontainer.hxx" -#include "dndeventdispatcher.hxx" +#include <dndlistenercontainer.hxx> +#include <dndeventdispatcher.hxx> #include <com/sun/star/datatransfer/dnd/XDragSource.hpp> #include <com/sun/star/datatransfer/dnd/XDropTarget.hpp> diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index e56a70c8a2c8..39219b35e8e0 100644 --- a/vcl/source/window/printdlg.cxx +++ b/vcl/source/window/printdlg.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "printdlg.hxx" -#include "svdata.hxx" -#include "strings.hrc" -#include "bitmaps.hlst" +#include <printdlg.hxx> +#include <svdata.hxx> +#include <strings.hrc> +#include <bitmaps.hlst> #include <vcl/print.hxx> #include <vcl/dialog.hxx> @@ -36,16 +36,16 @@ #include <vcl/settings.hxx> #include <vcl/builderfactory.hxx> #include <vcl/lstbox.hxx> -#include "jobset.h" +#include <jobset.h> -#include "unotools/localedatawrapper.hxx" +#include <unotools/localedatawrapper.hxx> -#include "rtl/strbuf.hxx" +#include <rtl/strbuf.hxx> -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/container/XNameAccess.hpp" -#include "com/sun/star/beans/PropertyValue.hpp" -#include "com/sun/star/awt/Size.hpp" +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/container/XNameAccess.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/awt/Size.hpp> using namespace vcl; using namespace com::sun::star; diff --git a/vcl/source/window/status.cxx b/vcl/source/window/status.cxx index 3829a5aa99bf..e24a153896cb 100644 --- a/vcl/source/window/status.cxx +++ b/vcl/source/window/status.cxx @@ -32,7 +32,7 @@ #include <svdata.hxx> #include <window.h> -#include "sallayout.hxx" +#include <sallayout.hxx> #define STATUSBAR_OFFSET_X STATUSBAR_OFFSET #define STATUSBAR_OFFSET_Y 2 diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx index bee4f41adada..c931c47c5553 100644 --- a/vcl/source/window/toolbox2.cxx +++ b/vcl/source/window/toolbox2.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <comphelper/processfactory.hxx> diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 0baa83b10176..91e36464982a 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -56,7 +56,7 @@ #include <outdev.h> #include <brdwin.hxx> #include <helpwin.hxx> -#include "dndlistenercontainer.hxx" +#include <dndlistenercontainer.hxx> #include <com/sun/star/awt/XDisplayConnection.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx index 071f71d0d508..3c56adc27733 100644 --- a/vcl/source/window/winproc.cxx +++ b/vcl/source/window/winproc.cxx @@ -48,7 +48,7 @@ #include <helpwin.hxx> #include <brdwin.hxx> #include <salgdi.hxx> -#include "dndlistenercontainer.hxx" +#include <dndlistenercontainer.hxx> #include <com/sun/star/datatransfer/dnd/XDragSource.hpp> #include <com/sun/star/awt/MouseEvent.hpp> diff --git a/vcl/unx/generic/app/geninst.cxx b/vcl/unx/generic/app/geninst.cxx index d80c0499554c..3c31a68b81c7 100644 --- a/vcl/unx/generic/app/geninst.cxx +++ b/vcl/unx/generic/app/geninst.cxx @@ -33,7 +33,7 @@ #if HAVE_FEATURE_OPENGL #include <vcl/opengl/OpenGLContext.hxx> #endif -#include "unx/geninst.h" +#include <unx/geninst.h> // SalYieldMutex diff --git a/vcl/unx/generic/app/i18n_cb.cxx b/vcl/unx/generic/app/i18n_cb.cxx index 361c6d032689..b56922f82f40 100644 --- a/vcl/unx/generic/app/i18n_cb.cxx +++ b/vcl/unx/generic/app/i18n_cb.cxx @@ -34,7 +34,7 @@ #include <unx/i18n_status.hxx> #include <unx/i18n_ic.hxx> #include <unx/i18n_im.hxx> -#include "salframe.hxx" +#include <salframe.hxx> // i. preedit start callback diff --git a/vcl/unx/generic/app/i18n_im.cxx b/vcl/unx/generic/app/i18n_im.cxx index ecdde447460e..7b7d27ca8940 100644 --- a/vcl/unx/generic/app/i18n_im.cxx +++ b/vcl/unx/generic/app/i18n_im.cxx @@ -32,15 +32,15 @@ #include <X11/Xlocale.h> #include <unx/XIM.h> -#include "unx/salunx.h" -#include "unx/saldisp.hxx" -#include "unx/i18n_im.hxx" -#include "unx/i18n_status.hxx" +#include <unx/salunx.h> +#include <unx/saldisp.hxx> +#include <unx/i18n_im.hxx> +#include <unx/i18n_status.hxx> #include <osl/thread.h> #include <osl/process.h> -#include "unx/i18n_cb.hxx" +#include <unx/i18n_cb.hxx> using namespace vcl; diff --git a/vcl/unx/generic/app/i18n_xkb.cxx b/vcl/unx/generic/app/i18n_xkb.cxx index 16dbc6067543..9f7e6c6c95b8 100644 --- a/vcl/unx/generic/app/i18n_xkb.cxx +++ b/vcl/unx/generic/app/i18n_xkb.cxx @@ -22,8 +22,8 @@ #include <X11/Xlib.h> #include <X11/XKBlib.h> -#include "unx/saldisp.hxx" -#include "unx/i18n_xkb.hxx" +#include <unx/saldisp.hxx> +#include <unx/i18n_xkb.hxx> SalI18N_KeyboardExtension::SalI18N_KeyboardExtension( Display* pDisplay ) : mbUseExtension(true) diff --git a/vcl/unx/generic/app/randrwrapper.cxx b/vcl/unx/generic/app/randrwrapper.cxx index 27dbeb19a23e..6a1af4c11b3f 100644 --- a/vcl/unx/generic/app/randrwrapper.cxx +++ b/vcl/unx/generic/app/randrwrapper.cxx @@ -23,8 +23,8 @@ #include <X11/Xutil.h> #include <X11/extensions/Xrandr.h> -#include "osl/module.h" -#include "rtl/ustring.hxx" +#include <osl/module.h> +#include <rtl/ustring.hxx> namespace { @@ -104,7 +104,7 @@ void RandRWrapper::releaseWrapper() #endif -#include "unx/saldisp.hxx" +#include <unx/saldisp.hxx> #if OSL_DEBUG_LEVEL > 1 #include <cstdio> #endif diff --git a/vcl/unx/generic/app/saldata.cxx b/vcl/unx/generic/app/saldata.cxx index 4ad2c02db54f..bd336bf7ff57 100644 --- a/vcl/unx/generic/app/saldata.cxx +++ b/vcl/unx/generic/app/saldata.cxx @@ -41,18 +41,18 @@ #include <osl/process.h> -#include "unx/saldisp.hxx" -#include "unx/saldata.hxx" -#include "unx/sm.hxx" -#include "unx/i18n_im.hxx" -#include "unx/i18n_xkb.hxx" +#include <unx/saldisp.hxx> +#include <unx/saldata.hxx> +#include <unx/sm.hxx> +#include <unx/i18n_im.hxx> +#include <unx/i18n_xkb.hxx> #include <X11/Xlib.h> #include <X11/Xutil.h> #include <X11/Xproto.h> -#include "salinst.hxx" -#include "saltimer.hxx" +#include <salinst.hxx> +#include <saltimer.hxx> #include <osl/signal.h> #include <osl/thread.h> diff --git a/vcl/unx/generic/app/saldisp.cxx b/vcl/unx/generic/app/saldisp.cxx index 6afeeb81739a..fafb46b25b90 100644 --- a/vcl/unx/generic/app/saldisp.cxx +++ b/vcl/unx/generic/app/saldisp.cxx @@ -34,8 +34,8 @@ #include <X11/XKBlib.h> #include <X11/cursorfont.h> -#include "unx/x11_cursors/salcursors.h" -#include "unx/x11_cursors/invert50.h" +#include <unx/x11_cursors/salcursors.h> +#include <unx/x11_cursors/invert50.h> #ifdef __sun #define XK_KOREAN #endif @@ -54,8 +54,8 @@ #include <unx/salunx.h> #include <sal/log.hxx> #include <sal/types.h> -#include "unx/i18n_im.hxx" -#include "unx/i18n_xkb.hxx" +#include <unx/i18n_im.hxx> +#include <unx/i18n_xkb.hxx> #include <unx/saldisp.hxx> #include <unx/saldata.hxx> #include <salinst.hxx> diff --git a/vcl/unx/generic/app/salinst.cxx b/vcl/unx/generic/app/salinst.cxx index 0d30e1d17a99..7771a898edc9 100644 --- a/vcl/unx/generic/app/salinst.cxx +++ b/vcl/unx/generic/app/salinst.cxx @@ -36,7 +36,7 @@ #include <vcl/inputtypes.hxx> -#include "salwtype.hxx" +#include <salwtype.hxx> #include <sal/macros.h> // plugin factory function diff --git a/vcl/unx/generic/app/sm.cxx b/vcl/unx/generic/app/sm.cxx index 4beb1d58b2c3..afe20eaba31f 100644 --- a/vcl/unx/generic/app/sm.cxx +++ b/vcl/unx/generic/app/sm.cxx @@ -18,7 +18,7 @@ */ #include <memory> -#include "sal/config.h" +#include <sal/config.h> #include <cassert> @@ -45,7 +45,7 @@ #include <vcl/svapp.hxx> #include <vcl/window.hxx> -#include "salsession.hxx" +#include <salsession.hxx> namespace { diff --git a/vcl/unx/generic/app/wmadaptor.cxx b/vcl/unx/generic/app/wmadaptor.cxx index f6ed35dfc5a1..49669a220414 100644 --- a/vcl/unx/generic/app/wmadaptor.cxx +++ b/vcl/unx/generic/app/wmadaptor.cxx @@ -21,20 +21,20 @@ #include <stdio.h> #include <stdlib.h> -#include "sal/alloca.h" -#include "rtl/locale.h" +#include <sal/alloca.h> +#include <rtl/locale.h> -#include "osl/thread.h" -#include "osl/process.h" +#include <osl/thread.h> +#include <osl/process.h> #include <sal/macros.h> #include <vcl/configsettings.hxx> -#include "unx/wmadaptor.hxx" -#include "unx/saldisp.hxx" -#include "unx/salinst.h" -#include "unx/salframe.h" +#include <unx/wmadaptor.hxx> +#include <unx/saldisp.hxx> +#include <unx/salinst.h> +#include <unx/salframe.h> -#include "salgdi.hxx" +#include <salgdi.hxx> #include <X11/Xlib.h> #include <X11/Xutil.h> diff --git a/vcl/unx/generic/desktopdetect/desktopdetector.cxx b/vcl/unx/generic/desktopdetect/desktopdetector.cxx index 1518567412f7..02ac9be09c3d 100644 --- a/vcl/unx/generic/desktopdetect/desktopdetector.cxx +++ b/vcl/unx/generic/desktopdetect/desktopdetector.cxx @@ -23,13 +23,13 @@ #include <unx/desktops.hxx> -#include "rtl/bootstrap.hxx" -#include "rtl/process.h" -#include "rtl/ustrbuf.hxx" -#include "osl/module.h" -#include "osl/thread.h" +#include <rtl/bootstrap.hxx> +#include <rtl/process.h> +#include <rtl/ustrbuf.hxx> +#include <osl/module.h> +#include <osl/thread.h> -#include "vclpluginapi.h" +#include <vclpluginapi.h> #include <unistd.h> #include <string.h> diff --git a/vcl/unx/generic/dtrans/X11_clipboard.cxx b/vcl/unx/generic/dtrans/X11_clipboard.cxx index 019ca2959f97..ff95772ff321 100644 --- a/vcl/unx/generic/dtrans/X11_clipboard.cxx +++ b/vcl/unx/generic/dtrans/X11_clipboard.cxx @@ -18,8 +18,8 @@ */ #include <X11/Xatom.h> -#include <X11_clipboard.hxx> -#include <X11_transferable.hxx> +#include "X11_clipboard.hxx" +#include "X11_transferable.hxx" #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/datatransfer/clipboard/RenderingCapabilities.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/vcl/unx/generic/dtrans/X11_clipboard.hxx b/vcl/unx/generic/dtrans/X11_clipboard.hxx index 45c8c35b0353..a54a87f4ccd4 100644 --- a/vcl/unx/generic/dtrans/X11_clipboard.hxx +++ b/vcl/unx/generic/dtrans/X11_clipboard.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_UNX_GENERIC_DTRANS_X11_CLIPBOARD_HXX #define INCLUDED_VCL_UNX_GENERIC_DTRANS_X11_CLIPBOARD_HXX -#include <X11_selection.hxx> +#include "X11_selection.hxx" #include <com/sun/star/datatransfer/clipboard/XClipboardEx.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp> diff --git a/vcl/unx/generic/dtrans/X11_dndcontext.cxx b/vcl/unx/generic/dtrans/X11_dndcontext.cxx index 4223b29f4c37..638c47387da4 100644 --- a/vcl/unx/generic/dtrans/X11_dndcontext.cxx +++ b/vcl/unx/generic/dtrans/X11_dndcontext.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <X11_dndcontext.hxx> -#include <X11_selection.hxx> +#include "X11_dndcontext.hxx" +#include "X11_selection.hxx" using namespace cppu; using namespace x11; diff --git a/vcl/unx/generic/dtrans/X11_droptarget.cxx b/vcl/unx/generic/dtrans/X11_droptarget.cxx index 3ed63ec7ef1b..46acd06c3cc6 100644 --- a/vcl/unx/generic/dtrans/X11_droptarget.cxx +++ b/vcl/unx/generic/dtrans/X11_droptarget.cxx @@ -18,7 +18,7 @@ */ #include <cppuhelper/supportsservice.hxx> -#include <X11_selection.hxx> +#include "X11_selection.hxx" using namespace x11; using namespace com::sun::star::uno; diff --git a/vcl/unx/generic/dtrans/X11_selection.cxx b/vcl/unx/generic/dtrans/X11_selection.cxx index 9aef71b08a1d..fe8e6e2d0365 100644 --- a/vcl/unx/generic/dtrans/X11_selection.cxx +++ b/vcl/unx/generic/dtrans/X11_selection.cxx @@ -21,7 +21,7 @@ #include <cstdlib> -#include "unx/saldisp.hxx" +#include <unx/saldisp.hxx> #include <unistd.h> #include <stdio.h> @@ -42,23 +42,23 @@ #include <sal/alloca.h> #include <sal/macros.h> -#include <X11_selection.hxx> -#include <X11_clipboard.hxx> -#include <X11_transferable.hxx> -#include <X11_dndcontext.hxx> -#include <bmp.hxx> +#include "X11_selection.hxx" +#include "X11_clipboard.hxx" +#include "X11_transferable.hxx" +#include "X11_dndcontext.hxx" +#include "bmp.hxx" #include <vcl/svapp.hxx> // pointer bitmaps -#include <copydata_curs.h> -#include <copydata_mask.h> -#include <movedata_curs.h> -#include <movedata_mask.h> -#include <linkdata_curs.h> -#include <linkdata_mask.h> -#include <nodrop_curs.h> -#include <nodrop_mask.h> +#include "copydata_curs.h" +#include "copydata_mask.h" +#include "movedata_curs.h" +#include "movedata_mask.h" +#include "linkdata_curs.h" +#include "linkdata_mask.h" +#include "nodrop_curs.h" +#include "nodrop_mask.h" #include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> #include <com/sun/star/awt/MouseEvent.hpp> #include <com/sun/star/awt/MouseButton.hpp> diff --git a/vcl/unx/generic/dtrans/X11_service.cxx b/vcl/unx/generic/dtrans/X11_service.cxx index a5d5196a6eb9..52c4a6573fcf 100644 --- a/vcl/unx/generic/dtrans/X11_service.cxx +++ b/vcl/unx/generic/dtrans/X11_service.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "unx/salinst.h" +#include <unx/salinst.h> -#include <X11_clipboard.hxx> +#include "X11_clipboard.hxx" #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> diff --git a/vcl/unx/generic/dtrans/X11_transferable.cxx b/vcl/unx/generic/dtrans/X11_transferable.cxx index ef1d37911c5b..3b7453b7d89f 100644 --- a/vcl/unx/generic/dtrans/X11_transferable.cxx +++ b/vcl/unx/generic/dtrans/X11_transferable.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <X11_transferable.hxx> +#include "X11_transferable.hxx" #include <X11/Xatom.h> #include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp> #include <com/sun/star/io/IOException.hpp> diff --git a/vcl/unx/generic/dtrans/X11_transferable.hxx b/vcl/unx/generic/dtrans/X11_transferable.hxx index 2ce30541a8d3..5c4c77824521 100644 --- a/vcl/unx/generic/dtrans/X11_transferable.hxx +++ b/vcl/unx/generic/dtrans/X11_transferable.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_UNX_GENERIC_DTRANS_X11_TRANSFERABLE_HXX #define INCLUDED_VCL_UNX_GENERIC_DTRANS_X11_TRANSFERABLE_HXX -#include <X11_selection.hxx> +#include "X11_selection.hxx" #include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/lang/XEventListener.hpp> diff --git a/vcl/unx/generic/dtrans/bmp.cxx b/vcl/unx/generic/dtrans/bmp.cxx index 2c68ed952c50..ccc610cf6416 100644 --- a/vcl/unx/generic/dtrans/bmp.cxx +++ b/vcl/unx/generic/dtrans/bmp.cxx @@ -21,9 +21,9 @@ #include <cstdio> #include <cstring> -#include <bmp.hxx> +#include "bmp.hxx" -#include <X11_selection.hxx> +#include "X11_selection.hxx" #include <unx/x11/xlimits.hxx> #include <sal/macros.h> diff --git a/vcl/unx/generic/fontmanager/fontconfig.cxx b/vcl/unx/generic/fontmanager/fontconfig.cxx index cfdb53ba9a94..409a34133daf 100644 --- a/vcl/unx/generic/fontmanager/fontconfig.cxx +++ b/vcl/unx/generic/fontmanager/fontconfig.cxx @@ -18,14 +18,14 @@ */ #include <memory> -#include "unx/fontmanager.hxx" -#include "impfont.hxx" +#include <unx/fontmanager.hxx> +#include <impfont.hxx> #include <vcl/svapp.hxx> #include <vcl/sysdata.hxx> #include <vcl/vclenum.hxx> #include <vcl/wrkwin.hxx> -#include "fontinstance.hxx" -#include "sallayout.hxx" +#include <fontinstance.hxx> +#include <sallayout.hxx> #include <i18nlangtag/languagetag.hxx> #include <i18nutil/unicode.hxx> #include <rtl/strbuf.hxx> @@ -49,11 +49,11 @@ using namespace psp; #include <unotools/configmgr.hxx> -#include "osl/module.h" -#include "osl/thread.h" -#include "osl/process.h" +#include <osl/module.h> +#include <osl/thread.h> +#include <osl/process.h> -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> #include <utility> #include <algorithm> diff --git a/vcl/unx/generic/fontmanager/fontmanager.cxx b/vcl/unx/generic/fontmanager/fontmanager.cxx index 0962ce6366a3..ccaf39bdd59b 100644 --- a/vcl/unx/generic/fontmanager/fontmanager.cxx +++ b/vcl/unx/generic/fontmanager/fontmanager.cxx @@ -25,33 +25,33 @@ #include <osl/thread.h> #include <config_gio.h> -#include "unx/fontmanager.hxx" -#include "fontsubset.hxx" -#include "impfontcharmap.hxx" -#include "svdata.hxx" -#include "unx/geninst.h" -#include "unx/gendata.hxx" +#include <unx/fontmanager.hxx> +#include <fontsubset.hxx> +#include <impfontcharmap.hxx> +#include <svdata.hxx> +#include <unx/geninst.h> +#include <unx/gendata.hxx> #include <vcl/strhelper.hxx> #include <vcl/ppdparser.hxx> #include <vcl/embeddedfontshelper.hxx> #include <vcl/fontcharmap.hxx> -#include "tools/urlobj.hxx" -#include "tools/stream.hxx" +#include <tools/urlobj.hxx> +#include <tools/stream.hxx> -#include "osl/file.hxx" -#include "osl/process.h" +#include <osl/file.hxx> +#include <osl/process.h> -#include "rtl/tencinfo.h" -#include "rtl/ustrbuf.hxx" -#include "rtl/strbuf.hxx" +#include <rtl/tencinfo.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/strbuf.hxx> #include <sal/macros.h> -#include "i18nlangtag/applelangid.hxx" -#include "i18nlangtag/mslangid.hxx" +#include <i18nlangtag/applelangid.hxx> +#include <i18nlangtag/mslangid.hxx> -#include "sft.hxx" +#include <sft.hxx> #if OSL_DEBUG_LEVEL > 1 #include <sys/times.h> @@ -67,8 +67,8 @@ #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> -#include "com/sun/star/beans/XMaterialHolder.hpp" -#include "com/sun/star/beans/NamedValue.hpp" +#include <com/sun/star/beans/XMaterialHolder.hpp> +#include <com/sun/star/beans/NamedValue.hpp> using namespace vcl; using namespace utl; diff --git a/vcl/unx/generic/fontmanager/fontsubst.cxx b/vcl/unx/generic/fontmanager/fontsubst.cxx index f55d4cbb7d0c..0ff321be7806 100644 --- a/vcl/unx/generic/fontmanager/fontsubst.cxx +++ b/vcl/unx/generic/fontmanager/fontsubst.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "unx/geninst.h" -#include "unx/genpspgraphics.h" -#include "outdev.h" -#include "PhysicalFontCollection.hxx" +#include <unx/geninst.h> +#include <unx/genpspgraphics.h> +#include <outdev.h> +#include <PhysicalFontCollection.hxx> // platform specific font substitution hooks diff --git a/vcl/unx/generic/gdi/cairotextrender.cxx b/vcl/unx/generic/gdi/cairotextrender.cxx index c3d0ecc42e75..77a3539cc81b 100644 --- a/vcl/unx/generic/gdi/cairotextrender.cxx +++ b/vcl/unx/generic/gdi/cairotextrender.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "unx/cairotextrender.hxx" +#include <unx/cairotextrender.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <vcl/settings.hxx> @@ -26,18 +26,18 @@ #include <vcl/fontcharmap.hxx> #include <android/compatibility.hxx> -#include "unx/printergfx.hxx" -#include "unx/genpspgraphics.h" -#include "unx/geninst.h" -#include "unx/glyphcache.hxx" -#include "unx/fc_fontoptions.hxx" -#include "PhysicalFontFace.hxx" -#include "impfont.hxx" -#include "impfontmetricdata.hxx" +#include <unx/printergfx.hxx> +#include <unx/genpspgraphics.h> +#include <unx/geninst.h> +#include <unx/glyphcache.hxx> +#include <unx/fc_fontoptions.hxx> +#include <PhysicalFontFace.hxx> +#include <impfont.hxx> +#include <impfontmetricdata.hxx> #include <cairo.h> #include <cairo-ft.h> -#include "CommonSalLayout.hxx" +#include <CommonSalLayout.hxx> namespace { diff --git a/vcl/unx/generic/gdi/font.cxx b/vcl/unx/generic/gdi/font.cxx index 2e8dd081cf35..c872963d159c 100644 --- a/vcl/unx/generic/gdi/font.cxx +++ b/vcl/unx/generic/gdi/font.cxx @@ -20,11 +20,11 @@ #include <vcl/sysdata.hxx> #include <vcl/fontcharmap.hxx> -#include "unx/saldisp.hxx" -#include "unx/salgdi.h" -#include "unx/salvd.h" -#include "textrender.hxx" -#include "CommonSalLayout.hxx" +#include <unx/saldisp.hxx> +#include <unx/salgdi.h> +#include <unx/salvd.h> +#include <textrender.hxx> +#include <CommonSalLayout.hxx> GC X11SalGraphics::GetFontGC() diff --git a/vcl/unx/generic/gdi/gcach_xpeer.cxx b/vcl/unx/generic/gdi/gcach_xpeer.cxx index 8dde144a2ada..31195d6fe752 100644 --- a/vcl/unx/generic/gdi/gcach_xpeer.cxx +++ b/vcl/unx/generic/gdi/gcach_xpeer.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "rtl/ustring.hxx" -#include "osl/module.h" -#include "osl/thread.h" +#include <rtl/ustring.hxx> +#include <osl/module.h> +#include <osl/thread.h> -#include "unx/saldisp.hxx" -#include "unx/salgdi.h" +#include <unx/saldisp.hxx> +#include <unx/salgdi.h> #include "gcach_xpeer.hxx" #include "xrender_peer.hxx" diff --git a/vcl/unx/generic/gdi/gcach_xpeer.hxx b/vcl/unx/generic/gdi/gcach_xpeer.hxx index af33b22652ca..9fe75b706433 100644 --- a/vcl/unx/generic/gdi/gcach_xpeer.hxx +++ b/vcl/unx/generic/gdi/gcach_xpeer.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_UNX_GENERIC_GDI_GCACH_XPEER_HXX #define INCLUDED_VCL_UNX_GENERIC_GDI_GCACH_XPEER_HXX -#include "unx/glyphcache.hxx" +#include <unx/glyphcache.hxx> class X11GlyphCache : public GlyphCache { diff --git a/vcl/unx/generic/gdi/gdiimpl.cxx b/vcl/unx/generic/gdi/gdiimpl.cxx index 8fc0361b0789..fea1b60c9870 100644 --- a/vcl/unx/generic/gdi/gdiimpl.cxx +++ b/vcl/unx/generic/gdi/gdiimpl.cxx @@ -28,28 +28,28 @@ #include <vcl/salbtype.hxx> #include <vcl/gradient.hxx> -#include "unx/salunx.h" -#include "unx/saldisp.hxx" -#include "unx/salbmp.h" -#include "unx/salgdi.h" -#include "unx/salvd.h" +#include <unx/salunx.h> +#include <unx/saldisp.hxx> +#include <unx/salbmp.h> +#include <unx/salgdi.h> +#include <unx/salvd.h> #include <unx/x11/xlimits.hxx> -#include "salframe.hxx" +#include <salframe.hxx> #include "xrender_peer.hxx" -#include "outdata.hxx" - -#include "basegfx/polygon/b2dpolygon.hxx" -#include "basegfx/polygon/b2dpolypolygon.hxx" -#include "basegfx/polygon/b2dpolypolygontools.hxx" -#include "basegfx/polygon/b2dpolygontools.hxx" -#include "basegfx/polygon/b2dpolygonclipper.hxx" -#include "basegfx/polygon/b2dlinegeometry.hxx" -#include "basegfx/matrix/b2dhommatrix.hxx" -#include "basegfx/matrix/b2dhommatrixtools.hxx" -#include "basegfx/polygon/b2dpolypolygoncutter.hxx" -#include "basegfx/polygon/b2dtrapezoid.hxx" -#include "ControlCacheKey.hxx" +#include <outdata.hxx> + +#include <basegfx/polygon/b2dpolygon.hxx> +#include <basegfx/polygon/b2dpolypolygon.hxx> +#include <basegfx/polygon/b2dpolypolygontools.hxx> +#include <basegfx/polygon/b2dpolygontools.hxx> +#include <basegfx/polygon/b2dpolygonclipper.hxx> +#include <basegfx/polygon/b2dlinegeometry.hxx> +#include <basegfx/matrix/b2dhommatrix.hxx> +#include <basegfx/matrix/b2dhommatrixtools.hxx> +#include <basegfx/polygon/b2dpolypolygoncutter.hxx> +#include <basegfx/polygon/b2dtrapezoid.hxx> +#include <ControlCacheKey.hxx> #undef SALGDI2_TESTTRANS diff --git a/vcl/unx/generic/gdi/gdiimpl.hxx b/vcl/unx/generic/gdi/gdiimpl.hxx index 953ea731141f..42fe5b6c9ee2 100644 --- a/vcl/unx/generic/gdi/gdiimpl.hxx +++ b/vcl/unx/generic/gdi/gdiimpl.hxx @@ -24,13 +24,13 @@ #include <X11/Xutil.h> #include <X11/extensions/Xrender.h> -#include "unx/saltype.h" -#include "unx/x11/x11gdiimpl.h" +#include <unx/saltype.h> +#include <unx/x11/x11gdiimpl.h> -#include "salgdiimpl.hxx" +#include <salgdiimpl.hxx> #include <basegfx/polygon/b2dtrapezoid.hxx> -#include "ControlCacheKey.hxx" +#include <ControlCacheKey.hxx> /* From <X11/Intrinsic.h> */ typedef unsigned long Pixel; diff --git a/vcl/unx/generic/gdi/nativewindowhandleprovider.cxx b/vcl/unx/generic/gdi/nativewindowhandleprovider.cxx index 3afd26e31498..47986cf2050a 100644 --- a/vcl/unx/generic/gdi/nativewindowhandleprovider.cxx +++ b/vcl/unx/generic/gdi/nativewindowhandleprovider.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "unx/nativewindowhandleprovider.hxx" +#include <unx/nativewindowhandleprovider.hxx> NativeWindowHandleProvider::~NativeWindowHandleProvider() { diff --git a/vcl/unx/generic/gdi/openglx11cairotextrender.cxx b/vcl/unx/generic/gdi/openglx11cairotextrender.cxx index 08618195a036..d1301f1cc2ff 100644 --- a/vcl/unx/generic/gdi/openglx11cairotextrender.cxx +++ b/vcl/unx/generic/gdi/openglx11cairotextrender.cxx @@ -9,8 +9,8 @@ #include "openglx11cairotextrender.hxx" -#include "openglgdiimpl.hxx" -#include "salbmp.hxx" +#include <openglgdiimpl.hxx> +#include <salbmp.hxx> #include <vcl/salbtype.hxx> #include <cairo.h> diff --git a/vcl/unx/generic/gdi/salgdi.cxx b/vcl/unx/generic/gdi/salgdi.cxx index 861232597432..652cb41b7a7e 100644 --- a/vcl/unx/generic/gdi/salgdi.cxx +++ b/vcl/unx/generic/gdi/salgdi.cxx @@ -27,38 +27,38 @@ #include <X11/Xproto.h> -#include "basegfx/polygon/b2dpolygon.hxx" -#include "basegfx/polygon/b2dpolypolygon.hxx" -#include "basegfx/polygon/b2dpolypolygontools.hxx" -#include "basegfx/polygon/b2dpolygontools.hxx" -#include "basegfx/polygon/b2dpolygonclipper.hxx" -#include "basegfx/polygon/b2dlinegeometry.hxx" -#include "basegfx/matrix/b2dhommatrix.hxx" -#include "basegfx/matrix/b2dhommatrixtools.hxx" -#include "basegfx/polygon/b2dpolypolygoncutter.hxx" -#include "basegfx/polygon/b2dtrapezoid.hxx" +#include <basegfx/polygon/b2dpolygon.hxx> +#include <basegfx/polygon/b2dpolypolygon.hxx> +#include <basegfx/polygon/b2dpolypolygontools.hxx> +#include <basegfx/polygon/b2dpolygontools.hxx> +#include <basegfx/polygon/b2dpolygonclipper.hxx> +#include <basegfx/polygon/b2dlinegeometry.hxx> +#include <basegfx/matrix/b2dhommatrix.hxx> +#include <basegfx/matrix/b2dhommatrixtools.hxx> +#include <basegfx/polygon/b2dpolypolygoncutter.hxx> +#include <basegfx/polygon/b2dtrapezoid.hxx> #include <basegfx/curve/b2dcubicbezier.hxx> #include <vcl/jobdata.hxx> #include <vcl/sysdata.hxx> #include <vcl/virdev.hxx> -#include "unx/salunx.h" -#include "unx/saldisp.hxx" -#include "unx/salgdi.h" -#include "unx/salvd.h" -#include "unx/x11/x11gdiimpl.h" +#include <unx/salunx.h> +#include <unx/saldisp.hxx> +#include <unx/salgdi.h> +#include <unx/salvd.h> +#include <unx/x11/x11gdiimpl.h> #include <unx/x11/xlimits.hxx> -#include "salgdiimpl.hxx" -#include "unx/nativewindowhandleprovider.hxx" -#include "textrender.hxx" +#include <salgdiimpl.hxx> +#include <unx/nativewindowhandleprovider.hxx> +#include <textrender.hxx> #include "gdiimpl.hxx" -#include "opengl/x11/gdiimpl.hxx" +#include <opengl/x11/gdiimpl.hxx> #include "x11cairotextrender.hxx" #include "openglx11cairotextrender.hxx" -#include "unx/printergfx.hxx" +#include <unx/printergfx.hxx> #include "xrender_peer.hxx" #include "cairo_xlib_cairo.hxx" #include <cairo-xlib.h> diff --git a/vcl/unx/generic/gdi/salgdi2.cxx b/vcl/unx/generic/gdi/salgdi2.cxx index 76fe85451f86..ed33c0acacaf 100644 --- a/vcl/unx/generic/gdi/salgdi2.cxx +++ b/vcl/unx/generic/gdi/salgdi2.cxx @@ -18,27 +18,27 @@ */ #include <poll.h> -#include "salgdiimpl.hxx" +#include <salgdiimpl.hxx> #include <vcl/salbtype.hxx> #include <vcl/sysdata.hxx> -#include "unx/pixmap.hxx" -#include "unx/salunx.h" -#include "unx/saldisp.hxx" -#include "unx/salbmp.h" -#include "unx/salgdi.h" -#include "unx/salvd.h" -#include "unx/x11/x11gdiimpl.h" +#include <unx/pixmap.hxx> +#include <unx/salunx.h> +#include <unx/saldisp.hxx> +#include <unx/salbmp.h> +#include <unx/salgdi.h> +#include <unx/salvd.h> +#include <unx/x11/x11gdiimpl.h> #include <unx/x11/xlimits.hxx> #include "xrender_peer.hxx" -#include "salframe.hxx" +#include <salframe.hxx> -#include "unx/printergfx.hxx" +#include <unx/printergfx.hxx> #include <vcl/bitmapaccess.hxx> #include <outdata.hxx> -#include "ControlCacheKey.hxx" +#include <ControlCacheKey.hxx> void X11SalGraphics::CopyScreenArea( Display* pDisplay, Drawable aSrc, SalX11Screen nXScreenSrc, int nSrcDepth, diff --git a/vcl/unx/generic/gdi/x11cairotextrender.cxx b/vcl/unx/generic/gdi/x11cairotextrender.cxx index a59a54ff9adc..105d0a0392bd 100644 --- a/vcl/unx/generic/gdi/x11cairotextrender.cxx +++ b/vcl/unx/generic/gdi/x11cairotextrender.cxx @@ -18,8 +18,8 @@ */ #include "x11cairotextrender.hxx" -#include "unx/saldisp.hxx" -#include "unx/salvd.h" +#include <unx/saldisp.hxx> +#include <unx/salvd.h> #include "gcach_xpeer.hxx" #include <X11/Xregion.h> #include <cairo.h> diff --git a/vcl/unx/generic/gdi/x11cairotextrender.hxx b/vcl/unx/generic/gdi/x11cairotextrender.hxx index 5e2648b2c3cd..4b90586edf12 100644 --- a/vcl/unx/generic/gdi/x11cairotextrender.hxx +++ b/vcl/unx/generic/gdi/x11cairotextrender.hxx @@ -20,10 +20,10 @@ #ifndef INCLUDED_VCL_UNX_GENERIC_GDI_X11CAIROTEXTRENDER_HXX #define INCLUDED_VCL_UNX_GENERIC_GDI_X11CAIROTEXTRENDER_HXX -#include "unx/cairotextrender.hxx" -#include "unx/saldisp.hxx" -#include "unx/salgdi.h" -#include "salframe.hxx" +#include <unx/cairotextrender.hxx> +#include <unx/saldisp.hxx> +#include <unx/salgdi.h> +#include <salframe.hxx> class X11CairoTextRender : public CairoTextRender { diff --git a/vcl/unx/generic/gdi/xrender_peer.cxx b/vcl/unx/generic/gdi/xrender_peer.cxx index d0f3ec04abe2..2e23499606f1 100644 --- a/vcl/unx/generic/gdi/xrender_peer.cxx +++ b/vcl/unx/generic/gdi/xrender_peer.cxx @@ -21,7 +21,7 @@ #include <unx/salunx.h> #include <unx/saldisp.hxx> -#include <xrender_peer.hxx> +#include "xrender_peer.hxx" XRenderPeer::XRenderPeer() : mpDisplay( vcl_sal::getSalDisplay(GetGenericUnixSalData())->GetDisplay() ) diff --git a/vcl/unx/generic/glyphs/freetype_glyphcache.cxx b/vcl/unx/generic/glyphs/freetype_glyphcache.cxx index 534115115c54..0b4f49c9b5fa 100644 --- a/vcl/unx/generic/glyphs/freetype_glyphcache.cxx +++ b/vcl/unx/generic/glyphs/freetype_glyphcache.cxx @@ -20,27 +20,27 @@ #include <vcl/fontcharmap.hxx> -#include "unx/freetype_glyphcache.hxx" +#include <unx/freetype_glyphcache.hxx> #include <vcl/svapp.hxx> #include <fontinstance.hxx> #include <impfont.hxx> -#include "fontattributes.hxx" +#include <fontattributes.hxx> #include <config_features.h> #include <unotools/fontdefs.hxx> -#include "tools/poly.hxx" -#include "basegfx/matrix/b2dhommatrix.hxx" -#include "basegfx/matrix/b2dhommatrixtools.hxx" -#include "basegfx/polygon/b2dpolypolygon.hxx" +#include <tools/poly.hxx> +#include <basegfx/matrix/b2dhommatrix.hxx> +#include <basegfx/matrix/b2dhommatrixtools.hxx> +#include <basegfx/polygon/b2dpolypolygon.hxx> -#include "osl/file.hxx" -#include "osl/thread.hxx" +#include <osl/file.hxx> +#include <osl/thread.hxx> -#include "langboost.hxx" -#include "PhysicalFontCollection.hxx" -#include "sft.hxx" +#include <langboost.hxx> +#include <PhysicalFontCollection.hxx> +#include <sft.hxx> #include <ft2build.h> #include FT_FREETYPE_H @@ -52,7 +52,7 @@ #include FT_TRUETYPE_TAGS_H #include FT_TRUETYPE_IDS_H -#include "rtl/instance.hxx" +#include <rtl/instance.hxx> #include <vector> @@ -61,8 +61,8 @@ #include <fcntl.h> #include <sys/stat.h> #include <sys/mman.h> -#include "unx/fontmanager.hxx" -#include "impfontcharmap.hxx" +#include <unx/fontmanager.hxx> +#include <impfontcharmap.hxx> static FT_Library aLibFT = nullptr; diff --git a/vcl/unx/generic/glyphs/glyphcache.cxx b/vcl/unx/generic/glyphs/glyphcache.cxx index 424fd31eb21f..46b785c85328 100644 --- a/vcl/unx/generic/glyphs/glyphcache.cxx +++ b/vcl/unx/generic/glyphs/glyphcache.cxx @@ -19,7 +19,7 @@ #include <stdlib.h> #include <math.h> -#include "unx/freetype_glyphcache.hxx" +#include <unx/freetype_glyphcache.hxx> #include <vcl/svapp.hxx> #include <vcl/bitmap.hxx> diff --git a/vcl/unx/generic/plugadapt/salplug.cxx b/vcl/unx/generic/plugadapt/salplug.cxx index 441f16ddb113..30042369b337 100644 --- a/vcl/unx/generic/plugadapt/salplug.cxx +++ b/vcl/unx/generic/plugadapt/salplug.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "osl/module.h" -#include "osl/process.h" - -#include "rtl/bootstrap.hxx" -#include "rtl/process.h" - -#include "salinst.hxx" -#include "unx/gensys.h" -#include "unx/gendata.hxx" -#include "headless/svpinst.hxx" -#include "unx/desktops.hxx" -#include "printerinfomanager.hxx" +#include <osl/module.h> +#include <osl/process.h> + +#include <rtl/bootstrap.hxx> +#include <rtl/process.h> + +#include <salinst.hxx> +#include <unx/gensys.h> +#include <unx/gendata.hxx> +#include <headless/svpinst.hxx> +#include <unx/desktops.hxx> +#include <printerinfomanager.hxx> #include <config_vclplug.h> #include <desktop/crashreport.hxx> diff --git a/vcl/unx/generic/print/bitmap_gfx.cxx b/vcl/unx/generic/print/bitmap_gfx.cxx index 5e43d3b4e32e..7fff8756b3c1 100644 --- a/vcl/unx/generic/print/bitmap_gfx.cxx +++ b/vcl/unx/generic/print/bitmap_gfx.cxx @@ -21,7 +21,7 @@ #include <memory> #include "psputil.hxx" -#include "unx/printergfx.hxx" +#include <unx/printergfx.hxx> #include <vcl/strhelper.hxx> namespace psp { diff --git a/vcl/unx/generic/print/common_gfx.cxx b/vcl/unx/generic/print/common_gfx.cxx index 8b96f5039d07..d16cbbf6c0ce 100644 --- a/vcl/unx/generic/print/common_gfx.cxx +++ b/vcl/unx/generic/print/common_gfx.cxx @@ -24,15 +24,15 @@ #include "psputil.hxx" #include "glyphset.hxx" -#include "unx/printergfx.hxx" -#include "unx/printerjob.hxx" -#include "unx/fontmanager.hxx" +#include <unx/printergfx.hxx> +#include <unx/printerjob.hxx> +#include <unx/fontmanager.hxx> #include <vcl/strhelper.hxx> -#include "printerinfomanager.hxx" +#include <printerinfomanager.hxx> -#include "tools/color.hxx" -#include "tools/poly.hxx" -#include "tools/stream.hxx" +#include <tools/color.hxx> +#include <tools/poly.hxx> +#include <tools/stream.hxx> using namespace psp ; diff --git a/vcl/unx/generic/print/genprnpsp.cxx b/vcl/unx/generic/print/genprnpsp.cxx index 8adcd655c762..275ca8f38d22 100644 --- a/vcl/unx/generic/print/genprnpsp.cxx +++ b/vcl/unx/generic/print/genprnpsp.cxx @@ -35,7 +35,7 @@ #include <sys/stat.h> #include <comphelper/fileurl.hxx> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include <vcl/button.hxx> #include <vcl/dialog.hxx> @@ -45,18 +45,18 @@ #include <vcl/svapp.hxx> #include <vcl/print.hxx> #include <vcl/pdfwriter.hxx> -#include "printerinfomanager.hxx" +#include <printerinfomanager.hxx> #include <vcl/settings.hxx> -#include "strings.hrc" -#include "saldatabasic.hxx" -#include "unx/genprn.h" -#include "unx/geninst.h" -#include "unx/genpspgraphics.h" - -#include "jobset.h" -#include "print.h" +#include <strings.hrc> +#include <saldatabasic.hxx> +#include <unx/genprn.h> +#include <unx/geninst.h> +#include <unx/genpspgraphics.h> + +#include <jobset.h> +#include <print.h> #include "prtsetup.hxx" -#include "salptype.hxx" +#include <salptype.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/vcl/unx/generic/print/genpspgraphics.cxx b/vcl/unx/generic/print/genpspgraphics.cxx index 6f458df680eb..dea5b28f4082 100644 --- a/vcl/unx/generic/print/genpspgraphics.cxx +++ b/vcl/unx/generic/print/genpspgraphics.cxx @@ -33,28 +33,28 @@ #include <i18nlangtag/mslangid.hxx> #include <vcl/bitmapaccess.hxx> #include <vcl/jobdata.hxx> -#include "printerinfomanager.hxx" +#include <printerinfomanager.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> #include <vcl/sysdata.hxx> #include <vcl/fontcharmap.hxx> #include <config_cairo_canvas.h> -#include "fontsubset.hxx" -#include "unx/geninst.h" -#include "unx/genpspgraphics.h" -#include "unx/glyphcache.hxx" -#include "unx/printergfx.hxx" -#include "impfont.hxx" -#include "langboost.hxx" -#include "fontinstance.hxx" -#include "fontattributes.hxx" -#include "impfontmetricdata.hxx" -#include "PhysicalFontCollection.hxx" -#include "PhysicalFontFace.hxx" -#include "salbmp.hxx" -#include "salprn.hxx" -#include "CommonSalLayout.hxx" +#include <fontsubset.hxx> +#include <unx/geninst.h> +#include <unx/genpspgraphics.h> +#include <unx/glyphcache.hxx> +#include <unx/printergfx.hxx> +#include <impfont.hxx> +#include <langboost.hxx> +#include <fontinstance.hxx> +#include <fontattributes.hxx> +#include <impfontmetricdata.hxx> +#include <PhysicalFontCollection.hxx> +#include <PhysicalFontFace.hxx> +#include <salbmp.hxx> +#include <salprn.hxx> +#include <CommonSalLayout.hxx> using namespace psp; diff --git a/vcl/unx/generic/print/glyphset.cxx b/vcl/unx/generic/print/glyphset.cxx index ee246fe03619..a29d331d53ed 100644 --- a/vcl/unx/generic/print/glyphset.cxx +++ b/vcl/unx/generic/print/glyphset.cxx @@ -20,20 +20,20 @@ #include "glyphset.hxx" #include "psputil.hxx" -#include "sft.hxx" +#include <sft.hxx> -#include "unx/printergfx.hxx" -#include "fontsubset.hxx" -#include "unx/fontmanager.hxx" +#include <unx/printergfx.hxx> +#include <fontsubset.hxx> +#include <unx/fontmanager.hxx> #include <tools/gen.hxx> -#include "osl/thread.h" +#include <osl/thread.h> -#include "sal/alloca.h" +#include <sal/alloca.h> -#include "rtl/ustring.hxx" -#include "rtl/strbuf.hxx" +#include <rtl/ustring.hxx> +#include <rtl/strbuf.hxx> #include <unotools/tempfile.hxx> diff --git a/vcl/unx/generic/print/glyphset.hxx b/vcl/unx/generic/print/glyphset.hxx index 4b47f6fdd442..8122d5838a35 100644 --- a/vcl/unx/generic/print/glyphset.hxx +++ b/vcl/unx/generic/print/glyphset.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_VCL_GENERIC_PRINT_GLYPHSET_HXX #define INCLUDED_VCL_GENERIC_PRINT_GLYPHSET_HXX -#include "unx/fontmanager.hxx" +#include <unx/fontmanager.hxx> -#include "osl/file.hxx" +#include <osl/file.hxx> -#include "rtl/string.hxx" +#include <rtl/string.hxx> #include <list> #include <unordered_map> diff --git a/vcl/unx/generic/print/printerjob.cxx b/vcl/unx/generic/print/printerjob.cxx index e4b3f8912253..a086d253f5db 100644 --- a/vcl/unx/generic/print/printerjob.cxx +++ b/vcl/unx/generic/print/printerjob.cxx @@ -26,15 +26,15 @@ #include "psputil.hxx" #include "glyphset.hxx" -#include "unx/printerjob.hxx" -#include "unx/printergfx.hxx" +#include <unx/printerjob.hxx> +#include <unx/printergfx.hxx> #include <vcl/ppdparser.hxx> #include <vcl/strhelper.hxx> -#include "printerinfomanager.hxx" +#include <printerinfomanager.hxx> -#include "rtl/ustring.hxx" -#include "rtl/strbuf.hxx" -#include "rtl/ustrbuf.hxx" +#include <rtl/ustring.hxx> +#include <rtl/strbuf.hxx> +#include <rtl/ustrbuf.hxx> #include <osl/thread.h> #include <osl/security.hxx> diff --git a/vcl/unx/generic/print/prtsetup.cxx b/vcl/unx/generic/print/prtsetup.cxx index b4fb58a749d3..0faee232cdd6 100644 --- a/vcl/unx/generic/print/prtsetup.cxx +++ b/vcl/unx/generic/print/prtsetup.cxx @@ -18,10 +18,10 @@ */ #include "prtsetup.hxx" -#include "svdata.hxx" -#include "strings.hrc" +#include <svdata.hxx> +#include <strings.hrc> -#include "osl/thread.h" +#include <osl/thread.h> #include <officecfg/Office/Common.hxx> diff --git a/vcl/unx/generic/print/prtsetup.hxx b/vcl/unx/generic/print/prtsetup.hxx index e343d6a319e0..ff4d3fb01df7 100644 --- a/vcl/unx/generic/print/prtsetup.hxx +++ b/vcl/unx/generic/print/prtsetup.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_GENERIC_PRINT_PRTSETUP_HXX #define INCLUDED_VCL_GENERIC_PRINT_PRTSETUP_HXX -#include "tools/link.hxx" +#include <tools/link.hxx> #include <vcl/tabdlg.hxx> #include <vcl/tabpage.hxx> @@ -32,7 +32,7 @@ #include <vcl/field.hxx> #include <vcl/combobox.hxx> #include <vcl/ppdparser.hxx> -#include "printerinfomanager.hxx" +#include <printerinfomanager.hxx> class RTSPaperPage; class RTSDevicePage; diff --git a/vcl/unx/generic/print/psputil.hxx b/vcl/unx/generic/print/psputil.hxx index efb9e70e3470..1e58820bee16 100644 --- a/vcl/unx/generic/print/psputil.hxx +++ b/vcl/unx/generic/print/psputil.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_VCL_GENERIC_PRINT_PSPUTIL_HXX #define INCLUDED_VCL_GENERIC_PRINT_PSPUTIL_HXX -#include "osl/file.hxx" +#include <osl/file.hxx> -#include "rtl/ustring.hxx" -#include "rtl/string.hxx" -#include "rtl/tencinfo.h" -#include "rtl/textcvt.h" +#include <rtl/ustring.hxx> +#include <rtl/string.hxx> +#include <rtl/tencinfo.h> +#include <rtl/textcvt.h> #include <map> diff --git a/vcl/unx/generic/print/text_gfx.cxx b/vcl/unx/generic/print/text_gfx.cxx index 59b74614e0a1..0d9411eb6b9f 100644 --- a/vcl/unx/generic/print/text_gfx.cxx +++ b/vcl/unx/generic/print/text_gfx.cxx @@ -22,13 +22,13 @@ #include "psputil.hxx" #include "glyphset.hxx" -#include "unx/printergfx.hxx" -#include "unx/fontmanager.hxx" +#include <unx/printergfx.hxx> +#include <unx/fontmanager.hxx> #include <unx/helper.hxx> -#include "osl/thread.h" +#include <osl/thread.h> -#include "sal/alloca.h" +#include <sal/alloca.h> using namespace psp ; diff --git a/vcl/unx/generic/printer/cpdmgr.cxx b/vcl/unx/generic/printer/cpdmgr.cxx index 5764e2d14444..a830c86c9312 100644 --- a/vcl/unx/generic/printer/cpdmgr.cxx +++ b/vcl/unx/generic/printer/cpdmgr.cxx @@ -19,12 +19,12 @@ #include <unistd.h> -#include "unx/cpdmgr.hxx" +#include <unx/cpdmgr.hxx> -#include "osl/diagnose.h" -#include "osl/thread.h" +#include <osl/diagnose.h> +#include <osl/thread.h> -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> #include <config_dbus.h> #include <config_gio.h> diff --git a/vcl/unx/generic/printer/cupsmgr.cxx b/vcl/unx/generic/printer/cupsmgr.cxx index 480aa2832609..621afce153a1 100644 --- a/vcl/unx/generic/printer/cupsmgr.cxx +++ b/vcl/unx/generic/printer/cupsmgr.cxx @@ -24,13 +24,13 @@ #include <unistd.h> -#include "unx/cupsmgr.hxx" +#include <unx/cupsmgr.hxx> -#include "osl/thread.h" -#include "osl/diagnose.h" -#include "osl/conditn.hxx" +#include <osl/thread.h> +#include <osl/diagnose.h> +#include <osl/conditn.hxx> -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> #include <officecfg/Office/Common.hxx> diff --git a/vcl/unx/generic/printer/jobdata.cxx b/vcl/unx/generic/printer/jobdata.cxx index a6e5af0f5dd5..3091063c9a98 100644 --- a/vcl/unx/generic/printer/jobdata.cxx +++ b/vcl/unx/generic/printer/jobdata.cxx @@ -19,8 +19,8 @@ #include <officecfg/Office/Common.hxx> #include <vcl/jobdata.hxx> -#include "printerinfomanager.hxx" -#include "tools/stream.hxx" +#include <printerinfomanager.hxx> +#include <tools/stream.hxx> #include <rtl/strbuf.hxx> #include <memory> diff --git a/vcl/unx/generic/printer/ppdparser.cxx b/vcl/unx/generic/printer/ppdparser.cxx index 40ffdfeb44c4..d9c21bb2b998 100644 --- a/vcl/unx/generic/printer/ppdparser.cxx +++ b/vcl/unx/generic/printer/ppdparser.cxx @@ -26,23 +26,23 @@ #include <vcl/settings.hxx> #include <unx/helper.hxx> -#include "unx/cupsmgr.hxx" -#include "unx/cpdmgr.hxx" - -#include "tools/urlobj.hxx" -#include "tools/stream.hxx" -#include "tools/zcodec.hxx" -#include "osl/mutex.hxx" -#include "osl/file.hxx" -#include "osl/process.h" -#include "osl/thread.h" -#include "rtl/strbuf.hxx" -#include "rtl/ustrbuf.hxx" -#include "rtl/instance.hxx" +#include <unx/cupsmgr.hxx> +#include <unx/cpdmgr.hxx> + +#include <tools/urlobj.hxx> +#include <tools/stream.hxx> +#include <tools/zcodec.hxx> +#include <osl/mutex.hxx> +#include <osl/file.hxx> +#include <osl/process.h> +#include <osl/thread.h> +#include <rtl/strbuf.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/instance.hxx> #include <sal/macros.h> #include <salhelper/linkhelper.hxx> -#include "com/sun/star/lang/Locale.hpp" +#include <com/sun/star/lang/Locale.hpp> #include <unordered_map> diff --git a/vcl/unx/generic/printer/printerinfomanager.cxx b/vcl/unx/generic/printer/printerinfomanager.cxx index cdd5580b7452..f19a45bc2aa0 100644 --- a/vcl/unx/generic/printer/printerinfomanager.cxx +++ b/vcl/unx/generic/printer/printerinfomanager.cxx @@ -21,24 +21,24 @@ #include <sys/wait.h> #include <signal.h> -#include "unx/cpdmgr.hxx" -#include "unx/cupsmgr.hxx" +#include <unx/cpdmgr.hxx> +#include <unx/cupsmgr.hxx> #include <vcl/strhelper.hxx> -#include "saldatabasic.hxx" +#include <saldatabasic.hxx> -#include "tools/urlobj.hxx" -#include "tools/stream.hxx" -#include "tools/config.hxx" +#include <tools/urlobj.hxx> +#include <tools/stream.hxx> +#include <tools/config.hxx> -#include "i18nutil/paper.hxx" +#include <i18nutil/paper.hxx> #include <comphelper/string.hxx> -#include "rtl/strbuf.hxx" +#include <rtl/strbuf.hxx> #include <sal/macros.h> -#include "osl/thread.hxx" -#include "osl/mutex.hxx" -#include "osl/process.h" +#include <osl/thread.hxx> +#include <osl/mutex.hxx> +#include <osl/process.h> // filename of configuration files #define PRINT_FILENAME "psprint.conf" diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx index 03ed240db5b9..c35c2d96ec77 100644 --- a/vcl/unx/generic/window/salframe.cxx +++ b/vcl/unx/generic/window/salframe.cxx @@ -23,15 +23,15 @@ #include <stdlib.h> #include <unistd.h> -#include "tools/debug.hxx" +#include <tools/debug.hxx> -#include "sal/alloca.h" +#include <sal/alloca.h> #include <vcl/floatwin.hxx> #include <vcl/svapp.hxx> #include <vcl/keycodes.hxx> #include <vcl/layout.hxx> -#include "printerinfomanager.hxx" +#include <printerinfomanager.hxx> #include <vcl/settings.hxx> #include <vcl/bitmapaccess.hxx> #include <vcl/opengl/OpenGLContext.hxx> @@ -44,31 +44,31 @@ #include "FWS.hxx" #include <X11/extensions/shape.h> -#include "unx/salunx.h" -#include "saldatabasic.hxx" -#include "unx/saldisp.hxx" -#include "unx/salgdi.h" -#include "unx/salframe.h" -#include "unx/sm.hxx" -#include "unx/wmadaptor.hxx" -#include "unx/genprn.h" -#include "unx/salbmp.h" -#include "unx/i18n_ic.hxx" -#include "unx/i18n_keysym.hxx" -#include "unx/i18n_status.hxx" +#include <unx/salunx.h> +#include <saldatabasic.hxx> +#include <unx/saldisp.hxx> +#include <unx/salgdi.h> +#include <unx/salframe.h> +#include <unx/sm.hxx> +#include <unx/wmadaptor.hxx> +#include <unx/genprn.h> +#include <unx/salbmp.h> +#include <unx/i18n_ic.hxx> +#include <unx/i18n_keysym.hxx> +#include <unx/i18n_status.hxx> #include <unx/x11/xlimits.hxx> -#include "opengl/zone.hxx" +#include <opengl/zone.hxx> -#include "unx/gensys.h" -#include "sallayout.hxx" +#include <unx/gensys.h> +#include <sallayout.hxx> #include <sal/macros.h> #include <com/sun/star/uno/Exception.hpp> -#include "svdata.hxx" -#include "strings.hrc" -#include "bitmaps.hlst" -#include "impbmp.hxx" +#include <svdata.hxx> +#include <strings.hrc> +#include <bitmaps.hlst> +#include <impbmp.hxx> #include <boost/optional.hpp> diff --git a/vcl/unx/glxtest.cxx b/vcl/unx/glxtest.cxx index 383be628dfa9..b0cdde234c2b 100644 --- a/vcl/unx/glxtest.cxx +++ b/vcl/unx/glxtest.cxx @@ -23,18 +23,18 @@ #include <unistd.h> #include <dlfcn.h> #include <fcntl.h> -#include "stdint.h" +#include <stdint.h> #include <string.h> #include <signal.h> -#include "opengl/x11/glxtest.hxx" +#include <opengl/x11/glxtest.hxx> #ifdef __SUNPRO_CC #include <stdio.h> #endif -#include "X11/Xlib.h" -#include "X11/Xutil.h" +#include <X11/Xlib.h> +#include <X11/Xutil.h> // stuff from glx.h typedef struct __GLXcontextRec *GLXContext; diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx index 2c648a6b9c67..c68835a8b5c3 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx @@ -42,8 +42,8 @@ #include <com/sun/star/ui/dialogs/ControlActions.hpp> #include <com/sun/star/uno/Any.hxx> #include <comphelper/string.hxx> -#include "unx/gtk/gtkdata.hxx" -#include "unx/gtk/gtkinst.hxx" +#include <unx/gtk/gtkdata.hxx> +#include <unx/gtk/gtkinst.hxx> #include <vcl/svapp.hxx> @@ -53,7 +53,7 @@ #include <set> #include <string.h> -#include "gtk/fpicker/SalGtkFilePicker.hxx" +#include <gtk/fpicker/SalGtkFilePicker.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::ui::dialogs; diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx index e03ff2928720..522fb734a60a 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx +++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx @@ -31,7 +31,7 @@ #include <memory> #include <rtl/ustring.hxx> -#include "gtk/fpicker/SalGtkPicker.hxx" +#include <gtk/fpicker/SalGtkPicker.hxx> // Implementation class for the XFilePicker Interface diff --git a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx index 015f0dfdb269..addd0b4dbb48 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx @@ -33,8 +33,8 @@ #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <vcl/svapp.hxx> -#include "unx/gtk/gtkinst.hxx" -#include "gtk/fpicker/SalGtkFolderPicker.hxx" +#include <unx/gtk/gtkinst.hxx> +#include <gtk/fpicker/SalGtkFolderPicker.hxx> #include <string.h> diff --git a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx index e7e27b17c0cc..46cf107a04ae 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx +++ b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx @@ -25,7 +25,7 @@ #include <rtl/ustring.hxx> #include <cppuhelper/implbase.hxx> -#include "gtk/fpicker/SalGtkPicker.hxx" +#include <gtk/fpicker/SalGtkPicker.hxx> class SalGtkFolderPicker : public SalGtkPicker, diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx index 6c7433b3c5f2..a45f79c35bcb 100644 --- a/vcl/unx/gtk/fpicker/SalGtkPicker.cxx +++ b/vcl/unx/gtk/fpicker/SalGtkPicker.cxx @@ -35,8 +35,8 @@ #include <tools/urlobj.hxx> #include <vcl/window.hxx> -#include "unx/gtk/gtkframe.hxx" -#include "gtk/fpicker/SalGtkPicker.hxx" +#include <unx/gtk/gtkframe.hxx> +#include <gtk/fpicker/SalGtkPicker.hxx> using namespace ::rtl; using namespace ::com::sun::star; diff --git a/vcl/unx/gtk/fpicker/resourceprovider.cxx b/vcl/unx/gtk/fpicker/resourceprovider.cxx index 152395d61463..e41c7bf5fd25 100644 --- a/vcl/unx/gtk/fpicker/resourceprovider.cxx +++ b/vcl/unx/gtk/fpicker/resourceprovider.cxx @@ -22,9 +22,9 @@ #include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp> #include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> -#include "strings.hrc" -#include "svdata.hxx" -#include "gtk/fpicker/SalGtkPicker.hxx" +#include <strings.hrc> +#include <svdata.hxx> +#include <gtk/fpicker/SalGtkPicker.hxx> using namespace ::com::sun::star::ui::dialogs::ExtendedFilePickerElementIds; using namespace ::com::sun::star::ui::dialogs::CommonFilePickerElementIds; diff --git a/vcl/unx/gtk/gtkdata.cxx b/vcl/unx/gtk/gtkdata.cxx index 97541eed22c1..c7eaa8da0039 100644 --- a/vcl/unx/gtk/gtkdata.cxx +++ b/vcl/unx/gtk/gtkdata.cxx @@ -39,11 +39,11 @@ #include <osl/thread.h> #include <osl/process.h> -#include "unx/i18n_im.hxx" -#include "unx/i18n_xkb.hxx" +#include <unx/i18n_im.hxx> +#include <unx/i18n_xkb.hxx> #include <unx/wmadaptor.hxx> -#include "unx/x11_cursors/salcursors.h" +#include <unx/x11_cursors/salcursors.h> #include <vcl/svapp.hxx> #include <chrono> diff --git a/vcl/unx/gtk/gtkinst.cxx b/vcl/unx/gtk/gtkinst.cxx index bc6fe03c9c2d..62b02a36a33f 100644 --- a/vcl/unx/gtk/gtkinst.cxx +++ b/vcl/unx/gtk/gtkinst.cxx @@ -42,7 +42,7 @@ #include <fcntl.h> #include <unistd.h> -#include "unx/gtk/gtkprintwrapper.hxx" +#include <unx/gtk/gtkprintwrapper.hxx> extern "C" { diff --git a/vcl/unx/gtk/gtkprintwrapper.cxx b/vcl/unx/gtk/gtkprintwrapper.cxx index 248ccf1cbb3c..7e2241304f26 100644 --- a/vcl/unx/gtk/gtkprintwrapper.cxx +++ b/vcl/unx/gtk/gtkprintwrapper.cxx @@ -11,7 +11,7 @@ #include <rtl/ustring.hxx> -#include "unx/gtk/gtkprintwrapper.hxx" +#include <unx/gtk/gtkprintwrapper.hxx> namespace vcl { diff --git a/vcl/unx/gtk/salnativewidgets-gtk.cxx b/vcl/unx/gtk/salnativewidgets-gtk.cxx index 4c0d4b6860d8..59fd3765406a 100644 --- a/vcl/unx/gtk/salnativewidgets-gtk.cxx +++ b/vcl/unx/gtk/salnativewidgets-gtk.cxx @@ -21,14 +21,14 @@ #include <vcl/svapp.hxx> -#include "unx/gtk/gtkframe.hxx" -#include "unx/gtk/gtkdata.hxx" -#include "unx/gtk/gtkinst.hxx" -#include "unx/gtk/gtkgdi.hxx" +#include <unx/gtk/gtkframe.hxx> +#include <unx/gtk/gtkdata.hxx> +#include <unx/gtk/gtkinst.hxx> +#include <unx/gtk/gtkgdi.hxx> -#include "unx/pixmap.hxx" -#include "saldatabasic.hxx" -#include "unx/saldisp.hxx" +#include <unx/pixmap.hxx> +#include <saldatabasic.hxx> +#include <unx/saldisp.hxx> #include <cstdio> #include <cmath> @@ -41,11 +41,11 @@ #include <vcl/vclenum.hxx> #include <vcl/settings.hxx> -#include "unx/fontmanager.hxx" +#include <unx/fontmanager.hxx> #include <vcl/decoview.hxx> #include <vcl/opengl/OpenGLHelper.hxx> -#include "ControlCacheKey.hxx" +#include <ControlCacheKey.hxx> typedef struct _cairo_font_options cairo_font_options_t; const char* const tabPrelitDataName="libreoffice-tab-is-prelit"; diff --git a/vcl/unx/gtk/salprn-gtk.cxx b/vcl/unx/gtk/salprn-gtk.cxx index a60a68e50843..da1314a47a9c 100644 --- a/vcl/unx/gtk/salprn-gtk.cxx +++ b/vcl/unx/gtk/salprn-gtk.cxx @@ -7,12 +7,12 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "unx/gtk/gtkprintwrapper.hxx" +#include <unx/gtk/gtkprintwrapper.hxx> -#include "unx/gtk/gtkdata.hxx" -#include "unx/gtk/gtkframe.hxx" -#include "unx/gtk/gtkinst.hxx" -#include "unx/gtk/gtkprn.hxx" +#include <unx/gtk/gtkdata.hxx> +#include <unx/gtk/gtkframe.hxx> +#include <unx/gtk/gtkinst.hxx> +#include <unx/gtk/gtkprn.hxx> #include <vcl/configsettings.hxx> #include <vcl/help.hxx> diff --git a/vcl/unx/gtk3/cairo_gtk3_cairo.cxx b/vcl/unx/gtk3/cairo_gtk3_cairo.cxx index b5e9cb2ee13c..73a650e2757c 100644 --- a/vcl/unx/gtk3/cairo_gtk3_cairo.cxx +++ b/vcl/unx/gtk3/cairo_gtk3_cairo.cxx @@ -17,7 +17,7 @@ #include <vcl/window.hxx> #include <basegfx/vector/b2isize.hxx> -#include "unx/gtk/gtkgdi.hxx" +#include <unx/gtk/gtkgdi.hxx> namespace cairo { diff --git a/vcl/unx/gtk3/gtk3gtkdata.cxx b/vcl/unx/gtk3/gtk3gtkdata.cxx index f4d41a53d2c0..ee95314c350e 100644 --- a/vcl/unx/gtk3/gtk3gtkdata.cxx +++ b/vcl/unx/gtk3/gtk3gtkdata.cxx @@ -39,11 +39,11 @@ #include <osl/thread.h> #include <osl/process.h> -#include "unx/i18n_im.hxx" -#include "unx/i18n_xkb.hxx" +#include <unx/i18n_im.hxx> +#include <unx/i18n_xkb.hxx> #include <unx/wmadaptor.hxx> -#include "unx/x11_cursors/salcursors.h" +#include <unx/x11_cursors/salcursors.h> #include <vcl/svapp.hxx> diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index cda9252f1dd1..cda73d68f330 100644 --- a/vcl/unx/gtk3/gtk3gtkinst.cxx +++ b/vcl/unx/gtk3/gtk3gtkinst.cxx @@ -11,20 +11,20 @@ #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include "com/sun/star/lang/XServiceInfo.hpp" -#include "com/sun/star/lang/XSingleServiceFactory.hpp" -#include "com/sun/star/lang/XInitialization.hpp" -#include "com/sun/star/datatransfer/XTransferable.hpp" -#include "com/sun/star/datatransfer/clipboard/XClipboard.hpp" -#include "com/sun/star/datatransfer/clipboard/XClipboardEx.hpp" -#include "com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp" -#include "com/sun/star/datatransfer/clipboard/XClipboardListener.hpp" -#include "com/sun/star/datatransfer/clipboard/XFlushableClipboard.hpp" -#include "com/sun/star/datatransfer/clipboard/XSystemClipboard.hpp" -#include "com/sun/star/datatransfer/dnd/DNDConstants.hpp" +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XSingleServiceFactory.hpp> +#include <com/sun/star/lang/XInitialization.hpp> +#include <com/sun/star/datatransfer/XTransferable.hpp> +#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> +#include <com/sun/star/datatransfer/clipboard/XClipboardEx.hpp> +#include <com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp> +#include <com/sun/star/datatransfer/clipboard/XClipboardListener.hpp> +#include <com/sun/star/datatransfer/clipboard/XFlushableClipboard.hpp> +#include <com/sun/star/datatransfer/clipboard/XSystemClipboard.hpp> +#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> -#include "cppuhelper/compbase.hxx" +#include <cppuhelper/compbase.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx b/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx index 753f383509ab..678bf4efdf90 100644 --- a/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx +++ b/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx @@ -18,7 +18,7 @@ #include <unx/gtk/gtkgdi.hxx> #include <vcl/decoview.hxx> #include <vcl/settings.hxx> -#include "unx/fontmanager.hxx" +#include <unx/fontmanager.hxx> #include "cairo_gtk3_cairo.hxx" #if defined(GDK_WINDOWING_WAYLAND) # include <gdk/gdkwayland.h> diff --git a/vcl/unx/kde4/KDE4FilePicker.cxx b/vcl/unx/kde4/KDE4FilePicker.cxx index c004ef8d4a69..c6246c979668 100644 --- a/vcl/unx/kde4/KDE4FilePicker.cxx +++ b/vcl/unx/kde4/KDE4FilePicker.cxx @@ -35,7 +35,7 @@ #include <vcl/sysdata.hxx> #include <vcl/syswin.hxx> -#include "osl/file.h" +#include <osl/file.h> #include "FPServiceInfo.hxx" #include "VCLKDEApplication.hxx" @@ -56,9 +56,9 @@ #undef Region -#include "unx/geninst.h" +#include <unx/geninst.h> -#include "strings.hrc" +#include <strings.hrc> // The dialog should check whether LO also supports the protocol // provided by KIO, and KFileWidget::dirOperator() is only 4.3+ . @@ -799,6 +799,6 @@ void KDE4FilePicker::selectionChanged() m_xListener->fileSelectionChanged( aEvent ); } -#include "KDE4FilePicker.moc" +#include <KDE4FilePicker.moc> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/unx/kde4/KDESalFrame.cxx b/vcl/unx/kde4/KDESalFrame.cxx index 589977e152d7..97f0fabf4c62 100644 --- a/vcl/unx/kde4/KDESalFrame.cxx +++ b/vcl/unx/kde4/KDESalFrame.cxx @@ -42,7 +42,7 @@ #include <vcl/font.hxx> #include <vcl/settings.hxx> -#include "unx/fontmanager.hxx" +#include <unx/fontmanager.hxx> #include <svdata.hxx> diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx index 43e055a2c0bb..7a72b57c296c 100644 --- a/vcl/unx/kde4/KDEXLib.cxx +++ b/vcl/unx/kde4/KDEXLib.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "config_kde4.h" +#include <config_kde4.h> #include "KDEXLib.hxx" #include "VCLKDEApplication.hxx" @@ -34,18 +34,18 @@ #include <QtCore/QThread> #include <QtGui/QFrame> -#include "unx/i18n_im.hxx" -#include "unx/i18n_xkb.hxx" -#include "unx/saldata.hxx" +#include <unx/i18n_im.hxx> +#include <unx/i18n_xkb.hxx> +#include <unx/saldata.hxx> #include <o3tl/make_unique.hxx> -#include "osl/process.h" +#include <osl/process.h> #include "KDESalDisplay.hxx" #if KDE4_HAVE_GLIB #include "KDE4FilePicker.hxx" -#include "tst_exclude_socket_notifiers.moc" -#include "tst_exclude_posted_events.moc" +#include <tst_exclude_socket_notifiers.moc> +#include <tst_exclude_posted_events.moc> #endif KDEXLib::KDEXLib() : @@ -420,6 +420,6 @@ uno::Reference< ui::dialogs::XFilePicker2 > KDEXLib::createFilePicker( #endif } -#include "KDEXLib.moc" +#include <KDEXLib.moc> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/workben/fftester.cxx b/vcl/workben/fftester.cxx index 18c84d52fb27..295a3bcb0231 100644 --- a/vcl/workben/fftester.cxx +++ b/vcl/workben/fftester.cxx @@ -42,10 +42,10 @@ #include <vcl/fltcall.hxx> #include <osl/file.hxx> -#include <../source/filter/igif/gifread.hxx> -#include <../source/filter/ixbm/xbmread.hxx> -#include <../source/filter/ixpm/xpmread.hxx> -#include <../source/filter/jpeg/jpeg.hxx> +#include "../source/filter/igif/gifread.hxx" +#include "../source/filter/ixbm/xbmread.hxx" +#include "../source/filter/ixpm/xpmread.hxx" +#include "../source/filter/jpeg/jpeg.hxx" using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx index c755b33265c9..d1ad29c47c34 100644 --- a/vcl/workben/vcldemo.cxx +++ b/vcl/workben/vcldemo.cxx @@ -51,11 +51,11 @@ // internal headers for OpenGLTests class. #if HAVE_FEATURE_OPENGL -#include "salgdi.hxx" -#include "salframe.hxx" -#include "openglgdiimpl.hxx" -#include "opengl/texture.hxx" -#include "opengl/framebuffer.hxx" +#include <salgdi.hxx> +#include <salframe.hxx> +#include <openglgdiimpl.hxx> +#include <opengl/texture.hxx> +#include <opengl/framebuffer.hxx> #include <vcl/opengl/OpenGLHelper.hxx> #endif |