xref: /trunk/main/svx/inc/svx/ucsubset.hrc (revision c0dc1914)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include <svx/dialogs.hrc>
25
26// strings for unicode range descriptions (used e.g. by Charmap dialog)
27// (see the Unicode spec and TrueType::OS2.ulUnicodeRange description)
28#define RID_SUBSETMAP					1243
29#define RID_SUBSET_START				(RID_SVX_START + 901)
30#define RID_SUBSET_COUNT				95
31
32#define RID_SUBSETSTR_BASIC_LATIN				(RID_SUBSET_START + 0)
33#define RID_SUBSETSTR_LATIN_1					(RID_SUBSET_START + 1)
34#define RID_SUBSETSTR_LATIN_EXTENDED_A			(RID_SUBSET_START + 2)
35#define RID_SUBSETSTR_LATIN_EXTENDED_B			(RID_SUBSET_START + 3)
36#define RID_SUBSETSTR_IPA_EXTENSIONS			(RID_SUBSET_START + 4)
37#define RID_SUBSETSTR_SPACING_MODIFIERS			(RID_SUBSET_START + 5)
38#define RID_SUBSETSTR_COMB_DIACRITICAL			(RID_SUBSET_START + 6)
39#define RID_SUBSETSTR_BASIC_GREEK				(RID_SUBSET_START + 7)
40#define RID_SUBSETSTR_GREEK_SYMS_COPTIC			(RID_SUBSET_START + 8)
41#define RID_SUBSETSTR_CYRILLIC					(RID_SUBSET_START + 9)
42#define RID_SUBSETSTR_CYRILLIC_SUPPL            (RID_SUBSET_START + 200)
43#define RID_SUBSETSTR_ARMENIAN					(RID_SUBSET_START + 10)
44#define RID_SUBSETSTR_HEBREW_EXTENDED			(RID_SUBSET_START + 11)
45#define RID_SUBSETSTR_BASIC_HEBREW				(RID_SUBSET_START + 12)
46#define RID_SUBSETSTR_BASIC_ARABIC				(RID_SUBSET_START + 13)
47#define RID_SUBSETSTR_ARABIC_EXTENDED			(RID_SUBSET_START + 14)
48#define RID_SUBSETSTR_DEVANAGARI				(RID_SUBSET_START + 15)
49#define RID_SUBSETSTR_BENGALI					(RID_SUBSET_START + 16)
50#define RID_SUBSETSTR_GURMUKHI					(RID_SUBSET_START + 17)
51#define RID_SUBSETSTR_GUJARATI					(RID_SUBSET_START + 18)
52#define RID_SUBSETSTR_ORIYA						(RID_SUBSET_START + 19)
53#define RID_SUBSETSTR_TAMIL						(RID_SUBSET_START + 20)
54#define RID_SUBSETSTR_TELUGU					(RID_SUBSET_START + 21)
55#define RID_SUBSETSTR_KANNADA					(RID_SUBSET_START + 22)
56#define RID_SUBSETSTR_MALAYALAM					(RID_SUBSET_START + 23)
57#define RID_SUBSETSTR_THAI						(RID_SUBSET_START + 24)
58#define RID_SUBSETSTR_LAO						(RID_SUBSET_START + 25)
59#define RID_SUBSETSTR_BASIC_GEORGIAN			(RID_SUBSET_START + 26)
60#define RID_SUBSETSTR_GEORGIAN_EXTENDED			(RID_SUBSET_START + 27)
61#define RID_SUBSETSTR_HANGUL_JAMO				(RID_SUBSET_START + 28)
62#define RID_SUBSETSTR_LATIN_EXTENDED_ADDS		(RID_SUBSET_START + 29)
63#define RID_SUBSETSTR_GREEK_EXTENDED			(RID_SUBSET_START + 30)
64#define RID_SUBSETSTR_GENERAL_PUNCTUATION		(RID_SUBSET_START + 31)
65#define RID_SUBSETSTR_SUB_SUPER_SCRIPTS			(RID_SUBSET_START + 32)
66#define RID_SUBSETSTR_CURRENCY_SYMBOLS			(RID_SUBSET_START + 33)
67#define RID_SUBSETSTR_COMB_DIACRITIC_SYMS		(RID_SUBSET_START + 34)
68#define RID_SUBSETSTR_LETTERLIKE_SYMBOLS		(RID_SUBSET_START + 35)
69#define RID_SUBSETSTR_NUMBER_FORMS				(RID_SUBSET_START + 36)
70#define RID_SUBSETSTR_ARROWS					(RID_SUBSET_START + 37)
71#define RID_SUBSETSTR_MATH_OPERATORS			(RID_SUBSET_START + 38)
72#define RID_SUBSETSTR_MISC_TECHNICAL			(RID_SUBSET_START + 39)
73#define RID_SUBSETSTR_CONTROL_PICTURES			(RID_SUBSET_START + 40)
74#define RID_SUBSETSTR_OPTICAL_CHAR_REC			(RID_SUBSET_START + 41)
75#define RID_SUBSETSTR_ENCLOSED_ALPHANUM			(RID_SUBSET_START + 42)
76#define RID_SUBSETSTR_BOX_DRAWING				(RID_SUBSET_START + 43)
77#define RID_SUBSETSTR_BLOCK_ELEMENTS			(RID_SUBSET_START + 44)
78#define RID_SUBSETSTR_GEOMETRIC_SHAPES			(RID_SUBSET_START + 45)
79#define RID_SUBSETSTR_MISC_DINGBATS				(RID_SUBSET_START + 46)
80#define RID_SUBSETSTR_DINGBATS					(RID_SUBSET_START + 47)
81#define RID_SUBSETSTR_CJK_SYMS_PUNCTUATION		(RID_SUBSET_START + 48)
82#define RID_SUBSETSTR_HIRAGANA					(RID_SUBSET_START + 49)
83#define RID_SUBSETSTR_KATAKANA					(RID_SUBSET_START + 50)
84#define RID_SUBSETSTR_BOPOMOFO					(RID_SUBSET_START + 51)
85#define RID_SUBSETSTR_HANGUL_COMPAT_JAMO		(RID_SUBSET_START + 52)
86#define RID_SUBSETSTR_CJK_MISC					(RID_SUBSET_START + 53)
87#define RID_SUBSETSTR_ENCLOSED_CJK_LETTERS		(RID_SUBSET_START + 54)
88#define RID_SUBSETSTR_CJK_COMPATIBILITY			(RID_SUBSET_START + 55)
89#define RID_SUBSETSTR_HANGUL					(RID_SUBSET_START + 56)
90
91#define RID_SUBSETSTR_CJK_UNIFIED_IDGRAPH		(RID_SUBSET_START + 59)
92#define RID_SUBSETSTR_PRIVATE_USE_AREA			(RID_SUBSET_START + 60)
93#define RID_SUBSETSTR_CJK_COMPAT_IDGRAPHS		(RID_SUBSET_START + 61)
94#define RID_SUBSETSTR_ALPHA_PRESENTATION		(RID_SUBSET_START + 62)
95#define RID_SUBSETSTR_ARABIC_PRESENT_A			(RID_SUBSET_START + 63)
96#define RID_SUBSETSTR_COMBINING_HALF_MARKS		(RID_SUBSET_START + 64)
97#define RID_SUBSETSTR_CJK_COMPAT_FORMS			(RID_SUBSET_START + 65)
98#define RID_SUBSETSTR_SMALL_FORM_VARIANTS		(RID_SUBSET_START + 66)
99#define RID_SUBSETSTR_ARABIC_PRESENT_B			(RID_SUBSET_START + 67)
100#define RID_SUBSETSTR_HALFW_FULLW_FORMS			(RID_SUBSET_START + 68)
101#define RID_SUBSETSTR_SPECIALS					(RID_SUBSET_START + 69)
102
103#define RID_SUBSETSTR_HANGUL_GA					(RID_SUBSET_START + 150)
104#define RID_SUBSETSTR_HANGUL_NA					(RID_SUBSET_START + 151)
105#define RID_SUBSETSTR_HANGUL_DA					(RID_SUBSET_START + 152)
106#define RID_SUBSETSTR_HANGUL_RA					(RID_SUBSET_START + 153)
107#define RID_SUBSETSTR_HANGUL_MA					(RID_SUBSET_START + 154)
108#define RID_SUBSETSTR_HANGUL_BA					(RID_SUBSET_START + 155)
109#define RID_SUBSETSTR_HANGUL_SA					(RID_SUBSET_START + 156)
110#define RID_SUBSETSTR_HANGUL_AH					(RID_SUBSET_START + 157)
111#define RID_SUBSETSTR_HANGUL_JA					(RID_SUBSET_START + 158)
112#define RID_SUBSETSTR_HANGUL_CHA				(RID_SUBSET_START + 159)
113#define RID_SUBSETSTR_HANGUL_KA					(RID_SUBSET_START + 160)
114#define RID_SUBSETSTR_HANGUL_TA					(RID_SUBSET_START + 161)
115#define RID_SUBSETSTR_HANGUL_PA					(RID_SUBSET_START + 162)
116#define RID_SUBSETSTR_HANGUL_HA					(RID_SUBSET_START + 163)
117#define RID_SUBSETSTR_YI						(RID_SUBSET_START + 164)
118
119#define RID_SUBSETSTR_SINHALA                   (RID_SUBSET_START + 165)
120#define RID_SUBSETSTR_TIBETAN                   (RID_SUBSET_START + 166)
121#define RID_SUBSETSTR_MYANMAR                   (RID_SUBSET_START + 167)
122#define RID_SUBSETSTR_KHMER                     (RID_SUBSET_START + 168)
123
124#define RID_SUBSETSTR_OGHAM                     (RID_SUBSET_START + 170)
125#define RID_SUBSETSTR_RUNIC                     (RID_SUBSET_START + 171)
126#define RID_SUBSETSTR_SYRIAC                    (RID_SUBSET_START + 172)
127#define RID_SUBSETSTR_THAANA                    (RID_SUBSET_START + 173)
128#define RID_SUBSETSTR_ETHIOPIC                  (RID_SUBSET_START + 174)
129#define RID_SUBSETSTR_CHEROKEE                  (RID_SUBSET_START + 175)
130#define RID_SUBSETSTR_CANADIAN_ABORIGINAL       (RID_SUBSET_START + 176)
131#define RID_SUBSETSTR_MONGOLIAN                 (RID_SUBSET_START + 177)
132#define RID_SUBSETSTR_CJK_EXT_A_UNIFIED_IDGRAPH (RID_SUBSET_START + 178)
133
134#define RID_SUBSETSTR_MISC_MATH_SYMS_A          (RID_SUBSET_START + 210)
135#define RID_SUBSETSTR_SUPPL_ARROWS_A            (RID_SUBSET_START + 211)
136#define RID_SUBSETSTR_BRAILLE_PATTERNS          (RID_SUBSET_START + 212)
137#define RID_SUBSETSTR_SUPPL_ARROWS_B            (RID_SUBSET_START + 213)
138#define RID_SUBSETSTR_MISC_MATH_SYMS_B          (RID_SUBSET_START + 214)
139#define RID_SUBSETSTR_CJK_RADICAL_SUPPL         (RID_SUBSET_START + 215)
140#define RID_SUBSETSTR_KANXI_RADICALS            (RID_SUBSET_START + 216)
141#define RID_SUBSETSTR_IDEO_DESC_CHARS           (RID_SUBSET_START + 217)
142
143#define RID_SUBSETSTR_TAGALOG                   (RID_SUBSET_START + 220)
144#define RID_SUBSETSTR_HANUNOO                   (RID_SUBSET_START + 221)
145#define RID_SUBSETSTR_TAGBANWA                  (RID_SUBSET_START + 222)
146#define RID_SUBSETSTR_BUHID                     (RID_SUBSET_START + 223)
147#define RID_SUBSETSTR_KANBUN                    (RID_SUBSET_START + 224)
148#define RID_SUBSETSTR_BOPOMOFO_EXTENDED         (RID_SUBSET_START + 225)
149#define RID_SUBSETSTR_KATAKANA_PHONETIC         (RID_SUBSET_START + 226)
150
151#define RID_SUBSET_END                          (RID_SUBSET_START + 299)
152