CWS-TOOLING: integrate CWS tl88
[LibreOffice.git] / starmath / source / menu_tmpl.src
blobc6eeeb60b7cd967a6e416449f7ae2717b1e43c3f
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
29 #ifndef _SFX_HRC //autogen
30 #include <sfx2/sfx.hrc>
31 #endif
32 #ifndef _GLOBLMN_HRC //autogen
33 #include <svx/globlmn.hrc>
34 #endif
35 #ifndef _GLOBALACC_SRC //autogen
36 #include <svx/globlac.hrc>
37 #endif
38 #ifndef _SVX_SVXIDS_HRC //autogen
39 #include <svx/svxids.hrc>
40 #endif
42 #ifndef _STARMATH_HRC
43 #include "starmath.hrc"
44 #endif
46 #ifndef MN_HELP
47 #define MN_HELP
48 #endif
50 /////////////////////////////////////////////////////////////////
54 The application menu bar resource has become obsolete. You can now find the menu bar definition at:
55 <project>/smath/menubar/menubar.xml.
59 /////////////////////////////////////////////////////////////////
61 Accelerator RID_SMACCEL
63     ItemList =
64     {
65         AI_UNDO
66         AI_REDO
67         AcceleratorItem
68         {
69             Identifier = SID_SELECT ;
70             Key = KeyCode
71             {
72                 Code = KEY_A ;
73                 Modifier1 = TRUE ;
74             };
75         };
76         AcceleratorItem
77         {
78             Identifier = SID_NEXTMARK ;
79             Key = KeyCode
80             {
81                 Code = KEY_F4 ;
82             };
83         };
84         AcceleratorItem
85         {
86             Identifier = SID_PREVMARK ;
87             Key = KeyCode
88             {
89                 Code = KEY_F4 ;
90                 Shift = TRUE ;
91             };
92         };
93         AcceleratorItem
94         {
95             Identifier = SID_NEXTERR ;
96             Key = KeyCode
97             {
98                 Code = KEY_F3 ;
99             };
100         };
101         AcceleratorItem
102         {
103             Identifier = SID_PREVERR ;
104             Key = KeyCode
105             {
106                 Code = KEY_F3 ;
107                 Shift = TRUE ;
108             };
109         };
110         AcceleratorItem
111         {
112             Identifier = SID_DRAW ;
113             Key = KeyCode
114             {
115                 Code = KEY_F9 ;
116             };
117         };
118     };