summaryrefslogtreecommitdiff
path: root/svx/inc/helpid.hrc
blob: c22ce032d605c591cbf46216a300b2ed6136c200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2008 by Sun Microsystems, Inc.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * $RCSfile: helpid.hrc,v $
 * $Revision: 1.76 $
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/
#ifndef _SVX_HELPID_HRC
#define _SVX_HELPID_HRC
// include ---------------------------------------------------------------

#include <svtools/solar.hrc>

// Help-Ids --------------------------------------------------------------

#define HID_GALLERY_BROWSER                     (HID_SVX_START +   0)
#define HID_GALLERY_THEME                       (HID_SVX_START +   1)
#define HID_GALLERY_NEW_THEME                   (HID_SVX_START +   2)
#define HID_GALLERY_RENAME_THEME                (HID_SVX_START +   3)
#define HID_GALLERY_SEARCH                      (HID_SVX_START +   4)
#define HID_GALLERY_APPLY                       (HID_SVX_START +   5)
#define HID_GALLERY_ACTUALIZE                   (HID_SVX_START +   6)
#define HID_GALLERY_WINDOW                      (HID_SVX_START +   7)
#define HID_GALLERY_RENAME                      (HID_SVX_START +   8)
#define HID_GALLERY_PROPERTIES                  (HID_SVX_START +   9)

#define HID_TRANS_POSITION                      (HID_SVX_START +  10)
#define HID_TRANS_SIZE                          (HID_SVX_START +  11)
#define HID_TRANS_ANGLE                         (HID_SVX_START +  12)
#define HID_TRANS_SLANT                         (HID_SVX_START +  13)

#define HID_TABULATOR                           (HID_SVX_START +  14)
#define HID_BORDER                              (HID_SVX_START +  15)
#define HID_BACKGROUND                          (HID_SVX_START +  16)
#define HID_ALIGNMENT                           (HID_SVX_START +  17)
#define HID_NUMBERFORMAT                        (HID_SVX_START +  18)
#define HID_CAPTION                             (HID_SVX_START +  19)

#define HID_FORMAT_PAGE                         (HID_SVX_START +  20)
#define HID_FORMAT_HEADER                       (HID_SVX_START +  21)
#define HID_FORMAT_FOOTER                       (HID_SVX_START +  22)
#define HID_FORMAT_CHAR_STD                     (HID_SVX_START +  23)
#define HID_FORMAT_CHAR_EXT                     (HID_SVX_START +  24)
#define HID_FORMAT_PARAGRAPH_STD                (HID_SVX_START +  25)
#define HID_FORMAT_PARAGRAPH_EXT                (HID_SVX_START +  26)
#define HID_FORMAT_PARAGRAPH_ALIGN              (HID_SVX_START +  27)

#define HID_AREA_AREA                           (HID_SVX_START +  30)
#define HID_AREA_HATCH                          (HID_SVX_START +  31)
#define HID_AREA_BITMAP                         (HID_SVX_START +  32)
#define HID_AREA_GRADIENT                       (HID_SVX_START +  33)
#define HID_LINE_LINE                           (HID_SVX_START +  34)
#define HID_LINE_DEF                            (HID_SVX_START +  35)
#define HID_LINE_ENDDEF                         (HID_SVX_START +  36)
#define HID_AREA_SHADOW                         (HID_SVX_START +  37)
#define HID_AREA_TRANSPARENCE                   (HID_SVX_START +  38)

#define HID_OPTIONS_COLOR                       (HID_SVX_START +  40)
#define HID_OPTIONS_SAVE                        (HID_SVX_START +  41)
#define HID_OPTIONS_PATH                        (HID_SVX_START +  42)
#define HID_OPTIONS_GENERAL                     (HID_SVX_START +  43)
#define HID_OPTIONS_LINGU                       (HID_SVX_START +  44)
#define HID_OPTIONS_SPELL                       (HID_SVX_START +  45)
#define HID_OPTIONS_DICT_NEW                    (HID_SVX_START +  46)
#define HID_OPTIONS_DICT_EDIT                   (HID_SVX_START +  47)
#define HID_OPTIONS_GRID                        (HID_SVX_START +  48)
#define HID_OPTIONS_INET                        (HID_SVX_START +  49)

#define HID_DLG_NAME                            (HID_SVX_START +  50)
#define HID_DLG_MESSBOX                         (HID_SVX_START +  51)
#define HID_SEARCHATTR                          (HID_SVX_START +  52)
#define HID_HYPHENATE                           (HID_SVX_START +  53)
#define HID_SPELLCHECK                          (HID_SVX_START +  54)
#define HID_SEARCHSIMILARITY                    (HID_SVX_START +  55)
#define HID_PASSWORD                            (HID_SVX_START +  56)
#define HID_MULTIPATH                           (HID_SVX_START +  57)

#define HID_GALLERY_PROPERTIES_GENERAL          (HID_SVX_START +  58)

// #i68101#
#define HID_DLG_OBJECT_NAME                     (HID_SVX_START +  59)
#define HID_DLG_OBJECT_TITLE_DESC               (HID_SVX_START +  60)

//#define HID_BASICIDE_OBJECTS                  (HID_SVX_START +  59)
//#define HID_MACRO_OPTIONS                     (HID_SVX_START +  60)
//#define HID_BASICIDE_BRKPNTS                  (HID_SVX_START +  61)
//#define HID_BASICIDE_MODULS                   (HID_SVX_START +  62)
//#define HID_BASICIDE_LIBS_TP                  (HID_SVX_START +  63)
//#define HID_BASICIDE_LIBS_DLG                 (HID_SVX_START +  64)
//#define HID_BASICIDE_CONTROLS                 (HID_SVX_START +  65)
//#define HID_BASICIDE_MACROS                   (HID_SVX_START +  66)
//#define HID_BASICIDE_LIBS                     (HID_SVX_START +  67)
//#define HID_BASICIDE_ORG_TC                   (HID_SVX_START +  68)

#define HID_POPUP_COLOR                         (HID_SVX_START +  70)
#define HID_POPUP_BRUSH                         (HID_SVX_START +  71)
#define HID_POPUP_FRAME                         (HID_SVX_START +  72)
#define HID_POPUP_LINE                          (HID_SVX_START +  73)

#define HID_OPTIONS_MAIL                        (HID_SVX_START +  74)
#define HID_THES_LANGUAGE                       (HID_SVX_START +  75)

#define HID_OPTIONS_PROXY                       (HID_SVX_START +  76)
#define HID_OPTIONS_CACHE                       (HID_SVX_START +  77)
#define HID_OPTIONS_TYPE                        (HID_SVX_START +  78)
#define HID_OPTIONS_SEARCH                      (HID_SVX_START +  79)

//#define HID_BASICIDE_MODULES_TREE             (HID_SVX_START +  80)
//#define HID_BASICIDE_LIBS_TREE                (HID_SVX_START +  81)
//#define HID_BASICIDE_LIBSDLG_TREE             (HID_SVX_START +  82)
//#define HID_BASICIDE_OBJECTCAT                (HID_SVX_START +  83)

#define HID_PAGE_LIGHT3D                        (HID_SVX_START +  84)
#define HID_PAGE_MEASURE                        (HID_SVX_START +  85)
#define HID_PAGE_TEXTATTR                       (HID_SVX_START +  86)
#define HID_PAGE_3DATTR                         (HID_SVX_START +  87)
#define HID_CTRL_COLOR                          (HID_SVX_START +  88)
#define HID_PAGE_CONNECTION                     (HID_SVX_START +  89)
#define HID_PAGE_CONNECTION_CTL_PREVIEW         (HID_SVX_START +  90)
#define HID_PAGE_DISTRIBUTE                     (HID_SVX_START +  91)

#define HID_WIN_FONTWORK_ALIGN                  (HID_SVX_START +  92)
#define HID_WIN_FONTWORK_CHARSPACE              (HID_SVX_START +  93)
#define HID_CTL_FONTWORK_FAVORITES              (HID_SVX_START +  94)

#define HID_BACKGROUND_CTL_BGDCOLORSET          (HID_SVX_START + 100)
#define HID_BACKGROUND_CTL_PATTERNSET           (HID_SVX_START + 101)
#define HID_BACKGROUND_CTL_PATCOLORSET          (HID_SVX_START + 102)
#define HID_BACKGROUND_CTL_POSITION             (HID_SVX_START + 103)
#define HID_BMPMASK_CTL_QCOL_1                  (HID_SVX_START + 104)
#define HID_BMPMASK_CTL_PIPETTE                 (HID_SVX_START + 105)
#define HID_BORDER_CTL_PRESETS                  (HID_SVX_START + 106)
#define HID_BORDER_CTL_SHADOWS                  (HID_SVX_START + 107)
#define HID_CHARMAP_CTL_SHOWSET                 (HID_SVX_START + 108)
#define HID_CHARMAP_CTL_SHOWTEXT                (HID_SVX_START + 109)
#define HID_CHARMAP_CTL_SHOWCHAR                (HID_SVX_START + 110)
#define HID_FONTWORK_CTL_FORMS                  (HID_SVX_START + 111)
#define HID_LIGHT3D_CTL_LIGHT                   (HID_SVX_START + 112)
#define HID_MEASURE_CTL_POSITION                (HID_SVX_START + 113)
#define HID_MEASURE_CTL_PREVIEW                 (HID_SVX_START + 114)
#define HID_SEARCHATTR_CTL_ATTR                 (HID_SVX_START + 115)
#define HID_TEXTATTR_CTL_POSITION               (HID_SVX_START + 116)
#define HID_3DATTR_CTL_DISTANCE                 (HID_SVX_START + 117)
#define HID_3DATTR_CTL_FOCALLENGTH              (HID_SVX_START + 118)
#define HID_COLOR_CTL_COLORS                    (HID_SVX_START + 119)
#define HID_OPTPATH_CTL_PATH                    (HID_SVX_START + 120)
#define HID_OPTLINGU_CTL_DICTS                  (HID_SVX_START + 121)
#define HID_OPTINET2_CTL_TYPES                  (HID_SVX_START + 122)
#define HID_OPTIONS_DICT_DELETE                 (HID_SVX_START + 123)

#define HID_TPCOLOR_RGB_1                       (HID_SVX_START + 124)
#define HID_TPCOLOR_RGB_2                       (HID_SVX_START + 125)
#define HID_TPCOLOR_RGB_3                       (HID_SVX_START + 126)
#define HID_TPCOLOR_CMYK_1                      (HID_SVX_START + 127)
#define HID_TPCOLOR_CMYK_2                      (HID_SVX_START + 128)
#define HID_TPCOLOR_CMYK_3                      (HID_SVX_START + 129)

#define HID_BMPMASK_TBI_PIPETTE                 (HID_SVX_START + 130)
//#define HID_BASICIDE_PROP_BROWSER             (HID_SVX_START + 131)
#define HID_STYLE_LISTBOX                       (HID_SVX_START + 132)

#define HID_FONTWORK_TBI_STYLE_OFF              (HID_SVX_START + 133)
#define HID_FONTWORK_TBI_STYLE_ROTATE           (HID_SVX_START + 134)
#define HID_FONTWORK_TBI_STYLE_UPRIGHT          (HID_SVX_START + 135)
#define HID_FONTWORK_TBI_STYLE_SLANTX           (HID_SVX_START + 136)
#define HID_FONTWORK_TBI_STYLE_SLANTY           (HID_SVX_START + 137)
#define HID_FONTWORK_TBI_ADJUST_MIRROR          (HID_SVX_START + 138)
#define HID_FONTWORK_TBI_ADJUST_LEFT            (HID_SVX_START + 139)
#define HID_FONTWORK_TBI_ADJUST_CENTER          (HID_SVX_START + 140)
#define HID_FONTWORK_TBI_ADJUST_RIGHT           (HID_SVX_START + 141)
#define HID_FONTWORK_TBI_ADJUST_AUTOSIZE        (HID_SVX_START + 142)
#define HID_FONTWORK_TBI_SHOWFORM               (HID_SVX_START + 143)
#define HID_FONTWORK_TBI_OUTLINE                (HID_SVX_START + 144)
#define HID_FONTWORK_TBI_SHADOW_OFF             (HID_SVX_START + 145)
#define HID_FONTWORK_TBI_SHADOW_NORMAL          (HID_SVX_START + 146)
#define HID_FONTWORK_TBI_SHADOW_SLANT           (HID_SVX_START + 147)

#define HID_NUMBERFORMAT_TBI_ADD                (HID_SVX_START + 148)
#define HID_NUMBERFORMAT_TBI_REMOVE             (HID_SVX_START + 149)

#define HID_CONTDLG_APPLY                       (HID_SVX_START + 150)
#define HID_CONTDLG_WORKPLACE                   (HID_SVX_START + 151)
#define HID_CONTDLG_SELECT                      (HID_SVX_START + 152)
#define HID_CONTDLG_RECT                        (HID_SVX_START + 153)
#define HID_CONTDLG_CIRCLE                      (HID_SVX_START + 154)
#define HID_CONTDLG_POLY                        (HID_SVX_START + 155)
#define HID_CONTDLG_FREEPOLY                    (HID_SVX_START + 156)
#define HID_CONTDLG_POLYEDIT                    (HID_SVX_START + 157)
#define HID_CONTDLG_POLYMOVE                    (HID_SVX_START + 158)
#define HID_CONTDLG_POLYINSERT                  (HID_SVX_START + 159)
#define HID_CONTDLG_POLYDELETE                  (HID_SVX_START + 160)
#define HID_CONTDLG_UNDO                        (HID_SVX_START + 161)
#define HID_CONTDLG_REDO                        (HID_SVX_START + 162)
#define HID_CONTDLG_AUTOCONTOUR                 (HID_SVX_START + 163)
#define HID_CONTDLG_PIPETTE                     (HID_SVX_START + 164)

//#define HID_BASICIDE_PROP_BROWSER_LBOX        (HID_SVX_START + 165)
#define HID_DRAWTOOL_TBX                        (HID_SVX_START + 166)
#define HID_ALIGN_TBX                           (HID_SVX_START + 167)

#define HID_IMAPDLG_APPLY                       (HID_SVX_START + 168)
#define HID_IMAPDLG_OPEN                        (HID_SVX_START + 169)
#define HID_IMAPDLG_SAVEAS                      (HID_SVX_START + 170)
#define HID_IMAPDLG_SELECT                      (HID_SVX_START + 171)
#define HID_IMAPDLG_RECT                        (HID_SVX_START + 172)
#define HID_IMAPDLG_CIRCLE                      (HID_SVX_START + 173)
#define HID_IMAPDLG_POLY                        (HID_SVX_START + 174)
#define HID_IMAPDLG_FREEPOLY                    (HID_SVX_START + 175)
#define HID_IMAPDLG_POLYEDIT                    (HID_SVX_START + 176)
#define HID_IMAPDLG_POLYMOVE                    (HID_SVX_START + 177)
#define HID_IMAPDLG_POLYINSERT                  (HID_SVX_START + 178)
#define HID_IMAPDLG_POLYDELETE                  (HID_SVX_START + 179)
#define HID_IMAPDLG_UNDO                        (HID_SVX_START + 180)
#define HID_IMAPDLG_REDO                        (HID_SVX_START + 181)
#define HID_IMAPDLG_ACTIVE                      (HID_SVX_START + 182)
#define HID_IMAPDLG_MACRO                       (HID_SVX_START + 183)
#define HID_IMAPDLG_PROPERTY                    (HID_SVX_START + 184)

#define HID_SVXTBX_ALIGNMENT                    (HID_SVX_START + 185)
#define HID_SVXTBX_DRAW                         (HID_SVX_START + 186)

#define HID_GALLERY_MN_ADDMENU                  (HID_SVX_START + 187)
#define HID_GALLERY_MN_ADD                      (HID_SVX_START + 188)
#define HID_GALLERY_MN_ADD_LINK                 (HID_SVX_START + 189)
#define HID_GALLERY_MN_BACKGROUND               (HID_SVX_START + 190)
#define HID_GALLERY_MN_PREVIEW                  (HID_SVX_START + 191)
#define HID_GALLERY_MN_DELETE                   (HID_SVX_START + 192)
#define HID_GALLERY_TITLE                       (HID_SVX_START + 193)
#define HID_GALLERY_TITLE_EDIT                  (HID_SVX_START + 194)

//#define HID_BASICIDE_OBJCAT_SHOW              (HID_SVX_START + 195)
//#define HID_BASICIDE_OBJCAT_PROPS             (HID_SVX_START + 196)
//#define HID_BASICIDE_OBJCAT_HELP              (HID_SVX_START + 197)

#define HID_IMPGRF_BTN_STANDARD                 (HID_SVX_START + 198)
#define HID_IMPGRF_BTN_INTERNET                 (HID_SVX_START + 199)
#define HID_IMPGRF_BTN_PROPERTIES               (HID_SVX_START + 200)
#define HID_IMPGRF_BTN_FILTER                   (HID_SVX_START + 201)
#define HID_IMPGRF_CB_LINK                      (HID_SVX_START + 202)
#define HID_IMPGRF_CB_PREVIEW                   (HID_SVX_START + 203)

//#define HID_BASICIDE_BRKDLG                   (HID_SVX_START + 204)
//#define HID_BASICIDE_ACTIV                    (HID_SVX_START + 205)
//#define HID_BASICIDE_BRKPROPS                 (HID_SVX_START + 206)
//#define HID_BASICIDE_REMOVEWATCH              (HID_SVX_START + 207)
//#define HID_BASICIDE_GOTOALL                  (HID_SVX_START + 208)

#define HID_SVX_OPT_EXT_LINGU                   (HID_SVX_START + 209)
#define HID_CACHE_EXTRA_DLG                     (HID_SVX_START + 210)

#define HID_CONTDLG_TOOLBOX                     (HID_SVX_START + 211)
#define HID_CONTDLG_GRAPHWND                    (HID_SVX_START + 212)

#define HID_IMAPDLG_TOOLBOX                     (HID_SVX_START + 213)
#define HID_IMAPDLG_GRAPHWND                    (HID_SVX_START + 214)

#define HID_OPTLINGU_TOOLBOX                    (HID_SVX_START + 215)

#define HID_OPTLDAP_SERVERLIST                  (HID_SVX_START + 216)
#define HID_OPTLDAP_EDITSERVER                  (HID_SVX_START + 217)

#define HID_SPELLDLG_EXTRAS_AUDIT               (HID_SVX_START + 218)
#define HID_SPELLDLG_EXTRAS_AUTOCORR            (HID_SVX_START + 219)
#define HID_SPELLDLG_EXTRAS_THESAURUS           (HID_SVX_START + 220)
#define HID_SPELLDLG_EXTRAS_OPTIONS             (HID_SVX_START + 221)

#define HID_TPSHADOW_CTRL                       (HID_SVX_START + 222)
#define HID_TPHATCH_CTRL                        (HID_SVX_START + 223)
#define HID_TPPOSITION_CTRL                     (HID_SVX_START + 224)
#define HID_TPSIZE_CTRL                         (HID_SVX_START + 225)
#define HID_TPROTATION_CTRL1                    (HID_SVX_START + 226)
#define HID_TPROTATION_CTRL2                    (HID_SVX_START + 227)

#define HID_OPTIONS_SSLSITE                     (HID_SVX_START + 228)
#define HID_OPTIONS_SSLPERSONAL                 (HID_SVX_START + 229)
#define HID_OPTIONS_COOKIES                     (HID_SVX_START + 230)
#define HID_OPTINET2_CTL_COOKIES                (HID_SVX_START + 231)
#define HID_OPTIONS_CHANNELS                    (HID_SVX_START + 232)
#define HID_OPTINET2_CTL_CHANNELS               (HID_SVX_START + 233)

#define HID_CAPTION_CTL_TYPE                    (HID_SVX_START + 234)

#define HID_NUMBERFORMAT_TBI_INFO               (HID_SVX_START + 235)
#define HID_NUMBERFORMAT_LB_FORMAT              (HID_SVX_START + 236)

#define HID_ALIGNMENT_CTR_DIAL                  (HID_SVX_START + 237)
#define HID_ALIGNMENT_CTR_BORDER_LOCK           (HID_SVX_START + 238)

#define HID_REDLINING_FILTER_PAGE               (HID_SVX_START + 239)
#define HID_REDLINING_FILTER_CB_DATE            (HID_SVX_START + 240)
#define HID_REDLINING_FILTER_LB_DATE            (HID_SVX_START + 241)
#define HID_REDLINING_FILTER_DF_DATE            (HID_SVX_START + 242)
#define HID_REDLINING_FILTER_TF_DATE            (HID_SVX_START + 243)
#define HID_REDLINING_FILTER_IB_CLOCK           (HID_SVX_START + 244)
#define HID_REDLINING_FILTER_DF_DATE2           (HID_SVX_START + 245)
#define HID_REDLINING_FILTER_TF_DATE2           (HID_SVX_START + 246)
#define HID_REDLINING_FILTER_IB_CLOCK2          (HID_SVX_START + 247)
#define HID_REDLINING_FILTER_CB_AUTOR           (HID_SVX_START + 248)
#define HID_REDLINING_FILTER_LB_AUTOR           (HID_SVX_START + 249)
#define HID_REDLINING_FILTER_CB_RANGE           (HID_SVX_START + 250)
#define HID_REDLINING_FILTER_ED_RANGE           (HID_SVX_START + 251)
#define HID_REDLINING_FILTER_LB_ACTION          (HID_SVX_START + 252)
#define HID_REDLINING_FILTER_BTN_REF            (HID_SVX_START + 253)

#define HID_REDLINING_VIEW_PAGE                 (HID_SVX_START + 254)
#define HID_REDLINING_VIEW_DG_VIEW              (HID_SVX_START + 255)
#define HID_REDLINING_VIEW_PB_ACCEPT            (HID_SVX_START + 256)
#define HID_REDLINING_VIEW_PB_ACCEPTALL         (HID_SVX_START + 257)
#define HID_REDLINING_VIEW_PB_REJECT            (HID_SVX_START + 258)
#define HID_REDLINING_VIEW_PB_REJECTALL         (HID_SVX_START + 259)

#define HID_MNU_ZOOM_200                        (HID_SVX_START + 260)
#define HID_MNU_ZOOM_150                        (HID_SVX_START + 261)
#define HID_MNU_ZOOM_100                        (HID_SVX_START + 262)
#define HID_MNU_ZOOM_75                         (HID_SVX_START + 263)
#define HID_MNU_ZOOM_50                         (HID_SVX_START + 264)
#define HID_MNU_ZOOM_OPTIMAL                    (HID_SVX_START + 265)
#define HID_MNU_ZOOM_PAGE_WIDTH                 (HID_SVX_START + 266)
#define HID_MNU_ZOOM_WHOLE_PAGE                 (HID_SVX_START + 267)

#define HID_MNU_FUNC_AVG                        (HID_SVX_START + 268)
#define HID_MNU_FUNC_COUNT2                     (HID_SVX_START + 269)
#define HID_MNU_FUNC_COUNT                      (HID_SVX_START + 270)
#define HID_MNU_FUNC_MAX                        (HID_SVX_START + 271)
#define HID_MNU_FUNC_MIN                        (HID_SVX_START + 272)
#define HID_MNU_FUNC_SUM                        (HID_SVX_START + 273)
#define HID_MNU_FUNC_NONE                       (HID_SVX_START + 274)
#define HID_REDLINING_FILTER_CB_ACTION          (HID_SVX_START + 275)

#define HID_REDLINING_DLG                       (HID_SVX_START + 276)
#define HID_REDLINING_EDIT                      (HID_SVX_START + 277)
#define HID_REDLINING_PREV                      (HID_SVX_START + 278)
#define HID_REDLINING_NEXT                      (HID_SVX_START + 279)
#define HID_REDLINING_TABCONTROL                (HID_SVX_START + 280)

#define HID_VALUESET_SINGLENUM                  (HID_SVX_START + 281)
#define HID_VALUESET_BULLET                     (HID_SVX_START + 282)
#define HID_VALUESET_NUM                        (HID_SVX_START + 283)
#define HID_VALUESET_NUMBMP                     (HID_SVX_START + 284)
#define HID_SVXPAGE_PICK_NUM                    (HID_SVX_START + 285)
#define HID_SVXPAGE_PICK_SINGLE_NUM             (HID_SVX_START + 286)
#define HID_SVXPAGE_PICK_BMP                    (HID_SVX_START + 287)
#define HID_SVXPAGE_PICK_BULLET                 (HID_SVX_START + 288)
#define HID_SVXPAGE_NUM_OPTIONS                 (HID_SVX_START + 289)
#define HID_SVXPAGE_NUM_POSITION                (HID_SVX_START + 290)

//#define HID_BASICIDE_MODULWINDOW              (HID_SVX_START + 291)
//#define HID_BASICIDE_DIALOGWINDOW             (HID_SVX_START + 292)

#define HID_REDLINING_FILTER_CB_COMMENT         (HID_SVX_START + 293)
#define HID_REDLINING_FILTER_ED_COMMENT         (HID_SVX_START + 294)
#define HID_REDLINING_VIEW_PB_UNDO              (HID_SVX_START + 295)

#define HID_OPTIONS_EXTERN_BROWSER              (HID_SVX_START + 296)

#define HID_EDITENG_SPELLER_START               (HID_SVX_START + 297)
#define HID_EDITENG_SPELLER_ADDWORD             (HID_SVX_START + 298)
#define HID_EDITENG_SPELLER_IGNORE              (HID_SVX_START + 299)
#define HID_EDITENG_SPELLER_AUTOCORRECT         (HID_SVX_START + 300)

#define HID_OPTPATH_HEADERBAR                   (HID_SVX_START + 301)
#define HID_OPTCOOKIES_HEADERBAR                (HID_SVX_START + 302)

#define HID_TPPAGE_FULLSIZE                     (HID_SVX_START + 303)

#define HID_POPUP_LINEEND                       (HID_SVX_START + 304)
#define HID_POPUP_LINEEND_CTRL                  (HID_SVX_START + 305)

#define HID_SPELLDLG_SETWORD                    (HID_SVX_START + 306)

#define HID_HYPERLINK_INTERNET                  (HID_SVX_START + 315)
#define HID_HYPERLINK_MAIL                      (HID_SVX_START + 316)
#define HID_HYPERLINK_DOCUMENT                  (HID_SVX_START + 317)
#define HID_HYPERLINK_NEWDOCUMENT               (HID_SVX_START + 318)
#define HID_HYPERLINK_MARKWND                   (HID_SVX_START + 319)

#define HID_ICCDIALOG_RESET_BTN                 (HID_SVX_START + 320)
#define HID_ICCDIALOG_CHOICECTRL                (HID_SVX_START + 321)

#define HID_HYPERDLG_INET_PATH                  (HID_SVX_START + 322)
#define HID_HYPERDLG_MAIL_PATH                  (HID_SVX_START + 323)
#define HID_HYPERDLG_DOC_PATH                   (HID_SVX_START + 324)
#define HID_ICCDIALOG_OK_BTN                    (HID_SVX_START + 325)
#define HID_ICCDIALOG_CANCEL_BTN                (HID_SVX_START + 326)

#define HID_HYPERLINK_MARKWND_APPLY             (HID_SVX_START + 327)
#define HID_HYPERLINK_MARKWND_CLOSE             (HID_SVX_START + 328)
#define HID_HYPERLINK_MARKWND_TREE              (HID_SVX_START + 329)

#define HID_AUTOCORR_HELP_START                 (HID_SVX_START + 331)
#define HID_AUTOCORR_HELP_END                   (HID_SVX_START + 370)

#define HID_SVXPAGE_GRFCROP                     (HID_SVX_START + 375)

// #i58240# set HelpIDs for scrollbars and switcher
#define HID_CTRL3D_HSCROLL                      (HID_SVX_START + 376)
#define HID_CTRL3D_VSCROLL                      (HID_SVX_START + 377)
#define HID_CTRL3D_SWITCHER                     (HID_SVX_START + 378)

#define HID_GRFFILTER                           (HID_SVX_START + 380)
#define HID_GRFFILTER_INVERT                    (HID_SVX_START + 381)
#define HID_GRFFILTER_SMOOTH                    (HID_SVX_START + 382)
#define HID_GRFFILTER_SHARPEN                   (HID_SVX_START + 383)
#define HID_GRFFILTER_REMOVENOISE               (HID_SVX_START + 384)
#define HID_GRFFILTER_SOBEL                     (HID_SVX_START + 385)
#define HID_GRFFILTER_MOSAIC                    (HID_SVX_START + 386)
#define HID_GRFFILTER_EMBOSS                    (HID_SVX_START + 387)
#define HID_GRFFILTER_POSTER                    (HID_SVX_START + 388)
#define HID_GRFFILTER_POPART                    (HID_SVX_START + 389)
#define HID_GRFFILTER_SEPIA                     (HID_SVX_START + 390)
#define HID_GRFFILTER_SOLARIZE                  (HID_SVX_START + 391)

#define HID_SVXPAGE_CHAR_NAME                   (HID_SVX_START + 392)
#define HID_SVXPAGE_CHAR_EFFECTS                (HID_SVX_START + 393)
#define HID_SVXPAGE_CHAR_POSITION               (HID_SVX_START + 394)
#define HID_SVXPAGE_CHAR_TWOLINES               (HID_SVX_START + 395)
#define HID_SVXPAGE_CHAR_EFFECTS_CTRL           (HID_SVX_START + 396)

#define HID_LNGDLG_NUM_PREBREAK                 (HID_SVX_START + 400)

#define HID_EDIT_MODULES                        (HID_SVX_START + 401)
#define HID_CLB_EDIT_MODULES_DICS               (HID_SVX_START + 402)
#define HID_CLB_EDIT_MODULES_MODULES            (HID_SVX_START + 403)
#define HID_CLB_LINGU_MODULES                   (HID_SVX_START + 404)
#define HID_CLB_LINGU_OPTIONS                   (HID_SVX_START + 405)

#define HID_SVXPAGE_PARA_ASIAN                  (HID_SVX_START + 406)

#define HID_GRFFILTER_EMBOSS_LIGHT              (HID_SVX_START + 408)

#define HID_GALLERY_NEWTHEME                    (HID_SVX_START + 410)
#define HID_GALLERY_THEMELIST                   (HID_SVX_START + 411)

#define HID_SVX_PROPBRW                         (HID_SVX_START + 412)
#define HID_SVXDLG_PROPBRW                      (HID_SVX_START + 413)
#define HID_SVX_DLG_LABELCONTROL                (HID_SVX_START + 414)

#define HID_OPTIONS_ASIAN_LAYOUT                (HID_SVX_START + 415)
#define HID_SVXTBX_FORM                         (HID_SVX_START + 416)

#define HID_WARN_NAME_DUPLICATE                 (HID_SVX_START + 417)
#define HID_POPUP_COLOR_CTRL                    (HID_SVX_START + 418)

#define HID_RUBY_DIALOG                         (HID_SVX_START + 419)

#define HID_SVXPAGE_JSEARCH_OPTIONS             (HID_SVX_START + 420)

#define HID_SVXTBX_UNDO_REDO_CTRL               (HID_SVX_START + 421)

#define HID_GALLERY_MN_COPYCLIPBOARD            (HID_SVX_START + 422)
#define HID_GALLERY_MN_PASTECLIPBOARD           (HID_SVX_START + 423)
#define HID_GALLERY_PREVIEW                     (HID_SVX_START + 424)
#define HID_GALLERY_ICONVIEW                    (HID_SVX_START + 425)
#define HID_GALLERY_LISTVIEW                    (HID_SVX_START + 426)
#define HID_SVXDLG_FILTER_WARNING               (HID_SVX_START + 427)

#define HID_TRANS_POSITION_SIZE                 (HID_SVX_START + 428)
#define HID_OPTIONS_COLORCONFIG                 (HID_SVX_START + 429)
#define HID_OPTIONS_COLORCONFIG_SAVE_SCHEME     (HID_SVX_START + 430)
#define HID_OPTIONS_ACCESSIBILITYCONFIG         (HID_SVX_START + 431)

//no new entries here!! HID_SVX_EXT0_START == 39868

#define HID_FILL_ATTR_LISTBOX                   (HID_SVX_EXT0_START + 1)
#define HID_FILL_TYPE_LISTBOX                   (HID_SVX_EXT0_START + 2)
#define HID_OPTIONS_COLORCONFIG_COLORLIST_WIN   (HID_SVX_EXT0_START + 3)
#define HID_OPTIONS_SSO                         (HID_SVX_EXT0_START + 4)
#define HID_EDITENG_SPELLER_WORDLANGUAGE        (HID_SVX_EXT0_START + 5)
#define HID_EDITENG_SPELLER_PARALANGUAGE        (HID_SVX_EXT0_START + 6)
#define HID_OPTIONS_COLORCONFIG_NAME_SCHEME     (HID_SVX_EXT0_START + 7)
#define HID_OPTIONS_PATHS_SELECTFOLDER          (HID_SVX_EXT0_START + 8)
#define HID_GALLERY_NEWTHEME_FINDFILES          (HID_SVX_EXT0_START + 9)
#define HID_GALLERY_NEWTHEME_ADDFILES           (HID_SVX_EXT0_START + 10)
#define HID_NUMBERINGOPT_SEL_GRF_FROM_FILE      (HID_SVX_EXT0_START + 11)
#define HID_OPTIONS_CTL                         (HID_SVX_EXT0_START + 12)
#define HID_REDLINING_VIEW_DG_VIEW_TABLE        (HID_SVX_EXT0_START + 13)
#define HID_REDLINING_VIEW_DG_VIEW_HEADER       (HID_SVX_EXT0_START + 14)
#define HID_DIALOG_HANGULHANJA                  (HID_SVX_EXT0_START + 15)
#define HID_SPLDLG_BUTTON_CLOSE                 (HID_SVX_EXT0_START + 16)
#define HID_SPLDLG_BUTTON_IGNORE                (HID_SVX_EXT0_START + 17)
#define HID_SPLDLG_BUTTON_IGNOREALL             (HID_SVX_EXT0_START + 18)
#define HID_SPLDLG_BUTTON_CHANGE                (HID_SVX_EXT0_START + 19)
#define HID_SPLDLG_BUTTON_CHANGEALL             (HID_SVX_EXT0_START + 20)
#define HID_HANGULDLG_BUTTON_CLOSE              (HID_SVX_EXT0_START + 21)
#define HID_HANGULDLG_BUTTON_IGNORE             (HID_SVX_EXT0_START + 22)
#define HID_HANGULDLG_BUTTON_IGNOREALL          (HID_SVX_EXT0_START + 23)
#define HID_HANGULDLG_BUTTON_CHANGE             (HID_SVX_EXT0_START + 24)
#define HID_HANGULDLG_BUTTON_CHANGEALL          (HID_SVX_EXT0_START + 25)
#define HID_SPLDLG_EDIT_NEWWORD                 (HID_SVX_EXT0_START + 26)
#define HID_HANGULDLG_EDIT_NEWWORD              (HID_SVX_EXT0_START + 27)
#define HID_DLG_SECURITY_OPTIONS                (HID_SVX_EXT0_START + 28)
#define HID_DLG_WEBCONNECTION_INFO              (HID_SVX_EXT0_START + 29)

#define HID_AUTOCORR_DLG                (HID_OFA_START +  0)
#define HID_OFAPAGE_AUTOCORR_OPTIONS    (HID_OFA_START +  1)
#define HID_OFAPAGE_AUTOCORR_REPLACE    (HID_OFA_START +  2)
#define HID_OFAPAGE_AUTOCORR_EXCEPT     (HID_OFA_START +  3)
#define HID_OFACTL_AUTOCORR_REPLACE     (HID_OFA_START +  4)
#define HID_OFAWIN_MAIL_HEADER          (HID_OFA_START +  5)
#define HID_OFAWIN_MAIL_ATTACH          (HID_OFA_START +  6)
#define HID_OFACTL_MAIL_ATTACH          (HID_OFA_START +  7)
#define HID_OFA_TP_MISC                 (HID_OFA_START +  8)
#define HID_OFA_HYPERLINK               (HID_OFA_START + 10)
#define HID_OFA_DLGTABNEW               (HID_OFA_START + 11)
#define HID_OFA_HYPERLINK_DLG           (HID_OFA_START + 12)
#define HID_OFA_MAILHEAD_ROLE_LB        (HID_OFA_START + 13)
#define HID_OFA_MAILHEAD_RCPT_ED        (HID_OFA_START + 14)
#define HID_OFA_MAILHEAD_RCPT_LB        (HID_OFA_START + 15)
#define HID_OFA_MAILHEAD_SUBJECT_ED     (HID_OFA_START + 16)
#define HID_OFA_MAILHEAD_RECEIPT_CB     (HID_OFA_START + 17)
#define HID_OFA_MAILHEAD_PRIORITY_LB    (HID_OFA_START + 18)
#define HID_OFA_MAILHEAD_HEAD_WIN       (HID_OFA_START + 19)
#define HID_OFA_MAILATTACH_ATTACH_LB    (HID_OFA_START + 20)
#define HID_OFA_MAILATTACH_ASCII_CB     (HID_OFA_START + 21)
#define HID_OFA_MAILATTACH_HTML_CB      (HID_OFA_START + 22)
#define HID_OFA_MAILATTACH_RTF_CB       (HID_OFA_START + 23)
#define HID_OFA_MAILATTACH_OFFICE_CB    (HID_OFA_START + 24)
#define HID_OFA_HYPERLINK_TARGET        (HID_OFA_START + 25)
#define HID_OFA_HYPERLINK_SEARCH        (HID_OFA_START + 26)
#define HID_OFA_MAILTOOLBOX             (HID_OFA_START + 27)
#define HID_OFAPAGE_AUTOCORR_QUOTE      (HID_OFA_START + 28)
#define HID_OFA_TP_VIEW                 (HID_OFA_START + 29)
#define HID_OFA_MAILMENU_OPEN           (HID_OFA_START + 30)
#define HID_OFA_MAILMENU_DELETE         (HID_OFA_START + 31)
#define HID_OFA_MAILMENU_RENAME         (HID_OFA_START + 32)
#define HID_OFA_MAILMENU_SAVEAS         (HID_OFA_START + 33)
#define HID_OFA_MAILMENU_ADDADDRESS     (HID_OFA_START + 34)
#define HID_OFA_MAILMENU_COPYLINK       (HID_OFA_START + 35)
#define HID_OFA_MAILMENU_SIG1           (HID_OFA_START + 36)
#define HID_OFA_MAILMENU_SIG2           (HID_OFA_START + 37)
#define HID_OFA_MAILMENU_SIG3           (HID_OFA_START + 38)
#define HID_OFA_MAILMENU_SIG4           (HID_OFA_START + 39)
#define HID_OFA_MAILHEAD_PROTOCOL_LB    (HID_OFA_START + 42)
#define HID_OFA_MAILATTACH_RECEIPT_CB   (HID_OFA_START + 43)
#define HID_OFA_MAILATTACH_PRIORITY_LB  (HID_OFA_START + 44)
#define HID_OFA_MAILATTACH_TABBAR       (HID_OFA_START + 45)
#define HID_OFAPAGE_AUTOCORR_CLB        (HID_OFA_START + 46)
#define HID_OFAPAGE_AUTOFORMAT_CLB      (HID_OFA_START + 47)
#define HID_OFAPAGE_AUTOFMT_OPTIONS     (HID_OFA_START + 48)
#define HID_OFA_DLGFORMNEW              (HID_OFA_START + 49)
#define HID_OFA_TP_APPEARANCE           (HID_OFA_START + 50)
#define HID_OFA_HYPERLINK_NAME          (HID_OFA_START + 51)
#define HID_OFA_HYPERLINK_URL_TXT       (HID_OFA_START + 52)
#define HID_OFA_HYPERLINK_URL           (HID_OFA_START + 53)
#define HID_OFA_MAILMENU_FILE           (HID_OFA_START + 54)
#define HID_OFA_FONT_SUBSTITUTION       (HID_OFA_START + 55)
#define HID_OFA_FONT_SUBST_CLB          (HID_OFA_START + 56)
#define HID_OFA_SUBST_APPLY             (HID_OFA_START + 57)
#define HID_OFA_SUBST_DELETE            (HID_OFA_START + 58)
#define HID_OFADLG_REGISTRATION         (HID_OFA_START + 59)
#define HID_OFA_TP_DESKTOP              (HID_OFA_START + 60)
#define HID_REGISTRATION_REGISTER       (HID_OFA_START + 61)
#define HID_REGISTRATION_ENABLE_KEY     (HID_OFA_START + 62)
#define HID_AUTOCORR_LANGUAGE           (HID_OFA_START + 63)
#define HID_OFA_MAILHEAD_RCPT_CB        (HID_OFA_START + 64)
#define HID_OFA_SENDMENU_PLAIN          (HID_OFA_START + 65)
#define HID_OFA_SENDMENU_ENCRYPT        (HID_OFA_START + 66)
#define HID_OFA_SENDMENU_SIGN           (HID_OFA_START + 67)
#define HID_OFA_SENDMENU_SIGNANDENCRYPT (HID_OFA_START + 68)
#define HID_OFADLG_OPTIONS_TREE         (HID_OFA_START + 69)
#define HID_OFADLG_TREELISTBOX          (HID_OFA_START + 70)
#define HID_OFADLG_TREE_GENERAL         (HID_OFA_START + 71)
#define HID_OFADLG_TREE_INTERNET        (HID_OFA_START + 72)
#define HID_OFADLG_TREE_BROWSER         (HID_OFA_START + 73)
#define HID_OFADLG_TREE_TEXT            (HID_OFA_START + 74)
#define HID_OFADLG_TREE_HTML            (HID_OFA_START + 75)
#define HID_OFADLG_TREE_CALC            (HID_OFA_START + 76)
#define HID_OFADLG_TREE_PRESENTATION    (HID_OFA_START + 77)
#define HID_OFADLG_TREE_DRAWING         (HID_OFA_START + 78)
#define HID_OFADLG_TREE_IMAGE           (HID_OFA_START + 79)
#define HID_OFADLG_TREE_FORMULA         (HID_OFA_START + 80)
#define HID_OFAPAGE_AUTOCOMPLETE_OPTIONS    (HID_OFA_START + 113)
#define HID_OFADLG_TREE_CHART               (HID_OFA_START + 115)
#define HID_OFADLG_TREE_BASE                (HID_OFA_START + 116)
#define HID_OFADLG_TREE_FILTER              (HID_OFA_START + 117)
#define HID_OFAPAGE_MSFLTR2_CLB             (HID_OFA_START + 118)
#define HID_OFA_TP_LANGUAGES                (HID_OFA_START + 119)
#define HID_OFADLG_TREE_LANGUAGE            (HID_OFA_START + 120)
#define HID_OFA_CONNPOOL_DRIVERLIST         (HID_OFA_START + 121)
#define UID_OFA_CONNPOOL_DRIVERLIST_BACK    (HID_OFA_START + 122)
// #define HID_OFA_TP_HELPERPROG               (HID_OFA_START + 123)
#define HID_OFA_TP_MEMORY                   (HID_OFA_START + 124)
#define HID_DBPATH_CTL_PATH                 (HID_OFA_START + 125)
#define HID_DBPATH_HEADERBAR                (HID_OFA_START + 126)
#define HID_OFAPAGE_SMARTTAG_OPTIONS        (HID_OFA_START + 127)

#define HID_OPTIONS_DICT_EDIT_ENTRIES_LIST      (HID_SVX_EXT0_START + 28)

#define HID_COLORPAGE_LISTBOX_START                 (HID_SVX_EXT0_START + 29)
#define HID_COLORPAGE_DOCCOLOR_LB                   (HID_SVX_EXT0_START + 29)
#define HID_COLORPAGE_DOCBOUNDARIES_LB              (HID_SVX_EXT0_START + 30)
#define HID_COLORPAGE_APPBACKGROUND_LB              (HID_SVX_EXT0_START + 31)
#define HID_COLORPAGE_OBJECTBOUNDARIES_LB           (HID_SVX_EXT0_START + 32)
#define HID_COLORPAGE_TABLEBOUNDARIES_LB            (HID_SVX_EXT0_START + 33)
#define HID_COLORPAGE_FONTCOLOR_LB                  (HID_SVX_EXT0_START + 34)
#define HID_COLORPAGE_LINKS_LB                      (HID_SVX_EXT0_START + 35)
#define HID_COLORPAGE_LINKSVISITED_LB               (HID_SVX_EXT0_START + 36)
#define HID_COLORPAGE_ANCHOR_LB                     (HID_SVX_EXT0_START + 37)
#define HID_COLORPAGE_SPELL_LB                      (HID_SVX_EXT0_START + 38)
#define HID_COLORPAGE_WRITERTEXTGRID_LB             (HID_SVX_EXT0_START + 39)
#define HID_COLORPAGE_WRITERFIELDSHADINGS_LB        (HID_SVX_EXT0_START + 40)
#define HID_COLORPAGE_WRITERIDXSHADINGS_LB          (HID_SVX_EXT0_START + 41)
#define HID_COLORPAGE_WRITERDIRECTCURSOR_LB         (HID_SVX_EXT0_START + 42)
#define HID_COLORPAGE_WRITERNOTESINDICATOR_LB       (HID_SVX_EXT0_START + 43)
#define HID_COLORPAGE_WRITERSCRIPTINDICATOR_LB      (HID_SVX_EXT0_START + 44)
#define HID_COLORPAGE_WRITERSECTIONBOUNDARIES_LB    (HID_SVX_EXT0_START + 45)
#define HID_COLORPAGE_WRITERPAGEBREAKS_LB           (HID_SVX_EXT0_START + 46)
#define HID_COLORPAGE_HTMLSGML_LB                   (HID_SVX_EXT0_START + 47)
#define HID_COLORPAGE_HTMLCOMMENT_LB                (HID_SVX_EXT0_START + 48)
#define HID_COLORPAGE_HTMLKEYWORD_LB                (HID_SVX_EXT0_START + 49)
#define HID_COLORPAGE_HTMLUNKNOWN_LB                (HID_SVX_EXT0_START + 50)
#define HID_COLORPAGE_CALCGRID_LB                   (HID_SVX_EXT0_START + 51)
#define HID_COLORPAGE_CALCPAGEBREAK_LB              (HID_SVX_EXT0_START + 52)
#define HID_COLORPAGE_CALCPAGEBREAKMANUAL_LB        (HID_SVX_EXT0_START + 53)
#define HID_COLORPAGE_CALCPAGEBREAKAUTOMATIC_LB     (HID_SVX_EXT0_START + 54)
#define HID_COLORPAGE_CALCDETECTIVE_LB              (HID_SVX_EXT0_START + 55)
#define HID_COLORPAGE_CALCDETECTIVEERROR_LB         (HID_SVX_EXT0_START + 56)
#define HID_COLORPAGE_CALCREFERENCE_LB              (HID_SVX_EXT0_START + 57)
#define HID_COLORPAGE_CALCNOTESBACKGROUND_LB        (HID_SVX_EXT0_START + 58)
#define HID_COLORPAGE_DRAWGRID_LB                   (HID_SVX_EXT0_START + 59)
#define HID_COLORPAGE_DRAWDRAWING_LB                (HID_SVX_EXT0_START + 60)
#define HID_COLORPAGE_DRAWFILL_LB                   (HID_SVX_EXT0_START + 61)
#define HID_COLORPAGE_BASICIDENTIFIER_LB            (HID_SVX_EXT0_START + 62)
#define HID_COLORPAGE_BASICCOMMENT_LB               (HID_SVX_EXT0_START + 63)
#define HID_COLORPAGE_BASICNUMBER_LB                (HID_SVX_EXT0_START + 64)
#define HID_COLORPAGE_BASICSTRING_LB                (HID_SVX_EXT0_START + 65)
#define HID_COLORPAGE_BASICOPERATOR_LB              (HID_SVX_EXT0_START + 66)
#define HID_COLORPAGE_BASICKEYWORD_LB               (HID_SVX_EXT0_START + 67)
#define HID_COLORPAGE_BASICERROR_LB                 (HID_SVX_EXT0_START + 68)

#define HID_COLORPAGE_CHECKBOX_START                (HID_SVX_EXT0_START + 69)
#define HID_COLORPAGE_DOCCOLOR_CB                   (HID_SVX_EXT0_START + 69)
#define HID_COLORPAGE_DOCBOUNDARIES_CB              (HID_SVX_EXT0_START + 70)
#define HID_COLORPAGE_APPBACKGROUND_CB              (HID_SVX_EXT0_START + 71)
#define HID_COLORPAGE_OBJECTBOUNDARIES_CB           (HID_SVX_EXT0_START + 72)
#define HID_COLORPAGE_TABLEBOUNDARIES_CB            (HID_SVX_EXT0_START + 73)
#define HID_COLORPAGE_FONTCOLOR_CB                  (HID_SVX_EXT0_START + 74)
#define HID_COLORPAGE_LINKS_CB                      (HID_SVX_EXT0_START + 75)
#define HID_COLORPAGE_LINKSVISITED_CB               (HID_SVX_EXT0_START + 76)
#define HID_COLORPAGE_ANCHOR_CB                     (HID_SVX_EXT0_START + 77)
#define HID_COLORPAGE_SPELL_CB                      (HID_SVX_EXT0_START + 78)
#define HID_COLORPAGE_WRITERTEXTGRID_CB             (HID_SVX_EXT0_START + 79)
#define HID_COLORPAGE_WRITERFIELDSHADINGS_CB        (HID_SVX_EXT0_START + 80)
#define HID_COLORPAGE_WRITERIDXSHADINGS_CB          (HID_SVX_EXT0_START + 81)
#define HID_COLORPAGE_WRITERDIRECTCURSOR_CB         (HID_SVX_EXT0_START + 82)
#define HID_COLORPAGE_WRITERNOTESINDICATOR_CB       (HID_SVX_EXT0_START + 83)
#define HID_COLORPAGE_WRITERSCRIPTINDICATOR_CB      (HID_SVX_EXT0_START + 84)
#define HID_COLORPAGE_WRITERSECTIONBOUNDARIES_CB    (HID_SVX_EXT0_START + 85)
#define HID_COLORPAGE_WRITERPAGEBREAKS_CB           (HID_SVX_EXT0_START + 86)
#define HID_COLORPAGE_HTMLSGML_CB                   (HID_SVX_EXT0_START + 87)
#define HID_COLORPAGE_HTMLCOMMENT_CB                (HID_SVX_EXT0_START + 88)
#define HID_COLORPAGE_HTMLKEYWORD_CB                (HID_SVX_EXT0_START + 89)
#define HID_COLORPAGE_HTMLUNKNOWN_CB                (HID_SVX_EXT0_START + 90)
#define HID_COLORPAGE_CALCGRID_CB                   (HID_SVX_EXT0_START + 91)
#define HID_COLORPAGE_CALCPAGEBREAK_CB              (HID_SVX_EXT0_START + 92)
#define HID_COLORPAGE_CALCPAGEBREAKMANUAL_CB        (HID_SVX_EXT0_START + 93)
#define HID_COLORPAGE_CALCPAGEBREAKAUTOMATIC_CB     (HID_SVX_EXT0_START + 94)
#define HID_COLORPAGE_CALCDETECTIVE_CB              (HID_SVX_EXT0_START + 95)
#define HID_COLORPAGE_CALCDETECTIVEERROR_CB         (HID_SVX_EXT0_START + 96)
#define HID_COLORPAGE_CALCREFERENCE_CB              (HID_SVX_EXT0_START + 97)
#define HID_COLORPAGE_CALCNOTESBACKGROUND_CB        (HID_SVX_EXT0_START + 98)
#define HID_COLORPAGE_DRAWGRID_CB                   (HID_SVX_EXT0_START + 99)
#define HID_COLORPAGE_DRAWDRAWING_CB                (HID_SVX_EXT0_START + 100)
#define HID_COLORPAGE_DRAWFILL_CB                   (HID_SVX_EXT0_START + 101)
#define HID_COLORPAGE_BASICIDENTIFIER_CB            (HID_SVX_EXT0_START + 102)
#define HID_COLORPAGE_BASICCOMMENT_CB               (HID_SVX_EXT0_START + 103)
#define HID_COLORPAGE_BASICNUMBER_CB                (HID_SVX_EXT0_START + 104)
#define HID_COLORPAGE_BASICSTRING_CB                (HID_SVX_EXT0_START + 105)
#define HID_COLORPAGE_BASICOPERATOR_CB              (HID_SVX_EXT0_START + 106)
#define HID_COLORPAGE_BASICKEYWORD_CB               (HID_SVX_EXT0_START + 107)
#define HID_COLORPAGE_BASICERROR_CB                 (HID_SVX_EXT0_START + 108)
#define HID_SVXPAGE_SWPOSSIZE                       (HID_SVX_EXT0_START + 109)

#define HID_POPUP_EXTRUSION_DEPTH                   (HID_SVX_EXT0_START + 110)
#define HID_POPUP_EXTRUSION_LIGHTING                (HID_SVX_EXT0_START + 111)
#define HID_POPUP_EXTRUSION_SURFACE                 (HID_SVX_EXT0_START + 112)
#define HID_MENU_EXTRUSION_DIRECTION                (HID_SVX_EXT0_START + 113)
#define HID_VALUESET_EXTRUSION_DIRECTION            (HID_SVX_EXT0_START + 114)
#define HID_MENU_EXTRUSION_DEPTH                    (HID_SVX_EXT0_START + 115)
#define HID_MENU_EXTRUSION_LIGHTING                 (HID_SVX_EXT0_START + 116)
#define HID_VALUESET_EXTRUSION_LIGHTING             (HID_SVX_EXT0_START + 117)
#define HID_MENU_EXTRUSION_SURFACE                  (HID_SVX_EXT0_START + 118)
#define HID_SCRIPTORG_DIALOG                        (HID_SVX_EXT0_START + 119)
#define HID_POPUP_EXTRUSION_DIRECTION               (HID_SVX_EXT0_START + 120)
#define HID_GALLERY_EDIT_MSNAME                     (HID_SVX_EXT0_START + 121)

// Hangul Hanja extensions
#define HID_HANGULHANJA_OPT_DLG                     (HID_SVX_EXT0_START + 122)
#define HID_HANGULHANJA_NEWDICT_DLG                 (HID_SVX_EXT0_START + 123)
#define HID_HANGULHANJA_EDIT_DLG                    (HID_SVX_EXT0_START + 124)
#define HID_HANGULDLG_BUTTON_OPTIONS                (HID_SVX_EXT0_START + 125)
#define HID_HANGULHANJA_OPT_DICTS_LB                (HID_SVX_EXT0_START + 126)
#define HID_SVXTBX_TEXT_CONTROL_ATTRIBUTES          (HID_SVX_EXT0_START + 127)
#define HID_OPTIONS_JAVA                            (HID_SVX_EXT0_START + 128)
#define HID_OPTIONS_JAVA_LIST                       (HID_SVX_EXT0_START + 129)
#define HID_OPTIONS_JAVA_PARAMETER                  (HID_SVX_EXT0_START + 130)
#define HID_OPTIONS_JAVA_CLASSPATH                  (HID_SVX_EXT0_START + 131)

// listbox for event config
#define HID_SVX_MACRO_LB_EVENT                      (HID_SVX_EXT0_START + 132)
#define HID_SVX_CONFIG_EVENT                        (HID_SVX_EXT0_START + 133)
#define HID_CONFIG_EVENT_OFFICE_BASED               (HID_SVX_EXT0_START + 134)
#define HID_CONFIG_EVENT_DOCUMENT_BASED             (HID_SVX_EXT0_START + 135)

#define HID_SELECTOR_CATEGORIES                     (HID_SVX_EXT0_START + 136)
#define HID_SELECTOR_COMMANDS                       (HID_SVX_EXT0_START + 137)
#define HID_SELECTOR_DIALOG                         (HID_SVX_EXT0_START + 138)
#define HID_SVX_CONFIG_MENU                         (HID_SVX_EXT0_START + 139)
#define HID_SVX_CONFIG_MENU_CONTENTS                (HID_SVX_EXT0_START + 140)
#define HID_SVX_CONFIG_TOOLBAR                      (HID_SVX_EXT0_START + 141)
#define HID_SVX_CONFIG_TOOLBAR_CONTENTS             (HID_SVX_EXT0_START + 142)
#define HID_SCRIPTSBOX                              (HID_SVX_EXT0_START + 143)
#define HID_SVX_RUN_MACRO                           (HID_SVX_EXT0_START + 144)
#define HID_SVX_BASIC_MACRO_ORGANIZER               (HID_SVX_EXT0_START + 145)
#define HID_SVX_BASIC_DIALOG_ORGANIZER              (HID_SVX_EXT0_START + 146)
#define HID_SVX_COMMON_MACRO_ORGANIZER              (HID_SVX_EXT0_START + 147)
#define HID_XMLSEC_CALL                             (HID_SVX_EXT0_START + 148)

// chinese simplified traditional dialogs
#define HID_SVX_CHINESE_TRANSLATION_RB_CONVERSION_TO_SIMPLIFIED     (HID_SVX_EXT0_START + 149)
#define HID_SVX_CHINESE_TRANSLATION_RB_CONVERSION_TO_TRADITIONAL    (HID_SVX_EXT0_START + 150)
#define HID_SVX_CHINESE_TRANSLATION_CB_USE_VARIANTS                 (HID_SVX_EXT0_START + 151)
#define HID_SVX_CHINESE_DICTIONARY_RB_CONVERSION_TO_SIMPLIFIED      (HID_SVX_EXT0_START + 152)
#define HID_SVX_CHINESE_DICTIONARY_RB_CONVERSION_TO_TRADITIONAL     (HID_SVX_EXT0_START + 153)
#define HID_SVX_CHINESE_DICTIONARY_CB_REVERSE                       (HID_SVX_EXT0_START + 154)
#define HID_SVX_CHINESE_DICTIONARY_LB_HEADER                        (HID_SVX_EXT0_START + 155)
#define HID_SVX_CHINESE_DICTIONARY_LB_TO_SIMPLIFIED                 (HID_SVX_EXT0_START + 156)
#define HID_SVX_CHINESE_DICTIONARY_LB_TO_TRADITIONAL                (HID_SVX_EXT0_START + 157)

#define HID_POPUP_FONTWORK_ALIGN                    (HID_SVX_EXT0_START + 158)
#define HID_POPUP_FONTWORK_CHARSPACE                (HID_SVX_EXT0_START + 159)

// pb: duplicate (see: HID_SVX_EXT0_START + 127)
// #define HID_SVXTBX_TEXT_CONTROL_ATTRIBUTES          (HID_SVX_EXT0_START + 160)

#define HID_SVX_TABDLG_DOCRECOVERY                  (HID_SVX_EXT0_START + 161)
#define HID_SVX_TP_DOCRECOVERY_SAVE                 (HID_SVX_EXT0_START + 162)
#define HID_SVX_MDLG_DOCRECOVERY_PROGR              (HID_SVX_EXT0_START + 163)
#define HID_SVX_TP_DOCRECOVERY_RECOVER              (HID_SVX_EXT0_START + 164)
#define HID_SVX_MDLG_DOCRECOVERY_BROKEN             (HID_SVX_EXT0_START + 165)
#define HID_SVX_TP_ERR_REP_WELCOME                  (HID_SVX_EXT0_START + 166)
#define HID_SVX_TP_ERR_REP_SEND                     (HID_SVX_EXT0_START + 167)
#define HID_SVX_MDLG_ERR_REP_OPTIONS                (HID_SVX_EXT0_START + 168)
#define HID_SVX_MDLG_ERR_REP_PREVIEW                (HID_SVX_EXT0_START + 169)

#define HID_HANGULDLG_SUGGESTIONS                   (HID_SVX_EXT0_START + 170)
#define HID_HANGULDLG_SUGGESTIONS_GRID              (HID_SVX_EXT0_START + 171)
#define HID_HANGULDLG_SUGGESTIONS_LIST              (HID_SVX_EXT0_START + 172)

#define HID_SVX_MODIFY_TOOLBAR_ITEM                 (HID_SVX_EXT0_START + 173)
#define HID_SVX_SAVE_IN                             (HID_SVX_EXT0_START + 174)
#define HID_SVX_CONFIG_MENU_ORGANIZER               (HID_SVX_EXT0_START + 175)
#define HID_SVX_CONFIG_ICON_SELECTOR                (HID_SVX_EXT0_START + 176)
#define HID_SVX_CONFIG_NAME_SUBMENU                 (HID_SVX_EXT0_START + 177)
#define HID_SVX_CONFIG_RENAME_MENU                  (HID_SVX_EXT0_START + 178)
#define HID_SVX_CONFIG_RENAME_MENU_ITEM             (HID_SVX_EXT0_START + 179)
#define HID_SVX_CONFIG_RENAME_TOOLBAR               (HID_SVX_EXT0_START + 180)
#define HID_SVX_CONFIG_RENAME_TOOLBAR_ITEM          (HID_SVX_EXT0_START + 181)
#define HID_SVX_NEW_TOOLBAR                         (HID_SVX_EXT0_START + 182)
#define HID_SVX_MODIFY_TOOLBAR                      (HID_SVX_EXT0_START + 183)
#define HID_SVX_NEW_TOOLBAR_ITEM                    (HID_SVX_EXT0_START + 184)
#define HID_SVX_CONFIG_MENU_LISTBOX                 (HID_SVX_EXT0_START + 185)
#define HID_SVX_OPTIONS_ONLINEUPDATE                (HID_SVX_EXT0_START + 186)
#define HID_OPTIONS_CHART_DEFCOLORS                 (HID_SVX_EXT0_START + 187)
#define HID_OPTIONS_MULTIPATH_LIST                  (HID_SVX_EXT0_START + 188)

#define HID_COLORPAGE_DBREPORTHEADER_CB             (HID_SVX_EXT0_START + 185)
#define HID_COLORPAGE_DBREPORTFOOTER_CB             (HID_SVX_EXT0_START + 186)
#define HID_COLORPAGE_DBPAGEHEADER_CB               (HID_SVX_EXT0_START + 187)
#define HID_COLORPAGE_DBPAGEFOOTER_CB               (HID_SVX_EXT0_START + 188)
#define HID_COLORPAGE_DBGROUPHEADER_CB              (HID_SVX_EXT0_START + 189)
#define HID_COLORPAGE_DBGROUPFOOTER_CB              (HID_SVX_EXT0_START + 190)
#define HID_COLORPAGE_DBCOLUMNHEADER_CB             (HID_SVX_EXT0_START + 191)
#define HID_COLORPAGE_DBCOLUMNFOOTER_CB             (HID_SVX_EXT0_START + 192)
#define HID_COLORPAGE_DBDETAIL_CB                   (HID_SVX_EXT0_START + 193)
#define HID_COLORPAGE_DBREPORTHEADER_LB             (HID_SVX_EXT0_START + 194)
#define HID_COLORPAGE_DBREPORTFOOTER_LB             (HID_SVX_EXT0_START + 195)
#define HID_COLORPAGE_DBPAGEHEADER_LB               (HID_SVX_EXT0_START + 196)
#define HID_COLORPAGE_DBPAGEFOOTER_LB               (HID_SVX_EXT0_START + 197)
#define HID_COLORPAGE_DBGROUPHEADER_LB              (HID_SVX_EXT0_START + 198)
#define HID_COLORPAGE_DBGROUPFOOTER_LB              (HID_SVX_EXT0_START + 199)
#define HID_COLORPAGE_DBCOLUMNHEADER_LB             (HID_SVX_EXT0_START + 200)
#define HID_COLORPAGE_DBCOLUMNFOOTER_LB             (HID_SVX_EXT0_START + 201)
#define HID_COLORPAGE_DBDETAIL_LB                   (HID_SVX_EXT0_START + 202)

// please adjust ACT_SVX_HID_END2 below if you add entries here!

// -----------------------------------------------------------------------
// Overrun check ---------------------------------------------------------
// -----------------------------------------------------------------------

#define ACT_SVX_HID_END     HID_OPTIONS_ACCESSIBILITYCONFIG
#if ACT_SVX_HID_END > HID_SVX_END
#error Resource-Ueberlauf in #line, #file
#endif

#define ACT_SVX_HID_END2    HID_OPTIONS_MULTIPATH_LIST
#if ACT_SVX_HID_END2 > HID_SVX_EXT0_END
#error resource overrun in #line, #file
#endif

#endif