154 lines
4.7 KiB
Plaintext
154 lines
4.7 KiB
Plaintext
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*
|
|
* 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/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
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|