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 23 24#include "svx/fmresids.hrc" 25#include <svx/svxids.hrc> 26#include <svx/dialogs.hrc> 27#include <sfx2/sfxsids.hrc> 28#include "globlmn.hrc" 29#include "helpid.hrc" 30#include "fmhelp.hrc" 31 32Menu RID_FM_TEXTATTRIBUTE_MENU 33{ 34 ItemList = 35 { 36 MenuItem 37 { 38 ITEM_FORMAT_ATTR_CHAR_FONT 39 }; 40 MenuItem 41 { 42 ITEM_FORMAT_ATTR_CHAR_FONTHEIGHT 43 }; 44 MenuItem 45 { 46 Identifier = MENU_FM_TEXTATTRIBITES_STYLE ; 47 HelpID = HID_MENU_FM_TEXTATTRIBUTES_STYLE ; 48 Text [ en-US ] = "St~yle" ; 49 SubMenu = Menu 50 { 51 ItemList = 52 { 53 MenuItem 54 { 55 ITEM_FORMAT_ATTR_CHAR_WEIGHT 56 }; 57 MenuItem 58 { 59 ITEM_FORMAT_ATTR_CHAR_POSTURE 60 }; 61 MenuItem 62 { 63 ITEM_FORMAT_ATTR_CHAR_OVERLINE 64 }; 65 MenuItem 66 { 67 ITEM_FORMAT_ATTR_CHAR_UNDERLINE 68 }; 69 MenuItem 70 { 71 ITEM_FORMAT_ATTR_CHAR_STRIKEOUT 72 }; 73 MenuItem 74 { 75 ITEM_FORMAT_ATTR_CHAR_SHADOWED 76 }; 77 MenuItem 78 { 79 ITEM_FORMAT_ATTR_CHAR_CONTOUR 80 }; 81 MenuItem { Separator = TRUE; } ; 82 MenuItem 83 { 84 ITEM_FORMAT_SET_SUPER_SCRIPT 85 }; 86 MenuItem 87 { 88 ITEM_FORMAT_SET_SUB_SCRIPT 89 }; 90 }; 91 }; 92 }; 93 MenuItem 94 { 95 Identifier = MENU_FM_TEXTATTRIBITES_ALIGNMENT ; 96 HelpID = HID_MENU_FM_TEXTATTRIBUTES_ALIGNMENT ; 97 Text [ en-US ] = "~Alignment" ; 98 RadioCheck = TRUE ; 99 SubMenu = Menu 100 { 101 ItemList = 102 { 103 MenuItem 104 { 105 RadioCheck = TRUE ; 106 ITEM_FORMAT_ATTR_PARA_ADJUST_LEFT 107 }; 108 MenuItem 109 { 110 RadioCheck = TRUE ; 111 ITEM_FORMAT_ATTR_PARA_ADJUST_RIGHT 112 }; 113 MenuItem 114 { 115 RadioCheck = TRUE ; 116 ITEM_FORMAT_ATTR_PARA_ADJUST_CENTER 117 }; 118 MenuItem 119 { 120 ITEM_FORMAT_ATTR_PARA_ADJUST_BLOCK 121 RadioCheck = TRUE ; 122 }; 123 }; 124 }; 125 }; 126 MenuItem 127 { 128 Identifier = MENU_FM_TEXTATTRIBITES_SPACING ; 129 HelpID = HID_MENU_FM_TEXTATTRIBUTES_SPACING ; 130 Text [ en-US ] = "~Line Spacing" ; 131 _MenuItemFlags = MIB_RADIOCHECK ; 132 SubMenu = Menu 133 { 134 ItemList = 135 { 136 MenuItem 137 { 138 RadioCheck = TRUE ; 139 ITEM_FORMAT_PARA_LINESPACE_10 140 }; 141 MenuItem 142 { 143 RadioCheck = TRUE ; 144 ITEM_FORMAT_PARA_LINESPACE_15 145 }; 146 MenuItem 147 { 148 RadioCheck = TRUE ; 149 ITEM_FORMAT_PARA_LINESPACE_20 150 }; 151 }; 152 }; 153 }; 154 }; 155}; 156 157TabDialog RID_SVXDLG_TEXTCONTROL_CHARATTR 158{ 159 OutputSize = TRUE ; 160 SVLook = TRUE ; 161 Moveable = TRUE ; 162 163 Text [ en-US ] = "Character" ; 164 165 TabControl 1 166 { 167 OutputSize = TRUE ; 168 PageList = 169 { 170 PageItem 171 { 172 Identifier = RID_SVXPAGE_CHAR_NAME ; 173 Text [ en-US ] = "Font" ; 174 }; 175 PageItem 176 { 177 Identifier = RID_SVXPAGE_CHAR_EFFECTS ; 178 Text [ en-US ] = "Font Effects" ; 179 }; 180 PageItem 181 { 182 Identifier = RID_SVXPAGE_CHAR_POSITION ; 183 Text [ en-US ] = "Position" ; 184 }; 185 }; 186 }; 187}; 188 189TabDialog RID_SVXDLG_TEXTCONTROL_PARAATTR 190{ 191 OutputSize = TRUE ; 192 SVLook = TRUE ; 193 Moveable = TRUE ; 194 195 Text [ en-US ] = "Paragraph" ; 196 197 TabControl 1 198 { 199 OutputSize = TRUE ; 200 PageList = 201 { 202 PageItem 203 { 204 Identifier = RID_SVXPAGE_STD_PARAGRAPH ; 205 Text [ en-US ] = "Indents & Spacing" ; 206 }; 207 PageItem 208 { 209 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ; 210 Text [ en-US ] = "Alignment" ; 211 }; 212 PageItem 213 { 214 Identifier = RID_SVXPAGE_PARA_ASIAN ; 215 Text [ en-US ] = "Asian Typography" ; 216 }; 217 PageItem 218 { 219 Identifier = RID_SVXPAGE_TABULATOR ; 220 Text [ en-US ] = "Tabs" ; 221 }; 222 }; 223 }; 224}; 225 226// ********************************************************************** EOF 227