1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include <svx/globlmn.hrc>
22 #define MN_CHANGEBEZIER \
25 Identifier = SID_CHANGEBEZIER ; \
26 HelpId = CMD_SID_CHANGEBEZIER ; \
27 Text [ en-US ] = "To ~Curve" ; \
30 #define MN_CHANGEPOLYGON \
33 Identifier = SID_CHANGEPOLYGON ; \
34 HelpId = CMD_SID_CHANGEPOLYGON ; \
35 Text [ en-US ] = "To ~Polygon" ; \
38 #define MN_CONVERT_TO_CONTOUR \
41 Identifier = SID_CONVERT_TO_CONTOUR ; \
42 HelpId = CMD_SID_CONVERT_TO_CONTOUR ; \
43 Text [ en-US ] = "To C~ontour";\
46 #define MN_CONVERT_TO_3D \
49 Identifier = SID_CONVERT_TO_3D ; \
50 HelpId = CMD_SID_CONVERT_TO_3D ; \
51 Text [ en-US ] = "To 3~D" ; \
54 #define MN_CONVERT_TO_BITMAP \
57 Identifier = SID_CONVERT_TO_BITMAP ; \
58 HelpId = CMD_SID_CONVERT_TO_BITMAP ; \
59 Text [ en-US ] = "To ~Bitmap" ; \
62 #define MN_CONVERT_TO_METAFILE \
65 Identifier = SID_CONVERT_TO_METAFILE ; \
66 HelpId = CMD_SID_CONVERT_TO_METAFILE ; \
67 Text [ en-US ] = "To ~Metafile" ; \
70 #define MN_CONVERT_TO_3D_LATHE_FAST \
73 Identifier = SID_CONVERT_TO_3D_LATHE_FAST ; \
74 HelpId = CMD_SID_CONVERT_TO_3D_LATHE_FAST ; \
75 Text [ en-US ] = "To 3D ~Rotation Object" ; \
81 Identifier = SID_VERTICAL ; \
82 HelpId = CMD_SID_VERTICAL ; \
83 Text [ en-US ] = "~Vertically" ; \
86 #define MN_HORIZONTAL \
89 Identifier = SID_HORIZONTAL ; \
90 HelpId = CMD_SID_HORIZONTAL ; \
91 Text [ en-US ] = "~Horizontally" ; \
97 Identifier = SID_3D_WIN ; \
98 HelpId = CMD_SID_3D_WIN ; \
99 Text [ en-US ] = "~3D Effects" ; \
102 #define MN_PRESENTATION_LAYOUT \
105 Identifier = SID_PRESENTATION_LAYOUT ; \
106 HelpId = CMD_SID_PRESENTATION_LAYOUT ; \
107 Text [ en-US ] = "~Slide Design..." ; \
110 #define MN_PAGE_DESIGN \
113 Identifier = SID_PRESENTATION_LAYOUT ; \
114 HelpId = CMD_SID_PRESENTATION_LAYOUT ; \
115 Text [ en-US ] = "~Page Design..." ; \
121 Identifier = SID_SLIDE_TRANSITIONS_PANEL ; \
122 HelpId = CMD_SID_SLIDE_TRANSITIONS_PANEL ; \
123 Text [ en-US ] = "Slide ~Transition" ; \
126 #define MN_SHOW_SLIDE \
129 Identifier = SID_SHOW_SLIDE ; \
130 HelpId = CMD_SID_SHOW_SLIDE ; \
131 Text [ en-US ] = "~Show Slide" ; \
134 #define MN_HIDE_SLIDE \
137 Identifier = SID_HIDE_SLIDE ; \
138 HelpId = CMD_SID_HIDE_SLIDE ; \
139 Text [ en-US ] = "~Hide Slide" ; \
142 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */