blob: 22572f47f8755cf56a3018eb36e3d30b7ef03212 [file] [log] [blame]
/**************************************************************
*
* 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
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#include "svx/fmresids.hrc"
#include <svx/svxids.hrc>
#include <svx/dialogs.hrc>
#include <sfx2/sfxsids.hrc>
#include "globlmn.hrc"
#include "helpid.hrc"
#include "fmhelp.hrc"
Menu RID_FM_TEXTATTRIBUTE_MENU
{
ItemList =
{
MenuItem
{
ITEM_FORMAT_ATTR_CHAR_FONT
};
MenuItem
{
ITEM_FORMAT_ATTR_CHAR_FONTHEIGHT
};
MenuItem
{
Identifier = MENU_FM_TEXTATTRIBITES_STYLE;
HelpID = HID_MENU_FM_TEXTATTRIBUTES_STYLE;
Text [ en-US ] = "St~yle";
SubMenu = Menu
{
ItemList =
{
MenuItem
{
ITEM_FORMAT_ATTR_CHAR_WEIGHT
};
MenuItem
{
ITEM_FORMAT_ATTR_CHAR_POSTURE
};
MenuItem
{
ITEM_FORMAT_ATTR_CHAR_OVERLINE
};
MenuItem
{
ITEM_FORMAT_ATTR_CHAR_UNDERLINE
};
MenuItem
{
ITEM_FORMAT_ATTR_CHAR_STRIKEOUT
};
MenuItem
{
ITEM_FORMAT_ATTR_CHAR_SHADOWED
};
MenuItem
{
ITEM_FORMAT_ATTR_CHAR_CONTOUR
};
MenuItem { Separator = TRUE; };
MenuItem
{
ITEM_FORMAT_SET_SUPER_SCRIPT
};
MenuItem
{
ITEM_FORMAT_SET_SUB_SCRIPT
};
};
};
};
MenuItem
{
Identifier = MENU_FM_TEXTATTRIBITES_ALIGNMENT;
HelpID = HID_MENU_FM_TEXTATTRIBUTES_ALIGNMENT;
Text [ en-US ] = "~Alignment";
RadioCheck = TRUE;
SubMenu = Menu
{
ItemList =
{
MenuItem
{
RadioCheck = TRUE;
ITEM_FORMAT_ATTR_PARA_ADJUST_LEFT
};
MenuItem
{
RadioCheck = TRUE;
ITEM_FORMAT_ATTR_PARA_ADJUST_RIGHT
};
MenuItem
{
RadioCheck = TRUE;
ITEM_FORMAT_ATTR_PARA_ADJUST_CENTER
};
MenuItem
{
ITEM_FORMAT_ATTR_PARA_ADJUST_BLOCK
RadioCheck = TRUE;
};
};
};
};
MenuItem
{
Identifier = MENU_FM_TEXTATTRIBITES_SPACING;
HelpID = HID_MENU_FM_TEXTATTRIBUTES_SPACING;
Text [ en-US ] = "~Line Spacing";
_MenuItemFlags = MIB_RADIOCHECK;
SubMenu = Menu
{
ItemList =
{
MenuItem
{
RadioCheck = TRUE;
ITEM_FORMAT_PARA_LINESPACE_10
};
MenuItem
{
RadioCheck = TRUE;
ITEM_FORMAT_PARA_LINESPACE_15
};
MenuItem
{
RadioCheck = TRUE;
ITEM_FORMAT_PARA_LINESPACE_20
};
};
};
};
};
};
TabDialog RID_SVXDLG_TEXTCONTROL_CHARATTR
{
OutputSize = TRUE;
SVLook = TRUE;
Moveable = TRUE;
Text [ en-US ] = "Character";
TabControl 1
{
OutputSize = TRUE;
PageList =
{
PageItem
{
Identifier = RID_SVXPAGE_CHAR_NAME;
Text [ en-US ] = "Font";
};
PageItem
{
Identifier = RID_SVXPAGE_CHAR_EFFECTS;
Text [ en-US ] = "Font Effects";
};
PageItem
{
Identifier = RID_SVXPAGE_CHAR_POSITION;
Text [ en-US ] = "Position";
};
};
};
};
TabDialog RID_SVXDLG_TEXTCONTROL_PARAATTR
{
OutputSize = TRUE;
SVLook = TRUE;
Moveable = TRUE;
Text [ en-US ] = "Paragraph";
TabControl 1
{
OutputSize = TRUE;
PageList =
{
PageItem
{
Identifier = RID_SVXPAGE_STD_PARAGRAPH;
Text [ en-US ] = "Indents & Spacing";
};
PageItem
{
Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH;
Text [ en-US ] = "Alignment";
};
PageItem
{
Identifier = RID_SVXPAGE_PARA_ASIAN;
Text [ en-US ] = "Asian Typography";
};
PageItem
{
Identifier = RID_SVXPAGE_TABULATOR;
Text [ en-US ] = "Tabs";
};
};
};
};