1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22#include "svx/fmresids.hrc" 23#include <svx/svxids.hrc> 24#include <svx/dialogs.hrc> 25#include <sfx2/sfxsids.hrc> 26#include "globlmn.hrc" 27#include "helpid.hrc" 28#include "fmhelp.hrc" 29 30Menu RID_FM_TEXTATTRIBUTE_MENU 31{ 32 ItemList = 33 { 34 MenuItem 35 { 36 ITEM_FORMAT_ATTR_CHAR_FONT 37 }; 38 MenuItem 39 { 40 ITEM_FORMAT_ATTR_CHAR_FONTHEIGHT 41 }; 42 MenuItem 43 { 44 Identifier = MENU_FM_TEXTATTRIBITES_STYLE ; 45 HelpID = HID_MENU_FM_TEXTATTRIBUTES_STYLE ; 46 Text [ en-US ] = "St~yle" ; 47 SubMenu = Menu 48 { 49 ItemList = 50 { 51 MenuItem 52 { 53 ITEM_FORMAT_ATTR_CHAR_WEIGHT 54 }; 55 MenuItem 56 { 57 ITEM_FORMAT_ATTR_CHAR_POSTURE 58 }; 59 MenuItem 60 { 61 ITEM_FORMAT_ATTR_CHAR_OVERLINE 62 }; 63 MenuItem 64 { 65 ITEM_FORMAT_ATTR_CHAR_UNDERLINE 66 }; 67 MenuItem 68 { 69 ITEM_FORMAT_ATTR_CHAR_STRIKEOUT 70 }; 71 MenuItem 72 { 73 ITEM_FORMAT_ATTR_CHAR_SHADOWED 74 }; 75 MenuItem 76 { 77 ITEM_FORMAT_ATTR_CHAR_CONTOUR 78 }; 79 MenuItem { Separator = TRUE; } ; 80 MenuItem 81 { 82 ITEM_FORMAT_SET_SUPER_SCRIPT 83 }; 84 MenuItem 85 { 86 ITEM_FORMAT_SET_SUB_SCRIPT 87 }; 88 }; 89 }; 90 }; 91 MenuItem 92 { 93 Identifier = MENU_FM_TEXTATTRIBITES_ALIGNMENT ; 94 HelpID = HID_MENU_FM_TEXTATTRIBUTES_ALIGNMENT ; 95 Text [ en-US ] = "~Alignment" ; 96 RadioCheck = TRUE ; 97 SubMenu = Menu 98 { 99 ItemList = 100 { 101 MenuItem 102 { 103 RadioCheck = TRUE ; 104 ITEM_FORMAT_ATTR_PARA_ADJUST_LEFT 105 }; 106 MenuItem 107 { 108 RadioCheck = TRUE ; 109 ITEM_FORMAT_ATTR_PARA_ADJUST_RIGHT 110 }; 111 MenuItem 112 { 113 RadioCheck = TRUE ; 114 ITEM_FORMAT_ATTR_PARA_ADJUST_CENTER 115 }; 116 MenuItem 117 { 118 ITEM_FORMAT_ATTR_PARA_ADJUST_BLOCK 119 RadioCheck = TRUE ; 120 }; 121 }; 122 }; 123 }; 124 MenuItem 125 { 126 Identifier = MENU_FM_TEXTATTRIBITES_SPACING ; 127 HelpID = HID_MENU_FM_TEXTATTRIBUTES_SPACING ; 128 Text [ en-US ] = "~Line Spacing" ; 129 _MenuItemFlags = MIB_RADIOCHECK ; 130 SubMenu = Menu 131 { 132 ItemList = 133 { 134 MenuItem 135 { 136 RadioCheck = TRUE ; 137 ITEM_FORMAT_PARA_LINESPACE_10 138 }; 139 MenuItem 140 { 141 RadioCheck = TRUE ; 142 ITEM_FORMAT_PARA_LINESPACE_15 143 }; 144 MenuItem 145 { 146 RadioCheck = TRUE ; 147 ITEM_FORMAT_PARA_LINESPACE_20 148 }; 149 }; 150 }; 151 }; 152 }; 153}; 154 155TabDialog RID_SVXDLG_TEXTCONTROL_CHARATTR 156{ 157 OutputSize = TRUE ; 158 SVLook = TRUE ; 159 Moveable = TRUE ; 160 161 Text [ en-US ] = "Character" ; 162 163 TabControl 1 164 { 165 OutputSize = TRUE ; 166 PageList = 167 { 168 PageItem 169 { 170 Identifier = RID_SVXPAGE_CHAR_NAME ; 171 Text [ en-US ] = "Font" ; 172 }; 173 PageItem 174 { 175 Identifier = RID_SVXPAGE_CHAR_EFFECTS ; 176 Text [ en-US ] = "Font Effects" ; 177 }; 178 PageItem 179 { 180 Identifier = RID_SVXPAGE_CHAR_POSITION ; 181 Text [ en-US ] = "Position" ; 182 }; 183 }; 184 }; 185}; 186 187TabDialog RID_SVXDLG_TEXTCONTROL_PARAATTR 188{ 189 OutputSize = TRUE ; 190 SVLook = TRUE ; 191 Moveable = TRUE ; 192 193 Text [ en-US ] = "Paragraph" ; 194 195 TabControl 1 196 { 197 OutputSize = TRUE ; 198 PageList = 199 { 200 PageItem 201 { 202 Identifier = RID_SVXPAGE_STD_PARAGRAPH ; 203 Text [ en-US ] = "Indents & Spacing" ; 204 }; 205 PageItem 206 { 207 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ; 208 Text [ en-US ] = "Alignment" ; 209 }; 210 PageItem 211 { 212 Identifier = RID_SVXPAGE_PARA_ASIAN ; 213 Text [ en-US ] = "Asian Typography" ; 214 }; 215 PageItem 216 { 217 Identifier = RID_SVXPAGE_TABULATOR ; 218 Text [ en-US ] = "Tabs" ; 219 }; 220 }; 221 }; 222}; 223 224// ********************************************************************** EOF 225