summaryrefslogtreecommitdiffstats
path: root/vcl/source/filter
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter')
-rw-r--r--vcl/source/filter/FilterConfigCache.hxx6
-rw-r--r--vcl/source/filter/igif/decode.hxx4
-rw-r--r--vcl/source/filter/igif/gifread.hxx6
-rw-r--r--vcl/source/filter/ixbm/xbmread.hxx6
-rw-r--r--vcl/source/filter/ixpm/xpmread.hxx6
-rw-r--r--vcl/source/filter/jpeg/Exif.hxx6
-rw-r--r--vcl/source/filter/jpeg/JpegReader.hxx6
-rw-r--r--vcl/source/filter/jpeg/JpegTransform.hxx4
-rw-r--r--vcl/source/filter/jpeg/JpegWriter.hxx6
-rw-r--r--vcl/source/filter/jpeg/jpeg.h4
-rw-r--r--vcl/source/filter/sgfbram.hxx6
-rw-r--r--vcl/source/filter/sgffilt.hxx6
-rw-r--r--vcl/source/filter/sgvmain.hxx6
-rw-r--r--vcl/source/filter/sgvspln.hxx6
-rw-r--r--vcl/source/filter/wmf/emfwr.hxx6
-rw-r--r--vcl/source/filter/wmf/winmtf.hxx4
-rw-r--r--vcl/source/filter/wmf/wmfwr.hxx4
17 files changed, 46 insertions, 46 deletions
diff --git a/vcl/source/filter/FilterConfigCache.hxx b/vcl/source/filter/FilterConfigCache.hxx
index f8cc38bba551..a9b693e73c00 100644
--- a/vcl/source/filter/FilterConfigCache.hxx
+++ b/vcl/source/filter/FilterConfigCache.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _FILTER_CONFIG_CACHE_HXX_
-#define _FILTER_CONFIG_CACHE_HXX_
+#ifndef INCLUDED_VCL_SOURCE_FILTER_FILTERCONFIGCACHE_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_FILTERCONFIGCACHE_HXX
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/uno/Reference.h>
@@ -123,6 +123,6 @@ public:
~FilterConfigCache();
};
-#endif // _FILTER_CONFIG_CACHE_HXX_
+#endif // INCLUDED_VCL_SOURCE_FILTER_FILTERCONFIGCACHE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/igif/decode.hxx b/vcl/source/filter/igif/decode.hxx
index cc2b25e701f7..3e1a783eaf0d 100644
--- a/vcl/source/filter/igif/decode.hxx
+++ b/vcl/source/filter/igif/decode.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DECODE_HXX
-#define _DECODE_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_IGIF_DECODE_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_IGIF_DECODE_HXX
#include <vcl/bmpacc.hxx>
diff --git a/vcl/source/filter/igif/gifread.hxx b/vcl/source/filter/igif/gifread.hxx
index 8a839d2fcc6b..d4e7394e2ab3 100644
--- a/vcl/source/filter/igif/gifread.hxx
+++ b/vcl/source/filter/igif/gifread.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _GIFREAD_HXX
-#define _GIFREAD_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_IGIF_GIFREAD_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_IGIF_GIFREAD_HXX
#include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx>
@@ -114,6 +114,6 @@ public:
bool ImportGIF( SvStream& rStream, Graphic& rGraphic );
-#endif // _GIFREAD_HXX
+#endif // INCLUDED_VCL_SOURCE_FILTER_IGIF_GIFREAD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/ixbm/xbmread.hxx b/vcl/source/filter/ixbm/xbmread.hxx
index ce2cfe079092..dc62ff446045 100644
--- a/vcl/source/filter/ixbm/xbmread.hxx
+++ b/vcl/source/filter/ixbm/xbmread.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XBMREAD_HXX
-#define _XBMREAD_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_IXBM_XBMREAD_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_IXBM_XBMREAD_HXX
#include <vcl/graph.hxx>
#include <vcl/bmpacc.hxx>
@@ -70,6 +70,6 @@ public:
bool ImportXBM( SvStream& rStream, Graphic& rGraphic );
-#endif // _XBMREAD_HXX
+#endif // INCLUDED_VCL_SOURCE_FILTER_IXBM_XBMREAD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/ixpm/xpmread.hxx b/vcl/source/filter/ixpm/xpmread.hxx
index 3419c64c08fc..d7ede08a225f 100644
--- a/vcl/source/filter/ixpm/xpmread.hxx
+++ b/vcl/source/filter/ixpm/xpmread.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XPMREAD_HXX
-#define _XPMREAD_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_IXPM_XPMREAD_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_IXPM_XPMREAD_HXX
#include <vcl/bitmap.hxx>
@@ -106,6 +106,6 @@ public:
bool ImportXPM( SvStream& rStream, Graphic& rGraphic );
-#endif // _XPMREAD_HXX
+#endif // INCLUDED_VCL_SOURCE_FILTER_IXPM_XPMREAD_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/jpeg/Exif.hxx b/vcl/source/filter/jpeg/Exif.hxx
index 40faa581d593..4be2f94e1b1b 100644
--- a/vcl/source/filter/jpeg/Exif.hxx
+++ b/vcl/source/filter/jpeg/Exif.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EXIF_HXX
-#define _EXIF_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_JPEG_EXIF_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_JPEG_EXIF_HXX
#include <osl/endian.h>
#include <vcl/graph.hxx>
@@ -88,6 +88,6 @@ public :
};
-#endif // _EXIF_HXX
+#endif // INCLUDED_VCL_SOURCE_FILTER_JPEG_EXIF_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/jpeg/JpegReader.hxx b/vcl/source/filter/jpeg/JpegReader.hxx
index f9c004a3c8b3..061eb2d32f4b 100644
--- a/vcl/source/filter/jpeg/JpegReader.hxx
+++ b/vcl/source/filter/jpeg/JpegReader.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _JPEG_READER_HXX
-#define _JPEG_READER_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEGREADER_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEGREADER_HXX
#include <vcl/graph.hxx>
#include <vcl/fltcall.hxx>
@@ -57,6 +57,6 @@ public:
void* CreateBitmap( void* JPEGCreateBitmapParam );
};
-#endif //_JPEG_READER_HXX
+#endif // INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEGREADER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/jpeg/JpegTransform.hxx b/vcl/source/filter/jpeg/JpegTransform.hxx
index d1b84a0d8738..c3d55539a8f5 100644
--- a/vcl/source/filter/jpeg/JpegTransform.hxx
+++ b/vcl/source/filter/jpeg/JpegTransform.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _JPEG_TRANSFORM_HXX
-#define _JPEG_TRANSFORM_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEGTRANSFORM_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEGTRANSFORM_HXX
#include <tools/solar.h>
#include <vcl/graph.hxx>
diff --git a/vcl/source/filter/jpeg/JpegWriter.hxx b/vcl/source/filter/jpeg/JpegWriter.hxx
index 4c762a2efd84..88b6352f0c1b 100644
--- a/vcl/source/filter/jpeg/JpegWriter.hxx
+++ b/vcl/source/filter/jpeg/JpegWriter.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _JPEG_WRITER_HXX
-#define _JPEG_WRITER_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEGWRITER_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEGWRITER_HXX
#include <vcl/graph.hxx>
#include <vcl/fltcall.hxx>
@@ -53,6 +53,6 @@ public:
};
-#endif // _JPEG_WRITER_HXX
+#endif // INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEGWRITER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/jpeg/jpeg.h b/vcl/source/filter/jpeg/jpeg.h
index 13ccf4e67ee2..bcbe75c5f4ec 100644
--- a/vcl/source/filter/jpeg/jpeg.h
+++ b/vcl/source/filter/jpeg/jpeg.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _JPEG_H
-#define _JPEG_H
+#ifndef INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEG_H
+#define INCLUDED_VCL_SOURCE_FILTER_JPEG_JPEG_H
#if defined( ICC )
#include <stdio.h>
diff --git a/vcl/source/filter/sgfbram.hxx b/vcl/source/filter/sgfbram.hxx
index 80a11ca6bf69..b38d72d57606 100644
--- a/vcl/source/filter/sgfbram.hxx
+++ b/vcl/source/filter/sgfbram.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SGFBRAM_HXX
-#define _SGFBRAM_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_SGFBRAM_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_SGFBRAM_HXX
#include <tools/solar.h>
@@ -146,6 +146,6 @@ public:
RGBQuad(sal_uInt8 R, sal_uInt8 G, sal_uInt8 B) { Red=R; Grn=G; Blu=B; Fil=0; }
};
-#endif //_SGFBRAM_HXX
+#endif // INCLUDED_VCL_SOURCE_FILTER_SGFBRAM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/sgffilt.hxx b/vcl/source/filter/sgffilt.hxx
index 707b326e5658..2eef485f9c50 100644
--- a/vcl/source/filter/sgffilt.hxx
+++ b/vcl/source/filter/sgffilt.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SGFFILT_HXX
-#define _SGFFILT_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_SGFFILT_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_SGFFILT_HXX
#include <tools/urlobj.hxx>
sal_uInt8 CheckSgfTyp(SvStream& rInp, sal_uInt16& nVersion);
@@ -35,6 +35,6 @@ bool SgfSDrwFilter(SvStream& rInp, GDIMetaFile& rMtf, INetURLObject aIniPath );
#define SGV_VERSION 3 /* SGV mit anderer Version wird abgewiesen */
/* 3 entspricht StarDraw 2.00/2.01 M„rz'93 */
-#endif //_SGFFILT_HXX
+#endif // INCLUDED_VCL_SOURCE_FILTER_SGFFILT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/sgvmain.hxx b/vcl/source/filter/sgvmain.hxx
index ea4a897aa266..989954133599 100644
--- a/vcl/source/filter/sgvmain.hxx
+++ b/vcl/source/filter/sgvmain.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SGVMAIN_HXX
-#define _SGVMAIN_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_SGVMAIN_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_SGVMAIN_HXX
#include <vcl/font.hxx>
#include <vcl/outdev.hxx>
@@ -329,6 +329,6 @@ public:
SgfFontOne* GetFontDesc(sal_uInt32 ID);
};
-#endif //_SGVMAIN_HXX
+#endif // INCLUDED_VCL_SOURCE_FILTER_SGVMAIN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/sgvspln.hxx b/vcl/source/filter/sgvspln.hxx
index 8c3a57a5144b..910d243eec2b 100644
--- a/vcl/source/filter/sgvspln.hxx
+++ b/vcl/source/filter/sgvspln.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SGVSPLN_HXX
-#define _SGVSPLN_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_SGVSPLN_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_SGVSPLN_HXX
/*************************************************************************
|*
@@ -58,6 +58,6 @@ bool CalcSpline(Polygon& rPoly, bool Periodic, sal_uInt16& n,
*************************************************************************/
bool Spline2Poly(Polygon& rSpln, bool Periodic, Polygon& rPoly);
-#endif //_SGVSPLN_HXX
+#endif // INCLUDED_VCL_SOURCE_FILTER_SGVSPLN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/wmf/emfwr.hxx b/vcl/source/filter/wmf/emfwr.hxx
index d64fbe2c45d5..54228e6cd8c6 100644
--- a/vcl/source/filter/wmf/emfwr.hxx
+++ b/vcl/source/filter/wmf/emfwr.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EMFWR_HXX
-#define _EMFWR_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_WMF_EMFWR_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_WMF_EMFWR_HXX
#include <vcl/metaact.hxx>
#include <vcl/graph.hxx>
@@ -100,6 +100,6 @@ public:
sal_Bool WriteEMF( const GDIMetaFile& rMtf, FilterConfigItem* pConfigItem = NULL );
};
-#endif // _EMFWR_HXX
+#endif // INCLUDED_VCL_SOURCE_FILTER_WMF_EMFWR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/source/filter/wmf/winmtf.hxx b/vcl/source/filter/wmf/winmtf.hxx
index 99e068594fb6..14def6d888ef 100644
--- a/vcl/source/filter/wmf/winmtf.hxx
+++ b/vcl/source/filter/wmf/winmtf.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _WINMTF_HXX
-#define _WINMTF_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_WMF_WINMTF_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_WMF_WINMTF_HXX
#ifdef DBG_UTIL
#define WIN_MTF_ASSERT
diff --git a/vcl/source/filter/wmf/wmfwr.hxx b/vcl/source/filter/wmf/wmfwr.hxx
index b427a007ae70..a6850ca4b5e9 100644
--- a/vcl/source/filter/wmf/wmfwr.hxx
+++ b/vcl/source/filter/wmf/wmfwr.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _WMFWR_HXX
-#define _WMFWR_HXX
+#ifndef INCLUDED_VCL_SOURCE_FILTER_WMF_WMFWR_HXX
+#define INCLUDED_VCL_SOURCE_FILTER_WMF_WMFWR_HXX
#include <vcl/metaact.hxx>
#include <vcl/graph.hxx>