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 .
21 #include "submenu.hrc"
22 #include <svx/globlmn.hrc>
24 // Defines -------------------------------------------------------------------------------
29 Identifier = SID_FRAME_TO_TOP ; \
30 HelpID = CMD_SID_FRAME_TO_TOP ; \
34 Identifier = SID_FRAME_TO_BOTTOM ; \
35 HelpID = CMD_SID_FRAME_TO_BOTTOM ; \
38 #define MN_RENAME_OBJECT \
41 Identifier = SID_RENAME_OBJECT ; \
42 HelpId = CMD_SID_RENAME_OBJECT ; \
43 Text [ en-US ] = "Name...";\
47 #define MN_TITLE_DESCRIPTION_OBJECT \
50 Identifier = SID_TITLE_DESCRIPTION_OBJECT; \
51 HelpId = CMD_SID_TITLE_DESCRIPTION_OBJECT; \
52 Text [ en-US ] = "Description...";\
55 #define MN_ARRANGESUB \
58 Identifier = SUBMENU_OBJARRANGE ; \
59 HelpID = HID_SCMENU_OBJARRANGE ; \
60 Text [ en-US ] = "~Arrange" ; \
67 ITEM_FORMAT_FRAME_TO_TOP\
71 Identifier = SID_FRAME_UP ; \
72 HelpId = CMD_SID_FRAME_UP ; \
73 Text [ en-US ] = "Bring ~Forward" ; \
77 Identifier = SID_FRAME_DOWN ; \
78 HelpId = CMD_SID_FRAME_DOWN ; \
79 Text [ en-US ] = "Send Back~ward" ; \
83 ITEM_FORMAT_FRAME_TO_BOTTOM\
85 MenuItem { Separator = TRUE ; }; \
88 ITEM_FORMAT_OBJECT_HEAVEN\
92 ITEM_FORMAT_OBJECT_HELL\
98 #define MN_ANCHORSUB \
101 Identifier = SUBMENU_ANCHOR ; \
102 HelpID = HID_SCMENU_ANCHOR ; \
103 Text [ en-US ] = "An~chor" ; \
110 RadioCheck = TRUE ; \
111 Identifier = SID_ANCHOR_PAGE ; \
112 HelpId = CMD_SID_ANCHOR_PAGE ; \
113 Text [ en-US ] = "To P~age" ; \
117 RadioCheck = TRUE ; \
118 Identifier = SID_ANCHOR_CELL ; \
119 HelpId = CMD_SID_ANCHOR_CELL ; \
120 Text [ en-US ] = "To ~Cell" ; \
126 #define MN_ALIGNSUB \
129 Identifier = SID_OBJECT_ALIGN ; \
130 HelpId = CMD_SID_OBJECT_ALIGN ; \
131 Text [ en-US ] = "A~lignment" ; \
138 ITEM_FORMAT_OBJECT_ALIGN_LEFT\
142 ITEM_FORMAT_OBJECT_ALIGN_CENTER\
146 ITEM_FORMAT_OBJECT_ALIGN_RIGHT\
154 ITEM_FORMAT_OBJECT_ALIGN_UP\
158 ITEM_FORMAT_OBJECT_ALIGN_MIDDLE\
162 ITEM_FORMAT_OBJECT_ALIGN_DOWN\
169 // Popup-Menues ---------------------------------------------------------------------
171 String RID_POPUP_DRAWFORM
173 Text [ en-US ] = "Popup menu for form objects";
176 // Popup-Menue fuer (Uno-) Controls
178 Menu RID_POPUP_DRAWFORM
182 MenuItem { ITEM_FORMAT_ATTR_TRANSFORM };
184 //-#i68101#----------------------
185 MenuItem { Separator = TRUE ; };
186 MN_TITLE_DESCRIPTION_OBJECT
188 //-#i68101#----------------------
190 //------------------------------
191 MenuItem { Separator = TRUE ; };
192 //------------------------------
193 MenuItem { ITEM_FORM_CONTROL_PROPERTIES };
194 MenuItem { ITEM_FORM_PROPERTIES };
195 MenuItem { ITEM_REPLACE_CONTROL };
196 //------------------------------
197 MenuItem { Separator = TRUE ; };
198 //------------------------------
202 //------------------------------
203 MenuItem { Separator = TRUE ; };
204 //------------------------------
209 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */