skripsi-generator 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/example/logo.png +0 -0
- data/example/skripsi.rb +33 -0
- data/example/test_webgen.rb +14 -0
- data/extconf.rb +11 -0
- data/include/lokasidef.h +39 -0
- data/include/ntapdef.h +79 -0
- data/include/risetdef.h +598 -0
- data/include/skripsi.h +7 -0
- data/include/temadef.h +129 -0
- data/include/urai.h +36 -0
- data/lib/adaptor/adaptor.rb +104 -0
- data/lib/adaptor/unduh.rb +29 -0
- data/lib/adaptor/web_generate.rb +82 -0
- data/lib/skripsi.rb +13 -0
- data/lib/sks/alat/document.rb +145 -0
- data/lib/sks/alat/font_table.rb +75 -0
- data/lib/sks/alat/numbering.rb +287 -0
- data/lib/sks/alat/prop_app.rb +85 -0
- data/lib/sks/alat/prop_core.rb +38 -0
- data/lib/sks/alat/prop_custom.rb +30 -0
- data/lib/sks/alat/rels.rb +33 -0
- data/lib/sks/alat/rels_document.rb +38 -0
- data/lib/sks/alat/setting.rb +89 -0
- data/lib/sks/alat/style.rb +432 -0
- data/lib/sks/alat/theme.rb +311 -0
- data/lib/sks/alat/web.rb +34 -0
- data/lib/sks/alat.rb +41 -0
- data/lib/sks/dasar.rb +29 -0
- data/lib/sks/footer/dasar.rb +0 -0
- data/lib/sks/header/dasar.rb +0 -0
- data/lib/sks/istimewa/dasar.rb +0 -0
- data/lib/sks/media/dasar.rb +14 -0
- data/lib/sks/paragraph/dasar.rb +114 -0
- data/lib/sks/remote.rb +28 -0
- data/lib/sks/section/dasar.rb +33 -0
- data/lib/sks/sks.rb +65 -0
- data/lib/transformasi/web.rb +34 -0
- data/lib/xml/administrasi.rb +124 -0
- data/lib/xml/builder.rb +269 -0
- data/lib/xml/dasar.rb +17 -0
- data/lib/xml/media.rb +66 -0
- data/lib/xml/paragraph.rb +9 -0
- data/lib/xml/section.rb +84 -0
- data/src/jembatan.c +34 -0
- data/src/sisi.c +1665 -0
- data/src/skripsi.c +77 -0
- data/src/urai.c +70 -0
- metadata +162 -0
data/include/risetdef.h
ADDED
|
@@ -0,0 +1,598 @@
|
|
|
1
|
+
#ifndef _RISETDEF_H
|
|
2
|
+
#define _RISETDEF_H
|
|
3
|
+
|
|
4
|
+
#define ID_VALUE_NORMAL (0x3000)
|
|
5
|
+
#define ID_ATTR_BEFORE (0x3001)
|
|
6
|
+
#define ID_ATTR_AFTER (0x3002)
|
|
7
|
+
#define ID_ATTR_LINE (0x3003)
|
|
8
|
+
#define ID_ATTR_LINE_RULE (0x3004)
|
|
9
|
+
#define ID_VALUE_AUTO (0x3005)
|
|
10
|
+
#define ID_ATTR_POS (0x3006)
|
|
11
|
+
#define ID_ATTR_ASCII (0x3007)
|
|
12
|
+
#define ID_D_FONT_ROMAN_VALUE (0x3008)
|
|
13
|
+
#define ID_ATTR_LEFT (0x3009)
|
|
14
|
+
#define ID_ATTR_RIGHT (0x300a)
|
|
15
|
+
#define ID_ATTR_GUTTER (0x300b)
|
|
16
|
+
#define ID_ATTR_HEADER (0x300c)
|
|
17
|
+
#define ID_ATTR_TOP (0x300d)
|
|
18
|
+
#define ID_ATTR_FOOTER (0x300e)
|
|
19
|
+
#define ID_ATTR_BOTTOM (0x300f)
|
|
20
|
+
#define ID_ATTR_TYPE (0x3010)
|
|
21
|
+
#define ID_VALUE_DEFAULT (0x3011)
|
|
22
|
+
#define ID_ATTR_LINE_PITCH (0x3012)
|
|
23
|
+
#define ID_ATTR_CHAR_SPACE (0x3013)
|
|
24
|
+
#define ID_XPATH_DRAWING (0x3014)
|
|
25
|
+
#define ID_XPATH_PICTURE (0x3015)
|
|
26
|
+
#define ID_VALUE_TYPE_UNKNOWN (0x3016)
|
|
27
|
+
#define ID_VALUE_NEXT_PAGE (0x3017)
|
|
28
|
+
#define ID_ATTR_WIDTH (0x3018)
|
|
29
|
+
#define ID_ATTR_HEIGHT (0x3019)
|
|
30
|
+
#define ID_ATTR_FORMAT (0x301a)
|
|
31
|
+
#define ID_ATTR_START (0x301b)
|
|
32
|
+
#define ID_VALUE_FALSE (0x301c)
|
|
33
|
+
#define ID_VALUE_TEXT_DIRECTION (0x301d)
|
|
34
|
+
#define ID_ATTR_NUMBER_ID (0x301e)
|
|
35
|
+
#define ID_VALUE_JUSTIFIED (0x301f)
|
|
36
|
+
#define ID_VALUE_FOOTER_HEADER_FIRST (0x3020)
|
|
37
|
+
#define ID_VALUE_FORMAT_PAGENUMBER (0x3021)
|
|
38
|
+
#define ID_VALUE_SINGLE (0x3022)
|
|
39
|
+
#define ID_ATTR_FONT_SIZE (0x3023)
|
|
40
|
+
#define ID_ATTR_SPACE (0x3024)
|
|
41
|
+
#define ID_ATTR_COLOR (0x3025)
|
|
42
|
+
#define ID_VALUE_INDENT_FIRSTLINE (0x3026)
|
|
43
|
+
#define ID_XML_SPACE (0x3027)
|
|
44
|
+
#define ID_XML_SPACE_VALUE (0x3028)
|
|
45
|
+
#define ID_PUSTAKA_SKRIPSI (0x3029)
|
|
46
|
+
#define ID_VALUE_BREAKPAGE_TYPE (0x302a)
|
|
47
|
+
#define ID_TABLE_TYPE (0x302b)
|
|
48
|
+
#define ID_TABLE_INDEX_TYPE_VALUE (0x302c)
|
|
49
|
+
#define ID_TABLE_LAYOUT_TYPE_VALUE (0x302d)
|
|
50
|
+
#define ID_NAMESPACE_XMLNS (0x302e)
|
|
51
|
+
#define ID_ELEMENT_VECTOR (0x302f)
|
|
52
|
+
#define ID_LABEL_WORD (0x3030)
|
|
53
|
+
#define ID_VALUE_HEADING_PAIR (0x3031)
|
|
54
|
+
#define ID_TEXT_TITLE (0x3032)
|
|
55
|
+
#define ID_VECTOR_TYPE_VALUE (0x3033)
|
|
56
|
+
#define ID_FORMAT_TIME (0x3034)
|
|
57
|
+
#define ID_ATTR_XSI_TYPE (0x3035)
|
|
58
|
+
#define ID_ATTR_XSI_TYPE_VALUE (0x3036)
|
|
59
|
+
#define ID_TEXT_CREATOR (0x3037)
|
|
60
|
+
#define ID_TEXT_LAST_MODIFIED (0x3038)
|
|
61
|
+
#define ID_TEXT_REVISION (0x3039)
|
|
62
|
+
#define ID_TEXT_CREATED (0x303a)
|
|
63
|
+
#define ID_TEXT_MODIFIED (0x303b)
|
|
64
|
+
#define ID_VALUE_CREATOR (0x303c)
|
|
65
|
+
#define ID_VALUE_MODIFIED_BY (0x303d)
|
|
66
|
+
#define ID_TEXT_LPWSTR (0x303e)
|
|
67
|
+
#define ID_VALUE_DOC_ID (0x303f)
|
|
68
|
+
#define ID_VALUE_PROP_NAME (0x3040)
|
|
69
|
+
#define ID_VALUE_PROP_NAME2 (0x3041)
|
|
70
|
+
#define ID_TEXT_MEDIA (0x3042)
|
|
71
|
+
#define ID_GAMBAR_TEXT_MEDIA (0x3043)
|
|
72
|
+
#define ID_GAMBAR_TEXT_BEHINDDOC (0x3044)
|
|
73
|
+
#define ID_ANCHOR_ATTR_DIST_T (0x3045)
|
|
74
|
+
#define ID_ANCHOR_ATTR_DIST_B (0x3046)
|
|
75
|
+
#define ID_ANCHOR_ATTR_DIST_L (0x3047)
|
|
76
|
+
#define ID_ANCHOR_ATTR_DIST_R (0x3048)
|
|
77
|
+
#define ID_ANCHOR_ATTR_SIMPLE_POS (0x3049)
|
|
78
|
+
#define ID_ANCHOR_ATTR_LOCKED (0x304a)
|
|
79
|
+
#define ID_ANCHOR_ATTR_LAYOUT (0x304b)
|
|
80
|
+
#define ID_ANCHOR_ATTR_OVERLAP (0x304c)
|
|
81
|
+
#define ID_ANCHOR_ATTR_REL_HEIGHT (0x304d)
|
|
82
|
+
#define ID_ANCHOR_ATTR_X (0x304e)
|
|
83
|
+
#define ID_ANCHOR_ATTR_Y (0x304f)
|
|
84
|
+
#define ID_ANCHOR_ATTR_REL_FROM (0x3050)
|
|
85
|
+
#define ID_ANCHOR_ATTR_COLUMN (0x3051)
|
|
86
|
+
#define ID_ANCHOR_ATTR_PARAGRAPH (0x3052)
|
|
87
|
+
#define ID_ANCHOR_ATTR_WRAP_TEXT (0x3053)
|
|
88
|
+
#define ID_ANCHOR_ATTR_LARGEST (0x3054)
|
|
89
|
+
#define ID_ANCHOR_ATTR_CX (0x3055)
|
|
90
|
+
#define ID_ANCHOR_ATTR_CY (0x3056)
|
|
91
|
+
#define ID_ANCHOR_ATTR_URI (0x3057)
|
|
92
|
+
#define ID_ANCHOR_ATTR_ID (0x3058)
|
|
93
|
+
#define ID_ANCHOR_ATTR_NAME (0x3059)
|
|
94
|
+
#define ID_ANCHOR_NAME_VALUE (0x305a)
|
|
95
|
+
#define ID_ANCHOR_ATTR_ROT_WITH_SHAPE (0x305b)
|
|
96
|
+
#define ID_ANCHOR_ATTR_EMBED (0x305c)
|
|
97
|
+
#define ID_ANCHOR_ATTR_CSTATE (0x305d)
|
|
98
|
+
#define ID_ANCHOR_CSTATE_VALUE (0x305e)
|
|
99
|
+
#define ID_ANCHOR_ATTR_RST (0x305f)
|
|
100
|
+
#define ID_ANCHOR_RST_VALUE (0x3060)
|
|
101
|
+
#define ID_CALIBRI_ATTR_USB0 (0x3061)
|
|
102
|
+
#define ID_CALIBRI_USB0_VALUE (0x3062)
|
|
103
|
+
#define ID_CALIBRI_ATTR_USB1 (0x3063)
|
|
104
|
+
#define ID_CALIBRI_USB1_VALUE (0x3064)
|
|
105
|
+
#define ID_CALIBRI_ATTR_USB2 (0x3065)
|
|
106
|
+
#define ID_CALIBRI_ATTR_USB3 (0x3066)
|
|
107
|
+
#define ID_CALIBRI_ATTR_CSB0 (0x3067)
|
|
108
|
+
#define ID_CALIBRI_CSB0_VALUE (0x3068)
|
|
109
|
+
#define ID_CALIBRI_ATTR_CSB1 (0x3069)
|
|
110
|
+
#define ID_CALIBRI2_USB0_VALUE (0x306a)
|
|
111
|
+
#define ID_CALIBRI2_USB1_VALUE (0x306b)
|
|
112
|
+
#define ID_ATTR_IGNORABLE (0x306c)
|
|
113
|
+
#define ID_ATTR_IGNORABLE_VALUE (0x306d)
|
|
114
|
+
#define ID_ATTR_NAME (0x306e)
|
|
115
|
+
#define ID_CALIBRI_NAME_VALUE (0x306f)
|
|
116
|
+
#define ID_CALIBRI_PANOSE_VALUE (0x3070)
|
|
117
|
+
#define ID_CALIBRI_FAMILY_VALUE (0x3071)
|
|
118
|
+
#define ID_CALIBRI_PITCH_VALUE (0x3072)
|
|
119
|
+
#define ID_ARIAL_NAME_VALUE (0x3073)
|
|
120
|
+
#define ID_ARIAL_PANOSE_VALUE (0x3074)
|
|
121
|
+
#define ID_ROMAN_FAMILY_VALUE (0x3075)
|
|
122
|
+
#define ID_CALIBRI_LIGHT_NAME_VALUE (0x3076)
|
|
123
|
+
#define ID_CALIBRI_LIGHT_PANOSE_VALUE (0x3077)
|
|
124
|
+
#define ID_SETTING_ATTR_SCHEMA_BACKGROUND1 (0x3078)
|
|
125
|
+
#define ID_SETTING_SCHEMA_BACKGROUND1_VALUE (0x3079)
|
|
126
|
+
#define ID_SETTING_ATTR_SCHEMA_TEXT1 (0x307a)
|
|
127
|
+
#define ID_SETTING_SCHEMA_TEXT1_VALUE (0x307b)
|
|
128
|
+
#define ID_SETTING_ATTR_SCHEMA_BACKGROUND2 (0x307c)
|
|
129
|
+
#define ID_SETTING_SCHEMA_BACKGROUND2_VALUE (0x307d)
|
|
130
|
+
#define ID_SETTING_ATTR_SCHEMA_TEXT2 (0x307e)
|
|
131
|
+
#define ID_SETTING_SCHEMA_TEXT2_VALUE (0x307f)
|
|
132
|
+
#define ID_SETTING_ATTR_SCHEMA_ACCENT1 (0x3080)
|
|
133
|
+
#define ID_SETTING_SCHEMA_ACCENT1_VALUE (0x3081)
|
|
134
|
+
#define ID_SETTING_ATTR_SCHEMA_ACCENT2 (0x3082)
|
|
135
|
+
#define ID_SETTING_SCHEMA_ACCENT2_VALUE (0x3083)
|
|
136
|
+
#define ID_SETTING_ATTR_SCHEMA_ACCENT3 (0x3084)
|
|
137
|
+
#define ID_SETTING_SCHEMA_ACCENT3_VALUE (0x3085)
|
|
138
|
+
#define ID_SETTING_ATTR_SCHEMA_ACCENT4 (0x3086)
|
|
139
|
+
#define ID_SETTING_SCHEMA_ACCENT4_VALUE (0x3087)
|
|
140
|
+
#define ID_SETTING_ATTR_SCHEMA_ACCENT5 (0x3088)
|
|
141
|
+
#define ID_SETTING_SCHEMA_ACCENT5_VALUE (0x3089)
|
|
142
|
+
#define ID_SETTING_ATTR_SCHEMA_ACCENT6 (0x308a)
|
|
143
|
+
#define ID_SETTING_SCHEMA_ACCENT6_VALUE (0x308b)
|
|
144
|
+
#define ID_SETTING_ATTR_SCHEMA_HYPERLINK (0x308c)
|
|
145
|
+
#define ID_SETTING_SCHEMA_HYPERLINK_VALUE (0x308d)
|
|
146
|
+
#define ID_SETTING_ATTR_SCHEMA_FOLHYPERLINK (0x308e)
|
|
147
|
+
#define ID_SETTING_SCHEMA_FOLHYPERLINK_VALUE (0x308f)
|
|
148
|
+
#define ID_XPATH_MATHPR (0x3090)
|
|
149
|
+
#define ID_XPATH_SHAPE (0x3091)
|
|
150
|
+
#define ID_XPATH_CHART (0x3092)
|
|
151
|
+
#define ID_XPATH_DOCID (0x3093)
|
|
152
|
+
#define ID_SETTING_ATTR_ZOOM (0x3094)
|
|
153
|
+
#define ID_SETTING_CHARACTER_SPACING_VALUE (0x3095)
|
|
154
|
+
#define ID_SETTING_COMPAT_MODE_VALUE (0x3096)
|
|
155
|
+
#define ID_SETTING_ATTR_URI (0x3097)
|
|
156
|
+
#define ID_SETTING_COMPAT_OVERRIDE_VALUE (0x3098)
|
|
157
|
+
#define ID_SETTING_COMPAT_MIRROR_VALUE (0x3099)
|
|
158
|
+
#define ID_SETTING_COMPAT_MULTIROW_HEADER_VALUE (0x309a)
|
|
159
|
+
#define ID_SETTING_RSID_ROOT_VALUE (0x309b)
|
|
160
|
+
#define ID_SETTING_RSID_VALUE (0x309c)
|
|
161
|
+
#define ID_SETTING_ATTR_MATHPR_MATH (0x309d)
|
|
162
|
+
#define ID_SETTING_CAMBRIA_VALUE (0x309e)
|
|
163
|
+
#define ID_SETTING_MATHPR_BREAK_VALUE (0x309f)
|
|
164
|
+
#define ID_SETTING_MATHPR_SUB_BREAK_VALUE (0x30a0)
|
|
165
|
+
#define ID_SETTING_MATHPR_JCDEF_VALUE (0x30a1)
|
|
166
|
+
#define ID_SETTING_MATHPR_LIMIT1_VALUE (0x30a2)
|
|
167
|
+
#define ID_SETTING_MATHPR_LIMIT2_VALUE (0x30a3)
|
|
168
|
+
#define ID_SETTING_THEME_FONT_EN_US (0x30a4)
|
|
169
|
+
#define ID_ATTR_BIDI (0x30a5)
|
|
170
|
+
#define ID_SETTING_THEME_FONT_AR_SA (0x30a6)
|
|
171
|
+
#define ID_SETTING_ATTR_SHAPE_EXT (0x30a7)
|
|
172
|
+
#define ID_SETTING_SHAPE_EDIT_VALUE (0x30a8)
|
|
173
|
+
#define ID_SETTING_SHAPE_SPIDMAX_VALUE (0x30a9)
|
|
174
|
+
#define ID_SETTING_SHAPE_DATA_VALUE (0x30aa)
|
|
175
|
+
#define ID_SETTING_SYMBOL_DECIMAL (0x30ab)
|
|
176
|
+
#define ID_SETTING_SYMBOL_LIST_SEPARATOR (0x30ac)
|
|
177
|
+
#define ID_SETTING_ATTR_DOCID (0x30ad)
|
|
178
|
+
#define ID_SETTING_DOCID_VALUE (0x30ae)
|
|
179
|
+
#define ID_STYLE_ASCII_THEME (0x30af)
|
|
180
|
+
#define ID_STYLE_ASCII_THEME_VALUE (0x30b0)
|
|
181
|
+
#define ID_STYLE_ATTR_EASTASIA_THEME (0x30b1)
|
|
182
|
+
#define ID_STYLE_ATTR_ANSI_THEME (0x30b2)
|
|
183
|
+
#define ID_STYLE_ATTR_SCRIPT_THEME (0x30b3)
|
|
184
|
+
#define ID_STYLE_ATTR_SCRIPT_THEME_VALUE (0x30b4)
|
|
185
|
+
#define ID_STYLE_ATTR_EASTASIA (0x30b5)
|
|
186
|
+
#define ID_STYLE_ATTR_LOCKED (0x30b6)
|
|
187
|
+
#define ID_STYLE_ATTR_PRIORITY (0x30b7)
|
|
188
|
+
#define ID_STYLE_ATTR_SEMI_HIDDEN (0x30b8)
|
|
189
|
+
#define ID_STYLE_ATTR_UNHIDE_UNUSED (0x30b9)
|
|
190
|
+
#define ID_STYLE_ATTR_Q1_FORMAT (0x30ba)
|
|
191
|
+
#define ID_STYLE_ATTR_COUNT (0x30bb)
|
|
192
|
+
#define ID_STYLE_ATTR_UI_PRIORITY (0x30bc)
|
|
193
|
+
#define ID_STYLE_ATTR_Q2_FORMAT (0x30bd)
|
|
194
|
+
#define ID_STYLE_LSD_NAME1 (0x30be)
|
|
195
|
+
#define ID_STYLE_LSD_NAME2 (0x30bf)
|
|
196
|
+
#define ID_STYLE_ATTR_LSD_SEMI_HIDDEN (0x30c0)
|
|
197
|
+
#define ID_STYLE_ATTR_LSD_UNHIDE_UNUSED (0x30c1)
|
|
198
|
+
#define ID_STYLE_LSD_NAME3 (0x30c2)
|
|
199
|
+
#define ID_STYLE_LSD_NAME4 (0x30c3)
|
|
200
|
+
#define ID_STYLE_LSD_NAME5 (0x30c4)
|
|
201
|
+
#define ID_STYLE_LSD_NAME6 (0x30c5)
|
|
202
|
+
#define ID_STYLE_LSD_NAME7 (0x30c6)
|
|
203
|
+
#define ID_STYLE_LSD_NAME8 (0x30c7)
|
|
204
|
+
#define ID_STYLE_LSD_NAME9 (0x30c8)
|
|
205
|
+
#define ID_STYLE_LSD_INDEX1 (0x30c9)
|
|
206
|
+
#define ID_STYLE_LSD_INDEX2 (0x30ca)
|
|
207
|
+
#define ID_STYLE_LSD_INDEX3 (0x30cb)
|
|
208
|
+
#define ID_STYLE_LSD_INDEX4 (0x30cc)
|
|
209
|
+
#define ID_STYLE_LSD_INDEX5 (0x30cd)
|
|
210
|
+
#define ID_STYLE_LSD_INDEX6 (0x30ce)
|
|
211
|
+
#define ID_STYLE_LSD_INDEX7 (0x30cf)
|
|
212
|
+
#define ID_STYLE_LSD_INDEX8 (0x30d0)
|
|
213
|
+
#define ID_STYLE_LSD_INDEX9 (0x30d1)
|
|
214
|
+
#define ID_STYLE_LSD_TOC1 (0x30d2)
|
|
215
|
+
#define ID_STYLE_LSD_TOC2 (0x30d3)
|
|
216
|
+
#define ID_STYLE_LSD_TOC3 (0x30d4)
|
|
217
|
+
#define ID_STYLE_LSD_TOC4 (0x30d5)
|
|
218
|
+
#define ID_STYLE_LSD_TOC5 (0x30d6)
|
|
219
|
+
#define ID_STYLE_LSD_TOC6 (0x30d7)
|
|
220
|
+
#define ID_STYLE_LSD_TOC7 (0x30d8)
|
|
221
|
+
#define ID_STYLE_LSD_TOC8 (0x30d9)
|
|
222
|
+
#define ID_STYLE_LSD_TOC9 (0x30da)
|
|
223
|
+
#define ID_STYLE_LSD_NORMAL_INDENT (0x30db)
|
|
224
|
+
#define ID_STYLE_LSD_FOOTNOTE (0x30dc)
|
|
225
|
+
#define ID_STYLE_LSD_ANNOTATION (0x30dd)
|
|
226
|
+
#define ID_STYLE_LSD_HEADER (0x30de)
|
|
227
|
+
#define ID_STYLE_LSD_FOOTER (0x30df)
|
|
228
|
+
#define ID_STYLE_LSD_INDEX_HEADING (0x30e0)
|
|
229
|
+
#define ID_STYLE_LSD_CAPTION (0x30e1)
|
|
230
|
+
#define ID_STYLE_LSD_TABLE_OF_FIGURE (0x30e2)
|
|
231
|
+
#define ID_STYLE_LSD_ENVELOPE_ADDRESS (0x30e3)
|
|
232
|
+
#define ID_STYLE_LSD_ENVELOPE_RETURN (0x30e4)
|
|
233
|
+
#define ID_STYLE_LSD_FOOTNOTE_TEXT (0x30e5)
|
|
234
|
+
#define ID_STYLE_LSD_ANNOTATION_TEXT (0x30e6)
|
|
235
|
+
#define ID_STYLE_LSD_LINE_NUMBER (0x30e7)
|
|
236
|
+
#define ID_STYLE_LSD_PAGE_NUMBER (0x30e8)
|
|
237
|
+
#define ID_STYLE_LSD_ENDNOTE_REF (0x30e9)
|
|
238
|
+
#define ID_STYLE_LSD_ANNOTATION_REF (0x30ea)
|
|
239
|
+
#define ID_STYLE_LSD_TABLE_OF_AUTHORITIES (0x30eb)
|
|
240
|
+
#define ID_STYLE_LSD_MACRO (0x30ec)
|
|
241
|
+
#define ID_STYLE_LSD_TOA_HEADING (0x30ed)
|
|
242
|
+
#define ID_STYLE_LSD_LIST (0x30ee)
|
|
243
|
+
#define ID_STYLE_LSD_LIST_BULLET (0x30ef)
|
|
244
|
+
#define ID_STYLE_LSD_LIST_NUMBER (0x30f0)
|
|
245
|
+
#define ID_STYLE_LSD_LIST2 (0x30f1)
|
|
246
|
+
#define ID_STYLE_LSD_LIST3 (0x30f2)
|
|
247
|
+
#define ID_STYLE_LSD_LIST4 (0x30f3)
|
|
248
|
+
#define ID_STYLE_LSD_LIST5 (0x30f4)
|
|
249
|
+
#define ID_STYLE_LSD_LIST_BULLET2 (0x30f5)
|
|
250
|
+
#define ID_STYLE_LSD_LIST_BULLET3 (0x30f6)
|
|
251
|
+
#define ID_STYLE_LSD_LIST_BULLET4 (0x30f7)
|
|
252
|
+
#define ID_STYLE_LSD_LIST_BULLET5 (0x30f8)
|
|
253
|
+
#define ID_STYLE_LSD_LIST_NUMBER2 (0x30f9)
|
|
254
|
+
#define ID_STYLE_LSD_LIST_NUMBER3 (0x30fa)
|
|
255
|
+
#define ID_STYLE_LSD_LIST_NUMBER4 (0x30fb)
|
|
256
|
+
#define ID_STYLE_LSD_LIST_NUMBER5 (0x30fc)
|
|
257
|
+
#define ID_STYLE_LSD_CLOSING (0x30fd)
|
|
258
|
+
#define ID_STYLE_LSD_SIGNATURE (0x30fe)
|
|
259
|
+
#define ID_STYLE_LSD_DEFAULT_FONT (0x30ff)
|
|
260
|
+
#define ID_STYLE_LSD_BODY (0x3100)
|
|
261
|
+
#define ID_STYLE_LSD_BODY_INDENT (0x3101)
|
|
262
|
+
#define ID_STYLE_LSD_LIST_CONTINUE1 (0x3102)
|
|
263
|
+
#define ID_STYLE_LSD_LIST_CONTINUE2 (0x3103)
|
|
264
|
+
#define ID_STYLE_LSD_LIST_CONTINUE3 (0x3104)
|
|
265
|
+
#define ID_STYLE_LSD_LIST_CONTINUE4 (0x3105)
|
|
266
|
+
#define ID_STYLE_LSD_LIST_CONTINUE5 (0x3106)
|
|
267
|
+
#define ID_STYLE_LSD_MESSAGE_HEADER (0x3107)
|
|
268
|
+
#define ID_STYLE_LSD_SUBTITLE (0x3108)
|
|
269
|
+
#define ID_STYLE_LSD_SALUTATION (0x3109)
|
|
270
|
+
#define ID_STYLE_LSD_DATE (0x310a)
|
|
271
|
+
#define ID_STYLE_LSD_BODY_TEXT_FIRST_INDENT (0x310b)
|
|
272
|
+
#define ID_STYLE_LSD_BODY_TEXT_FIRST_INDENT2 (0x310c)
|
|
273
|
+
#define ID_STYLE_LSD_NOTE_HEADING (0x310d)
|
|
274
|
+
#define ID_STYLE_LSD_BODY_TEXT2 (0x310e)
|
|
275
|
+
#define ID_STYLE_LSD_BODY_TEXT3 (0x310f)
|
|
276
|
+
#define ID_STYLE_LSD_BODY_TEXT_INDENT2 (0x3110)
|
|
277
|
+
#define ID_STYLE_LSD_BODY_TEXT_INDENT3 (0x3111)
|
|
278
|
+
#define ID_STYLE_LSD_BLOCK_TEXT (0x3112)
|
|
279
|
+
#define ID_STYLE_LSD_HYPERLINK (0x3113)
|
|
280
|
+
#define ID_STYLE_LSD_FOLHYPERLINK (0x3114)
|
|
281
|
+
#define ID_STYLE_LSD_STRONG (0x3115)
|
|
282
|
+
#define ID_STYLE_LSD_EMPHASIS (0x3116)
|
|
283
|
+
#define ID_STYLE_LSD_DOCUMENT_MAP (0x3117)
|
|
284
|
+
#define ID_STYLE_LSD_PLAIN_TEXT (0x3118)
|
|
285
|
+
#define ID_STYLE_LSD_EMAIL_SIGNATURE (0x3119)
|
|
286
|
+
#define ID_STYLE_LSD_TOP_FORM (0x311a)
|
|
287
|
+
#define ID_STYLE_LSD_BOTTOM_FORM (0x311b)
|
|
288
|
+
#define ID_STYLE_LSD_NORMAL_WEB (0x311c)
|
|
289
|
+
#define ID_STYLE_LSD_HTML_ACRONYM (0x311d)
|
|
290
|
+
#define ID_STYLE_LSD_HTML_ADDRESS (0x311e)
|
|
291
|
+
#define ID_STYLE_LSD_HTML_CITE (0x311f)
|
|
292
|
+
#define ID_STYLE_LSD_HTML_CODE (0x3120)
|
|
293
|
+
#define ID_STYLE_LSD_HTML_DEFINITION (0x3121)
|
|
294
|
+
#define ID_STYLE_LSD_HTML_KEYBOARD (0x3122)
|
|
295
|
+
#define ID_STYLE_LSD_HTML_PREFORMATTED (0x3123)
|
|
296
|
+
#define ID_STYLE_LSD_HTML_SAMPLE (0x3124)
|
|
297
|
+
#define ID_STYLE_LSD_HTML_TYPEWRITER (0x3125)
|
|
298
|
+
#define ID_STYLE_LSD_HTML_VARIABLE (0x3126)
|
|
299
|
+
#define ID_STYLE_LSD_TABLE_NORMAL (0x3127)
|
|
300
|
+
#define ID_STYLE_LSD_ANNOTATION_SUBJECT (0x3128)
|
|
301
|
+
#define ID_STYLE_LSD_NO_LIST (0x3129)
|
|
302
|
+
#define ID_STYLE_LSD_LIST_OUTLINE1 (0x312a)
|
|
303
|
+
#define ID_STYLE_LSD_LIST_OUTLINE2 (0x312b)
|
|
304
|
+
#define ID_STYLE_LSD_LIST_OUTLINE3 (0x312c)
|
|
305
|
+
#define ID_STYLE_LSD_TABLE_SIMPLE1 (0x312d)
|
|
306
|
+
#define ID_STYLE_LSD_TABLE_SIMPLE2 (0x312e)
|
|
307
|
+
#define ID_STYLE_LSD_TABLE_SIMPLE3 (0x312f)
|
|
308
|
+
#define ID_STYLE_LSD_TABLE_CLASSIC1 (0x3130)
|
|
309
|
+
#define ID_STYLE_LSD_TABLE_CLASSIC2 (0x3131)
|
|
310
|
+
#define ID_STYLE_LSD_TABLE_CLASSIC3 (0x3132)
|
|
311
|
+
#define ID_STYLE_LSD_TABLE_CLASSIC4 (0x3133)
|
|
312
|
+
#define ID_STYLE_LSD_TABLE_COLORFUL1 (0x3134)
|
|
313
|
+
#define ID_STYLE_LSD_TABLE_COLORFUL2 (0x3135)
|
|
314
|
+
#define ID_STYLE_LSD_TABLE_COLORFUL3 (0x3136)
|
|
315
|
+
#define ID_STYLE_LSD_TABLE_COLUMNS1 (0x3137)
|
|
316
|
+
#define ID_STYLE_LSD_TABLE_COLUMNS2 (0x3138)
|
|
317
|
+
#define ID_STYLE_LSD_TABLE_COLUMNS3 (0x3139)
|
|
318
|
+
#define ID_STYLE_LSD_TABLE_COLUMNS4 (0x313a)
|
|
319
|
+
#define ID_STYLE_LSD_TABLE_COLUMNS5 (0x313b)
|
|
320
|
+
#define ID_STYLE_LSD_TABLE_GRID1 (0x313c)
|
|
321
|
+
#define ID_STYLE_LSD_TABLE_GRID2 (0x313d)
|
|
322
|
+
#define ID_STYLE_LSD_TABLE_GRID3 (0x313e)
|
|
323
|
+
#define ID_STYLE_LSD_TABLE_GRID4 (0x313f)
|
|
324
|
+
#define ID_STYLE_LSD_TABLE_GRID5 (0x3140)
|
|
325
|
+
#define ID_STYLE_LSD_TABLE_GRID6 (0x3141)
|
|
326
|
+
#define ID_STYLE_LSD_TABLE_GRID7 (0x3142)
|
|
327
|
+
#define ID_STYLE_LSD_TABLE_GRID8 (0x3143)
|
|
328
|
+
#define ID_STYLE_LSD_TABLE_LIST1 (0x3144)
|
|
329
|
+
#define ID_STYLE_LSD_TABLE_LIST2 (0x3145)
|
|
330
|
+
#define ID_STYLE_LSD_TABLE_LIST3 (0x3146)
|
|
331
|
+
#define ID_STYLE_LSD_TABLE_LIST4 (0x3147)
|
|
332
|
+
#define ID_STYLE_LSD_TABLE_LIST5 (0x3148)
|
|
333
|
+
#define ID_STYLE_LSD_TABLE_LIST6 (0x3149)
|
|
334
|
+
#define ID_STYLE_LSD_TABLE_LIST7 (0x314a)
|
|
335
|
+
#define ID_STYLE_LSD_TABLE_LIST8 (0x314b)
|
|
336
|
+
#define ID_STYLE_LSD_TABLED_EFFECTS31 (0x314c)
|
|
337
|
+
#define ID_STYLE_LSD_TABLED_EFFECTS32 (0x314d)
|
|
338
|
+
#define ID_STYLE_LSD_TABLED_EFFECTS33 (0x314e)
|
|
339
|
+
#define ID_STYLE_LSD_TABLE_CONTEMPORARY (0x314f)
|
|
340
|
+
#define ID_STYLE_LSD_TABLE_ELEGANT (0x3150)
|
|
341
|
+
#define ID_STYLE_LSD_TABLE_PROFESSIONAL (0x3151)
|
|
342
|
+
#define ID_STYLE_LSD_TABLE_SUBTLE1 (0x3152)
|
|
343
|
+
#define ID_STYLE_LSD_TABLE_SUBTLE2 (0x3153)
|
|
344
|
+
#define ID_STYLE_LSD_TABLE_WEB1 (0x3154)
|
|
345
|
+
#define ID_STYLE_LSD_TABLE_WEB2 (0x3155)
|
|
346
|
+
#define ID_STYLE_LSD_TABLE_WEB3 (0x3156)
|
|
347
|
+
#define ID_STYLE_LSD_BALLOON_TEXT (0x3157)
|
|
348
|
+
#define ID_STYLE_LSD_TABLE_GRID (0x3158)
|
|
349
|
+
#define ID_STYLE_LSD_TABLE_THEME (0x3159)
|
|
350
|
+
#define ID_STYLE_LSD_PLACEHOLDER_TEXT (0x315a)
|
|
351
|
+
#define ID_STYLE_LSD_NO_SPACING (0x315b)
|
|
352
|
+
#define ID_STYLE_LSD_LIGHT_SHADING (0x315c)
|
|
353
|
+
#define ID_STYLE_LSD_LIST_LIGHT (0x315d)
|
|
354
|
+
#define ID_STYLE_LSD_GRID_LIGHT (0x315e)
|
|
355
|
+
#define ID_STYLE_LSD_MEDIUM_SHADING1 (0x315f)
|
|
356
|
+
#define ID_STYLE_LSD_MEDIUM_SHADING2 (0x3160)
|
|
357
|
+
#define ID_STYLE_LSD_LIST_MEDIUM1 (0x3161)
|
|
358
|
+
#define ID_STYLE_LSD_LIST_MEDIUM2 (0x3162)
|
|
359
|
+
#define ID_STYLE_LSD_GRID_MEDIUM1 (0x3163)
|
|
360
|
+
#define ID_STYLE_LSD_GRID_MEDIUM2 (0x3164)
|
|
361
|
+
#define ID_STYLE_LSD_GRID_MEDIUM3 (0x3165)
|
|
362
|
+
#define ID_STYLE_LSD_LIST_DARK (0x3166)
|
|
363
|
+
#define ID_STYLE_LSD_COLORFUL_SHADING (0x3167)
|
|
364
|
+
#define ID_STYLE_LSD_LIST_COLORFUL (0x3168)
|
|
365
|
+
#define ID_STYLE_LSD_GRID_COLORFUL (0x3169)
|
|
366
|
+
#define ID_STYLE_LSD_LIGHT_SHADING_ACCENT1 (0x316a)
|
|
367
|
+
#define ID_STYLE_LSD_LIST_LIGHT_ACCENT1 (0x316b)
|
|
368
|
+
#define ID_STYLE_LSD_GRID_LIGHT_ACCENT1 (0x316c)
|
|
369
|
+
#define ID_STYLE_LSD_MEDIUM_SHADING1_ACCENT1 (0x316d)
|
|
370
|
+
#define ID_STYLE_LSD_MEDIUM_SHADING2_ACCENT1 (0x316e)
|
|
371
|
+
#define ID_STYLE_LSD_LIST_MEDIUM_ACCENT11 (0x316f)
|
|
372
|
+
#define ID_STYLE_LSD_REVISION (0x3170)
|
|
373
|
+
#define ID_STYLE_LSD_LIST_PARAGRAPH (0x3171)
|
|
374
|
+
#define ID_STYLE_LSD_QUOTE (0x3172)
|
|
375
|
+
#define ID_STYLE_LSD_INTENSE_QUOTE (0x3173)
|
|
376
|
+
#define ID_STYLE_LSD_LIST_MEDIUM_ACCENT21 (0x3174)
|
|
377
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT11 (0x3175)
|
|
378
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT21 (0x3176)
|
|
379
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT31 (0x3177)
|
|
380
|
+
#define ID_STYLE_LSD_LIST_DARK_ACCENT1 (0x3178)
|
|
381
|
+
#define ID_STYLE_LSD_COLORFUL_SHADING_ACCENT1 (0x3179)
|
|
382
|
+
#define ID_STYLE_LSD_LIST_COLORFUL_ACCENT1 (0x317a)
|
|
383
|
+
#define ID_STYLE_LSD_GRID_COLORFUL_ACCENT1 (0x317b)
|
|
384
|
+
#define ID_STYLE_LSD_LIGHT_SHADING_ACCENT2 (0x317c)
|
|
385
|
+
#define ID_STYLE_LSD_LIST_LIGHT_ACCENT2 (0x317d)
|
|
386
|
+
#define ID_STYLE_LSD_GRID_LIGHT_ACCENT2 (0x317e)
|
|
387
|
+
#define ID_STYLE_LSD_MEDIUM_SHADING1_ACCENT2 (0x317f)
|
|
388
|
+
#define ID_STYLE_LSD_MEDIUM_SHADING2_ACCENT2 (0x3180)
|
|
389
|
+
#define ID_STYLE_LSD_LIST_MEDIUM_ACCENT12 (0x3181)
|
|
390
|
+
#define ID_STYLE_LSD_LIST_MEDIUM_ACCENT22 (0x3182)
|
|
391
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT12 (0x3183)
|
|
392
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT22 (0x3184)
|
|
393
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT32 (0x3185)
|
|
394
|
+
#define ID_STYLE_LSD_LIST_DARK_ACCENT2 (0x3186)
|
|
395
|
+
#define ID_STYLE_LSD_COLORFUL_SHADING_ACCENT2 (0x3187)
|
|
396
|
+
#define ID_STYLE_LSD_LIST_COLORFUL_ACCENT2 (0x3188)
|
|
397
|
+
#define ID_STYLE_LSD_GRID_COLORFUL_ACCENT2 (0x3189)
|
|
398
|
+
#define ID_STYLE_LSD_LIGHT_SHADING_ACCENT3 (0x318a)
|
|
399
|
+
#define ID_STYLE_LSD_LIST_LIGHT_ACCENT3 (0x318b)
|
|
400
|
+
#define ID_STYLE_LSD_GRID_LIGHT_ACCENT3 (0x318c)
|
|
401
|
+
#define ID_STYLE_LSD_MEDIUM_SHADING1_ACCENT3 (0x318d)
|
|
402
|
+
#define ID_STYLE_LSD_MEDIUM_SHADING2_ACCENT3 (0x318e)
|
|
403
|
+
#define ID_STYLE_LSD_LIST_MEDIUM_ACCENT13 (0x318f)
|
|
404
|
+
#define ID_STYLE_LSD_LIST_MEDIUM_ACCENT23 (0x3190)
|
|
405
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT13 (0x3191)
|
|
406
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT23 (0x3192)
|
|
407
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT33 (0x3193)
|
|
408
|
+
#define ID_STYLE_LSD_LIST_DARK_ACCENT3 (0x3194)
|
|
409
|
+
#define ID_STYLE_LSD_COLORFUL_SHADING_ACCENT3 (0x3195)
|
|
410
|
+
#define ID_STYLE_LSD_LIST_COLORFUL_ACCENT3 (0x3196)
|
|
411
|
+
#define ID_STYLE_LSD_GRID_COLORFUL_ACCENT3 (0x3197)
|
|
412
|
+
#define ID_STYLE_LSD_LIGHT_SHADING_ACCENT4 (0x3198)
|
|
413
|
+
#define ID_STYLE_LSD_LIST_LIGHT_ACCENT4 (0x3199)
|
|
414
|
+
#define ID_STYLE_LSD_GRID_LIGHT_ACCENT4 (0x319a)
|
|
415
|
+
#define ID_STYLE_LSD_MEDIUM_SHADING1_ACCENT4 (0x319b)
|
|
416
|
+
#define ID_STYLE_LSD_MEDIUM_SHADING2_ACCENT4 (0x319c)
|
|
417
|
+
#define ID_STYLE_LSD_LIST_MEDIUM_ACCENT14 (0x319d)
|
|
418
|
+
#define ID_STYLE_LSD_LIST_MEDIUM_ACCENT24 (0x319e)
|
|
419
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT14 (0x319f)
|
|
420
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT24 (0x31a0)
|
|
421
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT34 (0x31a1)
|
|
422
|
+
#define ID_STYLE_LSD_LIST_DARK_ACCENT4 (0x31a2)
|
|
423
|
+
#define ID_STYLE_LSD_COLORFUL_SHADING_ACCENT4 (0x31a3)
|
|
424
|
+
#define ID_STYLE_LSD_LIST_COLORFUL_ACCENT4 (0x31a4)
|
|
425
|
+
#define ID_STYLE_LSD_GRID_COLORFUL_ACCENT4 (0x31a5)
|
|
426
|
+
#define ID_STYLE_LSD_LIGHT_SHADING_ACCENT5 (0x31a6)
|
|
427
|
+
#define ID_STYLE_LSD_LIST_LIGHT_ACCENT5 (0x31a7)
|
|
428
|
+
#define ID_STYLE_LSD_GRID_LIGHT_ACCENT5 (0x31a8)
|
|
429
|
+
#define ID_STYLE_LSD_MEDIUM_SHADING1_ACCENT5 (0x31a9)
|
|
430
|
+
#define ID_STYLE_LSD_MEDIUM_SHADING2_ACCENT5 (0x31aa)
|
|
431
|
+
#define ID_STYLE_LSD_LIST_MEDIUM_ACCENT15 (0x31ab)
|
|
432
|
+
#define ID_STYLE_LSD_LIST_MEDIUM_ACCENT25 (0x31ac)
|
|
433
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT15 (0x31ad)
|
|
434
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT25 (0x31ae)
|
|
435
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT35 (0x31af)
|
|
436
|
+
#define ID_STYLE_LSD_LIST_DARK_ACCENT5 (0x31b0)
|
|
437
|
+
#define ID_STYLE_LSD_COLORFUL_SHADING_ACCENT5 (0x31b1)
|
|
438
|
+
#define ID_STYLE_LSD_LIST_COLORFUL_ACCENT5 (0x31b2)
|
|
439
|
+
#define ID_STYLE_LSD_GRID_COLORFUL_ACCENT5 (0x31b3)
|
|
440
|
+
#define ID_STYLE_LSD_LIGHT_SHADING_ACCENT6 (0x31b4)
|
|
441
|
+
#define ID_STYLE_LSD_LIST_LIGHT_ACCENT6 (0x31b5)
|
|
442
|
+
#define ID_STYLE_LSD_GRID_LIGHT_ACCENT6 (0x31b6)
|
|
443
|
+
#define ID_STYLE_LSD_MEDIUM_SHADING1_ACCENT6 (0x31b7)
|
|
444
|
+
#define ID_STYLE_LSD_MEDIUM_SHADING2_ACCENT6 (0x31b8)
|
|
445
|
+
#define ID_STYLE_LSD_LIST_MEDIUM_ACCENT16 (0x31b9)
|
|
446
|
+
#define ID_STYLE_LSD_LIST_MEDIUM_ACCENT26 (0x31ba)
|
|
447
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT16 (0x31bb)
|
|
448
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT26 (0x31bc)
|
|
449
|
+
#define ID_STYLE_LSD_GRID_MEDIUM_ACCENT36 (0x31bd)
|
|
450
|
+
#define ID_STYLE_LSD_LIST_DARK_ACCENT6 (0x31be)
|
|
451
|
+
#define ID_STYLE_LSD_COLORFUL_SHADING_ACCENT6 (0x31bf)
|
|
452
|
+
#define ID_STYLE_LSD_LIST_COLORFUL_ACCENT6 (0x31c0)
|
|
453
|
+
#define ID_STYLE_LSD_GRID_COLORFUL_ACCENT6 (0x31c1)
|
|
454
|
+
#define ID_STYLE_LSD_SUBTLE_EMPHASIS (0x31c2)
|
|
455
|
+
#define ID_STYLE_LSD_INTENSE_EMPHASIS (0x31c3)
|
|
456
|
+
#define ID_STYLE_LSD_SUBTLE_REFERENCE (0x31c4)
|
|
457
|
+
#define ID_STYLE_LSD_INTENSE_REFERENCE (0x31c5)
|
|
458
|
+
#define ID_STYLE_LSD_BOOK_TITLE (0x31c6)
|
|
459
|
+
#define ID_STYLE_LSD_BIBLIOGRAPHY (0x31c7)
|
|
460
|
+
#define ID_STYLE_LSD_TOC_HEADING (0x31c8)
|
|
461
|
+
#define ID_STYLE_LSD_TABLE_PLAIN1 (0x31c9)
|
|
462
|
+
#define ID_STYLE_LSD_TABLE_PLAIN2 (0x31ca)
|
|
463
|
+
#define ID_STYLE_LSD_TABLE_PLAIN3 (0x31cb)
|
|
464
|
+
#define ID_STYLE_LSD_TABLE_PLAIN4 (0x31cc)
|
|
465
|
+
#define ID_STYLE_LSD_TABLE_PLAIN5 (0x31cd)
|
|
466
|
+
#define ID_STYLE_LSD_GRID_TABLE_LIGHT (0x31ce)
|
|
467
|
+
#define ID_STYLE_LSD_GRID_TABLE_LIGHT1 (0x31cf)
|
|
468
|
+
#define ID_STYLE_LSD_GRID_TABLE2 (0x31d0)
|
|
469
|
+
#define ID_STYLE_LSD_GRID_TABLE3 (0x31d1)
|
|
470
|
+
#define ID_STYLE_LSD_GRID_TABLE4 (0x31d2)
|
|
471
|
+
#define ID_STYLE_LSD_GRID_TABLE_DARK5 (0x31d3)
|
|
472
|
+
#define ID_STYLE_LSD_GRID_TABLE_COLORFUL6 (0x31d4)
|
|
473
|
+
#define ID_STYLE_LSD_GRID_TABLE_COLORFUL7 (0x31d5)
|
|
474
|
+
#define ID_STYLE_LSD_GRID_TABLE_LIGHT_ACCENT11 (0x31d6)
|
|
475
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT21 (0x31d7)
|
|
476
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT31 (0x31d8)
|
|
477
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT41 (0x31d9)
|
|
478
|
+
#define ID_STYLE_LSD_GRID_TABLE_DARK_ACCENT51 (0x31da)
|
|
479
|
+
#define ID_STYLE_LSD_GRID_TABLE_COLORFUL_ACCENT61 (0x31db)
|
|
480
|
+
#define ID_STYLE_LSD_GRID_TABLE_COLORFUL_ACCENT71 (0x31dc)
|
|
481
|
+
#define ID_STYLE_LSD_GRID_TABLE_LIGHT_ACCENT12 (0x31dd)
|
|
482
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT22 (0x31de)
|
|
483
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT32 (0x31df)
|
|
484
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT42 (0x31e0)
|
|
485
|
+
#define ID_STYLE_LSD_GRID_TABLE_DARK_ACCENT52 (0x31e1)
|
|
486
|
+
#define ID_STYLE_LSD_GRID_TABLE_COLORFUL_ACCENT62 (0x31e2)
|
|
487
|
+
#define ID_STYLE_LSD_GRID_TABLE_COLORFUL_ACCENT72 (0x31e3)
|
|
488
|
+
#define ID_STYLE_LSD_GRID_TABLE_LIGHT_ACCENT13 (0x31e4)
|
|
489
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT23 (0x31e5)
|
|
490
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT33 (0x31e6)
|
|
491
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT43 (0x31e7)
|
|
492
|
+
#define ID_STYLE_LSD_GRID_TABLE_DARK_ACCENT53 (0x31e8)
|
|
493
|
+
#define ID_STYLE_LSD_GRID_TABLE_COLORFUL_ACCENT63 (0x31e9)
|
|
494
|
+
#define ID_STYLE_LSD_GRID_TABLE_COLORFUL_ACCENT73 (0x31ea)
|
|
495
|
+
#define ID_STYLE_LSD_GRID_TABLE_LIGHT_ACCENT14 (0x31eb)
|
|
496
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT24 (0x31ec)
|
|
497
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT34 (0x31ed)
|
|
498
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT44 (0x31ee)
|
|
499
|
+
#define ID_STYLE_LSD_GRID_TABLE_DARK_ACCENT54 (0x31ef)
|
|
500
|
+
#define ID_STYLE_LSD_GRID_TABLE_COLORFUL_ACCENT64 (0x31f0)
|
|
501
|
+
#define ID_STYLE_LSD_GRID_TABLE_COLORFUL_ACCENT74 (0x31f1)
|
|
502
|
+
#define ID_STYLE_LSD_GRID_TABLE_LIGHT_ACCENT15 (0x31f2)
|
|
503
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT25 (0x31f3)
|
|
504
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT35 (0x31f4)
|
|
505
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT45 (0x31f5)
|
|
506
|
+
#define ID_STYLE_LSD_GRID_TABLE_DARK_ACCENT55 (0x31f6)
|
|
507
|
+
#define ID_STYLE_LSD_GRID_TABLE_COLORFUL_ACCENT65 (0x31f7)
|
|
508
|
+
#define ID_STYLE_LSD_GRID_TABLE_COLORFUL_ACCENT75 (0x31f8)
|
|
509
|
+
#define ID_STYLE_LSD_GRID_TABLE_LIGHT_ACCENT16 (0x31f9)
|
|
510
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT26 (0x31fa)
|
|
511
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT36 (0x31fb)
|
|
512
|
+
#define ID_STYLE_LSD_GRID_TABLE_ACCENT46 (0x31fc)
|
|
513
|
+
#define ID_STYLE_LSD_GRID_TABLE_DARK_ACCENT56 (0x31fd)
|
|
514
|
+
#define ID_STYLE_LSD_GRID_TABLE_COLORFUL_ACCENT66 (0x31fe)
|
|
515
|
+
#define ID_STYLE_LSD_GRID_TABLE_COLORFUL_ACCENT76 (0x31ff)
|
|
516
|
+
#define ID_STYLE_LSD_LIST_TABLE_LIGHT1 (0x3200)
|
|
517
|
+
#define ID_STYLE_LSD_LIST_TABLE2 (0x3201)
|
|
518
|
+
#define ID_STYLE_LSD_LIST_TABLE3 (0x3202)
|
|
519
|
+
#define ID_STYLE_LSD_LIST_TABLE4 (0x3203)
|
|
520
|
+
#define ID_STYLE_LSD_LIST_TABLE_DARK5 (0x3204)
|
|
521
|
+
#define ID_STYLE_LSD_LIST_TABLE_COLORFUL6 (0x3205)
|
|
522
|
+
#define ID_STYLE_LSD_LIST_TABLE_COLORFUL7 (0x3206)
|
|
523
|
+
#define ID_STYLE_LSD_LIST_TABLE_LIGHT_ACCENT11 (0x3207)
|
|
524
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT21 (0x3208)
|
|
525
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT31 (0x3209)
|
|
526
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT41 (0x320a)
|
|
527
|
+
#define ID_STYLE_LSD_LIST_TABLE_DARK_ACCENT51 (0x320b)
|
|
528
|
+
#define ID_STYLE_LSD_LIST_TABLE_COLORFUL_ACCENT61 (0x320c)
|
|
529
|
+
#define ID_STYLE_LSD_LIST_TABLE_COLORFUL_ACCENT71 (0x320d)
|
|
530
|
+
#define ID_STYLE_LSD_LIST_TABLE_LIGHT_ACCENT12 (0x320e)
|
|
531
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT22 (0x320f)
|
|
532
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT32 (0x3210)
|
|
533
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT42 (0x3211)
|
|
534
|
+
#define ID_STYLE_LSD_LIST_TABLE_DARK_ACCENT52 (0x3212)
|
|
535
|
+
#define ID_STYLE_LSD_LIST_TABLE_COLORFUL_ACCENT62 (0x3213)
|
|
536
|
+
#define ID_STYLE_LSD_LIST_TABLE_COLORFUL_ACCENT72 (0x3214)
|
|
537
|
+
#define ID_STYLE_LSD_LIST_TABLE_LIGHT_ACCENT13 (0x3215)
|
|
538
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT23 (0x3216)
|
|
539
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT33 (0x3217)
|
|
540
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT43 (0x3218)
|
|
541
|
+
#define ID_STYLE_LSD_LIST_TABLE_DARK_ACCENT53 (0x3219)
|
|
542
|
+
#define ID_STYLE_LSD_LIST_TABLE_COLORFUL_ACCENT63 (0x321a)
|
|
543
|
+
#define ID_STYLE_LSD_LIST_TABLE_COLORFUL_ACCENT73 (0x321b)
|
|
544
|
+
#define ID_STYLE_LSD_LIST_TABLE_LIGHT_ACCENT14 (0x321c)
|
|
545
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT24 (0x321d)
|
|
546
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT34 (0x321e)
|
|
547
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT44 (0x321f)
|
|
548
|
+
#define ID_STYLE_LSD_LIST_TABLE_DARK_ACCENT54 (0x3220)
|
|
549
|
+
#define ID_STYLE_LSD_LIST_TABLE_COLORFUL_ACCENT64 (0x3221)
|
|
550
|
+
#define ID_STYLE_LSD_LIST_TABLE_COLORFUL_ACCENT74 (0x3222)
|
|
551
|
+
#define ID_STYLE_LSD_LIST_TABLE_LIGHT_ACCENT15 (0x3223)
|
|
552
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT25 (0x3224)
|
|
553
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT35 (0x3225)
|
|
554
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT45 (0x3226)
|
|
555
|
+
#define ID_STYLE_LSD_LIST_TABLE_DARK_ACCENT55 (0x3227)
|
|
556
|
+
#define ID_STYLE_LSD_LIST_TABLE_COLORFUL_ACCENT65 (0x3228)
|
|
557
|
+
#define ID_STYLE_LSD_LIST_TABLE_COLORFUL_ACCENT75 (0x3229)
|
|
558
|
+
#define ID_STYLE_LSD_LIST_TABLE_LIGHT_ACCENT16 (0x322a)
|
|
559
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT26 (0x322b)
|
|
560
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT36 (0x322c)
|
|
561
|
+
#define ID_STYLE_LSD_LIST_TABLE_ACCENT46 (0x322d)
|
|
562
|
+
#define ID_STYLE_LSD_LIST_TABLE_DARK_ACCENT56 (0x322e)
|
|
563
|
+
#define ID_STYLE_LSD_LIST_TABLE_COLORFUL_ACCENT66 (0x322f)
|
|
564
|
+
#define ID_STYLE_LSD_LIST_TABLE_COLORFUL_ACCENT76 (0x3230)
|
|
565
|
+
#define ID_STYLE_ATTR_DEFAULT (0x3231)
|
|
566
|
+
#define ID_STYLE_ATTR_ID_STYLE (0x3232)
|
|
567
|
+
#define ID_STYLE_TYPE_NAME_CHARACTER_VALUE (0x3233)
|
|
568
|
+
#define ID_STYLE_PARAGRAPH_DEFAULT_VALUE (0x3234)
|
|
569
|
+
#define ID_STYLE_TYPE_NAME_TABLE_VALUE (0x3235)
|
|
570
|
+
#define ID_STYLE_TABLE_NORMAL_VALUE (0x3236)
|
|
571
|
+
#define ID_STYLE_TYPE_NAME_NUMBERING_VALUE (0x3237)
|
|
572
|
+
#define ID_STYLE_TYPE_NAME_NO_LIST_VALUE (0x3238)
|
|
573
|
+
#define ID_D_NAMES_WORDML10 (0x3239)
|
|
574
|
+
#define ID_ATTR_ABSTRACT_NUMID (0x323a)
|
|
575
|
+
#define ID_ATTR_NUMBERING_LEVEL (0x323b)
|
|
576
|
+
#define ID_LEVEL_TAB_NAME_VALUE (0x323c)
|
|
577
|
+
#define ID_ATTR_LEVEL_INDENT (0x323d)
|
|
578
|
+
#define ID_ATTR_NUMBERING_ID (0x323e)
|
|
579
|
+
#define ID_XML_VERSION_VALUE (0x323f)
|
|
580
|
+
#define ID_XML_ENCODING_VALUE (0x3240)
|
|
581
|
+
#define ID_XML_STANDALONE_VALUE (0x3241)
|
|
582
|
+
#define ID_IGNORABLE_VALUE (0x3242)
|
|
583
|
+
#define ID_PARAGRAPH_STYLE_FOOTER_VALUE (0x3243)
|
|
584
|
+
#define ID_ATTR_FLD_CHAR_TYPE (0x3244)
|
|
585
|
+
#define ID_FLD_CHAR_TYPE_BEGIN_VALUE (0x3245)
|
|
586
|
+
#define ID_PLACEHOLDER_PAGE_VALUE (0x3246)
|
|
587
|
+
#define ID_FLD_CHAR_TYPE_SEPARATE_VALUE (0x3247)
|
|
588
|
+
#define ID_FLD_CHAR_TYPE_END_VALUE (0x3248)
|
|
589
|
+
#define ID_PARAGRAPH_STYLE_HEADER_VALUE (0x3249)
|
|
590
|
+
#define ID_DIRECTORY_WORD_VALUE (0x324a)
|
|
591
|
+
#define ID_ATTR_EXTENSION (0x324b)
|
|
592
|
+
#define ID_EXTENSION_RELS_VALUE (0x324c)
|
|
593
|
+
#define ID_ATTR_CONTENT_TYPE (0x324d)
|
|
594
|
+
#define ID_EXTENSION_XML_VALUE (0x324e)
|
|
595
|
+
#define ID_ATTR_PARTNAME (0x324f)
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
#endif
|