diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-06-26 10:13:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-06-26 10:13:17 +0000 |
commit | 02f21003d9e3c279be9008e116e7f2bfe3c31def (patch) | |
tree | 33ce396c058319b7f042050df73eaef3c47edf8c /svtools/source | |
parent | 3f6531f14ad8d85f19a2c4a50b1f2a75695de83d (diff) |
INTEGRATION: CWS draw19 (1.22.70); FILE MERGED
2003/06/24 12:15:47 sj 1.22.70.1: #i15561# fixed charset mapping problem, now supporting enhanced windows charsets
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/filter.vcl/wmf/winmtf.hxx | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/svtools/source/filter.vcl/wmf/winmtf.hxx b/svtools/source/filter.vcl/wmf/winmtf.hxx index 8e03fe8ece6e..9be65e9140d8 100644 --- a/svtools/source/filter.vcl/wmf/winmtf.hxx +++ b/svtools/source/filter.vcl/wmf/winmtf.hxx @@ -2,9 +2,9 @@ * * $RCSfile: winmtf.hxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: rt $ $Date: 2003-04-24 15:03:21 $ + * last change: $Author: hr $ $Date: 2003-06-26 11:13:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -265,8 +265,21 @@ struct LOGFONTW #define SYMBOL_CHARSET 2 #define SHIFTJIS_CHARSET 128 #define HANGEUL_CHARSET 129 +#define GB2312_CHARSET 134 #define CHINESEBIG5_CHARSET 136 #define OEM_CHARSET 255 +/*WINVER >= 0x0400*/ +#define JOHAB_CHARSET 130 +#define HEBREW_CHARSET 177 +#define ARABIC_CHARSET 178 +#define GREEK_CHARSET 161 +#define TURKISH_CHARSET 162 +#define VIETNAMESE_CHARSET 163 +#define THAI_CHARSET 222 +#define EASTEUROPE_CHARSET 238 +#define RUSSIAN_CHARSET 204 +#define MAC_CHARSET 77 +#define BALTIC_CHARSET 186 #define DEFAULT_PITCH 0x00 #define FIXED_PITCH 0x01 |