Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / svx / source / form / formshell.src
blob339cb17aae9d813797d175b8db2471d39cb04fe3
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "svx/fmresids.hrc"
21 #include <svx/svxids.hrc>
22 #include <svx/dialogs.hrc>
23 #include <sfx2/sfxsids.hrc>
24 #include "globlmn.hrc"
25 #include "helpid.hrc"
26 #include "fmhelp.hrc"
28 Menu RID_FM_TEXTATTRIBUTE_MENU
30     ItemList =
31     {
32         MenuItem
33         {
34             ITEM_FORMAT_ATTR_CHAR_FONT
35         };
36         MenuItem
37         {
38             ITEM_FORMAT_ATTR_CHAR_FONTHEIGHT
39         };
40         MenuItem
41         {
42             Identifier = MENU_FM_TEXTATTRIBITES_STYLE;
43             HelpID = HID_MENU_FM_TEXTATTRIBUTES_STYLE;
44             Text [ en-US ] = "St~yle";
45             SubMenu = Menu
46             {
47                 ItemList =
48                 {
49                     MenuItem
50                     {
51                         ITEM_FORMAT_ATTR_CHAR_WEIGHT
52                     };
53                     MenuItem
54                     {
55                         ITEM_FORMAT_ATTR_CHAR_POSTURE
56                     };
57                     MenuItem
58                     {
59                         ITEM_FORMAT_ATTR_CHAR_OVERLINE
60                     };
61                     MenuItem
62                     {
63                         ITEM_FORMAT_ATTR_CHAR_UNDERLINE
64                     };
65                     MenuItem
66                     {
67                         ITEM_FORMAT_ATTR_CHAR_STRIKEOUT
68                     };
69                     MenuItem
70                     {
71                         ITEM_FORMAT_ATTR_CHAR_SHADOWED
72                     };
73                     MenuItem
74                     {
75                         ITEM_FORMAT_ATTR_CHAR_CONTOUR
76                     };
77                     MenuItem { Separator = TRUE; };
78                     MenuItem
79                     {
80                         ITEM_FORMAT_SET_SUPER_SCRIPT
81                     };
82                     MenuItem
83                     {
84                         ITEM_FORMAT_SET_SUB_SCRIPT
85                     };
86                 };
87             };
88         };
89         MenuItem
90         {
91             Identifier = MENU_FM_TEXTATTRIBITES_ALIGNMENT;
92             HelpID = HID_MENU_FM_TEXTATTRIBUTES_ALIGNMENT;
93             Text [ en-US ] = "~Alignment";
94             RadioCheck = TRUE;
95             SubMenu = Menu
96             {
97                 ItemList =
98                 {
99                     MenuItem
100                     {
101                         RadioCheck = TRUE;
102                         ITEM_FORMAT_ATTR_PARA_ADJUST_LEFT
103                     };
104                     MenuItem
105                     {
106                         RadioCheck = TRUE;
107                         ITEM_FORMAT_ATTR_PARA_ADJUST_RIGHT
108                     };
109                     MenuItem
110                     {
111                         RadioCheck = TRUE;
112                         ITEM_FORMAT_ATTR_PARA_ADJUST_CENTER
113                     };
114                     MenuItem
115                     {
116                         ITEM_FORMAT_ATTR_PARA_ADJUST_BLOCK
117                         RadioCheck = TRUE;
118                     };
119                 };
120             };
121         };
122         MenuItem
123         {
124             Identifier = MENU_FM_TEXTATTRIBITES_SPACING;
125             HelpID = HID_MENU_FM_TEXTATTRIBUTES_SPACING;
126             Text [ en-US ] = "~Line Spacing";
127             _MenuItemFlags = MIB_RADIOCHECK;
128             SubMenu = Menu
129             {
130                 ItemList =
131                 {
132                     MenuItem
133                     {
134                         RadioCheck = TRUE;
135                         ITEM_FORMAT_PARA_LINESPACE_10
136                     };
137                     MenuItem
138                     {
139                         RadioCheck = TRUE;
140                         ITEM_FORMAT_PARA_LINESPACE_15
141                     };
142                     MenuItem
143                     {
144                         RadioCheck = TRUE;
145                         ITEM_FORMAT_PARA_LINESPACE_20
146                     };
147                 };
148             };
149         };
150     };
153 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */