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