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/fmresids.hrc"
21 #include <svx/svxids.hrc>
22 #include <svx/dialogs.hrc>
23 #include <sfx2/sfxsids.hrc>
24 #include "globlmn.hrc"
28 Menu RID_FM_TEXTATTRIBUTE_MENU
34 ITEM_FORMAT_ATTR_CHAR_FONT
38 ITEM_FORMAT_ATTR_CHAR_FONTHEIGHT
42 Identifier = MENU_FM_TEXTATTRIBITES_STYLE;
43 HelpID = HID_MENU_FM_TEXTATTRIBUTES_STYLE;
44 Text [ en-US ] = "St~yle";
51 ITEM_FORMAT_ATTR_CHAR_WEIGHT
55 ITEM_FORMAT_ATTR_CHAR_POSTURE
59 ITEM_FORMAT_ATTR_CHAR_OVERLINE
63 ITEM_FORMAT_ATTR_CHAR_UNDERLINE
67 ITEM_FORMAT_ATTR_CHAR_STRIKEOUT
71 ITEM_FORMAT_ATTR_CHAR_SHADOWED
75 ITEM_FORMAT_ATTR_CHAR_CONTOUR
77 MenuItem { Separator = TRUE; };
80 ITEM_FORMAT_SET_SUPER_SCRIPT
84 ITEM_FORMAT_SET_SUB_SCRIPT
91 Identifier = MENU_FM_TEXTATTRIBITES_ALIGNMENT;
92 HelpID = HID_MENU_FM_TEXTATTRIBUTES_ALIGNMENT;
93 Text [ en-US ] = "~Alignment";
102 ITEM_FORMAT_ATTR_PARA_ADJUST_LEFT
107 ITEM_FORMAT_ATTR_PARA_ADJUST_RIGHT
112 ITEM_FORMAT_ATTR_PARA_ADJUST_CENTER
116 ITEM_FORMAT_ATTR_PARA_ADJUST_BLOCK
124 Identifier = MENU_FM_TEXTATTRIBITES_SPACING;
125 HelpID = HID_MENU_FM_TEXTATTRIBUTES_SPACING;
126 Text [ en-US ] = "~Line Spacing";
127 _MenuItemFlags = MIB_RADIOCHECK;
135 ITEM_FORMAT_PARA_LINESPACE_10
140 ITEM_FORMAT_PARA_LINESPACE_15
145 ITEM_FORMAT_PARA_LINESPACE_20
153 TabDialog RID_SVXDLG_TEXTCONTROL_CHARATTR
159 Text [ en-US ] = "Character";
168 Identifier = RID_SVXPAGE_CHAR_NAME;
169 Text [ en-US ] = "Font";
173 Identifier = RID_SVXPAGE_CHAR_EFFECTS;
174 Text [ en-US ] = "Font Effects";
178 Identifier = RID_SVXPAGE_CHAR_POSITION;
179 Text [ en-US ] = "Position";
185 TabDialog RID_SVXDLG_TEXTCONTROL_PARAATTR
191 Text [ en-US ] = "Paragraph";
200 Identifier = RID_SVXPAGE_STD_PARAGRAPH;
201 Text [ en-US ] = "Indents & Spacing";
205 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH;
206 Text [ en-US ] = "Alignment";
210 Identifier = RID_SVXPAGE_PARA_ASIAN;
211 Text [ en-US ] = "Asian Typography";
215 Identifier = RID_SVXPAGE_TABULATOR;
216 Text [ en-US ] = "Tabs";
222 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */