From 88730cdae3520b18fc073dc59bd0ed660e15d6b4 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sat, 6 Feb 2016 21:03:41 +1100 Subject: vcl: bmpacc.hxx -> bitmapaccess.hxx Change-Id: I4bb19d6103c4a6a902d86b62a857e3478493924c --- vcl/inc/BitmapSymmetryCheck.hxx | 2 +- vcl/inc/canvasbitmap.hxx | 2 +- vcl/inc/pch/precompiled_vcl.hxx | 2 +- vcl/qa/cppunit/BitmapTest.cxx | 2 +- vcl/qa/cppunit/canvasbitmaptest.cxx | 2 +- vcl/qa/cppunit/outdev.cxx | 2 +- vcl/source/bitmap/BitmapProcessor.cxx | 2 +- vcl/source/bitmap/BitmapScaleConvolution.cxx | 2 +- vcl/source/bitmap/bitmapscalesuper.cxx | 2 +- vcl/source/filter/igif/decode.hxx | 2 +- vcl/source/filter/igif/gifread.hxx | 2 +- vcl/source/filter/ixbm/xbmread.hxx | 2 +- vcl/source/filter/ixpm/xpmread.cxx | 2 +- vcl/source/filter/jpeg/JpegReader.cxx | 2 +- vcl/source/filter/jpeg/JpegWriter.cxx | 2 +- vcl/source/filter/jpeg/jpeg.cxx | 2 +- vcl/source/filter/wmf/winmtf.hxx | 2 +- vcl/source/gdi/alpha.cxx | 2 +- vcl/source/gdi/bitmap.cxx | 2 +- vcl/source/gdi/bitmap3.cxx | 2 +- vcl/source/gdi/bitmap4.cxx | 2 +- vcl/source/gdi/bitmapex.cxx | 2 +- vcl/source/gdi/bmpacc.cxx | 2 +- vcl/source/gdi/bmpacc2.cxx | 2 +- vcl/source/gdi/bmpacc3.cxx | 2 +- vcl/source/gdi/bmpfast.cxx | 2 +- vcl/source/gdi/dibtools.cxx | 2 +- vcl/source/gdi/impvect.cxx | 2 +- vcl/source/gdi/octree.cxx | 2 +- vcl/source/gdi/pdfwriter_impl.cxx | 2 +- vcl/source/gdi/pdfwriter_impl2.cxx | 2 +- vcl/source/gdi/pngread.cxx | 2 +- vcl/source/gdi/pngwrite.cxx | 2 +- vcl/source/gdi/print2.cxx | 2 +- vcl/source/gdi/salmisc.cxx | 2 +- vcl/source/helper/canvasbitmap.cxx | 2 +- vcl/source/helper/canvastools.cxx | 2 +- vcl/source/image/ImageArrayData.cxx | 2 +- vcl/source/image/ImplImage.cxx | 2 +- vcl/source/image/ImplImageList.cxx | 2 +- vcl/source/opengl/OpenGLContext.cxx | 2 +- vcl/source/opengl/OpenGLHelper.cxx | 2 +- vcl/source/outdev/bitmap.cxx | 2 +- vcl/source/outdev/text.cxx | 2 +- vcl/source/outdev/transparent.cxx | 2 +- vcl/unx/generic/gdi/salgdi2.cxx | 2 +- vcl/unx/generic/print/genpspgraphics.cxx | 2 +- vcl/unx/generic/window/salframe.cxx | 2 +- vcl/win/gdi/salgdi2.cxx | 2 +- vcl/workben/svptest.cxx | 2 +- vcl/workben/vcldemo.cxx | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) (limited to 'vcl') diff --git a/vcl/inc/BitmapSymmetryCheck.hxx b/vcl/inc/BitmapSymmetryCheck.hxx index 586b498ec6ea..c6a02fa83a7f 100644 --- a/vcl/inc/BitmapSymmetryCheck.hxx +++ b/vcl/inc/BitmapSymmetryCheck.hxx @@ -12,7 +12,7 @@ #define INCLUDED_VCL_INC_BITMAPSYMMETRYCHECK_HXX #include -#include +#include class VCL_DLLPUBLIC BitmapSymmetryCheck { diff --git a/vcl/inc/canvasbitmap.hxx b/vcl/inc/canvasbitmap.hxx index 024232b46067..a278b240947f 100644 --- a/vcl/inc/canvasbitmap.hxx +++ b/vcl/inc/canvasbitmap.hxx @@ -27,7 +27,7 @@ #include #include -#include +#include namespace vcl { diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 5b1302cbf3c7..4d79b7caac3b 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -130,7 +130,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/vcl/qa/cppunit/BitmapTest.cxx b/vcl/qa/cppunit/BitmapTest.cxx index 7813adbcff73..7455b4b2bdf2 100644 --- a/vcl/qa/cppunit/BitmapTest.cxx +++ b/vcl/qa/cppunit/BitmapTest.cxx @@ -15,7 +15,7 @@ #include #include -#include +#include #include #include diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx index ae47526b2405..8b79f650decc 100644 --- a/vcl/qa/cppunit/canvasbitmaptest.cxx +++ b/vcl/qa/cppunit/canvasbitmaptest.cxx @@ -36,7 +36,7 @@ #include "vcl/canvastools.hxx" #include "vcl/dialog.hxx" #include "vcl/outdev.hxx" -#include "vcl/bmpacc.hxx" +#include "vcl/bitmapaccess.hxx" #include "vcl/virdev.hxx" #include "vcl/bitmapex.hxx" diff --git a/vcl/qa/cppunit/outdev.cxx b/vcl/qa/cppunit/outdev.cxx index a32ee7d3fd94..4a447701b0b3 100644 --- a/vcl/qa/cppunit/outdev.cxx +++ b/vcl/qa/cppunit/outdev.cxx @@ -12,7 +12,7 @@ #include #include -#include +#include #include #include diff --git a/vcl/source/bitmap/BitmapProcessor.cxx b/vcl/source/bitmap/BitmapProcessor.cxx index bdc7b489bf33..4d1500049592 100644 --- a/vcl/source/bitmap/BitmapProcessor.cxx +++ b/vcl/source/bitmap/BitmapProcessor.cxx @@ -9,7 +9,7 @@ */ #include -#include +#include #include BitmapEx BitmapProcessor::createLightImage(const BitmapEx& rBitmapEx) diff --git a/vcl/source/bitmap/BitmapScaleConvolution.cxx b/vcl/source/bitmap/BitmapScaleConvolution.cxx index a596603f827e..abdc475d45cb 100644 --- a/vcl/source/bitmap/BitmapScaleConvolution.cxx +++ b/vcl/source/bitmap/BitmapScaleConvolution.cxx @@ -20,7 +20,7 @@ #include "BitmapScaleConvolution.hxx" #include "ResampleKernel.hxx" -#include +#include #include #include diff --git a/vcl/source/bitmap/bitmapscalesuper.cxx b/vcl/source/bitmap/bitmapscalesuper.cxx index c0b53be8b124..33645f618129 100644 --- a/vcl/source/bitmap/bitmapscalesuper.cxx +++ b/vcl/source/bitmap/bitmapscalesuper.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include #include #include diff --git a/vcl/source/filter/igif/decode.hxx b/vcl/source/filter/igif/decode.hxx index 93840f1ade1b..d4a99a71d240 100644 --- a/vcl/source/filter/igif/decode.hxx +++ b/vcl/source/filter/igif/decode.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_SOURCE_FILTER_IGIF_DECODE_HXX #define INCLUDED_VCL_SOURCE_FILTER_IGIF_DECODE_HXX -#include +#include struct GIFLZWTableEntry; diff --git a/vcl/source/filter/igif/gifread.hxx b/vcl/source/filter/igif/gifread.hxx index 25120aaf710e..5ac60cc183b7 100644 --- a/vcl/source/filter/igif/gifread.hxx +++ b/vcl/source/filter/igif/gifread.hxx @@ -21,7 +21,7 @@ #define INCLUDED_VCL_SOURCE_FILTER_IGIF_GIFREAD_HXX #include -#include +#include #ifdef _GIFPRIVATE diff --git a/vcl/source/filter/ixbm/xbmread.hxx b/vcl/source/filter/ixbm/xbmread.hxx index 3794a374ca4b..52082c22ada5 100644 --- a/vcl/source/filter/ixbm/xbmread.hxx +++ b/vcl/source/filter/ixbm/xbmread.hxx @@ -21,7 +21,7 @@ #define INCLUDED_VCL_SOURCE_FILTER_IXBM_XBMREAD_HXX #include -#include +#include #ifdef _XBMPRIVATE diff --git a/vcl/source/filter/ixpm/xpmread.cxx b/vcl/source/filter/ixpm/xpmread.cxx index cfc7956f33cd..931629879787 100644 --- a/vcl/source/filter/ixpm/xpmread.cxx +++ b/vcl/source/filter/ixpm/xpmread.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include #include #include "rgbtable.hxx" #define _XPMPRIVATE diff --git a/vcl/source/filter/jpeg/JpegReader.cxx b/vcl/source/filter/jpeg/JpegReader.cxx index 78e818d8d8da..eb019128c10e 100644 --- a/vcl/source/filter/jpeg/JpegReader.cxx +++ b/vcl/source/filter/jpeg/JpegReader.cxx @@ -24,7 +24,7 @@ #include #include "JpegReader.hxx" -#include +#include #include #include #include diff --git a/vcl/source/filter/jpeg/JpegWriter.cxx b/vcl/source/filter/jpeg/JpegWriter.cxx index 38c65a504027..94632167e003 100644 --- a/vcl/source/filter/jpeg/JpegWriter.cxx +++ b/vcl/source/filter/jpeg/JpegWriter.cxx @@ -24,7 +24,7 @@ #include #include "JpegWriter.hxx" -#include +#include #include #include diff --git a/vcl/source/filter/jpeg/jpeg.cxx b/vcl/source/filter/jpeg/jpeg.cxx index b2e46720790d..c3769870aa3f 100644 --- a/vcl/source/filter/jpeg/jpeg.cxx +++ b/vcl/source/filter/jpeg/jpeg.cxx @@ -21,7 +21,7 @@ #include "JpegWriter.hxx" #include "jpeg.hxx" -#include +#include #include #include diff --git a/vcl/source/filter/wmf/winmtf.hxx b/vcl/source/filter/wmf/winmtf.hxx index 23ce3ad5e3b3..0d0f96b74a34 100644 --- a/vcl/source/filter/wmf/winmtf.hxx +++ b/vcl/source/filter/wmf/winmtf.hxx @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include diff --git a/vcl/source/gdi/alpha.cxx b/vcl/source/gdi/alpha.cxx index 371f044633d5..f3217b295f84 100644 --- a/vcl/source/gdi/alpha.cxx +++ b/vcl/source/gdi/alpha.cxx @@ -18,7 +18,7 @@ */ #include -#include +#include #include #include diff --git a/vcl/source/gdi/bitmap.cxx b/vcl/source/gdi/bitmap.cxx index d0f266626256..f182eb23be15 100644 --- a/vcl/source/gdi/bitmap.cxx +++ b/vcl/source/gdi/bitmap.cxx @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/vcl/source/gdi/bitmap3.cxx b/vcl/source/gdi/bitmap3.cxx index 12efd66ae8b5..9251af18a766 100644 --- a/vcl/source/gdi/bitmap3.cxx +++ b/vcl/source/gdi/bitmap3.cxx @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include #include diff --git a/vcl/source/gdi/bitmap4.cxx b/vcl/source/gdi/bitmap4.cxx index 2b5723cc1af7..8174c3afdd02 100644 --- a/vcl/source/gdi/bitmap4.cxx +++ b/vcl/source/gdi/bitmap4.cxx @@ -19,7 +19,7 @@ #include #include -#include +#include #include #define S2(a,b) { long t; if( ( t = b - a ) < 0 ) { a += t; b -= t; } } diff --git a/vcl/source/gdi/bitmapex.cxx b/vcl/source/gdi/bitmapex.cxx index 7af0f149016c..c98acddcac0f 100644 --- a/vcl/source/gdi/bitmapex.cxx +++ b/vcl/source/gdi/bitmapex.cxx @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include diff --git a/vcl/source/gdi/bmpacc.cxx b/vcl/source/gdi/bmpacc.cxx index 74edb56856a4..b1d59820ba15 100644 --- a/vcl/source/gdi/bmpacc.cxx +++ b/vcl/source/gdi/bmpacc.cxx @@ -19,7 +19,7 @@ #include #include -#include +#include #include diff --git a/vcl/source/gdi/bmpacc2.cxx b/vcl/source/gdi/bmpacc2.cxx index 286ea8fca26a..9d447500af59 100644 --- a/vcl/source/gdi/bmpacc2.cxx +++ b/vcl/source/gdi/bmpacc2.cxx @@ -18,7 +18,7 @@ */ #include -#include +#include BitmapColor BitmapReadAccess::GetPixelFor_1BIT_MSB_PAL(ConstScanline pScanline, long nX, const ColorMask&) { diff --git a/vcl/source/gdi/bmpacc3.cxx b/vcl/source/gdi/bmpacc3.cxx index 5d680c76ba72..754a4bb6cc53 100644 --- a/vcl/source/gdi/bmpacc3.cxx +++ b/vcl/source/gdi/bmpacc3.cxx @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include diff --git a/vcl/source/gdi/bmpfast.cxx b/vcl/source/gdi/bmpfast.cxx index 76b2aa54d750..bed0528b8a00 100644 --- a/vcl/source/gdi/bmpfast.cxx +++ b/vcl/source/gdi/bmpfast.cxx @@ -19,7 +19,7 @@ #include #include -#include +#include #define FAST_ARGB_BGRA diff --git a/vcl/source/gdi/dibtools.cxx b/vcl/source/gdi/dibtools.cxx index afb0a64bfd2a..a1b05157fadb 100644 --- a/vcl/source/gdi/dibtools.cxx +++ b/vcl/source/gdi/dibtools.cxx @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include diff --git a/vcl/source/gdi/impvect.cxx b/vcl/source/gdi/impvect.cxx index 1fce7910b23f..4e496f7862fa 100644 --- a/vcl/source/gdi/impvect.cxx +++ b/vcl/source/gdi/impvect.cxx @@ -18,7 +18,7 @@ */ #include -#include +#include #include #include #include diff --git a/vcl/source/gdi/octree.cxx b/vcl/source/gdi/octree.cxx index d65e012ae3a1..e56f3d3d647e 100644 --- a/vcl/source/gdi/octree.cxx +++ b/vcl/source/gdi/octree.cxx @@ -19,7 +19,7 @@ #include -#include +#include #include "octree.hxx" #include "impoctree.hxx" diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index 3ab051d63670..22f32eb2ad10 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -51,7 +51,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/vcl/source/gdi/pdfwriter_impl2.cxx b/vcl/source/gdi/pdfwriter_impl2.cxx index 8e47b843b136..bad799439e6c 100644 --- a/vcl/source/gdi/pdfwriter_impl2.cxx +++ b/vcl/source/gdi/pdfwriter_impl2.cxx @@ -23,7 +23,7 @@ #include "vcl/virdev.hxx" #include "vcl/gdimtf.hxx" #include "vcl/metaact.hxx" -#include "vcl/bmpacc.hxx" +#include "vcl/bitmapaccess.hxx" #include "vcl/graph.hxx" #include "svdata.hxx" diff --git a/vcl/source/gdi/pngread.cxx b/vcl/source/gdi/pngread.cxx index 60b8d033479c..1077d68a5742 100644 --- a/vcl/source/gdi/pngread.cxx +++ b/vcl/source/gdi/pngread.cxx @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/vcl/source/gdi/pngwrite.cxx b/vcl/source/gdi/pngwrite.cxx index f7c7ed8b6675..f4eb63912490 100644 --- a/vcl/source/gdi/pngwrite.cxx +++ b/vcl/source/gdi/pngwrite.cxx @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/vcl/source/gdi/print2.cxx b/vcl/source/gdi/print2.cxx index 84acd47b3036..d7056bc897e8 100644 --- a/vcl/source/gdi/print2.cxx +++ b/vcl/source/gdi/print2.cxx @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include diff --git a/vcl/source/gdi/salmisc.cxx b/vcl/source/gdi/salmisc.cxx index 6141b2aae55e..1754a9a905b6 100644 --- a/vcl/source/gdi/salmisc.cxx +++ b/vcl/source/gdi/salmisc.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include #include #include #include diff --git a/vcl/source/helper/canvasbitmap.cxx b/vcl/source/helper/canvasbitmap.cxx index bd09b4c41346..6d594b30a638 100644 --- a/vcl/source/helper/canvasbitmap.cxx +++ b/vcl/source/helper/canvasbitmap.cxx @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include diff --git a/vcl/source/helper/canvastools.cxx b/vcl/source/helper/canvastools.cxx index 3b76ab42a617..ec023935a860 100644 --- a/vcl/source/helper/canvastools.cxx +++ b/vcl/source/helper/canvastools.cxx @@ -52,7 +52,7 @@ #include #include -#include +#include #include #include diff --git a/vcl/source/image/ImageArrayData.cxx b/vcl/source/image/ImageArrayData.cxx index d7b3bbbcf0ba..cee50461dd82 100644 --- a/vcl/source/image/ImageArrayData.cxx +++ b/vcl/source/image/ImageArrayData.cxx @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/vcl/source/image/ImplImage.cxx b/vcl/source/image/ImplImage.cxx index 4b9fba12666d..52e5083e8372 100644 --- a/vcl/source/image/ImplImage.cxx +++ b/vcl/source/image/ImplImage.cxx @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/vcl/source/image/ImplImageList.cxx b/vcl/source/image/ImplImageList.cxx index bc137fc9e2e8..56750f5d7cf1 100644 --- a/vcl/source/image/ImplImageList.cxx +++ b/vcl/source/image/ImplImageList.cxx @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/vcl/source/opengl/OpenGLContext.cxx b/vcl/source/opengl/OpenGLContext.cxx index d40564a3cea9..8c18d591cb75 100644 --- a/vcl/source/opengl/OpenGLContext.cxx +++ b/vcl/source/opengl/OpenGLContext.cxx @@ -16,7 +16,7 @@ #include #include -#include +#include #include #include diff --git a/vcl/source/opengl/OpenGLHelper.cxx b/vcl/source/opengl/OpenGLHelper.cxx index f98acbef27d9..1ef72473ad1d 100644 --- a/vcl/source/opengl/OpenGLHelper.cxx +++ b/vcl/source/opengl/OpenGLHelper.cxx @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx index 4c125c3768db..52aec2948db5 100644 --- a/vcl/source/outdev/bitmap.cxx +++ b/vcl/source/outdev/bitmap.cxx @@ -21,7 +21,7 @@ #include #include -#include +#include #include #include #include diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx index 810d5b50413b..3f134f4931c0 100644 --- a/vcl/source/outdev/text.cxx +++ b/vcl/source/outdev/text.cxx @@ -27,7 +27,7 @@ #include #include -#include +#include #include #include #include diff --git a/vcl/source/outdev/transparent.cxx b/vcl/source/outdev/transparent.cxx index 6d60524ece91..040c717bfa6f 100644 --- a/vcl/source/outdev/transparent.cxx +++ b/vcl/source/outdev/transparent.cxx @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include #include diff --git a/vcl/unx/generic/gdi/salgdi2.cxx b/vcl/unx/generic/gdi/salgdi2.cxx index 0ac44aae0e67..3d1481cde4c2 100644 --- a/vcl/unx/generic/gdi/salgdi2.cxx +++ b/vcl/unx/generic/gdi/salgdi2.cxx @@ -36,7 +36,7 @@ #include "unx/printergfx.hxx" -#include "vcl/bmpacc.hxx" +#include "vcl/bitmapaccess.hxx" #include void X11SalGraphics::CopyScreenArea( Display* pDisplay, diff --git a/vcl/unx/generic/print/genpspgraphics.cxx b/vcl/unx/generic/print/genpspgraphics.cxx index 580c0ff3d923..85b6f17cfe3b 100644 --- a/vcl/unx/generic/print/genpspgraphics.cxx +++ b/vcl/unx/generic/print/genpspgraphics.cxx @@ -34,7 +34,7 @@ #include #include -#include +#include #include #include #include diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx index 4b496d67bff7..533582fc8216 100644 --- a/vcl/unx/generic/window/salframe.cxx +++ b/vcl/unx/generic/window/salframe.cxx @@ -33,7 +33,7 @@ #include "vcl/layout.hxx" #include "vcl/printerinfomanager.hxx" #include "vcl/settings.hxx" -#include "vcl/bmpacc.hxx" +#include "vcl/bitmapaccess.hxx" #include "vcl/opengl/OpenGLContext.hxx" #include diff --git a/vcl/win/gdi/salgdi2.cxx b/vcl/win/gdi/salgdi2.cxx index a73724a855dd..49dedcc2b339 100644 --- a/vcl/win/gdi/salgdi2.cxx +++ b/vcl/win/gdi/salgdi2.cxx @@ -31,7 +31,7 @@ #include #include "vcl/salbtype.hxx" -#include "vcl/bmpacc.hxx" +#include "vcl/bitmapaccess.hxx" #include "outdata.hxx" #include "salgdiimpl.hxx" #include "opengl/win/gdiimpl.hxx" diff --git a/vcl/workben/svptest.cxx b/vcl/workben/svptest.cxx index 2bb8f4318876..1610fb3d3633 100644 --- a/vcl/workben/svptest.cxx +++ b/vcl/workben/svptest.cxx @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx index aa5140fad08c..889db52d08a9 100644 --- a/vcl/workben/vcldemo.cxx +++ b/vcl/workben/vcldemo.cxx @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include -- cgit