summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/menuids3_tmpl.src
blob: 8d156950c40d51f07a6f48751cf92197f7d492c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include <svx/globlmn.hrc>

#define MN_CHANGEBEZIER \
    MenuItem\
    {\
        Identifier = SID_CHANGEBEZIER ; \
        HelpId = CMD_SID_CHANGEBEZIER ; \
        Text [ en-US ] = "To ~Curve" ; \
    };

#define MN_CHANGEPOLYGON \
    MenuItem\
    {\
        Identifier = SID_CHANGEPOLYGON ; \
        HelpId = CMD_SID_CHANGEPOLYGON ; \
        Text [ en-US ] = "To ~Polygon" ; \
    };

#define MN_CONVERT_TO_CONTOUR \
    MenuItem\
    {\
        Identifier = SID_CONVERT_TO_CONTOUR ; \
        HelpId = CMD_SID_CONVERT_TO_CONTOUR ; \
        Text [ en-US ] = "To C~ontour";\
    };

#define MN_CONVERT_TO_3D \
    MenuItem\
    {\
        Identifier = SID_CONVERT_TO_3D ; \
        HelpId = CMD_SID_CONVERT_TO_3D ; \
        Text [ en-US ] = "To 3~D" ; \
    };

#define MN_CONVERT_TO_BITMAP \
    MenuItem\
    {\
        Identifier = SID_CONVERT_TO_BITMAP ; \
        HelpId = CMD_SID_CONVERT_TO_BITMAP ; \
        Text [ en-US ] = "To ~Bitmap" ; \
    };

#define MN_CONVERT_TO_METAFILE \
    MenuItem\
    {\
        Identifier = SID_CONVERT_TO_METAFILE ; \
        HelpId = CMD_SID_CONVERT_TO_METAFILE ; \
        Text [ en-US ] = "To ~Metafile" ; \
    };

#define MN_CONVERT_TO_3D_LATHE_FAST \
    MenuItem\
    {\
        Identifier = SID_CONVERT_TO_3D_LATHE_FAST ; \
        HelpId = CMD_SID_CONVERT_TO_3D_LATHE_FAST ; \
        Text [ en-US ] = "To 3D ~Rotation Object" ; \
    };

#define MN_VERTICAL \
    MenuItem\
    {\
        Identifier = SID_VERTICAL ; \
        HelpId = CMD_SID_VERTICAL ; \
        Text [ en-US ] = "~Vertically" ; \
    };

#define MN_HORIZONTAL \
    MenuItem\
    {\
        Identifier = SID_HORIZONTAL ; \
        HelpId = CMD_SID_HORIZONTAL ; \
        Text [ en-US ] = "~Horizontally" ; \
    };

#define MN_3D_WIN \
    MenuItem\
    {\
        Identifier = SID_3D_WIN ; \
        HelpId = CMD_SID_3D_WIN ; \
        Text [ en-US ] = "~3D Effects" ; \
    };

#define MN_PRESENTATION_LAYOUT \
    MenuItem\
    {\
        Identifier = SID_PRESENTATION_LAYOUT ; \
        HelpId = CMD_SID_PRESENTATION_LAYOUT ; \
        Text [ en-US ] = "~Slide Design" ; \
    };

#define MN_DIA \
    MenuItem\
    {\
        Identifier = SID_SLIDE_TRANSITIONS_PANEL ; \
        HelpId = CMD_SID_SLIDE_TRANSITIONS_PANEL ; \
        Text [ en-US ] = "Slide ~Transition" ; \
    };

#define MN_SHOW_SLIDE \
    MenuItem\
    {\
        Identifier = SID_SHOW_SLIDE ; \
        HelpId = CMD_SID_SHOW_SLIDE ; \
        Text [ en-US ] = "~Show Slide" ; \
    };

#define MN_HIDE_SLIDE \
    MenuItem\
    {\
        Identifier = SID_HIDE_SLIDE ; \
        HelpId = CMD_SID_HIDE_SLIDE ; \
        Text [ en-US ] = "~Hide Slide" ; \
    };