summaryrefslogtreecommitdiff
path: root/starmath/inc/starmath.hrc
blob: 1c32d85dfcb8b18ac3c124322957a113986421b8 (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
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef _STARMATH_HRC
#define _STARMATH_HRC

#include <svl/solar.hrc>
#include <sfx2/sfxsids.hrc>
#include <editeng/memberids.hrc>
#include "helpids.h"

#define SID_NEXTERR                 (SID_SMA_START + 1)
#define SID_PREVERR                 (SID_SMA_START + 2)
#define SID_NEXTMARK                (SID_SMA_START + 3)
#define SID_PREVMARK                (SID_SMA_START + 4)
#define SID_SYMBOLS_CATALOGUE       (SID_SMA_START + 5)
#define SID_PREFERENCES             (SID_SMA_START + 6)
#define SID_ZOOMIN                  (SID_SMA_START + 10)
#define SID_ZOOMOUT                 (SID_SMA_START + 11)
#define SID_DRAW                    (SID_SMA_START + 12)
#define SID_TOOLBOX                 (SID_SMA_START + 14)
#define SID_FORMULACURSOR           (SID_SMA_START + 15)
#define SID_FONT                    (SID_SMA_START + 50)
#define SID_FONTSIZE                (SID_SMA_START + 51)
#define SID_DISTANCE                (SID_SMA_START + 52)
#define SID_ALIGN                   (SID_SMA_START + 53)

#define SID_AUTO_REDRAW             (SID_SMA_START + 55)
#define SID_SYMBOLS                 (SID_SMA_START + 56) // Has to be picked up again for now!
#define SID_TEXTMODE                (SID_SMA_START + 57)
#define SID_IMPORT_FORMULA          (SID_SMA_START + 58)
#define SID_TEXT                    (SID_SMA_START + 100)
#define SID_GAPHIC_SM               (SID_SMA_START + 101)
/** Command for inserting a symbol specified by a string (Inserts an SmSpecialNode) */
#define SID_INSERTSYMBOL            (SID_SMA_START + 104)
/** Command for inserting a math construction specified in commands.src */
#define SID_INSERTCOMMAND           (SID_SMA_START + 105)
#define SID_INSERTCOMMANDTEXT       (SID_SMA_START + 106)

#define SID_LOADSYMBOLS             (SID_SMA_START + 107)
#define SID_SAVESYMBOLS             (SID_SMA_START + 108)
#define SID_MODIFYSTATUS            (SID_SMA_START + 110)
#define SID_TEXTSTATUS              (SID_SMA_START + 111)

#define SID_PRINTTITLE              (SID_SMA_START + 112)
#define SID_PRINTTEXT               (SID_SMA_START + 113)
#define SID_PRINTFRAME              (SID_SMA_START + 114)
#define SID_PRINTSIZE               (SID_SMA_START + 115)
#define SID_PRINTZOOM               (SID_SMA_START + 116)

#define SID_COPYOBJECT              (SID_SMA_START + 117)
#define SID_PASTEOBJECT             (SID_SMA_START + 118)
#define SID_AUTOREDRAW              (SID_SMA_START + 119)

#define SID_GETEDITTEXT             (SID_SMA_START + 121)
#define SID_CMDBOXWINDOW            (SID_SMA_START + 122)
#define SID_TOOLBOXWINDOW           (SID_SMA_START + 123)
#define SID_NO_RIGHT_SPACES         (SID_SMA_START + 124)
#define SID_SAVE_ONLY_USED_SYMBOLS  (SID_SMA_START + 125)
#define SID_ELEMENTSDOCKINGWINDOW   (SID_SMA_START + 126)


#define RID_SYMDEFINEDIALOG         (RID_APP_START + 9)
#define RID_PRINTUIOPTIONS          (RID_APP_START + 11)

#define RID_MATH_TOOLBOX            (RID_APP_START + 50)

#define RID_NOMATHTYPEFACEWARNING   (RID_APP_START + 204)
#define RID_OBJECTNAME              (RID_APP_START + 501)
    // free
#define RID_UNDOEDITNAME            (RID_APP_START + 503)
#define RID_UNDOFORMATNAME          (RID_APP_START + 504)
#define RID_COMMANDMENU             (RID_APP_START + 701)
#define RID_VIEWMENU                (RID_APP_START + 702)
#define RID_TOOLBOXWINDOW           (RID_APP_START + 801)
#define RID_CMDBOXWINDOW            (RID_APP_START + 802)
#define RID_FONTREGULAR             (RID_APP_START + 804)
#define RID_FONTITALIC              (RID_APP_START + 805)
#define RID_FONTBOLD                (RID_APP_START + 806)
#define RID_DOCUMENTSTR             (RID_APP_START + 808)
#define RID_SYMBOLFILESSTR          (RID_APP_START + 809)
#define RID_ALLFILESSTR             (RID_APP_START + 810)
#define RID_STATUSBAR               (RID_APP_START + 816)
#define RID_ELEMENTSDOCKINGWINDOW   (RID_APP_START + 817)

#define STR_MATH_DOCUMENT_FULLTYPE_CURRENT  (RID_APP_START + 821)
#define STR_STATSTR_READING                 (RID_APP_START + 823)
#define STR_STATSTR_WRITING                 (RID_APP_START + 824)
#define STR_CMDBOXWINDOW                    (RID_APP_START + 825)

#define RID_ERR_IDENT               (RID_APP_START + 920)
#define RID_ERR_UNKNOWN             (RID_APP_START + 921)
#define RID_ERR_UNEXPECTEDCHARACTER (RID_APP_START + 922)
#define RID_ERR_LGROUPEXPECTED      (RID_APP_START + 923)
#define RID_ERR_RGROUPEXPECTED      (RID_APP_START + 924)
#define RID_ERR_LBRACEEXPECTED      (RID_APP_START + 925)
#define RID_ERR_RBRACEEXPECTED      (RID_APP_START + 926)
#define RID_ERR_FUNCEXPECTED        (RID_APP_START + 927)
#define RID_ERR_UNOPEREXPECTED      (RID_APP_START + 928)
#define RID_ERR_BINOPEREXPECTED     (RID_APP_START + 929)
#define RID_ERR_SYMBOLEXPECTED      (RID_APP_START + 930)
#define RID_ERR_IDENTEXPECTED       (RID_APP_START + 931)
#define RID_ERR_POUNDEXPECTED       (RID_APP_START + 932)
#define RID_ERR_COLOREXPECTED       (RID_APP_START + 933)
#define RID_ERR_LPARENTEXPECTED     (RID_APP_START + 934)
#define RID_ERR_RPARENTEXPECTED     (RID_APP_START + 935)
#define RID_ERR_RIGHTEXPECTED       (RID_APP_START + 936)
#define RID_ERR_OVERFLOW            (RID_APP_START + 937)

// toolbox image lists for 'Selection' window
#define RID_IL_CATALOG                  (RID_APP_START + 950)
#define RID_IL_UNBINOPS                 (RID_APP_START + 952)
#define RID_IL_RELATIONS                (RID_APP_START + 954)
#define RID_IL_SETOPERATIONS            (RID_APP_START + 956)
#define RID_IL_FUNCTIONS                (RID_APP_START + 958)
#define RID_IL_OPERATORS                (RID_APP_START + 960)
#define RID_IL_ATTRIBUTES               (RID_APP_START + 962)
#define RID_IL_BRACKETS                 (RID_APP_START + 964)
#define RID_IL_FORMAT                   (RID_APP_START + 966)
#define RID_IL_MISC                     (RID_APP_START + 968)

#define RID_UNBINOPS_CAT                (RID_APP_START + 1101)
#define RID_RELATIONS_CAT               (RID_APP_START + 1102)
#define RID_SETOPERATIONS_CAT           (RID_APP_START + 1103)
#define RID_FUNCTIONS_CAT               (RID_APP_START + 1104)
#define RID_OPERATORS_CAT               (RID_APP_START + 1105)
#define RID_ATTRIBUTES_CAT              (RID_APP_START + 1106)
#define RID_BRACKETS_CAT                (RID_APP_START + 1107)
#define RID_FORMAT_CAT                  (RID_APP_START + 1108)
#define RID_MISC_CAT                    (RID_APP_START + 1117)

// new resource ID's
#define RID_PLUSX                   (RID_APP_START + 1201)
#define RID_MINUSX                  (RID_APP_START + 1202)
#define RID_PLUSMINUSX              (RID_APP_START + 1203)
#define RID_MINUSPLUSX              (RID_APP_START + 1204)
#define RID_XPLUSY                  (RID_APP_START + 1205)
#define RID_XCDOTY                  (RID_APP_START + 1206)
#define RID_XTIMESY                 (RID_APP_START + 1207)
#define RID_XSYMTIMESY              (RID_APP_START + 1208)
#define RID_XMINUSY                 (RID_APP_START + 1209)
#define RID_XOVERY                  (RID_APP_START + 1210)
#define RID_XDIVY                   (RID_APP_START + 1211)
#define RID_XSYMDIVIDEY             (RID_APP_START + 1212)
#define RID_NEGX                    (RID_APP_START + 1213)
#define RID_XANDY                   (RID_APP_START + 1214)
#define RID_XORY                    (RID_APP_START + 1215)
#define RID_XODIVIDEY               (RID_APP_START + 1216)
#define RID_XODOTY                  (RID_APP_START + 1217)
#define RID_XOMINUSY                (RID_APP_START + 1218)
#define RID_XOPLUSY                 (RID_APP_START + 1219)
#define RID_XOTIMESY                (RID_APP_START + 1220)
#define RID_XCIRCY                  (RID_APP_START + 1221)
#define RID_XWIDESLASHY             (RID_APP_START + 1222)
#define RID_XWIDEBSLASHY            (RID_APP_START + 1223)

#define RID_XEQY                    (RID_APP_START + 1301)
#define RID_XNEQY                   (RID_APP_START + 1302)
#define RID_XEQUIVY                 (RID_APP_START + 1303)
#define RID_XORTHOY                 (RID_APP_START + 1304)
#define RID_XLTY                    (RID_APP_START + 1305)
#define RID_XGTY                    (RID_APP_START + 1306)
#define RID_XAPPROXY                (RID_APP_START + 1307)
#define RID_XPARALLELY              (RID_APP_START + 1308)
#define RID_XLESLANTY               (RID_APP_START + 1309)
#define RID_XGESLANTY               (RID_APP_START + 1310)
#define RID_XSIMEQY                 (RID_APP_START + 1311)
#define RID_XPROPY                  (RID_APP_START + 1312)
#define RID_XLEY                    (RID_APP_START + 1313)
#define RID_XGEY                    (RID_APP_START + 1314)
#define RID_XSIMY                   (RID_APP_START + 1315)
#define RID_XTOWARDY                (RID_APP_START + 1316)
#define RID_XLLY                    (RID_APP_START + 1317)
#define RID_XGGY                    (RID_APP_START + 1318)
#define RID_XDEFY                   (RID_APP_START + 1319)
#define RID_XTRANSLY                (RID_APP_START + 1320)
#define RID_XTRANSRY                (RID_APP_START + 1321)
#define RID_XDIVIDESY               (RID_APP_START + 1322)
#define RID_XNDIVIDESY              (RID_APP_START + 1323)
#define RID_DLARROW                 (RID_APP_START + 1324)
#define RID_DLRARROW                (RID_APP_START + 1325)
#define RID_DRARROW                 (RID_APP_START + 1326)

// Game theory
#define RID_XPRECEDESY              (RID_APP_START + 1327)
#define RID_XNOTPRECEDESY           (RID_APP_START + 1328)
#define RID_XSUCCEEDSY              (RID_APP_START + 1329)
#define RID_XNOTSUCCEEDSY           (RID_APP_START + 1330)
#define RID_XPRECEDESEQUALY         (RID_APP_START + 1331)
#define RID_XSUCCEEDSEQUALY         (RID_APP_START + 1332)
#define RID_XPRECEDESEQUIVY         (RID_APP_START + 1333)
#define RID_XSUCCEEDSEQUIVY         (RID_APP_START + 1334)

// Help text
#define RID_PLUSX_HELP              (RID_APP_START + 1335)
#define RID_MINUSX_HELP             (RID_APP_START + 1336)
#define RID_PLUSMINUSX_HELP         (RID_APP_START + 1337)
#define RID_MINUSPLUSX_HELP         (RID_APP_START + 1338)
#define RID_XPLUSY_HELP             (RID_APP_START + 1339)
#define RID_XCDOTY_HELP             (RID_APP_START + 1340)
#define RID_XTIMESY_HELP            (RID_APP_START + 1341)
#define RID_XSYMTIMESY_HELP         (RID_APP_START + 1342)
#define RID_XMINUSY_HELP            (RID_APP_START + 1343)
#define RID_XOVERY_HELP             (RID_APP_START + 1344)
#define RID_XDIVY_HELP              (RID_APP_START + 1345)
#define RID_XSYMDIVIDEY_HELP        (RID_APP_START + 1346)
#define RID_NEGX_HELP               (RID_APP_START + 1347)
#define RID_XANDY_HELP              (RID_APP_START + 1358)
#define RID_XORY_HELP               (RID_APP_START + 1350)
#define RID_XODIVIDEY_HELP          (RID_APP_START + 1360)
#define RID_XODOTY_HELP             (RID_APP_START + 1361)
#define RID_XOMINUSY_HELP           (RID_APP_START + 1362)
#define RID_XOPLUSY_HELP            (RID_APP_START + 1363)
#define RID_XOTIMESY_HELP           (RID_APP_START + 1364)
#define RID_XCIRCY_HELP             (RID_APP_START + 1365)
#define RID_XWIDESLASHY_HELP        (RID_APP_START + 1366)
#define RID_XWIDEBSLASHY_HELP       (RID_APP_START + 1367)
#define RID_RSUBX_HELP              (RID_APP_START + 1368)
#define RID_RSUPX_HELP              (RID_APP_START + 1369)
#define RID_BINOMXY_HELP            (RID_APP_START + 1370)
#define RID_STACK_HELP              (RID_APP_START + 1371)
#define RID_MATRIX_HELP             (RID_APP_START + 1372)
#define RID_LSUBX_HELP              (RID_APP_START + 1373)
#define RID_LSUPX_HELP              (RID_APP_START + 1374)
#define RID_CSUBX_HELP              (RID_APP_START + 1375)
#define RID_CSUPX_HELP              (RID_APP_START + 1376)
#define RID_NOSPACE_HELP            (RID_APP_START + 1377)
#define RID_NEWLINE_HELP            (RID_APP_START + 1378)
#define RID_SBLANK_HELP             (RID_APP_START + 1379)
#define RID_BLANK_HELP              (RID_APP_START + 1380)
#define RID_RE_HELP                 (RID_APP_START + 1381)
#define RID_IM_HELP                 (RID_APP_START + 1382)
#define RID_INFINITY_HELP           (RID_APP_START + 1383)
#define RID_PARTIAL_HELP            (RID_APP_START + 1384)
#define RID_WP_HELP                 (RID_APP_START + 1385)
#define RID_DOTSAXIS_HELP           (RID_APP_START + 1386)
#define RID_DOTSUP_HELP             (RID_APP_START + 1387)
#define RID_DOTSDOWN_HELP           (RID_APP_START + 1388)
#define RID_DOTSLOW_HELP            (RID_APP_START + 1389)
#define RID_DOTSVERT_HELP           (RID_APP_START + 1390)
#define RID_NABLA_HELP              (RID_APP_START + 1391)
#define RID_HBAR_HELP               (RID_APP_START + 1392)
#define RID_LAMBDABAR_HELP          (RID_APP_START + 1393)
#define RID_LEFTARROW_HELP          (RID_APP_START + 1394)
#define RID_RIGHTARROW_HELP         (RID_APP_START + 1395)
#define RID_UPARROW_HELP            (RID_APP_START + 1396)
#define RID_DOWNARROW_HELP          (RID_APP_START + 1397)
#define RID_EXISTS_HELP             (RID_APP_START + 1398)
#define RID_NOTEXISTS_HELP          (RID_APP_START + 1399)
#define RID_FORALL_HELP             (RID_APP_START + 1400)

#define RID_XINY                    (RID_APP_START + 1401)
#define RID_XNOTINY                 (RID_APP_START + 1402)
#define RID_XOWNSY                  (RID_APP_START + 1403)
#define RID_XINTERSECTIONY          (RID_APP_START + 1405)
#define RID_XUNIONY                 (RID_APP_START + 1406)
#define RID_XSETMINUSY              (RID_APP_START + 1407)
#define RID_XSLASHY                 (RID_APP_START + 1408)
#define RID_XSUBSETY                (RID_APP_START + 1409)
#define RID_XSUBSETEQY              (RID_APP_START + 1410)
#define RID_XSUPSETY                (RID_APP_START + 1411)
#define RID_XSUPSETEQY              (RID_APP_START + 1412)
#define RID_XNSUBSETY               (RID_APP_START + 1413)
#define RID_XNSUBSETEQY             (RID_APP_START + 1414)
#define RID_XNSUPSETY               (RID_APP_START + 1415)
#define RID_XNSUPSETEQY             (RID_APP_START + 1416)
#define RID_SETN                    (RID_APP_START + 1417)
#define RID_SETZ                    (RID_APP_START + 1418)
#define RID_SETQ                    (RID_APP_START + 1419)
#define RID_SETR                    (RID_APP_START + 1420)
#define RID_SETC                    (RID_APP_START + 1421)

#define RID_ABSX                    (RID_APP_START + 1501)
#define RID_FACTX                   (RID_APP_START + 1502)
#define RID_SQRTX                   (RID_APP_START + 1503)
#define RID_NROOTXY                 (RID_APP_START + 1504)
#define RID_EX                      (RID_APP_START + 1505)
#define RID_LNX                     (RID_APP_START + 1506)
#define RID_EXPX                    (RID_APP_START + 1507)
#define RID_LOGX                    (RID_APP_START + 1508)
#define RID_SINX                    (RID_APP_START + 1509)
#define RID_COSX                    (RID_APP_START + 1510)
#define RID_TANX                    (RID_APP_START + 1511)
#define RID_COTX                    (RID_APP_START + 1512)
#define RID_SINHX                   (RID_APP_START + 1513)
#define RID_COSHX                   (RID_APP_START + 1514)
#define RID_TANHX                   (RID_APP_START + 1515)
#define RID_COTHX                   (RID_APP_START + 1516)
#define RID_ARCSINX                 (RID_APP_START + 1517)
#define RID_ARCCOSX                 (RID_APP_START + 1518)
#define RID_ARCTANX                 (RID_APP_START + 1519)
#define RID_ARCCOTX                 (RID_APP_START + 1520)
#define RID_ARSINHX                 (RID_APP_START + 1521)
#define RID_ARCOSHX                 (RID_APP_START + 1522)
#define RID_ARTANHX                 (RID_APP_START + 1523)
#define RID_ARCOTHX                 (RID_APP_START + 1524)

#define RID_LIMX                    (RID_APP_START + 1601)
#define RID_SUMX                    (RID_APP_START + 1602)
#define RID_PRODX                   (RID_APP_START + 1603)
#define RID_COPRODX                 (RID_APP_START + 1604)
#define RID_INTX                    (RID_APP_START + 1605)
#define RID_IINTX                   (RID_APP_START + 1606)
#define RID_IIINTX                  (RID_APP_START + 1607)
#define RID_LINTX                   (RID_APP_START + 1609)
#define RID_LLINTX                  (RID_APP_START + 1610)
#define RID_LLLINTX                 (RID_APP_START + 1611)
#define RID_FROMXTOY                (RID_APP_START + 1613)
#define RID_FROMX                   (RID_APP_START + 1614)
#define RID_TOX                     (RID_APP_START + 1615)
#define RID_LIMINFX                 (RID_APP_START + 1616)
#define RID_LIMSUPX                 (RID_APP_START + 1617)

#define RID_LIM_FROMX               (RID_APP_START + 1621)
#define RID_SUM_FROMX               (RID_APP_START + 1622)
#define RID_PROD_FROMX              (RID_APP_START + 1623)
#define RID_COPROD_FROMX            (RID_APP_START + 1624)
#define RID_INT_FROMX               (RID_APP_START + 1625)
#define RID_IINT_FROMX              (RID_APP_START + 1626)
#define RID_IIINT_FROMX             (RID_APP_START + 1627)
#define RID_LINT_FROMX              (RID_APP_START + 1629)
#define RID_LLINT_FROMX             (RID_APP_START + 1630)
#define RID_LLLINT_FROMX            (RID_APP_START + 1631)

#define RID_LIM_TOX                 (RID_APP_START + 1641)
#define RID_SUM_TOX                 (RID_APP_START + 1642)
#define RID_PROD_TOX                (RID_APP_START + 1643)
#define RID_COPROD_TOX              (RID_APP_START + 1644)
#define RID_INT_TOX                 (RID_APP_START + 1645)
#define RID_IINT_TOX                (RID_APP_START + 1646)
#define RID_IIINT_TOX               (RID_APP_START + 1647)
#define RID_LINT_TOX                (RID_APP_START + 1649)
#define RID_LLINT_TOX               (RID_APP_START + 1650)
#define RID_LLLINT_TOX              (RID_APP_START + 1651)

#define RID_LIM_FROMTOX             (RID_APP_START + 1661)
#define RID_SUM_FROMTOX             (RID_APP_START + 1662)
#define RID_PROD_FROMTOX            (RID_APP_START + 1663)
#define RID_COPROD_FROMTOX          (RID_APP_START + 1664)
#define RID_INT_FROMTOX             (RID_APP_START + 1665)
#define RID_IINT_FROMTOX            (RID_APP_START + 1666)
#define RID_IIINT_FROMTOX           (RID_APP_START + 1667)
#define RID_LINT_FROMTOX            (RID_APP_START + 1669)
#define RID_LLINT_FROMTOX           (RID_APP_START + 1670)
#define RID_LLLINT_FROMTOX          (RID_APP_START + 1671)

#define RID_ACUTEX                  (RID_APP_START + 1701)
#define RID_GRAVEX                  (RID_APP_START + 1702)
#define RID_CHECKX                  (RID_APP_START + 1703)
#define RID_BREVEX                  (RID_APP_START + 1704)
#define RID_BARX                    (RID_APP_START + 1705)
#define RID_VECX                    (RID_APP_START + 1706)
#define RID_HATX                    (RID_APP_START + 1707)
#define RID_TILDEX                  (RID_APP_START + 1708)
#define RID_CIRCLEX                 (RID_APP_START + 1709)
#define RID_DOTX                    (RID_APP_START + 1710)
#define RID_DDOTX                   (RID_APP_START + 1711)
#define RID_DDDOTX                  (RID_APP_START + 1712)
#define RID_OVERLINEX               (RID_APP_START + 1713)
#define RID_UNDERLINEX              (RID_APP_START + 1714)
#define RID_OVERSTRIKEX             (RID_APP_START + 1715)
#define RID_PHANTOMX                (RID_APP_START + 1716)
#define RID_BOLDX                   (RID_APP_START + 1717)
#define RID_ITALX                   (RID_APP_START + 1718)
#define RID_SIZEXY                  (RID_APP_START + 1719)
#define RID_FONTXY                  (RID_APP_START + 1720)
#define RID_COLORX                  (RID_APP_START + 1721)
#define RID_WIDEHATX                (RID_APP_START + 1722)
#define RID_WIDETILDEX              (RID_APP_START + 1723)
#define RID_WIDEVECX                (RID_APP_START + 1724)
#define RID_COLORX_BLACK            (RID_APP_START + 1725)
#define RID_COLORX_BLUE             (RID_APP_START + 1726)
#define RID_COLORX_GREEN            (RID_APP_START + 1727)
#define RID_COLORX_RED              (RID_APP_START + 1728)
#define RID_COLORX_CYAN             (RID_APP_START + 1729)
#define RID_COLORX_MAGENTA          (RID_APP_START + 1730)
#define RID_COLORX_YELLOW           (RID_APP_START + 1731)

#define RID_LRPARENTX               (RID_APP_START + 1801)
#define RID_LRBRACKETX              (RID_APP_START + 1802)
#define RID_LRANGLEX                (RID_APP_START + 1803)
#define RID_LRBRACEX                (RID_APP_START + 1804)
#define RID_LRLINEX                 (RID_APP_START + 1805)
#define RID_LRDLINEX                (RID_APP_START + 1806)
#define RID_LRGROUPX                (RID_APP_START + 1808)
#define RID_SLRPARENTX              (RID_APP_START + 1809)
#define RID_SLRBRACKETX             (RID_APP_START + 1810)
#define RID_SLRANGLEX               (RID_APP_START + 1811)
#define RID_SLRBRACEX               (RID_APP_START + 1812)
#define RID_SLRLINEX                (RID_APP_START + 1813)
#define RID_SLRDLINEX               (RID_APP_START + 1814)
#define RID_LRCEILX                 (RID_APP_START + 1817)
#define RID_LRFLOORX                (RID_APP_START + 1818)
#define RID_SLRCEILX                (RID_APP_START + 1819)
#define RID_SLRFLOORX               (RID_APP_START + 1820)
#define RID_LMRANGLEXY              (RID_APP_START + 1821)
#define RID_SLMRANGLEXY             (RID_APP_START + 1822)
#define RID_LRDBRACKETX             (RID_APP_START + 1823)
#define RID_SLRDBRACKETX            (RID_APP_START + 1824)
#define RID_XOVERBRACEY             (RID_APP_START + 1825)
#define RID_XUNDERBRACEY            (RID_APP_START + 1826)

#define RID_NEWLINE                 (RID_APP_START + 1901)
#define RID_SBLANK                  (RID_APP_START + 1902)
#define RID_BLANK                   (RID_APP_START + 1903)
#define RID_RSUBX                   (RID_APP_START + 1904)
#define RID_BINOMXY                 (RID_APP_START + 1905)
#define RID_STACK                   (RID_APP_START + 1906)
#define RID_MATRIX                  (RID_APP_START + 1907)
#define RID_RSUPX                   (RID_APP_START + 1908)
#define RID_ALIGNLX                 (RID_APP_START + 1909)
#define RID_ALIGNCX                 (RID_APP_START + 1910)
#define RID_ALIGNRX                 (RID_APP_START + 1911)
#define RID_LSUBX                   (RID_APP_START + 1912)
#define RID_LSUPX                   (RID_APP_START + 1916)
#define RID_CSUBX                   (RID_APP_START + 1917)
#define RID_CSUPX                   (RID_APP_START + 1918)
#define RID_NOSPACE                 (RID_APP_START + 1919)

#define RID_ALEPH                   (RID_APP_START + 2001)
#define RID_EMPTYSET                (RID_APP_START + 2002)
#define RID_RE                      (RID_APP_START + 2003)
#define RID_IM                      (RID_APP_START + 2004)
#define RID_INFINITY                (RID_APP_START + 2005)
#define RID_PARTIAL                 (RID_APP_START + 2006)
#define RID_WP                      (RID_APP_START + 2007)
#define RID_DOTSAXIS                (RID_APP_START + 2008)
#define RID_DOTSUP                  (RID_APP_START + 2009)
#define RID_DOTSDOWN                (RID_APP_START + 2010)
#define RID_DOTSLOW                 (RID_APP_START + 2011)
#define RID_DOTSVERT                (RID_APP_START + 2012)
#define RID_NABLA                   (RID_APP_START + 2013)
#define RID_HBAR                    (RID_APP_START + 2014)
#define RID_LAMBDABAR               (RID_APP_START + 2015)
#define RID_LEFTARROW               (RID_APP_START + 2016)
#define RID_RIGHTARROW              (RID_APP_START + 2017)
#define RID_UPARROW                 (RID_APP_START + 2018)
#define RID_DOWNARROW               (RID_APP_START + 2019)
#define RID_EXISTS                  (RID_APP_START + 1608)
#define RID_NOTEXISTS               (RID_APP_START + 1618)
#define RID_FORALL                  (RID_APP_START + 1612)

// new menue resource ID's
#define RID_UNBINOPS_MENU           (RID_APP_START + 2164)
#define RID_RELATIONS_MENU          (RID_APP_START + 2165)
#define RID_SETOPERATIONS_MENU      (RID_APP_START + 2166)
#define RID_FUNCTIONS_MENU          (RID_APP_START + 2167)
#define RID_OPERATORS_MENU          (RID_APP_START + 2168)
#define RID_ATTRIBUTES_MENU         (RID_APP_START + 2169)
#define RID_BRACKETS_MENU           (RID_APP_START + 2170)
#define RID_FORMAT_MENU             (RID_APP_START + 2171)
#define RID_MISC_MENU               (RID_APP_START + 2172)
#define RID_FUNCTIONSOTHER1_MENU    (RID_APP_START + 2173)

#define RID_LOCALIZED_NAMES             (RID_APP_START + 3101)
#define RID_UI_SYMBOL_NAMES             (RID_APP_START + 3102)
#define RID_EXPORT_SYMBOL_NAMES         (RID_APP_START + 3103)
#define RID_UI_SYMBOLSET_NAMES          (RID_APP_START + 3105)
#define RID_EXPORT_SYMBOLSET_NAMES      (RID_APP_START + 3106)

#define RID_CATEGORY_UNARY_BINARY_OPERATORS (RID_APP_START + 4001)
#define RID_CATEGORY_RELATIONS              (RID_APP_START + 4002)
#define RID_CATEGORY_SET_OPERATIONS         (RID_APP_START + 4003)
#define RID_CATEGORY_FUNCTIONS              (RID_APP_START + 4004)
#define RID_CATEGORY_OPERATORS              (RID_APP_START + 4005)
#define RID_CATEGORY_ATTRIBUTES             (RID_APP_START + 4006)
#define RID_CATEGORY_BRACKETS               (RID_APP_START + 4007)
#define RID_CATEGORY_FORMATS                (RID_APP_START + 4008)
#define RID_CATEGORY_OTHERS                 (RID_APP_START + 4009)
#define RID_CATEGORY_EXAMPLES               (RID_APP_START + 4010)
#define RID_CATEGORY_SYMBOLS                (RID_APP_START + 2173)

// more tooptips help texts
#define RID_XEQY_HELP               (RID_APP_START + 4011)
#define RID_XNEQY_HELP              (RID_APP_START + 4012)
#define RID_XEQUIVY_HELP            (RID_APP_START + 4013)
#define RID_XORTHOY_HELP            (RID_APP_START + 4014)
#define RID_XLTY_HELP               (RID_APP_START + 4015)
#define RID_XGTY_HELP               (RID_APP_START + 4016)
#define RID_XAPPROXY_HELP           (RID_APP_START + 4017)
#define RID_XPARALLELY_HELP         (RID_APP_START + 4018)
#define RID_XLESLANTY_HELP          (RID_APP_START + 4019)
#define RID_XGESLANTY_HELP          (RID_APP_START + 4020)
#define RID_XSIMEQY_HELP            (RID_APP_START + 4021)
#define RID_XPROPY_HELP             (RID_APP_START + 4022)
#define RID_XLEY_HELP               (RID_APP_START + 4023)
#define RID_XGEY_HELP               (RID_APP_START + 4024)
#define RID_XSIMY_HELP              (RID_APP_START + 4025)
#define RID_XTOWARDY_HELP           (RID_APP_START + 4026)
#define RID_XLLY_HELP               (RID_APP_START + 4027)
#define RID_XGGY_HELP               (RID_APP_START + 4028)
#define RID_XDEFY_HELP              (RID_APP_START + 4029)
#define RID_XTRANSLY_HELP           (RID_APP_START + 4030)
#define RID_XTRANSRY_HELP           (RID_APP_START + 4031)
#define RID_XDIVIDESY_HELP          (RID_APP_START + 4032)
#define RID_XNDIVIDESY_HELP         (RID_APP_START + 4033)
#define RID_DLARROW_HELP            (RID_APP_START + 4034)
#define RID_DLRARROW_HELP           (RID_APP_START + 4035)
#define RID_DRARROW_HELP            (RID_APP_START + 4036)
#define RID_XPRECEDESY_HELP         (RID_APP_START + 4037)
#define RID_XNOTPRECEDESY_HELP      (RID_APP_START + 4038)
#define RID_XSUCCEEDSY_HELP         (RID_APP_START + 4039)
#define RID_XNOTSUCCEEDSY_HELP      (RID_APP_START + 4040)
#define RID_XPRECEDESEQUALY_HELP    (RID_APP_START + 4041)
#define RID_XSUCCEEDSEQUALY_HELP    (RID_APP_START + 4042)
#define RID_XPRECEDESEQUIVY_HELP    (RID_APP_START + 4043)
#define RID_XSUCCEEDSEQUIVY_HELP    (RID_APP_START + 4044)
#define RID_XINY_HELP               (RID_APP_START + 4045)
#define RID_XNOTINY_HELP            (RID_APP_START + 4046)
#define RID_XOWNSY_HELP             (RID_APP_START + 4047)
#define RID_XINTERSECTIONY_HELP     (RID_APP_START + 4048)
#define RID_XUNIONY_HELP            (RID_APP_START + 4049)
#define RID_XSETMINUSY_HELP         (RID_APP_START + 4050)
#define RID_XSLASHY_HELP            (RID_APP_START + 4051)
#define RID_XSUBSETY_HELP           (RID_APP_START + 4052)
#define RID_XSUBSETEQY_HELP         (RID_APP_START + 4053)
#define RID_XSUPSETY_HELP           (RID_APP_START + 4054)
#define RID_XSUPSETEQY_HELP         (RID_APP_START + 4055)
#define RID_LRPARENTX_HELP          (RID_APP_START + 4056)
#define RID_LRBRACKETX_HELP         (RID_APP_START + 4057)
#define RID_LRANGLEX_HELP           (RID_APP_START + 4058)
#define RID_LRBRACEX_HELP           (RID_APP_START + 4059)
#define RID_LRLINEX_HELP            (RID_APP_START + 4060)
#define RID_LRDLINEX_HELP           (RID_APP_START + 4061)
#define RID_LRGROUPX_HELP           (RID_APP_START + 4062)
#define RID_SLRPARENTX_HELP         (RID_APP_START + 4063)
#define RID_SLRBRACKETX_HELP        (RID_APP_START + 4064)
#define RID_SLRANGLEX_HELP          (RID_APP_START + 4065)
#define RID_SLRBRACEX_HELP          (RID_APP_START + 4066)
#define RID_SLRLINEX_HELP           (RID_APP_START + 4067)
#define RID_SLRDLINEX_HELP          (RID_APP_START + 4068)
#define RID_LRCEILX_HELP            (RID_APP_START + 4069)
#define RID_LRFLOORX_HELP           (RID_APP_START + 4071)
#define RID_SLRCEILX_HELP           (RID_APP_START + 4072)
#define RID_SLRFLOORX_HELP          (RID_APP_START + 4073)
#define RID_LMRANGLEXY_HELP         (RID_APP_START + 4074)
#define RID_SLMRANGLEXY_HELP        (RID_APP_START + 4075)
#define RID_LRDBRACKETX_HELP        (RID_APP_START + 4076)
#define RID_SLRDBRACKETX_HELP       (RID_APP_START + 4077)
#define RID_XOVERBRACEY_HELP        (RID_APP_START + 4078)
#define RID_XUNDERBRACEY_HELP       (RID_APP_START + 4079)
#define RID_XNSUBSETY_HELP          (RID_APP_START + 4080)
#define RID_XNSUBSETEQY_HELP        (RID_APP_START + 4081)
#define RID_XNSUPSETY_HELP          (RID_APP_START + 4082)
#define RID_XNSUPSETEQY_HELP        (RID_APP_START + 4083)
#define RID_SETN_HELP               (RID_APP_START + 4084)
#define RID_SETZ_HELP               (RID_APP_START + 4085)
#define RID_SETQ_HELP               (RID_APP_START + 4086)
#define RID_SETR_HELP               (RID_APP_START + 4087)
#define RID_SETC_HELP               (RID_APP_START + 4088)
#define RID_ALEPH_HELP              (RID_APP_START + 4089)
#define RID_EMPTYSET_HELP           (RID_APP_START + 4090)
#define RID_ACUTEX_HELP             (RID_APP_START + 4091)
#define RID_GRAVEX_HELP             (RID_APP_START + 4092)
#define RID_CHECKX_HELP             (RID_APP_START + 4093)
#define RID_BREVEX_HELP             (RID_APP_START + 4094)
#define RID_BARX_HELP               (RID_APP_START + 4095)
#define RID_VECX_HELP               (RID_APP_START + 4096)
#define RID_HATX_HELP               (RID_APP_START + 4097)
#define RID_TILDEX_HELP             (RID_APP_START + 4098)
#define RID_CIRCLEX_HELP            (RID_APP_START + 4099)
#define RID_DOTX_HELP               (RID_APP_START + 4100)
#define RID_DDOTX_HELP              (RID_APP_START + 4101)
#define RID_DDDOTX_HELP             (RID_APP_START + 4102)
#define RID_OVERLINEX_HELP          (RID_APP_START + 4103)
#define RID_UNDERLINEX_HELP         (RID_APP_START + 4104)
#define RID_OVERSTRIKEX_HELP        (RID_APP_START + 4105)
#define RID_PHANTOMX_HELP           (RID_APP_START + 4106)
#define RID_BOLDX_HELP              (RID_APP_START + 4107)
#define RID_ITALX_HELP              (RID_APP_START + 4108)
#define RID_SIZEXY_HELP             (RID_APP_START + 4109)
#define RID_FONTXY_HELP             (RID_APP_START + 4110)
#define RID_COLORX_HELP             (RID_APP_START + 4111)
#define RID_WIDEHATX_HELP           (RID_APP_START + 4112)
#define RID_WIDETILDEX_HELP         (RID_APP_START + 4113)
#define RID_WIDEVECX_HELP           (RID_APP_START + 4114)
#define RID_COLORX_BLACK_HELP       (RID_APP_START + 4115)
#define RID_COLORX_BLUE_HELP        (RID_APP_START + 4116)
#define RID_COLORX_GREEN_HELP       (RID_APP_START + 4117)
#define RID_COLORX_RED_HELP         (RID_APP_START + 4118)
#define RID_COLORX_CYAN_HELP        (RID_APP_START + 4119)
#define RID_COLORX_MAGENTA_HELP     (RID_APP_START + 4120)
#define RID_COLORX_YELLOW_HELP      (RID_APP_START + 4121)
#define RID_ABSX_HELP               (RID_APP_START + 4122)
#define RID_FACTX_HELP              (RID_APP_START + 4123)
#define RID_SQRTX_HELP              (RID_APP_START + 4124)
#define RID_NROOTXY_HELP            (RID_APP_START + 4125)
#define RID_EX_HELP                 (RID_APP_START + 4126)
#define RID_LNX_HELP                (RID_APP_START + 4127)
#define RID_EXPX_HELP               (RID_APP_START + 4128)
#define RID_LOGX_HELP               (RID_APP_START + 4129)
#define RID_SINX_HELP               (RID_APP_START + 4130)
#define RID_COSX_HELP               (RID_APP_START + 4131)
#define RID_TANX_HELP               (RID_APP_START + 4132)
#define RID_COTX_HELP               (RID_APP_START + 4133)
#define RID_SINHX_HELP              (RID_APP_START + 4134)
#define RID_COSHX_HELP              (RID_APP_START + 4135)
#define RID_TANHX_HELP              (RID_APP_START + 4136)
#define RID_COTHX_HELP              (RID_APP_START + 4137)
#define RID_ARCSINX_HELP            (RID_APP_START + 4138)
#define RID_ARCCOSX_HELP            (RID_APP_START + 4139)
#define RID_ARCTANX_HELP            (RID_APP_START + 4140)
#define RID_ARCCOTX_HELP            (RID_APP_START + 4141)
#define RID_ARSINHX_HELP            (RID_APP_START + 4142)
#define RID_ARCOSHX_HELP            (RID_APP_START + 4143)
#define RID_ARTANHX_HELP            (RID_APP_START + 4144)
#define RID_ARCOTHX_HELP            (RID_APP_START + 4145)
#define RID_LIMX_HELP               (RID_APP_START + 4146)
#define RID_SUMX_HELP               (RID_APP_START + 4147)
#define RID_PRODX_HELP              (RID_APP_START + 4148)
#define RID_COPRODX_HELP            (RID_APP_START + 4149)
#define RID_INTX_HELP               (RID_APP_START + 4150)
#define RID_IINTX_HELP              (RID_APP_START + 4151)
#define RID_IIINTX_HELP             (RID_APP_START + 4152)
#define RID_LINTX_HELP              (RID_APP_START + 4153)
#define RID_LLINTX_HELP             (RID_APP_START + 4154)
#define RID_LLLINTX_HELP            (RID_APP_START + 4155)
#define RID_FROMXTOY_HELP           (RID_APP_START + 4156)
#define RID_FROMX_HELP              (RID_APP_START + 4157)
#define RID_TOX_HELP                (RID_APP_START + 4158)
#define RID_LIMINFX_HELP            (RID_APP_START + 4159)
#define RID_LIMSUPX_HELP            (RID_APP_START + 4160)
#define RID_LIM_FROMX_HELP          (RID_APP_START + 4161)
#define RID_SUM_FROMX_HELP          (RID_APP_START + 4162)
#define RID_PROD_FROMX_HELP         (RID_APP_START + 4163)
#define RID_COPROD_FROMX_HELP       (RID_APP_START + 4164)
#define RID_INT_FROMX_HELP          (RID_APP_START + 4165)
#define RID_IINT_FROMX_HELP         (RID_APP_START + 4166)
#define RID_IIINT_FROMX_HELP        (RID_APP_START + 4167)
#define RID_LINT_FROMX_HELP         (RID_APP_START + 4168)
#define RID_LLINT_FROMX_HELP        (RID_APP_START + 4169)
#define RID_LLLINT_FROMX_HELP       (RID_APP_START + 4170)
#define RID_LIM_TOX_HELP            (RID_APP_START + 4171)
#define RID_SUM_TOX_HELP            (RID_APP_START + 4172)
#define RID_PROD_TOX_HELP           (RID_APP_START + 4173)
#define RID_COPROD_TOX_HELP         (RID_APP_START + 4174)
#define RID_INT_TOX_HELP            (RID_APP_START + 4175)
#define RID_IINT_TOX_HELP           (RID_APP_START + 4176)
#define RID_IIINT_TOX_HELP          (RID_APP_START + 4177)
#define RID_LINT_TOX_HELP           (RID_APP_START + 4178)
#define RID_LLINT_TOX_HELP          (RID_APP_START + 4179)
#define RID_LLLINT_TOX_HELP         (RID_APP_START + 4180)
#define RID_LIM_FROMTOX_HELP        (RID_APP_START + 4181)
#define RID_SUM_FROMTOX_HELP        (RID_APP_START + 4182)
#define RID_PROD_FROMTOX_HELP       (RID_APP_START + 4183)
#define RID_COPROD_FROMTOX_HELP     (RID_APP_START + 4184)
#define RID_INT_FROMTOX_HELP        (RID_APP_START + 4185)
#define RID_IINT_FROMTOX_HELP       (RID_APP_START + 4186)
#define RID_IIINT_FROMTOX_HELP      (RID_APP_START + 4187)
#define RID_LINT_FROMTOX_HELP       (RID_APP_START + 4188)
#define RID_LLINT_FROMTOX_HELP      (RID_APP_START + 4189)
#define RID_LLLINT_FROMTOX_HELP     (RID_APP_START + 4190)

#define RID_GRC_ALPHA                     (RID_APP_START + 4191)
#define RID_GRC_ALPHA_HELP                (RID_APP_START + 4192)
#define RID_GRC_BETA                      (RID_APP_START + 4193)
#define RID_GRC_BETA_HELP                 (RID_APP_START + 4194)
#define RID_GRC_CHI                       (RID_APP_START + 4195)
#define RID_GRC_CHI_HELP                  (RID_APP_START + 4196)
#define RID_GRC_DELTA                     (RID_APP_START + 4197)
#define RID_GRC_DELTA_HELP                (RID_APP_START + 4198)
#define RID_GRC_EPSILON                   (RID_APP_START + 4199)
#define RID_GRC_EPSILON_HELP              (RID_APP_START + 4200)
#define RID_GRC_ETA                       (RID_APP_START + 4201)
#define RID_GRC_ETA_HELP                  (RID_APP_START + 4202)
#define RID_GRC_GAMMA                     (RID_APP_START + 4203)
#define RID_GRC_GAMMA_HELP                (RID_APP_START + 4204)
#define RID_GRC_IOTA                      (RID_APP_START + 4205)
#define RID_GRC_IOTA_HELP                 (RID_APP_START + 4206)
#define RID_GRC_KAPPA                     (RID_APP_START + 4207)
#define RID_GRC_KAPPA_HELP                (RID_APP_START + 4208)
#define RID_GRC_LAMBDA                    (RID_APP_START + 4209)
#define RID_GRC_LAMBDA_HELP               (RID_APP_START + 4210)
#define RID_GRC_MU                        (RID_APP_START + 4211)
#define RID_GRC_MU_HELP                   (RID_APP_START + 4212)
#define RID_GRC_NU                        (RID_APP_START + 4213)
#define RID_GRC_NU_HELP                   (RID_APP_START + 4214)
#define RID_GRC_OMEGA                     (RID_APP_START + 4215)
#define RID_GRC_OMEGA_HELP                (RID_APP_START + 4216)
#define RID_GRC_OMICRON                   (RID_APP_START + 4217)
#define RID_GRC_OMICRON_HELP              (RID_APP_START + 4218)
#define RID_GRC_PHI                       (RID_APP_START + 4219)
#define RID_GRC_PHI_HELP                  (RID_APP_START + 4220)
#define RID_GRC_PI                        (RID_APP_START + 4221)
#define RID_GRC_PI_HELP                   (RID_APP_START + 4222)
#define RID_GRC_PSI                       (RID_APP_START + 4223)
#define RID_GRC_PSI_HELP                  (RID_APP_START + 4224)
#define RID_GRC_RHO                       (RID_APP_START + 4225)
#define RID_GRC_RHO_HELP                  (RID_APP_START + 4226)
#define RID_GRC_SIGMA                     (RID_APP_START + 4227)
#define RID_GRC_SIGMA_HELP                (RID_APP_START + 4228)
#define RID_GRC_TAU                       (RID_APP_START + 4229)
#define RID_GRC_TAU_HELP                  (RID_APP_START + 4230)
#define RID_GRC_THETA                     (RID_APP_START + 4231)
#define RID_GRC_THETA_HELP                (RID_APP_START + 4232)
#define RID_GRC_UPSILON                   (RID_APP_START + 4233)
#define RID_GRC_UPSILON_HELP              (RID_APP_START + 4234)
#define RID_GRC_XI                        (RID_APP_START + 4235)
#define RID_GRC_XI_HELP                   (RID_APP_START + 4236)
#define RID_GRC_ZETA                      (RID_APP_START + 4237)
#define RID_GRC_ZETA_HELP                 (RID_APP_START + 4238)

#define RID_SYM_VAREPSILON                (RID_APP_START + 4239)
#define RID_SYM_VAREPSILON_HELP           (RID_APP_START + 4240)
#define RID_SYM_VARTHETA                  (RID_APP_START + 4241)
#define RID_SYM_VARTHETA_HELP             (RID_APP_START + 4242)
#define RID_SYM_VARPI                     (RID_APP_START + 4243)
#define RID_SYM_VARPI_HELP                (RID_APP_START + 4244)
#define RID_SYM_VARRHO                    (RID_APP_START + 4245)
#define RID_SYM_VARRHO_HELP               (RID_APP_START + 4246)
#define RID_SYM_VARSIGMA                  (RID_APP_START + 4247)
#define RID_SYM_VARSIGMA_HELP             (RID_APP_START + 4248)
#define RID_SYM_VARPHI                    (RID_APP_START + 4249)
#define RID_SYM_VARPHI_HELP               (RID_APP_START + 4250)
#define RID_SYM_ELEMENT                   (RID_APP_START + 4251)
#define RID_SYM_ELEMENT_HELP              (RID_APP_START + 4252)
#define RID_SYM_NOELEMENT                 (RID_APP_START + 4253)
#define RID_SYM_NOELEMENT_HELP            (RID_APP_START + 4254)
#define RID_SYM_STRICTLYLESSTHAN          (RID_APP_START + 4255)
#define RID_SYM_STRICTLYLESSTHAN_HELP     (RID_APP_START + 4256)
#define RID_SYM_STRICTLYGREATERTHAN       (RID_APP_START + 4257)
#define RID_SYM_STRICTLYGREATERTHAN_HELP  (RID_APP_START + 4258)
#define RID_SYM_NOTEQUAL                  (RID_APP_START + 4259)
#define RID_SYM_NOTEQUAL_HELP             (RID_APP_START + 4260)
#define RID_SYM_IDENTICAL                 (RID_APP_START + 4261)
#define RID_SYM_IDENTICAL_HELP            (RID_APP_START + 4262)
#define RID_SYM_TENDTO                    (RID_APP_START + 4263)
#define RID_SYM_TENDTO_HELP               (RID_APP_START + 4264)
#define RID_SYM_INFINITE                  (RID_APP_START + 4265)
#define RID_SYM_INFINITE_HELP             (RID_APP_START + 4266)
#define RID_SYM_ANGLE                     (RID_APP_START + 4267)
#define RID_SYM_ANGLE_HELP                (RID_APP_START + 4268)
#define RID_SYM_PERTHOUSAND               (RID_APP_START + 4269)
#define RID_SYM_PERTHOUSAND_HELP          (RID_APP_START + 4270)
#define RID_SYM_AND                       (RID_APP_START + 4271)
#define RID_SYM_AND_HELP                  (RID_APP_START + 4272)
#define RID_SYM_OR                        (RID_APP_START + 4273)
#define RID_SYM_OR_HELP                   (RID_APP_START + 4274)

#define BMP_ARROW_RIGHT     1


// 342 == SCH_IF_SMAVIEWSHELL, because SFX_INTERFACE_LIB is no
// Define but latterly an Enum
#define HID_SMA_VIEWSHELL_DOCUMENT      (342)

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */