xref: /trunk/main/starmath/inc/starmath.hrc (revision 397d541d)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef _STARMATH_HRC
24#define _STARMATH_HRC
25
26#include <svl/solar.hrc>
27#include <sfx2/sfxsids.hrc>
28#include <editeng/memberids.hrc>
29#include "helpids.h"
30
31#define SID_NEXTERR 				(SID_SMA_START + 1)
32#define SID_PREVERR 				(SID_SMA_START + 2)
33#define SID_NEXTMARK				(SID_SMA_START + 3)
34#define SID_PREVMARK				(SID_SMA_START + 4)
35#define SID_SYMBOLS_CATALOGUE       (SID_SMA_START + 5)
36#define SID_PREFERENCES 			(SID_SMA_START + 6)
37#define SID_VIEW050 				(SID_SMA_START + 7)
38#define SID_VIEW100 				(SID_SMA_START + 8)
39#define SID_VIEW200 				(SID_SMA_START + 9)
40#define SID_ZOOMIN                  (SID_SMA_START + 10)
41#define SID_ZOOMOUT 				(SID_SMA_START + 11)
42#define SID_DRAW                    (SID_SMA_START + 12)
43#define SID_ADJUST                  (SID_SMA_START + 13)
44#define SID_TOOLBOX 				(SID_SMA_START + 14)
45#define SID_FORMULACURSOR			(SID_SMA_START + 15)
46#define SID_FONT                    (SID_SMA_START + 50)
47#define SID_FONTSIZE				(SID_SMA_START + 51)
48#define SID_DISTANCE				(SID_SMA_START + 52)
49#define SID_ALIGN                   (SID_SMA_START + 53)
50
51#define SID_AUTO_REDRAW 			(SID_SMA_START + 55)
52#define SID_SYMBOLS 				(SID_SMA_START + 56) // Muss erstmal wieder aufgenommen werden !
53#define SID_TEXTMODE 				(SID_SMA_START + 57)
54#define SID_IMPORT_FORMULA          (SID_SMA_START + 58)
55#define SID_IMPORT_MATHML_CLIPBOARD (SID_SMA_START + 59)
56#define SID_TEXT                    (SID_SMA_START + 100)
57#define SID_GAPHIC_SM               (SID_SMA_START + 101)
58#define SID_FITINWINDOW 			(SID_SMA_START + 103)
59#define SID_INSERTTEXT				(SID_SMA_START + 104)
60#define SID_INSERTCOMMAND			(SID_SMA_START + 105)
61
62#define SID_LOADSYMBOLS 			(SID_SMA_START + 107)
63#define SID_SAVESYMBOLS 			(SID_SMA_START + 108)
64#define SID_ZOOMSTATUS				(SID_SMA_START + 109)
65#define SID_MODIFYSTATUS			(SID_SMA_START + 110)
66#define SID_TEXTSTATUS				(SID_SMA_START + 111)
67
68#define SID_PRINTTITLE				(SID_SMA_START + 112)
69#define SID_PRINTTEXT				(SID_SMA_START + 113)
70#define SID_PRINTFRAME				(SID_SMA_START + 114)
71#define SID_PRINTSIZE				(SID_SMA_START + 115)
72#define SID_PRINTZOOM				(SID_SMA_START + 116)
73
74#define SID_COPYOBJECT				(SID_SMA_START + 117)
75#define SID_PASTEOBJECT 			(SID_SMA_START + 118)
76#define SID_AUTOREDRAW				(SID_SMA_START + 119)
77
78#define SID_GETEDITTEXT 			(SID_SMA_START + 121)
79#define SID_CMDBOXWINDOW			(SID_SMA_START + 122)
80#define SID_TOOLBOXWINDOW			(SID_SMA_START + 123)
81#define SID_NO_RIGHT_SPACES			(SID_SMA_START + 124)
82#define SID_SAVE_ONLY_USED_SYMBOLS  (SID_SMA_START + 125)
83#define SID_DUMMY                   (SID_SMA_START + 254)
84
85
86//#define RID_OPTIONSDIALOG			(RID_APP_START + 1)
87#define RID_FONTDIALOG				(RID_APP_START + 2)
88#define RID_FONTSIZEDIALOG			(RID_APP_START + 3)
89#define RID_FONTTYPEDIALOG			(RID_APP_START + 4)
90#define RID_DISTANCEDIALOG			(RID_APP_START + 5)
91#define RID_ALIGNDIALOG 			(RID_APP_START + 6)
92#define RID_PRINTOPTIONPAGE 		(RID_APP_START + 7)
93#define RID_SYMBOLDIALOG			(RID_APP_START + 8)
94#define RID_SYMDEFINEDIALOG 		(RID_APP_START + 9)
95#define RID_EXTRAOPTIONPAGE 		(RID_APP_START + 10)
96#define RID_PRINTUIOPTIONS 		    (RID_APP_START + 11)
97
98#define RID_MATH_TOOLBOX			(RID_APP_START + 50)
99
100#define RID_DEFAULTSAVEQUERY		(RID_APP_START + 102)
101#define RID_WRITESYMBOLERROR		(RID_APP_START + 202)
102#define RID_READSYMBOLERROR 		(RID_APP_START + 203)
103#define RID_NOMATHTYPEFACEWARNING	(RID_APP_START + 204)
104#define RID_OBJECTNAME				(RID_APP_START + 501)
105    // free
106#define RID_UNDOEDITNAME			(RID_APP_START + 503)
107#define RID_UNDOFORMATNAME			(RID_APP_START + 504)
108#define RID_APPICO					(RID_APP_START + 601)
109#define RID_TMPICO					(RID_APP_START + 603)
110#define RID_COMMANDMENU 			(RID_APP_START + 701)
111#define RID_VIEWMENU				(RID_APP_START + 702)
112#define RID_DISTANCEMENU			(RID_APP_START + 703)
113#define RID_FONTMENU				(RID_APP_START + 704)
114#define RID_STARTUPWINDOW			(RID_APP_START + 800)
115#define RID_TOOLBOXWINDOW			(RID_APP_START + 801)
116#define RID_CMDBOXWINDOW			(RID_APP_START + 802)
117#define RID_FONTREGULAR 			(RID_APP_START + 804)
118#define RID_FONTITALIC				(RID_APP_START + 805)
119#define RID_FONTBOLD				(RID_APP_START + 806)
120//#define RID_PRINTOPTION 			(RID_APP_START + 807)
121#define RID_DOCUMENTSTR 			(RID_APP_START + 808)
122#define RID_SYMBOLFILESSTR			(RID_APP_START + 809)
123#define RID_ALLFILESSTR 			(RID_APP_START + 810)
124#define RID_CREATORSTR				(RID_APP_START + 811)
125#define RID_FILESMFTYP				(RID_APP_START + 812)
126#define RID_FILESYMTYP				(RID_APP_START + 813)
127#define RID_SMMENU					(RID_APP_START + 814)
128#define RID_SMACCEL 				(RID_APP_START + 815)
129#define RID_STATUSBAR				(RID_APP_START + 816)
130#define RID_APPNAMESTR				(RID_APP_START + 817)
131
132#define STR_MATH_DOCUMENT_FULLTYPE_CURRENT  (RID_APP_START + 821)
133#define RID_SMPLUGINMENU                    (RID_APP_START + 822)
134#define STR_STATSTR_READING                 (RID_APP_START + 823)
135#define STR_STATSTR_WRITING                 (RID_APP_START + 824)
136#define STR_CMDBOXWINDOW                    (RID_APP_START + 825)
137
138#define RID_ERR_IDENT				(RID_APP_START + 920)
139#define RID_ERR_UNKOWN				(RID_APP_START + 921)
140#define RID_ERR_UNEXPECTEDCHARACTER	(RID_APP_START + 922)
141#define RID_ERR_LGROUPEXPECTED		(RID_APP_START + 923)
142#define RID_ERR_RGROUPEXPECTED		(RID_APP_START + 924)
143#define RID_ERR_LBRACEEXPECTED		(RID_APP_START + 925)
144#define RID_ERR_RBRACEEXPECTED		(RID_APP_START + 926)
145#define RID_ERR_FUNCEXPECTED		(RID_APP_START + 927)
146#define RID_ERR_UNOPEREXPECTED		(RID_APP_START + 928)
147#define RID_ERR_BINOPEREXPECTED		(RID_APP_START + 929)
148#define RID_ERR_SYMBOLEXPECTED		(RID_APP_START + 930)
149#define RID_ERR_IDENTEXPECTED		(RID_APP_START + 931)
150#define RID_ERR_POUNDEXPECTED		(RID_APP_START + 932)
151#define RID_ERR_COLOREXPECTED		(RID_APP_START + 933)
152#define RID_ERR_LPARENTEXPECTED		(RID_APP_START + 934)
153#define RID_ERR_RPARENTEXPECTED		(RID_APP_START + 935)
154#define RID_ERR_RIGHTEXPECTED		(RID_APP_START + 936)
155#define RID_ERR_OVERFLOW		  	(RID_APP_START + 937)
156
157// toolbox image lists for 'Selection' window
158//!! RID_ILH_XYZ = RID_IL_XYZ + 1 !!
159#define RID_IL_CATALOG                  (RID_APP_START + 950)
160#define RID_ILH_CATALOG                 (RID_APP_START + 951)
161#define RID_IL_UNBINOPS                 (RID_APP_START + 952)
162#define RID_ILH_UNBINOPS                (RID_APP_START + 953)
163#define RID_IL_RELATIONS                (RID_APP_START + 954)
164#define RID_ILH_RELATIONS               (RID_APP_START + 955)
165#define RID_IL_SETOPERATIONS            (RID_APP_START + 956)
166#define RID_ILH_SETOPERATIONS           (RID_APP_START + 957)
167#define RID_IL_FUNCTIONS                (RID_APP_START + 958)
168#define RID_ILH_FUNCTIONS               (RID_APP_START + 959)
169#define RID_IL_OPERATORS                (RID_APP_START + 960)
170#define RID_ILH_OPERATORS               (RID_APP_START + 961)
171#define RID_IL_ATTRIBUTES               (RID_APP_START + 962)
172#define RID_ILH_ATTRIBUTES              (RID_APP_START + 963)
173#define RID_IL_BRACKETS                 (RID_APP_START + 964)
174#define RID_ILH_BRACKETS                (RID_APP_START + 965)
175#define RID_IL_FORMAT                   (RID_APP_START + 966)
176#define RID_ILH_FORMAT                  (RID_APP_START + 967)
177#define RID_IL_MISC                     (RID_APP_START + 968)
178#define RID_ILH_MISC                    (RID_APP_START + 969)
179
180#define RID_UNBINOPS_CAT				(RID_APP_START + 1101)
181#define RID_RELATIONS_CAT				(RID_APP_START + 1102)
182#define RID_SETOPERATIONS_CAT			(RID_APP_START + 1103)
183#define RID_FUNCTIONS_CAT				(RID_APP_START + 1104)
184#define RID_OPERATORS_CAT				(RID_APP_START + 1105)
185#define RID_ATTRIBUTES_CAT				(RID_APP_START + 1106)
186#define RID_BRACKETS_CAT				(RID_APP_START + 1107)
187#define RID_FORMAT_CAT					(RID_APP_START + 1108)
188#define RID_UNBINOPS_CAT_HLP			(RID_APP_START + 1109)
189#define RID_RELATIONS_CAT_HLP			(RID_APP_START + 1110)
190#define RID_SETOPEROPERATIONS_CAT_HLP	(RID_APP_START + 1111)
191#define RID_FUNCTIONS_CAT_HLP			(RID_APP_START + 1112)
192#define RID_OPERATORS_CAT_HLP			(RID_APP_START + 1113)
193#define RID_ATTRIBUTES_CAT_HLP			(RID_APP_START + 1114)
194#define RID_BRACKETS_CAT_HLP			(RID_APP_START + 1115)
195#define RID_FORMAT_CAT_HLP				(RID_APP_START + 1116)
196#define RID_MISC_CAT					(RID_APP_START + 1117)
197#define RID_MISC_CAT_HLP				(RID_APP_START + 1118)
198
199// new resource ID's
200#define RID_PLUSX					(RID_APP_START + 1201)
201#define RID_MINUSX					(RID_APP_START + 1202)
202#define RID_PLUSMINUSX				(RID_APP_START + 1203)
203#define RID_MINUSPLUSX				(RID_APP_START + 1204)
204#define RID_XPLUSY					(RID_APP_START + 1205)
205#define RID_XCDOTY					(RID_APP_START + 1206)
206#define RID_XTIMESY 				(RID_APP_START + 1207)
207#define RID_XSYMTIMESY				(RID_APP_START + 1208)
208#define RID_XMINUSY 				(RID_APP_START + 1209)
209#define RID_XOVERY					(RID_APP_START + 1210)
210#define RID_XDIVY					(RID_APP_START + 1211)
211#define RID_XSYMDIVIDEY 			(RID_APP_START + 1212)
212#define RID_NEGX					(RID_APP_START + 1213)
213#define RID_XANDY					(RID_APP_START + 1214)
214#define RID_XORY					(RID_APP_START + 1215)
215#define RID_XODIVIDEY				(RID_APP_START + 1216)
216#define RID_XODOTY					(RID_APP_START + 1217)
217#define RID_XOMINUSY				(RID_APP_START + 1218)
218#define RID_XOPLUSY 				(RID_APP_START + 1219)
219#define RID_XOTIMESY				(RID_APP_START + 1220)
220#define RID_XCIRCY					(RID_APP_START + 1221)
221#define RID_XWIDESLASHY				(RID_APP_START + 1222)
222#define RID_XWIDEBSLASHY			(RID_APP_START + 1223)
223
224#define RID_XEQY					(RID_APP_START + 1301)
225#define RID_XNEQY					(RID_APP_START + 1302)
226#define RID_XEQUIVY 				(RID_APP_START + 1303)
227#define RID_XORTHOY 				(RID_APP_START + 1304)
228#define RID_XLTY					(RID_APP_START + 1305)
229#define RID_XGTY					(RID_APP_START + 1306)
230#define RID_XAPPROXY				(RID_APP_START + 1307)
231#define RID_XPARALLELY				(RID_APP_START + 1308)
232#define RID_XLESLANTY				(RID_APP_START + 1309)
233#define RID_XGESLANTY				(RID_APP_START + 1310)
234#define RID_XSIMEQY 				(RID_APP_START + 1311)
235#define RID_XPROPY					(RID_APP_START + 1312)
236#define RID_XLEY					(RID_APP_START + 1313)
237#define RID_XGEY					(RID_APP_START + 1314)
238#define RID_XSIMY					(RID_APP_START + 1315)
239#define RID_XTOWARDY				(RID_APP_START + 1316)
240#define RID_XLLY					(RID_APP_START + 1317)
241#define RID_XGGY					(RID_APP_START + 1318)
242#define RID_XDEFY					(RID_APP_START + 1319)
243#define RID_XTRANSLY				(RID_APP_START + 1320)
244#define RID_XTRANSRY				(RID_APP_START + 1321)
245#define RID_XDIVIDESY				(RID_APP_START + 1322)
246#define RID_XNDIVIDESY				(RID_APP_START + 1323)
247#define RID_DLARROW					(RID_APP_START + 1324)
248#define RID_DLRARROW				(RID_APP_START + 1325)
249#define RID_DRARROW					(RID_APP_START + 1326)
250
251#define RID_XINY					(RID_APP_START + 1401)
252#define RID_XNOTINY 				(RID_APP_START + 1402)
253#define RID_XOWNSY					(RID_APP_START + 1403)
254#define RID_XINTERSECTIONY			(RID_APP_START + 1405)
255#define RID_XUNIONY 				(RID_APP_START + 1406)
256#define RID_XSETMINUSY				(RID_APP_START + 1407)
257#define RID_XSLASHY 				(RID_APP_START + 1408)
258#define RID_XSUBSETY				(RID_APP_START + 1409)
259#define RID_XSUBSETEQY				(RID_APP_START + 1410)
260#define RID_XSUPSETY				(RID_APP_START + 1411)
261#define RID_XSUPSETEQY				(RID_APP_START + 1412)
262#define RID_XNSUBSETY				(RID_APP_START + 1413)
263#define RID_XNSUBSETEQY 			(RID_APP_START + 1414)
264#define RID_XNSUPSETY				(RID_APP_START + 1415)
265#define RID_XNSUPSETEQY 			(RID_APP_START + 1416)
266#define RID_SETN					(RID_APP_START + 1417)
267#define RID_SETZ					(RID_APP_START + 1418)
268#define RID_SETQ					(RID_APP_START + 1419)
269#define RID_SETR					(RID_APP_START + 1420)
270#define RID_SETC					(RID_APP_START + 1421)
271
272#define RID_ABSX					(RID_APP_START + 1501)
273#define RID_FACTX					(RID_APP_START + 1502)
274#define RID_SQRTX					(RID_APP_START + 1503)
275#define RID_NROOTXY 				(RID_APP_START + 1504)
276#define RID_EX						(RID_APP_START + 1505)
277#define RID_LNX 					(RID_APP_START + 1506)
278#define RID_EXPX					(RID_APP_START + 1507)
279#define RID_LOGX					(RID_APP_START + 1508)
280#define RID_SINX					(RID_APP_START + 1509)
281#define RID_COSX					(RID_APP_START + 1510)
282#define RID_TANX					(RID_APP_START + 1511)
283#define RID_COTX					(RID_APP_START + 1512)
284#define RID_SINHX					(RID_APP_START + 1513)
285#define RID_COSHX					(RID_APP_START + 1514)
286#define RID_TANHX					(RID_APP_START + 1515)
287#define RID_COTHX					(RID_APP_START + 1516)
288#define RID_ARCSINX 				(RID_APP_START + 1517)
289#define RID_ARCCOSX 				(RID_APP_START + 1518)
290#define RID_ARCTANX 				(RID_APP_START + 1519)
291#define RID_ARCCOTX 				(RID_APP_START + 1520)
292#define RID_ARSINHX 				(RID_APP_START + 1521)
293#define RID_ARCOSHX 				(RID_APP_START + 1522)
294#define RID_ARTANHX 				(RID_APP_START + 1523)
295#define RID_ARCOTHX					(RID_APP_START + 1524)
296
297#define RID_LIMX					(RID_APP_START + 1601)
298#define RID_SUMX					(RID_APP_START + 1602)
299#define RID_PRODX					(RID_APP_START + 1603)
300#define RID_COPRODX 				(RID_APP_START + 1604)
301#define RID_INTX					(RID_APP_START + 1605)
302#define RID_IINTX					(RID_APP_START + 1606)
303#define RID_IIINTX					(RID_APP_START + 1607)
304#define RID_LINTX					(RID_APP_START + 1609)
305#define RID_LLINTX					(RID_APP_START + 1610)
306#define RID_LLLINTX 				(RID_APP_START + 1611)
307#define RID_FROMXTOY				(RID_APP_START + 1613)
308#define RID_FROMX					(RID_APP_START + 1614)
309#define RID_TOX 					(RID_APP_START + 1615)
310#define RID_LIMINFX 				(RID_APP_START + 1616)
311#define RID_LIMSUPX 				(RID_APP_START + 1617)
312
313#define RID_ACUTEX					(RID_APP_START + 1701)
314#define RID_GRAVEX					(RID_APP_START + 1702)
315#define RID_CHECKX					(RID_APP_START + 1703)
316#define RID_BREVEX					(RID_APP_START + 1704)
317#define RID_BARX					(RID_APP_START + 1705)
318#define RID_VECX					(RID_APP_START + 1706)
319#define RID_HATX					(RID_APP_START + 1707)
320#define RID_TILDEX					(RID_APP_START + 1708)
321#define RID_CIRCLEX 				(RID_APP_START + 1709)
322#define RID_DOTX					(RID_APP_START + 1710)
323#define RID_DDOTX					(RID_APP_START + 1711)
324#define RID_DDDOTX					(RID_APP_START + 1712)
325#define RID_OVERLINEX				(RID_APP_START + 1713)
326#define RID_UNDERLINEX				(RID_APP_START + 1714)
327#define RID_OVERSTRIKEX 			(RID_APP_START + 1715)
328#define RID_PHANTOMX				(RID_APP_START + 1716)
329#define RID_BOLDX					(RID_APP_START + 1717)
330#define RID_ITALX					(RID_APP_START + 1718)
331#define RID_SIZEXY					(RID_APP_START + 1719)
332#define RID_FONTXY					(RID_APP_START + 1720)
333#define RID_COLORX					(RID_APP_START + 1721)
334#define RID_WIDEHATX				(RID_APP_START + 1722)
335#define RID_WIDETILDEX				(RID_APP_START + 1723)
336#define RID_WIDEVECX				(RID_APP_START + 1724)
337
338#define RID_LRPARENTX				(RID_APP_START + 1801)
339#define RID_LRBRACKETX				(RID_APP_START + 1802)
340#define RID_LRANGLEX				(RID_APP_START + 1803)
341#define RID_LRBRACEX				(RID_APP_START + 1804)
342#define RID_LRLINEX 				(RID_APP_START + 1805)
343#define RID_LRDLINEX				(RID_APP_START + 1806)
344#define RID_LRGROUPX				(RID_APP_START + 1808)
345#define RID_SLRPARENTX				(RID_APP_START + 1809)
346#define RID_SLRBRACKETX 			(RID_APP_START + 1810)
347#define RID_SLRANGLEX				(RID_APP_START + 1811)
348#define RID_SLRBRACEX				(RID_APP_START + 1812)
349#define RID_SLRLINEX				(RID_APP_START + 1813)
350#define RID_SLRDLINEX				(RID_APP_START + 1814)
351#define RID_LRCEILX 				(RID_APP_START + 1817)
352#define RID_LRFLOORX				(RID_APP_START + 1818)
353#define RID_SLRCEILX				(RID_APP_START + 1819)
354#define RID_SLRFLOORX				(RID_APP_START + 1820)
355#define RID_LMRANGLEXY				(RID_APP_START + 1821)
356#define RID_SLMRANGLEXY				(RID_APP_START + 1822)
357#define RID_LRDBRACKETX				(RID_APP_START + 1823)
358#define RID_SLRDBRACKETX 			(RID_APP_START + 1824)
359#define RID_XOVERBRACEY				(RID_APP_START + 1825)
360#define RID_XUNDERBRACEY			(RID_APP_START + 1826)
361
362#define RID_NEWLINE 				(RID_APP_START + 1901)
363#define RID_SBLANK					(RID_APP_START + 1902)
364#define RID_BLANK					(RID_APP_START + 1903)
365#define RID_RSUBX					(RID_APP_START + 1904)
366#define RID_BINOMXY 				(RID_APP_START + 1905)
367#define RID_STACK					(RID_APP_START + 1906)
368#define RID_MATRIX					(RID_APP_START + 1907)
369#define RID_RSUPX					(RID_APP_START + 1908)
370#define RID_ALIGNLX 				(RID_APP_START + 1909)
371#define RID_ALIGNCX 				(RID_APP_START + 1910)
372#define RID_ALIGNRX 				(RID_APP_START + 1911)
373#define RID_LSUBX					(RID_APP_START + 1912)
374#define RID_LSUPX					(RID_APP_START + 1916)
375#define RID_CSUBX					(RID_APP_START + 1917)
376#define RID_CSUPX					(RID_APP_START + 1918)
377#define RID_NOSPACE				    (RID_APP_START + 1919)
378
379#define RID_ALEPH					(RID_APP_START + 2001)
380#define RID_EMPTYSET				(RID_APP_START + 2002)
381#define RID_RE						(RID_APP_START + 2003)
382#define RID_IM						(RID_APP_START + 2004)
383#define RID_INFINITY				(RID_APP_START + 2005)
384#define RID_PARTIAL 				(RID_APP_START + 2006)
385#define RID_WP						(RID_APP_START + 2007)
386#define RID_DOTSAXIS				(RID_APP_START + 2008)
387#define RID_DOTSUP					(RID_APP_START + 2009)
388#define RID_DOTSDOWN				(RID_APP_START + 2010)
389#define RID_DOTSLOW 				(RID_APP_START + 2011)
390#define RID_DOTSVERT				(RID_APP_START + 2012)
391#define RID_NABLA					(RID_APP_START + 2013)
392#define RID_HBAR					(RID_APP_START + 2014)
393#define RID_LAMBDABAR				(RID_APP_START + 2015)
394#define RID_LEFTARROW				(RID_APP_START + 2016)
395#define RID_RIGHTARROW				(RID_APP_START + 2017)
396#define RID_UPARROW					(RID_APP_START + 2018)
397#define RID_DOWNARROW				(RID_APP_START + 2019)
398#define RID_EXISTS	 				(RID_APP_START + 1608)
399#define RID_FORALL	 				(RID_APP_START + 1612)
400
401// new menue resource ID's
402#define RID_UNBINOPS_MENU			(RID_APP_START + 2164)
403#define RID_RELATIONS_MENU			(RID_APP_START + 2165)
404#define RID_SETOPERATIONS_MENU		(RID_APP_START + 2166)
405#define RID_FUNCTIONS_MENU			(RID_APP_START + 2167)
406#define RID_OPERATORS_MENU			(RID_APP_START + 2168)
407#define RID_ATTRIBUTES_MENU			(RID_APP_START + 2169)
408#define RID_BRACKETS_MENU			(RID_APP_START + 2170)
409#define RID_FORMAT_MENU 			(RID_APP_START + 2171)
410#define RID_MISC_MENU				(RID_APP_START + 2172)
411#define RID_FUNCTIONSOTHER1_MENU	(RID_APP_START + 2173)
412
413#define RID_XPP_LINE		(RID_APP_START + 3000)
414#define RID_XPP_DLINE		(RID_APP_START + 3001)
415#define RID_XPP_SQRT		(RID_APP_START + 3002)
416#define RID_XPP_SQRT2		(RID_APP_START + 3003)
417#define RID_XPP_HAT			(RID_APP_START + 3004)
418#define RID_XPP_TILDE		(RID_APP_START + 3005)
419#define RID_XPP_BAR			(RID_APP_START + 3006)
420#define RID_XPP_VEC			(RID_APP_START + 3007)
421#define RID_XPP_LBRACE		(RID_APP_START + 3008)
422#define RID_XPP_RBRACE		(RID_APP_START + 3009)
423#define RID_XPP_LPARENT		(RID_APP_START + 3010)
424#define RID_XPP_RPARENT		(RID_APP_START + 3011)
425#define RID_XPP_LANGLE		(RID_APP_START + 3012)
426#define RID_XPP_RANGLE		(RID_APP_START + 3013)
427#define RID_XPP_LBRACKET	(RID_APP_START + 3014)
428#define RID_XPP_RBRACKET	(RID_APP_START + 3015)
429#define RID_XPP_LDBRACKET	(RID_APP_START + 3016)
430#define RID_XPP_RDBRACKET	(RID_APP_START + 3017)
431#define RID_XPP_LCEIL		(RID_APP_START + 3018)
432#define RID_XPP_RCEIL		(RID_APP_START + 3019)
433#define RID_XPP_LFLOOR		(RID_APP_START + 3020)
434#define RID_XPP_RFLOOR		(RID_APP_START + 3021)
435#define RID_XPP_OVERBRACE	(RID_APP_START + 3022)
436#define RID_XPP_UNDERBRACE	(RID_APP_START + 3023)
437
438#define RID_LOCALIZED_NAMES             (RID_APP_START + 3101)
439#define RID_UI_SYMBOL_NAMES				(RID_APP_START + 3102)
440#define RID_EXPORT_SYMBOL_NAMES         (RID_APP_START + 3103)
441#define RID_LOCALIZED_SYMBOLSET_NAMES   (RID_APP_START + 3104)
442#define RID_UI_SYMBOLSET_NAMES          (RID_APP_START + 3105)
443#define RID_EXPORT_SYMBOLSET_NAMES      (RID_APP_START + 3106)
444#define RID_FRENCH_50_NAMES             (RID_APP_START + 3107)
445#define RID_FRENCH_60_NAMES             (RID_APP_START + 3108)
446#define RID_ITALIAN_50_NAMES            (RID_APP_START + 3109)
447#define RID_ITALIAN_60_NAMES            (RID_APP_START + 3110)
448#define RID_SWEDISH_50_NAMES            (RID_APP_START + 3111)
449#define RID_SWEDISH_60_NAMES            (RID_APP_START + 3112)
450#define RID_SPANISH_50_NAMES            (RID_APP_START + 3113)
451#define RID_SPANISH_60_NAMES            (RID_APP_START + 3114)
452
453#define MN_SUB_SENDTO                   (RID_APP_START + 3120)
454
455#define BMP_ARROW_RIGHT		1
456
457#define MN_WIN 60
458#define MN_SUB_VIEW 31
459#define MN_SUB_TOOLBAR 32
460#define MN_SUB_GRAPHIC 33
461#define MN_SUB_SPELLING 34
462#define MN_SUB_TEMPLATES 35
463
464// 342 == SCH_IF_SMAVIEWSHELL, da SFX_INTERFACE_LIB kein
465// Define sondern neuerdings ein Enum ist
466#define HID_SMA_VIEWSHELL_DOCUMENT		(342)
467
468#endif
469
470