xref: /aoo4110/main/sd/source/ui/app/menuids3_tmpl.src (revision b1cdbd2c)
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
24#ifndef _GLOBLMN_HRC
25#include <svx/globlmn.hrc>
26#endif
27#define MN_CHANGEBEZIER \
28    MenuItem\
29    {\
30        Identifier = SID_CHANGEBEZIER ; \
31        HelpId = CMD_SID_CHANGEBEZIER ; \
32        Text [ en-US ] = "To ~Curve" ; \
33	};
34
35#define MN_CHANGEPOLYGON \
36    MenuItem\
37    {\
38        Identifier = SID_CHANGEPOLYGON ; \
39        HelpId = CMD_SID_CHANGEPOLYGON ; \
40        Text [ en-US ] = "To ~Polygon" ; \
41	};
42
43#define MN_CONVERT_TO_CONTOUR \
44    MenuItem\
45    {\
46        Identifier = SID_CONVERT_TO_CONTOUR ; \
47        HelpId = CMD_SID_CONVERT_TO_CONTOUR ; \
48		Text [ en-US ] = "To C~ontour";\
49	};
50
51#define MN_CONVERT_TO_3D \
52    MenuItem\
53    {\
54        Identifier = SID_CONVERT_TO_3D ; \
55        HelpId = CMD_SID_CONVERT_TO_3D ; \
56        Text [ en-US ] = "To 3~D" ; \
57	};
58
59#define MN_CONVERT_TO_BITMAP \
60    MenuItem\
61    {\
62        Identifier = SID_CONVERT_TO_BITMAP ; \
63        HelpId = CMD_SID_CONVERT_TO_BITMAP ; \
64        Text [ en-US ] = "To ~Bitmap" ; \
65	};
66
67#define MN_CONVERT_TO_METAFILE \
68    MenuItem\
69    {\
70        Identifier = SID_CONVERT_TO_METAFILE ; \
71        HelpId = CMD_SID_CONVERT_TO_METAFILE ; \
72        Text [ en-US ] = "To ~Metafile" ; \
73	};
74
75#define MN_CONVERT_TO_3D_LATHE_FAST \
76    MenuItem\
77    {\
78        Identifier = SID_CONVERT_TO_3D_LATHE_FAST ; \
79        HelpId = CMD_SID_CONVERT_TO_3D_LATHE_FAST ; \
80        /* ### ACHTUNG: Neuer Text in Resource? In 3~D-Rotationsk�rper : In 3~D-Rotationsk�rper */\
81        Text [ en-US ] = "To 3D ~Rotation Object" ; \
82	};
83
84#define MN_VERTICAL \
85    MenuItem\
86    {\
87        Identifier = SID_VERTICAL ; \
88        HelpId = CMD_SID_VERTICAL ; \
89        Text [ en-US ] = "~Vertically" ; \
90	};
91
92#define MN_HORIZONTAL \
93    MenuItem\
94    {\
95        Identifier = SID_HORIZONTAL ; \
96        HelpId = CMD_SID_HORIZONTAL ; \
97        Text [ en-US ] = "~Horizontally" ; \
98	};
99
100#define MN_3D_WIN \
101    MenuItem\
102    {\
103        Identifier = SID_3D_WIN ; \
104        HelpId = CMD_SID_3D_WIN ; \
105        Text [ en-US ] = "~3D Effects" ; \
106	};
107
108#define MN_PRESENTATION_LAYOUT \
109    MenuItem\
110    {\
111        Identifier = SID_PRESENTATION_LAYOUT ; \
112        HelpId = CMD_SID_PRESENTATION_LAYOUT ; \
113        Text [ en-US ] = "~Slide Design" ; \
114	};
115
116#define MN_DIA \
117    MenuItem\
118    {\
119        Identifier = SID_SLIDE_TRANSITIONS_PANEL ; \
120        HelpId = CMD_SID_SLIDE_TRANSITIONS_PANEL ; \
121        Text [ en-US ] = "Slide ~Transition" ; \
122	};
123
124#define MN_SHOW_SLIDE \
125    MenuItem\
126    {\
127        Identifier = SID_SHOW_SLIDE ; \
128        HelpId = CMD_SID_SHOW_SLIDE ; \
129        Text [ en-US ] = "~Show Slide" ; \
130	};
131
132#define MN_HIDE_SLIDE \
133    MenuItem\
134    {\
135        Identifier = SID_HIDE_SLIDE ; \
136        HelpId = CMD_SID_HIDE_SLIDE ; \
137        Text [ en-US ] = "~Hide Slide" ; \
138	};
139
140#define MN_GROUP_IMPRESS \
141    MenuItem\
142    {\
143        Identifier = SID_GROUP ; \
144        HelpId = CMD_SID_GROUP ; \
145        Text [ en-US ] = "~Group" ; \
146	};
147
148#define MN_UNGROUP_IMPRESS \
149    MenuItem\
150    {\
151        Identifier = SID_UNGROUP ; \
152        HelpId = CMD_SID_UNGROUP ; \
153        Text [ en-US ] = "~Ungroup" ; \
154	};
155
156#define MN_ENTER_GROUP_IMPRESS \
157    MenuItem\
158    {\
159        Identifier = SID_ENTER_GROUP ; \
160        HelpId = CMD_SID_ENTER_GROUP ; \
161        Text [ en-US ] = "~Edit Group" ; \
162	};
163
164#define MN_LEAVE_GROUP_IMPRESS \
165    MenuItem\
166    {\
167        Identifier = SID_LEAVE_GROUP ; \
168        HelpId = CMD_SID_LEAVE_GROUP ; \
169        Text [ en-US ] = "E~xit group" ; \
170	};
171
172#define MNSUB_GROUP \
173    MenuItem\
174    {\
175        Identifier = MN_SUB_GROUP ; \
176        HelpID = HID_MN_SUB_GROUP ; \
177        Command = ".uno:GroupMenu" ; \
178        Text [ en-US ] = "~Group" ; \
179        SubMenu = Menu\
180        {\
181            ItemList = \
182            {\
183                MN_GROUP_IMPRESS\
184                MN_UNGROUP_IMPRESS\
185                MN_ENTER_GROUP_IMPRESS\
186                MN_LEAVE_GROUP_IMPRESS\
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