diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-05 07:55:07 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-05 07:55:07 +0000 |
commit | fd4b823329335e41f0b8afae0958bcf07cc0d25c (patch) | |
tree | b00af06a70c2d3fbe6d9eb9b03a9ba5b6ddd479f /basebmp/inc | |
parent | 8ba9f202f1916d54b626fb0d5915a61e91366115 (diff) |
INTEGRATION: CWS aquavcl01 (1.8.18); FILE MERGED
2007/06/21 09:00:07 pl 1.8.18.1: #i78704# add a new pixelformat, minor cosmetics
Diffstat (limited to 'basebmp/inc')
-rw-r--r-- | basebmp/inc/basebmp/scanlineformats.hxx | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/basebmp/inc/basebmp/scanlineformats.hxx b/basebmp/inc/basebmp/scanlineformats.hxx index bbc094818d84..b221cb280c48 100644 --- a/basebmp/inc/basebmp/scanlineformats.hxx +++ b/basebmp/inc/basebmp/scanlineformats.hxx @@ -4,9 +4,9 @@ * * $RCSfile: scanlineformats.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-10-12 13:47:09 $ + * last change: $Author: rt $ $Date: 2007-07-05 08:55:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,22 +44,23 @@ namespace basebmp { namespace Format { - static const sal_Int32 NONE = 0; - static const sal_Int32 ONE_BIT_MSB_GREY = (sal_Int32)0x01; - static const sal_Int32 ONE_BIT_LSB_GREY = (sal_Int32)0x02; - static const sal_Int32 ONE_BIT_MSB_PAL = (sal_Int32)0x03; - static const sal_Int32 ONE_BIT_LSB_PAL = (sal_Int32)0x04; - static const sal_Int32 FOUR_BIT_MSB_GREY = (sal_Int32)0x05; - static const sal_Int32 FOUR_BIT_LSB_GREY = (sal_Int32)0x06; - static const sal_Int32 FOUR_BIT_MSB_PAL = (sal_Int32)0x07; - static const sal_Int32 FOUR_BIT_LSB_PAL = (sal_Int32)0x08; - static const sal_Int32 EIGHT_BIT_PAL = (sal_Int32)0x09; - static const sal_Int32 EIGHT_BIT_GREY = (sal_Int32)0x0A; - static const sal_Int32 SIXTEEN_BIT_LSB_TC_MASK= (sal_Int32)0x0B; - static const sal_Int32 SIXTEEN_BIT_MSB_TC_MASK= (sal_Int32)0x0C; - static const sal_Int32 TWENTYFOUR_BIT_TC_MASK = (sal_Int32)0x0D; - static const sal_Int32 THIRTYTWO_BIT_TC_MASK = (sal_Int32)0x0E; - static const sal_Int32 MAX = (sal_Int32)0x0E; + static const sal_Int32 NONE = 0; + static const sal_Int32 ONE_BIT_MSB_GREY = (sal_Int32)0x01; + static const sal_Int32 ONE_BIT_LSB_GREY = (sal_Int32)0x02; + static const sal_Int32 ONE_BIT_MSB_PAL = (sal_Int32)0x03; + static const sal_Int32 ONE_BIT_LSB_PAL = (sal_Int32)0x04; + static const sal_Int32 FOUR_BIT_MSB_GREY = (sal_Int32)0x05; + static const sal_Int32 FOUR_BIT_LSB_GREY = (sal_Int32)0x06; + static const sal_Int32 FOUR_BIT_MSB_PAL = (sal_Int32)0x07; + static const sal_Int32 FOUR_BIT_LSB_PAL = (sal_Int32)0x08; + static const sal_Int32 EIGHT_BIT_PAL = (sal_Int32)0x09; + static const sal_Int32 EIGHT_BIT_GREY = (sal_Int32)0x0A; + static const sal_Int32 SIXTEEN_BIT_LSB_TC_MASK = (sal_Int32)0x0B; + static const sal_Int32 SIXTEEN_BIT_MSB_TC_MASK = (sal_Int32)0x0C; + static const sal_Int32 TWENTYFOUR_BIT_TC_MASK = (sal_Int32)0x0D; + static const sal_Int32 THIRTYTWO_BIT_TC_MASK = (sal_Int32)0x0E; + static const sal_Int32 THIRTYTWO_BIT_TC_MASK_ARGB = (sal_Int32)0x0F; + static const sal_Int32 MAX = (sal_Int32)0x0F; } } #endif /* INCLUDED_BASEBMP_SCANLINEFORMATS_HXX */ |