18e3a06d4SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 38e3a06d4SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 48e3a06d4SAndrew Rist * or more contributor license agreements. See the NOTICE file 58e3a06d4SAndrew Rist * distributed with this work for additional information 68e3a06d4SAndrew Rist * regarding copyright ownership. The ASF licenses this file 78e3a06d4SAndrew Rist * to you under the Apache License, Version 2.0 (the 88e3a06d4SAndrew Rist * "License"); you may not use this file except in compliance 98e3a06d4SAndrew Rist * with the License. You may obtain a copy of the License at 108e3a06d4SAndrew Rist * 118e3a06d4SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 128e3a06d4SAndrew Rist * 138e3a06d4SAndrew Rist * Unless required by applicable law or agreed to in writing, 148e3a06d4SAndrew Rist * software distributed under the License is distributed on an 158e3a06d4SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 168e3a06d4SAndrew Rist * KIND, either express or implied. See the License for the 178e3a06d4SAndrew Rist * specific language governing permissions and limitations 188e3a06d4SAndrew Rist * under the License. 198e3a06d4SAndrew Rist * 208e3a06d4SAndrew Rist *************************************************************/ 218e3a06d4SAndrew Rist 22*02f7a3b7Smseidel 23cdf0e10cSrcweir // include ------------------------------------------------------------------ 24cdf0e10cSrcweir#include <editeng/editrids.hrc> 25cdf0e10cSrcweir // pragma ------------------------------------------------------------------- 26cdf0e10cSrcweir 27cdf0e10cSrcweir // Value-Strings ------------------------------------------------------------ 28cdf0e10cSrcweirString RID_SVXITEMS_TRUE 29cdf0e10cSrcweir{ 30cdf0e10cSrcweir Text [ en-US ] = "True" ; 31cdf0e10cSrcweir}; 32cdf0e10cSrcweirString RID_SVXITEMS_FALSE 33cdf0e10cSrcweir{ 34cdf0e10cSrcweir Text [ en-US ] = "False" ; 35cdf0e10cSrcweir}; 36cdf0e10cSrcweir // enum SvxBreak ------------------------------------------------------------ 37cdf0e10cSrcweirString RID_SVXITEMS_BREAK_NONE 38cdf0e10cSrcweir{ 39cdf0e10cSrcweir Text [ en-US ] = "No break" ; 40cdf0e10cSrcweir}; 41cdf0e10cSrcweirString RID_SVXITEMS_BREAK_COLUMN_BEFORE 42cdf0e10cSrcweir{ 43cdf0e10cSrcweir Text [ en-US ] = "Break before new column" ; 44cdf0e10cSrcweir}; 45cdf0e10cSrcweirString RID_SVXITEMS_BREAK_COLUMN_AFTER 46cdf0e10cSrcweir{ 47cdf0e10cSrcweir Text [ en-US ] = "Break after new column" ; 48cdf0e10cSrcweir}; 49cdf0e10cSrcweirString RID_SVXITEMS_BREAK_COLUMN_BOTH 50cdf0e10cSrcweir{ 51cdf0e10cSrcweir Text [ en-US ] = "Break before and after new column" ; 52cdf0e10cSrcweir}; 53cdf0e10cSrcweirString RID_SVXITEMS_BREAK_PAGE_BEFORE 54cdf0e10cSrcweir{ 55cdf0e10cSrcweir Text [ en-US ] = "Break before new page" ; 56cdf0e10cSrcweir}; 57cdf0e10cSrcweirString RID_SVXITEMS_BREAK_PAGE_AFTER 58cdf0e10cSrcweir{ 59cdf0e10cSrcweir Text [ en-US ] = "Break after new page" ; 60cdf0e10cSrcweir}; 61cdf0e10cSrcweirString RID_SVXITEMS_BREAK_PAGE_BOTH 62cdf0e10cSrcweir{ 63cdf0e10cSrcweir Text [ en-US ] = "Break before and after new page" ; 64cdf0e10cSrcweir}; 65cdf0e10cSrcweir // enum SvxShadowLocation --------------------------------------------------- 66cdf0e10cSrcweirString RID_SVXITEMS_SHADOW_NONE 67cdf0e10cSrcweir{ 68cdf0e10cSrcweir Text [ en-US ] = "No Shadow" ; 69cdf0e10cSrcweir}; 70cdf0e10cSrcweirString RID_SVXITEMS_SHADOW_TOPLEFT 71cdf0e10cSrcweir{ 72cdf0e10cSrcweir Text [ en-US ] = "Shadow top left" ; 73cdf0e10cSrcweir}; 74cdf0e10cSrcweirString RID_SVXITEMS_SHADOW_TOPRIGHT 75cdf0e10cSrcweir{ 76cdf0e10cSrcweir Text [ en-US ] = "Shadow top right" ; 77cdf0e10cSrcweir}; 78cdf0e10cSrcweirString RID_SVXITEMS_SHADOW_BOTTOMLEFT 79cdf0e10cSrcweir{ 80cdf0e10cSrcweir Text [ en-US ] = "Shadow bottom left" ; 81cdf0e10cSrcweir}; 82cdf0e10cSrcweirString RID_SVXITEMS_SHADOW_BOTTOMRIGHT 83cdf0e10cSrcweir{ 84cdf0e10cSrcweir Text [ en-US ] = "Shadow bottom right" ; 85cdf0e10cSrcweir}; 86cdf0e10cSrcweir // enum ColorName ----------------------------------------------------------- 87cdf0e10cSrcweirString RID_SVXITEMS_COLOR 88cdf0e10cSrcweir{ 89cdf0e10cSrcweir Text [ en-US ] = "Color " ; 90cdf0e10cSrcweir}; 91cdf0e10cSrcweirString RID_SVXITEMS_COLOR_BLACK 92cdf0e10cSrcweir{ 93cdf0e10cSrcweir Text [ en-US ] = "Black" ; 94cdf0e10cSrcweir}; 95cdf0e10cSrcweirString RID_SVXITEMS_COLOR_BLUE 96cdf0e10cSrcweir{ 97cdf0e10cSrcweir Text [ en-US ] = "Blue" ; 98cdf0e10cSrcweir}; 99cdf0e10cSrcweirString RID_SVXITEMS_COLOR_GREEN 100cdf0e10cSrcweir{ 101cdf0e10cSrcweir Text [ en-US ] = "Green" ; 102cdf0e10cSrcweir}; 103cdf0e10cSrcweirString RID_SVXITEMS_COLOR_CYAN 104cdf0e10cSrcweir{ 105cdf0e10cSrcweir Text [ en-US ] = "Cyan" ; 106cdf0e10cSrcweir}; 107cdf0e10cSrcweirString RID_SVXITEMS_COLOR_RED 108cdf0e10cSrcweir{ 109cdf0e10cSrcweir Text [ en-US ] = "Red" ; 110cdf0e10cSrcweir}; 111cdf0e10cSrcweirString RID_SVXITEMS_COLOR_MAGENTA 112cdf0e10cSrcweir{ 113cdf0e10cSrcweir Text [ en-US ] = "Magenta" ; 114cdf0e10cSrcweir}; 115cdf0e10cSrcweirString RID_SVXITEMS_COLOR_BROWN 116cdf0e10cSrcweir{ 117cdf0e10cSrcweir Text [ en-US ] = "Brown" ; 118cdf0e10cSrcweir}; 119cdf0e10cSrcweirString RID_SVXITEMS_COLOR_GRAY 120cdf0e10cSrcweir{ 121cdf0e10cSrcweir Text [ en-US ] = "Gray" ; 122cdf0e10cSrcweir}; 123cdf0e10cSrcweirString RID_SVXITEMS_COLOR_LIGHTGRAY 124cdf0e10cSrcweir{ 125cdf0e10cSrcweir Text [ en-US ] = "Light Gray" ; 126cdf0e10cSrcweir}; 127cdf0e10cSrcweirString RID_SVXITEMS_COLOR_LIGHTBLUE 128cdf0e10cSrcweir{ 129cdf0e10cSrcweir Text [ en-US ] = "Light Blue" ; 130cdf0e10cSrcweir}; 131cdf0e10cSrcweirString RID_SVXITEMS_COLOR_LIGHTGREEN 132cdf0e10cSrcweir{ 133cdf0e10cSrcweir Text [ en-US ] = "Light Green" ; 134cdf0e10cSrcweir}; 135cdf0e10cSrcweirString RID_SVXITEMS_COLOR_LIGHTCYAN 136cdf0e10cSrcweir{ 137cdf0e10cSrcweir Text [ en-US ] = "Light Cyan" ; 138cdf0e10cSrcweir}; 139cdf0e10cSrcweirString RID_SVXITEMS_COLOR_LIGHTRED 140cdf0e10cSrcweir{ 141cdf0e10cSrcweir Text [ en-US ] = "Light Red" ; 142cdf0e10cSrcweir}; 143cdf0e10cSrcweirString RID_SVXITEMS_COLOR_LIGHTMAGENTA 144cdf0e10cSrcweir{ 145cdf0e10cSrcweir Text [ en-US ] = "Light Magenta" ; 146cdf0e10cSrcweir}; 147cdf0e10cSrcweirString RID_SVXITEMS_COLOR_YELLOW 148cdf0e10cSrcweir{ 149cdf0e10cSrcweir Text [ en-US ] = "Yellow" ; 150cdf0e10cSrcweir}; 151cdf0e10cSrcweirString RID_SVXITEMS_COLOR_WHITE 152cdf0e10cSrcweir{ 153cdf0e10cSrcweir Text [ en-US ] = "White" ; 154cdf0e10cSrcweir}; 155cdf0e10cSrcweirString RID_SVXITEMS_COLOR_MENUBAR 156cdf0e10cSrcweir{ 157cdf0e10cSrcweir Text = "?" ; 158cdf0e10cSrcweir}; 159cdf0e10cSrcweirString RID_SVXITEMS_COLOR_MENUBARTEXT 160cdf0e10cSrcweir{ 161cdf0e10cSrcweir Text = "?" ; 162cdf0e10cSrcweir}; 163cdf0e10cSrcweirString RID_SVXITEMS_COLOR_POPUPMENU 164cdf0e10cSrcweir{ 165cdf0e10cSrcweir Text = "?" ; 166cdf0e10cSrcweir}; 167cdf0e10cSrcweirString RID_SVXITEMS_COLOR_POPUPMENUTEXT 168cdf0e10cSrcweir{ 169cdf0e10cSrcweir Text = "?" ; 170cdf0e10cSrcweir}; 171cdf0e10cSrcweirString RID_SVXITEMS_COLOR_WINDOWTEXT 172cdf0e10cSrcweir{ 173cdf0e10cSrcweir Text = "?" ; 174cdf0e10cSrcweir}; 175cdf0e10cSrcweirString RID_SVXITEMS_COLOR_WINDOWWORKSPACE 176cdf0e10cSrcweir{ 177cdf0e10cSrcweir Text = "?" ; 178cdf0e10cSrcweir}; 179cdf0e10cSrcweirString RID_SVXITEMS_COLOR_HIGHLIGHT 180cdf0e10cSrcweir{ 181cdf0e10cSrcweir Text = "?" ; 182cdf0e10cSrcweir}; 183cdf0e10cSrcweirString RID_SVXITEMS_COLOR_HIGHLIGHTTEXT 184cdf0e10cSrcweir{ 185cdf0e10cSrcweir Text = "?" ; 186cdf0e10cSrcweir}; 187cdf0e10cSrcweirString RID_SVXITEMS_COLOR_3DTEXT 188cdf0e10cSrcweir{ 189cdf0e10cSrcweir Text = "?" ; 190cdf0e10cSrcweir}; 191cdf0e10cSrcweirString RID_SVXITEMS_COLOR_3DFACE 192cdf0e10cSrcweir{ 193cdf0e10cSrcweir Text = "?" ; 194cdf0e10cSrcweir}; 195cdf0e10cSrcweirString RID_SVXITEMS_COLOR_3DLIGHT 196cdf0e10cSrcweir{ 197cdf0e10cSrcweir Text = "?" ; 198cdf0e10cSrcweir}; 199cdf0e10cSrcweirString RID_SVXITEMS_COLOR_3DSHADOW 200cdf0e10cSrcweir{ 201cdf0e10cSrcweir Text = "?" ; 202cdf0e10cSrcweir}; 203cdf0e10cSrcweirString RID_SVXITEMS_COLOR_SCROLLBAR 204cdf0e10cSrcweir{ 205cdf0e10cSrcweir Text = "?" ; 206cdf0e10cSrcweir}; 207cdf0e10cSrcweirString RID_SVXITEMS_COLOR_FIELD 208cdf0e10cSrcweir{ 209cdf0e10cSrcweir Text = "?" ; 210cdf0e10cSrcweir}; 211cdf0e10cSrcweirString RID_SVXITEMS_COLOR_FIELDTEXT 212cdf0e10cSrcweir{ 213cdf0e10cSrcweir Text = "?" ; 214cdf0e10cSrcweir}; 215cdf0e10cSrcweir // enum FontItalic ------------------------------------------------------- 216cdf0e10cSrcweirString RID_SVXITEMS_ITALIC_NONE 217cdf0e10cSrcweir{ 218cdf0e10cSrcweir Text [ en-US ] = "Not Italic" ; 219cdf0e10cSrcweir}; 220cdf0e10cSrcweirString RID_SVXITEMS_ITALIC_OBLIQUE 221cdf0e10cSrcweir{ 222cdf0e10cSrcweir Text [ en-US ] = "Oblique italic" ; 223cdf0e10cSrcweir}; 224cdf0e10cSrcweirString RID_SVXITEMS_ITALIC_NORMAL 225cdf0e10cSrcweir{ 226cdf0e10cSrcweir Text [ en-US ] = "Italic" ; 227cdf0e10cSrcweir}; 228cdf0e10cSrcweir // enum FontWeight ------------------------------------------------------- 229cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_DONTKNOW 230cdf0e10cSrcweir{ 231cdf0e10cSrcweir Text = "?" ; 232cdf0e10cSrcweir}; 233cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_THIN 234cdf0e10cSrcweir{ 235cdf0e10cSrcweir Text [ en-US ] = "thin" ; 236cdf0e10cSrcweir}; 237cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_ULTRALIGHT 238cdf0e10cSrcweir{ 239cdf0e10cSrcweir Text [ en-US ] = "ultra thin" ; 240cdf0e10cSrcweir}; 241cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_LIGHT 242cdf0e10cSrcweir{ 243cdf0e10cSrcweir Text [ en-US ] = "light" ; 244cdf0e10cSrcweir}; 245cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_SEMILIGHT 246cdf0e10cSrcweir{ 247cdf0e10cSrcweir Text [ en-US ] = "semi light" ; 248cdf0e10cSrcweir}; 249cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_NORMAL 250cdf0e10cSrcweir{ 251cdf0e10cSrcweir Text [ en-US ] = "normal" ; 252cdf0e10cSrcweir}; 253cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_MEDIUM 254cdf0e10cSrcweir{ 255cdf0e10cSrcweir Text [ en-US ] = "medium" ; 256cdf0e10cSrcweir}; 257cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_SEMIBOLD 258cdf0e10cSrcweir{ 259cdf0e10cSrcweir Text [ en-US ] = "semi bold" ; 260cdf0e10cSrcweir}; 261cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_BOLD 262cdf0e10cSrcweir{ 263cdf0e10cSrcweir Text [ en-US ] = "bold" ; 264cdf0e10cSrcweir}; 265cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_ULTRABOLD 266cdf0e10cSrcweir{ 267cdf0e10cSrcweir Text [ en-US ] = "ultra bold" ; 268cdf0e10cSrcweir}; 269cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_BLACK 270cdf0e10cSrcweir{ 271cdf0e10cSrcweir Text [ en-US ] = "black" ; 272cdf0e10cSrcweir}; 273cdf0e10cSrcweir // enum FontUnderline - used for underline ------------------------------ 274cdf0e10cSrcweirString RID_SVXITEMS_UL_NONE 275cdf0e10cSrcweir{ 276cdf0e10cSrcweir Text [ en-US ] = "No underline" ; 277cdf0e10cSrcweir}; 278cdf0e10cSrcweirString RID_SVXITEMS_UL_SINGLE 279cdf0e10cSrcweir{ 280cdf0e10cSrcweir Text [ en-US ] = "Single underline" ; 281cdf0e10cSrcweir}; 282cdf0e10cSrcweirString RID_SVXITEMS_UL_DOUBLE 283cdf0e10cSrcweir{ 284cdf0e10cSrcweir Text [ en-US ] = "Double underline" ; 285cdf0e10cSrcweir}; 286cdf0e10cSrcweirString RID_SVXITEMS_UL_DOTTED 287cdf0e10cSrcweir{ 288cdf0e10cSrcweir Text [ en-US ] = "Dotted underline" ; 289cdf0e10cSrcweir}; 290cdf0e10cSrcweirString RID_SVXITEMS_UL_DONTKNOW 291cdf0e10cSrcweir{ 292cdf0e10cSrcweir Text [ en-US ] = "Underline"; 293cdf0e10cSrcweir}; 294cdf0e10cSrcweirString RID_SVXITEMS_UL_DASH 295cdf0e10cSrcweir{ 296cdf0e10cSrcweir Text [ en-US ] = "Underline (dashes)"; 297cdf0e10cSrcweir}; 298cdf0e10cSrcweirString RID_SVXITEMS_UL_LONGDASH 299cdf0e10cSrcweir{ 300cdf0e10cSrcweir Text [ en-US ] = "Underline (long dashes)"; 301cdf0e10cSrcweir}; 302cdf0e10cSrcweirString RID_SVXITEMS_UL_DASHDOT 303cdf0e10cSrcweir{ 304cdf0e10cSrcweir Text [ en-US ] = "Underline (dot dash)"; 305cdf0e10cSrcweir}; 306cdf0e10cSrcweirString RID_SVXITEMS_UL_DASHDOTDOT 307cdf0e10cSrcweir{ 308cdf0e10cSrcweir Text [ en-US ] = "Underline (dot dot dash)"; 309cdf0e10cSrcweir}; 310cdf0e10cSrcweirString RID_SVXITEMS_UL_SMALLWAVE 311cdf0e10cSrcweir{ 312cdf0e10cSrcweir Text [ en-US ] = "Underline (small wave)"; 313cdf0e10cSrcweir}; 314cdf0e10cSrcweirString RID_SVXITEMS_UL_WAVE 315cdf0e10cSrcweir{ 316cdf0e10cSrcweir Text [ en-US ] = "Underline (Wave)"; 317cdf0e10cSrcweir}; 318cdf0e10cSrcweirString RID_SVXITEMS_UL_DOUBLEWAVE 319cdf0e10cSrcweir{ 320cdf0e10cSrcweir Text [ en-US ] = "Underline (Double wave)"; 321cdf0e10cSrcweir}; 322cdf0e10cSrcweirString RID_SVXITEMS_UL_BOLD 323cdf0e10cSrcweir{ 324cdf0e10cSrcweir Text [ en-US ] = "Underlined (Bold)"; 325cdf0e10cSrcweir}; 326cdf0e10cSrcweirString RID_SVXITEMS_UL_BOLDDOTTED 327cdf0e10cSrcweir{ 328cdf0e10cSrcweir Text [ en-US ] = "Dotted underline (Bold)"; 329cdf0e10cSrcweir}; 330cdf0e10cSrcweirString RID_SVXITEMS_UL_BOLDDASH 331cdf0e10cSrcweir{ 332cdf0e10cSrcweir Text [ en-US ] = "Underline (Dash bold)"; 333cdf0e10cSrcweir}; 334cdf0e10cSrcweirString RID_SVXITEMS_UL_BOLDLONGDASH 335cdf0e10cSrcweir{ 336cdf0e10cSrcweir Text [ en-US ] = "Underline (long dash, bold)"; 337cdf0e10cSrcweir}; 338cdf0e10cSrcweirString RID_SVXITEMS_UL_BOLDDASHDOT 339cdf0e10cSrcweir{ 340cdf0e10cSrcweir Text [ en-US ] = "Underline (dot dash, bold)"; 341cdf0e10cSrcweir}; 342cdf0e10cSrcweirString RID_SVXITEMS_UL_BOLDDASHDOTDOT 343cdf0e10cSrcweir{ 344cdf0e10cSrcweir Text [ en-US ] = "Underline (dot dot dash, bold)"; 345cdf0e10cSrcweir}; 346cdf0e10cSrcweirString RID_SVXITEMS_UL_BOLDWAVE 347cdf0e10cSrcweir{ 348cdf0e10cSrcweir Text [ en-US ] = "Underline (wave, bold)"; 349cdf0e10cSrcweir}; 350cdf0e10cSrcweir // enum FontUnderline - used for overline ------------------------------- 351cdf0e10cSrcweirString RID_SVXITEMS_OL_NONE 352cdf0e10cSrcweir{ 353cdf0e10cSrcweir Text [ en-US ] = "No overline" ; 354cdf0e10cSrcweir}; 355cdf0e10cSrcweirString RID_SVXITEMS_OL_SINGLE 356cdf0e10cSrcweir{ 357cdf0e10cSrcweir Text [ en-US ] = "Single overline" ; 358cdf0e10cSrcweir}; 359cdf0e10cSrcweirString RID_SVXITEMS_OL_DOUBLE 360cdf0e10cSrcweir{ 361cdf0e10cSrcweir Text [ en-US ] = "Double overline" ; 362cdf0e10cSrcweir}; 363cdf0e10cSrcweirString RID_SVXITEMS_OL_DOTTED 364cdf0e10cSrcweir{ 365cdf0e10cSrcweir Text [ en-US ] = "Dotted overline" ; 366cdf0e10cSrcweir}; 367cdf0e10cSrcweirString RID_SVXITEMS_OL_DONTKNOW 368cdf0e10cSrcweir{ 369cdf0e10cSrcweir Text [ en-US ] = "Overline"; 370cdf0e10cSrcweir}; 371cdf0e10cSrcweirString RID_SVXITEMS_OL_DASH 372cdf0e10cSrcweir{ 373cdf0e10cSrcweir Text [ en-US ] = "Overline (dashes)"; 374cdf0e10cSrcweir}; 375cdf0e10cSrcweirString RID_SVXITEMS_OL_LONGDASH 376cdf0e10cSrcweir{ 377cdf0e10cSrcweir Text [ en-US ] = "Overline (long dashes)"; 378cdf0e10cSrcweir}; 379cdf0e10cSrcweirString RID_SVXITEMS_OL_DASHDOT 380cdf0e10cSrcweir{ 381cdf0e10cSrcweir Text [ en-US ] = "Overline (dot dash)"; 382cdf0e10cSrcweir}; 383cdf0e10cSrcweirString RID_SVXITEMS_OL_DASHDOTDOT 384cdf0e10cSrcweir{ 385cdf0e10cSrcweir Text [ en-US ] = "Overline (dot dot dash)"; 386cdf0e10cSrcweir}; 387cdf0e10cSrcweirString RID_SVXITEMS_OL_SMALLWAVE 388cdf0e10cSrcweir{ 389cdf0e10cSrcweir Text [ en-US ] = "Overline (small wave)"; 390cdf0e10cSrcweir}; 391cdf0e10cSrcweirString RID_SVXITEMS_OL_WAVE 392cdf0e10cSrcweir{ 393cdf0e10cSrcweir Text [ en-US ] = "Overline (Wave)"; 394cdf0e10cSrcweir}; 395cdf0e10cSrcweirString RID_SVXITEMS_OL_DOUBLEWAVE 396cdf0e10cSrcweir{ 397cdf0e10cSrcweir Text [ en-US ] = "Overline (Double wave)"; 398cdf0e10cSrcweir}; 399cdf0e10cSrcweirString RID_SVXITEMS_OL_BOLD 400cdf0e10cSrcweir{ 401cdf0e10cSrcweir Text [ en-US ] = "Overlined (Bold)"; 402cdf0e10cSrcweir}; 403cdf0e10cSrcweirString RID_SVXITEMS_OL_BOLDDOTTED 404cdf0e10cSrcweir{ 405cdf0e10cSrcweir Text [ en-US ] = "Dotted overline (Bold)"; 406cdf0e10cSrcweir}; 407cdf0e10cSrcweirString RID_SVXITEMS_OL_BOLDDASH 408cdf0e10cSrcweir{ 409cdf0e10cSrcweir Text [ en-US ] = "Overline (Dash bold)"; 410cdf0e10cSrcweir}; 411cdf0e10cSrcweirString RID_SVXITEMS_OL_BOLDLONGDASH 412cdf0e10cSrcweir{ 413cdf0e10cSrcweir Text [ en-US ] = "Overline (long dash, bold)"; 414cdf0e10cSrcweir}; 415cdf0e10cSrcweirString RID_SVXITEMS_OL_BOLDDASHDOT 416cdf0e10cSrcweir{ 417cdf0e10cSrcweir Text [ en-US ] = "Overline (dot dash, bold)"; 418cdf0e10cSrcweir}; 419cdf0e10cSrcweirString RID_SVXITEMS_OL_BOLDDASHDOTDOT 420cdf0e10cSrcweir{ 421cdf0e10cSrcweir Text [ en-US ] = "Overline (dot dot dash, bold)"; 422cdf0e10cSrcweir}; 423cdf0e10cSrcweirString RID_SVXITEMS_OL_BOLDWAVE 424cdf0e10cSrcweir{ 425cdf0e10cSrcweir Text [ en-US ] = "Overline (wave, bold)"; 426cdf0e10cSrcweir}; 427cdf0e10cSrcweir // enum FontStrikeout ---------------------------------------------------- 428cdf0e10cSrcweirString RID_SVXITEMS_STRIKEOUT_NONE 429cdf0e10cSrcweir{ 430cdf0e10cSrcweir Text [ en-US ] = "No strikethrough" ; 431cdf0e10cSrcweir}; 432cdf0e10cSrcweirString RID_SVXITEMS_STRIKEOUT_SINGLE 433cdf0e10cSrcweir{ 434cdf0e10cSrcweir Text [ en-US ] = "Single strikethrough" ; 435cdf0e10cSrcweir}; 436cdf0e10cSrcweirString RID_SVXITEMS_STRIKEOUT_DOUBLE 437cdf0e10cSrcweir{ 438cdf0e10cSrcweir Text [ en-US ] = "Double strikethrough" ; 439cdf0e10cSrcweir}; 440cdf0e10cSrcweirString RID_SVXITEMS_STRIKEOUT_BOLD 441cdf0e10cSrcweir{ 442cdf0e10cSrcweir Text [ en-US ] = "Bold strikethrough"; 443cdf0e10cSrcweir}; 444cdf0e10cSrcweirString RID_SVXITEMS_STRIKEOUT_SLASH 445cdf0e10cSrcweir{ 446cdf0e10cSrcweir Text [ en-US ] = "Strike through with slash"; 447cdf0e10cSrcweir}; 448cdf0e10cSrcweirString RID_SVXITEMS_STRIKEOUT_X 449cdf0e10cSrcweir{ 450cdf0e10cSrcweir Text [ en-US ] = "Strike through with Xes"; 451cdf0e10cSrcweir}; 452cdf0e10cSrcweir // enum CASEMAP ---------------------------------------------------------- 453cdf0e10cSrcweirString RID_SVXITEMS_CASEMAP_NONE 454cdf0e10cSrcweir{ 455cdf0e10cSrcweir Text [ en-US ] = "None" ; 456cdf0e10cSrcweir}; 457cdf0e10cSrcweirString RID_SVXITEMS_CASEMAP_VERSALIEN 458cdf0e10cSrcweir{ 459cdf0e10cSrcweir Text [ en-US ] = "Caps" ; 460cdf0e10cSrcweir}; 461cdf0e10cSrcweirString RID_SVXITEMS_CASEMAP_GEMEINE 462cdf0e10cSrcweir{ 463cdf0e10cSrcweir Text [ en-US ] = "Lowercase" ; 464cdf0e10cSrcweir}; 465cdf0e10cSrcweirString RID_SVXITEMS_CASEMAP_TITEL 466cdf0e10cSrcweir{ 467cdf0e10cSrcweir Text [ en-US ] = "Title" ; 468cdf0e10cSrcweir}; 469cdf0e10cSrcweirString RID_SVXITEMS_CASEMAP_KAPITAELCHEN 470cdf0e10cSrcweir{ 471cdf0e10cSrcweir Text [ en-US ] = "Small caps" ; 472cdf0e10cSrcweir}; 473cdf0e10cSrcweir // enum ESCAPEMENT ------------------------------------------------------- 474cdf0e10cSrcweirString RID_SVXITEMS_ESCAPEMENT_OFF 475cdf0e10cSrcweir{ 476cdf0e10cSrcweir Text [ en-US ] = "Normal position" ; 477cdf0e10cSrcweir}; 478cdf0e10cSrcweirString RID_SVXITEMS_ESCAPEMENT_SUPER 479cdf0e10cSrcweir{ 480cdf0e10cSrcweir Text [ en-US ] = "Superscript " ; 481cdf0e10cSrcweir}; 482cdf0e10cSrcweirString RID_SVXITEMS_ESCAPEMENT_SUB 483cdf0e10cSrcweir{ 484cdf0e10cSrcweir Text [ en-US ] = "Subscript " ; 485cdf0e10cSrcweir}; 486cdf0e10cSrcweirString RID_SVXITEMS_ESCAPEMENT_AUTO 487cdf0e10cSrcweir{ 488cdf0e10cSrcweir Text [ en-US ] = "automatic" ; 489cdf0e10cSrcweir}; 490cdf0e10cSrcweir // enum SvxAdjust ----------------------------------------------------------- 491cdf0e10cSrcweirString RID_SVXITEMS_ADJUST_LEFT 492cdf0e10cSrcweir{ 493cdf0e10cSrcweir Text [ en-US ] = "Align left" ; 494cdf0e10cSrcweir}; 495cdf0e10cSrcweirString RID_SVXITEMS_ADJUST_RIGHT 496cdf0e10cSrcweir{ 497cdf0e10cSrcweir Text [ en-US ] = "Align right" ; 498cdf0e10cSrcweir}; 499cdf0e10cSrcweirString RID_SVXITEMS_ADJUST_BLOCK 500cdf0e10cSrcweir{ 501cdf0e10cSrcweir Text [ en-US ] = "Justify" ; 502cdf0e10cSrcweir}; 503cdf0e10cSrcweirString RID_SVXITEMS_ADJUST_CENTER 504cdf0e10cSrcweir{ 505cdf0e10cSrcweir Text [ en-US ] = "Centered" ; 506cdf0e10cSrcweir}; 507cdf0e10cSrcweirString RID_SVXITEMS_ADJUST_BLOCKLINE 508cdf0e10cSrcweir{ 509cdf0e10cSrcweir Text [ en-US ] = "Justify" ; 510cdf0e10cSrcweir}; 511cdf0e10cSrcweir // enum SvxTabAdjust -------------------------------------------------------- 512cdf0e10cSrcweirString RID_SVXITEMS_TAB_DECIMAL_CHAR 513cdf0e10cSrcweir{ 514cdf0e10cSrcweir Text [ en-US ] = "Decimal Symbol:" ; 515cdf0e10cSrcweir}; 516cdf0e10cSrcweirString RID_SVXITEMS_TAB_FILL_CHAR 517cdf0e10cSrcweir{ 518cdf0e10cSrcweir Text [ en-US ] = "Fill character:" ; 519cdf0e10cSrcweir}; 520cdf0e10cSrcweirString RID_SVXITEMS_TAB_ADJUST_LEFT 521cdf0e10cSrcweir{ 522cdf0e10cSrcweir Text [ en-US ] = "Left" ; 523cdf0e10cSrcweir}; 524cdf0e10cSrcweirString RID_SVXITEMS_TAB_ADJUST_RIGHT 525cdf0e10cSrcweir{ 526cdf0e10cSrcweir Text [ en-US ] = "Right" ; 527cdf0e10cSrcweir}; 528cdf0e10cSrcweirString RID_SVXITEMS_TAB_ADJUST_DECIMAL 529cdf0e10cSrcweir{ 530cdf0e10cSrcweir Text [ en-US ] = "Decimal" ; 531cdf0e10cSrcweir}; 532cdf0e10cSrcweirString RID_SVXITEMS_TAB_ADJUST_CENTER 533cdf0e10cSrcweir{ 534cdf0e10cSrcweir Text [ en-US ] = "Centered" ; 535cdf0e10cSrcweir}; 536cdf0e10cSrcweirString RID_SVXITEMS_TAB_ADJUST_DEFAULT 537cdf0e10cSrcweir{ 538cdf0e10cSrcweir Text [ en-US ] = "Default" ; 539cdf0e10cSrcweir}; 540cdf0e10cSrcweirString RID_SINGLE_LINE0 541cdf0e10cSrcweir{ 542cdf0e10cSrcweir Text [ en-US ] = "Single, fine lines" ; 543cdf0e10cSrcweir}; 544cdf0e10cSrcweirString RID_SINGLE_LINE1 545cdf0e10cSrcweir{ 546cdf0e10cSrcweir Text [ en-US ] = "Single, thin" ; 547cdf0e10cSrcweir}; 548cdf0e10cSrcweirString RID_SINGLE_LINE2 549cdf0e10cSrcweir{ 550cdf0e10cSrcweir Text [ en-US ] = "Single, thick" ; 551cdf0e10cSrcweir}; 552cdf0e10cSrcweirString RID_SINGLE_LINE3 553cdf0e10cSrcweir{ 554cdf0e10cSrcweir Text [ en-US ] = "Single, very thick" ; 555cdf0e10cSrcweir}; 556cdf0e10cSrcweirString RID_SINGLE_LINE4 557cdf0e10cSrcweir{ 558cdf0e10cSrcweir Text [ en-US ] = "Single, bold" ; 559cdf0e10cSrcweir}; 560cdf0e10cSrcweirString RID_DOUBLE_LINE0 561cdf0e10cSrcweir{ 562cdf0e10cSrcweir Text [ en-US ] = "Double, fine lines, spacing: small" ; 563cdf0e10cSrcweir}; 564cdf0e10cSrcweirString RID_DOUBLE_LINE1 565cdf0e10cSrcweir{ 566cdf0e10cSrcweir Text [ en-US ] = "Double, fine line, spacing: large" ; 567cdf0e10cSrcweir}; 568cdf0e10cSrcweirString RID_DOUBLE_LINE2 569cdf0e10cSrcweir{ 570cdf0e10cSrcweir Text [ en-US ] = "Double, thin, spacing: small" ; 571cdf0e10cSrcweir}; 572cdf0e10cSrcweirString RID_DOUBLE_LINE3 573cdf0e10cSrcweir{ 574cdf0e10cSrcweir Text [ en-US ] = "Double, thick, spacing: large" ; 575cdf0e10cSrcweir}; 576cdf0e10cSrcweirString RID_DOUBLE_LINE4 577cdf0e10cSrcweir{ 578cdf0e10cSrcweir Text [ en-US ] = "Double, inside: fine lines, outside: thin, spacing: large" ; 579cdf0e10cSrcweir}; 580cdf0e10cSrcweirString RID_DOUBLE_LINE5 581cdf0e10cSrcweir{ 582cdf0e10cSrcweir Text [ en-US ] = "Double, inside: fine lines, outside: thick, spacing: large" ; 583cdf0e10cSrcweir}; 584cdf0e10cSrcweirString RID_DOUBLE_LINE6 585cdf0e10cSrcweir{ 586cdf0e10cSrcweir Text [ en-US ] = "Double, inside: fine lines, outside: very thick, spacing: large" ; 587cdf0e10cSrcweir}; 588cdf0e10cSrcweirString RID_DOUBLE_LINE7 589cdf0e10cSrcweir{ 590cdf0e10cSrcweir Text [ en-US ] = "Double, inside: thin, outside: thick, spacing: large" ; 591cdf0e10cSrcweir}; 592cdf0e10cSrcweirString RID_DOUBLE_LINE8 593cdf0e10cSrcweir{ 594cdf0e10cSrcweir Text [ en-US ] = "Double, inside: thick, outside: thin, spacing: small" ; 595cdf0e10cSrcweir}; 596cdf0e10cSrcweirString RID_DOUBLE_LINE9 597cdf0e10cSrcweir{ 598cdf0e10cSrcweir Text [ en-US ] = "Double, inside: thick, outside: very thick, spacing: large" ; 599cdf0e10cSrcweir}; 600cdf0e10cSrcweirString RID_DOUBLE_LINE10 601cdf0e10cSrcweir{ 602cdf0e10cSrcweir Text [ en-US ] = "Double, inside: very thick, outside: thick, Spacing: large" ; 603cdf0e10cSrcweir}; 604cdf0e10cSrcweirString RID_SVXITEMS_METRIC_MM 605cdf0e10cSrcweir{ 606cdf0e10cSrcweir Text = "mm" ; 607cdf0e10cSrcweir}; 608cdf0e10cSrcweirString RID_SVXITEMS_METRIC_CM 609cdf0e10cSrcweir{ 610cdf0e10cSrcweir Text = "cm" ; 611cdf0e10cSrcweir}; 612cdf0e10cSrcweirString RID_SVXITEMS_METRIC_INCH 613cdf0e10cSrcweir{ 614cdf0e10cSrcweir Text = "inch" ; 615cdf0e10cSrcweir}; 616cdf0e10cSrcweirString RID_SVXITEMS_METRIC_POINT 617cdf0e10cSrcweir{ 618cdf0e10cSrcweir Text = "pt" ; 619cdf0e10cSrcweir}; 620cdf0e10cSrcweirString RID_SVXITEMS_METRIC_TWIP 621cdf0e10cSrcweir{ 622cdf0e10cSrcweir Text = "twip" ; 623cdf0e10cSrcweir}; 624cdf0e10cSrcweirString RID_SVXITEMS_METRIC_PIXEL 625cdf0e10cSrcweir{ 626cdf0e10cSrcweir Text = "pixel" ; 627cdf0e10cSrcweir}; 628cdf0e10cSrcweir // GetValueText von BoolItems 629cdf0e10cSrcweirString RID_SVXITEMS_SHADOWED_TRUE 630cdf0e10cSrcweir{ 631cdf0e10cSrcweir Text [ en-US ] = "Shadowed" ; 632cdf0e10cSrcweir}; 633cdf0e10cSrcweirString RID_SVXITEMS_SHADOWED_FALSE 634cdf0e10cSrcweir{ 635cdf0e10cSrcweir Text [ en-US ] = "Not Shadowed" ; 636cdf0e10cSrcweir}; 637cdf0e10cSrcweirString RID_SVXITEMS_BLINK_TRUE 638cdf0e10cSrcweir{ 639cdf0e10cSrcweir Text [ en-US ] = "Blinking" ; 640cdf0e10cSrcweir}; 641cdf0e10cSrcweirString RID_SVXITEMS_BLINK_FALSE 642cdf0e10cSrcweir{ 643cdf0e10cSrcweir Text [ en-US ] = "Not Blinking" ; 644cdf0e10cSrcweir}; 645cdf0e10cSrcweirString RID_SVXITEMS_AUTOKERN_TRUE 646cdf0e10cSrcweir{ 647cdf0e10cSrcweir Text [ en-US ] = "Pair Kerning" ; 648cdf0e10cSrcweir}; 649cdf0e10cSrcweirString RID_SVXITEMS_AUTOKERN_FALSE 650cdf0e10cSrcweir{ 651cdf0e10cSrcweir Text [ en-US ] = "No pair kerning" ; 652cdf0e10cSrcweir}; 653cdf0e10cSrcweirString RID_SVXITEMS_WORDLINE_TRUE 654cdf0e10cSrcweir{ 655cdf0e10cSrcweir Text [ en-US ] = "Individual words" ; 656cdf0e10cSrcweir}; 657cdf0e10cSrcweirString RID_SVXITEMS_WORDLINE_FALSE 658cdf0e10cSrcweir{ 659cdf0e10cSrcweir Text [ en-US ] = "Not Words Only" ; 660cdf0e10cSrcweir}; 661cdf0e10cSrcweirString RID_SVXITEMS_CONTOUR_TRUE 662cdf0e10cSrcweir{ 663cdf0e10cSrcweir Text [ en-US ] = "Outline" ; 664cdf0e10cSrcweir}; 665cdf0e10cSrcweirString RID_SVXITEMS_CONTOUR_FALSE 666cdf0e10cSrcweir{ 667cdf0e10cSrcweir Text [ en-US ] = "No Outline" ; 668cdf0e10cSrcweir}; 669cdf0e10cSrcweirString RID_SVXITEMS_NOLINEBREAK_TRUE 670cdf0e10cSrcweir{ 671cdf0e10cSrcweir Text = "?" ; 672cdf0e10cSrcweir}; 673cdf0e10cSrcweirString RID_SVXITEMS_NOLINEBREAK_FALSE 674cdf0e10cSrcweir{ 675cdf0e10cSrcweir Text = "?" ; 676cdf0e10cSrcweir}; 677cdf0e10cSrcweirString RID_SVXITEMS_NOHYPHEN_TRUE 678cdf0e10cSrcweir{ 679cdf0e10cSrcweir Text = "?" ; 680cdf0e10cSrcweir}; 681cdf0e10cSrcweirString RID_SVXITEMS_NOHYPHEN_FALSE 682cdf0e10cSrcweir{ 683cdf0e10cSrcweir Text = "?" ; 684cdf0e10cSrcweir}; 685cdf0e10cSrcweirString RID_SVXITEMS_PRINT_TRUE 686cdf0e10cSrcweir{ 687cdf0e10cSrcweir Text [ en-US ] = "Print" ; 688cdf0e10cSrcweir}; 689cdf0e10cSrcweirString RID_SVXITEMS_PRINT_FALSE 690cdf0e10cSrcweir{ 691cdf0e10cSrcweir Text [ en-US ] = "Don't print" ; 692cdf0e10cSrcweir}; 693cdf0e10cSrcweirString RID_SVXITEMS_OPAQUE_TRUE 694cdf0e10cSrcweir{ 695cdf0e10cSrcweir Text [ en-US ] = "Opaque" ; 696cdf0e10cSrcweir}; 697cdf0e10cSrcweirString RID_SVXITEMS_OPAQUE_FALSE 698cdf0e10cSrcweir{ 699cdf0e10cSrcweir Text [ en-US ] = "Not Opaque" ; 700cdf0e10cSrcweir}; 701cdf0e10cSrcweirString RID_SVXITEMS_FMTKEEP_TRUE 702cdf0e10cSrcweir{ 703cdf0e10cSrcweir Text [ en-US ] = "Keep with next paragraph" ; 704cdf0e10cSrcweir}; 705cdf0e10cSrcweirString RID_SVXITEMS_FMTKEEP_FALSE 706cdf0e10cSrcweir{ 707cdf0e10cSrcweir Text [ en-US ] = "Don't Keep Paragraphs Together" ; 708cdf0e10cSrcweir}; 709cdf0e10cSrcweirString RID_SVXITEMS_FMTSPLIT_TRUE 710cdf0e10cSrcweir{ 711cdf0e10cSrcweir Text [ en-US ] = "Split paragraph" ; 712cdf0e10cSrcweir}; 713cdf0e10cSrcweirString RID_SVXITEMS_FMTSPLIT_FALSE 714cdf0e10cSrcweir{ 715cdf0e10cSrcweir Text [ en-US ] = "Don't split paragraph" ; 716cdf0e10cSrcweir}; 717cdf0e10cSrcweirString RID_SVXITEMS_PROT_CONTENT_TRUE 718cdf0e10cSrcweir{ 719cdf0e10cSrcweir Text [ en-US ] = "Contents protected" ; 720cdf0e10cSrcweir}; 721cdf0e10cSrcweirString RID_SVXITEMS_PROT_CONTENT_FALSE 722cdf0e10cSrcweir{ 723cdf0e10cSrcweir Text [ en-US ] = "Contents not protected" ; 724cdf0e10cSrcweir}; 725cdf0e10cSrcweirString RID_SVXITEMS_PROT_SIZE_TRUE 726cdf0e10cSrcweir{ 727cdf0e10cSrcweir Text [ en-US ] = "Size protected" ; 728cdf0e10cSrcweir}; 729cdf0e10cSrcweirString RID_SVXITEMS_PROT_SIZE_FALSE 730cdf0e10cSrcweir{ 731cdf0e10cSrcweir Text [ en-US ] = "Size not protected" ; 732cdf0e10cSrcweir}; 733cdf0e10cSrcweirString RID_SVXITEMS_PROT_POS_TRUE 734cdf0e10cSrcweir{ 735cdf0e10cSrcweir Text [ en-US ] = "Position protected" ; 736cdf0e10cSrcweir}; 737cdf0e10cSrcweirString RID_SVXITEMS_PROT_POS_FALSE 738cdf0e10cSrcweir{ 739cdf0e10cSrcweir Text [ en-US ] = "Position not protected" ; 740cdf0e10cSrcweir}; 741cdf0e10cSrcweirString RID_SVXITEMS_TRANSPARENT_TRUE 742cdf0e10cSrcweir{ 743cdf0e10cSrcweir Text [ en-US ] = "Transparent" ; 744cdf0e10cSrcweir}; 745cdf0e10cSrcweirString RID_SVXITEMS_TRANSPARENT_FALSE 746cdf0e10cSrcweir{ 747cdf0e10cSrcweir Text [ en-US ] = "Not Transparent" ; 748cdf0e10cSrcweir}; 749cdf0e10cSrcweirString RID_SVXITEMS_HYPHEN_TRUE 750cdf0e10cSrcweir{ 751cdf0e10cSrcweir Text [ en-US ] = "Hyphenation" ; 752cdf0e10cSrcweir}; 753cdf0e10cSrcweirString RID_SVXITEMS_HYPHEN_FALSE 754cdf0e10cSrcweir{ 755cdf0e10cSrcweir Text [ en-US ] = "No hyphenation" ; 756cdf0e10cSrcweir}; 757cdf0e10cSrcweirString RID_SVXITEMS_PAGE_END_TRUE 758cdf0e10cSrcweir{ 759cdf0e10cSrcweir Text [ en-US ] = "Page End" ; 760cdf0e10cSrcweir}; 761cdf0e10cSrcweirString RID_SVXITEMS_PAGE_END_FALSE 762cdf0e10cSrcweir{ 763cdf0e10cSrcweir Text [ en-US ] = "No Page End" ; 764cdf0e10cSrcweir}; 765cdf0e10cSrcweirString RID_SVXITEMS_SIZE_WIDTH 766cdf0e10cSrcweir{ 767cdf0e10cSrcweir Text [ en-US ] = "Width: " ; 768cdf0e10cSrcweir}; 769cdf0e10cSrcweirString RID_SVXITEMS_SIZE_HEIGHT 770cdf0e10cSrcweir{ 771cdf0e10cSrcweir Text [ en-US ] = "Height: " ; 772cdf0e10cSrcweir}; 773cdf0e10cSrcweirString RID_SVXITEMS_LRSPACE_LEFT 774cdf0e10cSrcweir{ 775cdf0e10cSrcweir Text [ en-US ] = "Indent left " ; 776cdf0e10cSrcweir}; 777cdf0e10cSrcweirString RID_SVXITEMS_LRSPACE_FLINE 778cdf0e10cSrcweir{ 779cdf0e10cSrcweir Text [ en-US ] = "First Line " ; 780cdf0e10cSrcweir}; 781cdf0e10cSrcweirString RID_SVXITEMS_LRSPACE_RIGHT 782cdf0e10cSrcweir{ 783cdf0e10cSrcweir Text [ en-US ] = "Indent right " ; 784cdf0e10cSrcweir}; 785cdf0e10cSrcweirString RID_SVXITEMS_SHADOW_COMPLETE 786cdf0e10cSrcweir{ 787cdf0e10cSrcweir Text [ en-US ] = "Shadow: " ; 788cdf0e10cSrcweir}; 789cdf0e10cSrcweirString RID_SVXITEMS_BORDER_COMPLETE 790cdf0e10cSrcweir{ 791cdf0e10cSrcweir Text [ en-US ] = "Borders " ; 792cdf0e10cSrcweir}; 793cdf0e10cSrcweirString RID_SVXITEMS_BORDER_NONE 794cdf0e10cSrcweir{ 795cdf0e10cSrcweir Text [ en-US ] = "No border"; 796cdf0e10cSrcweir}; 797cdf0e10cSrcweirString RID_SVXITEMS_BORDER_TOP 798cdf0e10cSrcweir{ 799cdf0e10cSrcweir Text [ en-US ] = "top " ; 800cdf0e10cSrcweir}; 801cdf0e10cSrcweirString RID_SVXITEMS_BORDER_BOTTOM 802cdf0e10cSrcweir{ 803cdf0e10cSrcweir Text [ en-US ] = "bottom " ; 804cdf0e10cSrcweir}; 805cdf0e10cSrcweirString RID_SVXITEMS_BORDER_LEFT 806cdf0e10cSrcweir{ 807cdf0e10cSrcweir Text [ en-US ] = "left " ; 808cdf0e10cSrcweir}; 809cdf0e10cSrcweirString RID_SVXITEMS_BORDER_RIGHT 810cdf0e10cSrcweir{ 811cdf0e10cSrcweir Text [ en-US ] = "right " ; 812cdf0e10cSrcweir}; 813cdf0e10cSrcweirString RID_SVXITEMS_BORDER_DISTANCE 814cdf0e10cSrcweir{ 815cdf0e10cSrcweir Text [ en-US ] = "Spacing " ; 816cdf0e10cSrcweir}; 817cdf0e10cSrcweirString RID_SVXITEMS_ULSPACE_UPPER 818cdf0e10cSrcweir{ 819cdf0e10cSrcweir Text [ en-US ] = "From top " ; 820cdf0e10cSrcweir}; 821cdf0e10cSrcweirString RID_SVXITEMS_ULSPACE_LOWER 822cdf0e10cSrcweir{ 823cdf0e10cSrcweir Text [ en-US ] = "From bottom " ; 824cdf0e10cSrcweir}; 825cdf0e10cSrcweirString RID_SVXITEMS_LINES 826cdf0e10cSrcweir{ 827cdf0e10cSrcweir Text [ en-US ] = "%1 Lines" ; 828cdf0e10cSrcweir}; 829cdf0e10cSrcweirString RID_SVXITEMS_WIDOWS_COMPLETE 830cdf0e10cSrcweir{ 831cdf0e10cSrcweir Text [ en-US ] = "Widow control" ; 832cdf0e10cSrcweir}; 833cdf0e10cSrcweirString RID_SVXITEMS_ORPHANS_COMPLETE 834cdf0e10cSrcweir{ 835cdf0e10cSrcweir Text [ en-US ] = "Orphan control" ; 836cdf0e10cSrcweir}; 837cdf0e10cSrcweirString RID_SVXITEMS_HYPHEN_MINLEAD 838cdf0e10cSrcweir{ 839cdf0e10cSrcweir Text [ en-US ] = "Characters at end of line" ; 840cdf0e10cSrcweir}; 841cdf0e10cSrcweirString RID_SVXITEMS_HYPHEN_MINTRAIL 842cdf0e10cSrcweir{ 843cdf0e10cSrcweir Text [ en-US ] = "Characters at beginning of line" ; 844cdf0e10cSrcweir}; 845cdf0e10cSrcweirString RID_SVXITEMS_HYPHEN_MAX 846cdf0e10cSrcweir{ 847cdf0e10cSrcweir Text [ en-US ] = "Hyphens" ; 848cdf0e10cSrcweir}; 849cdf0e10cSrcweirString RID_SVXITEMS_PAGEMODEL_COMPLETE 850cdf0e10cSrcweir{ 851cdf0e10cSrcweir Text [ en-US ] = "Page Style: " ; 852cdf0e10cSrcweir}; 853cdf0e10cSrcweirString RID_SVXITEMS_KERNING_COMPLETE 854cdf0e10cSrcweir{ 855cdf0e10cSrcweir Text [ en-US ] = "Kerning " ; 856cdf0e10cSrcweir}; 857cdf0e10cSrcweirString RID_SVXITEMS_KERNING_EXPANDED 858cdf0e10cSrcweir{ 859cdf0e10cSrcweir Text [ en-US ] = "locked " ; 860cdf0e10cSrcweir}; 861cdf0e10cSrcweirString RID_SVXITEMS_KERNING_CONDENSED 862cdf0e10cSrcweir{ 863cdf0e10cSrcweir Text [ en-US ] = "Condensed " ; 864cdf0e10cSrcweir}; 865cdf0e10cSrcweirString RID_SVXITEMS_GRAPHIC 866cdf0e10cSrcweir{ 867cdf0e10cSrcweir Text [ en-US ] = "Graphic" ; 868cdf0e10cSrcweir}; 869cdf0e10cSrcweirString RID_SVXITEMS_EMPHASIS_NONE_STYLE 870cdf0e10cSrcweir{ 871cdf0e10cSrcweir Text [ en-US ] = "none"; 872cdf0e10cSrcweir}; 873cdf0e10cSrcweirString RID_SVXITEMS_EMPHASIS_DOT_STYLE 874cdf0e10cSrcweir{ 875cdf0e10cSrcweir Text [ en-US ] = "Dots "; 876cdf0e10cSrcweir}; 877cdf0e10cSrcweirString RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE 878cdf0e10cSrcweir{ 879cdf0e10cSrcweir Text [ en-US ] = "Circle "; 880cdf0e10cSrcweir}; 881cdf0e10cSrcweirString RID_SVXITEMS_EMPHASIS_DISC_STYLE 882cdf0e10cSrcweir{ 883cdf0e10cSrcweir// ??? disc == filled ring 884cdf0e10cSrcweir Text [ en-US ] = "Filled circle "; 885cdf0e10cSrcweir}; 886cdf0e10cSrcweirString RID_SVXITEMS_EMPHASIS_ACCENT_STYLE 887cdf0e10cSrcweir{ 888cdf0e10cSrcweir Text [ en-US ] = "Accent "; 889cdf0e10cSrcweir}; 890cdf0e10cSrcweirString RID_SVXITEMS_EMPHASIS_ABOVE_POS 891cdf0e10cSrcweir{ 892cdf0e10cSrcweir Text [ en-US ] = "Above"; 893cdf0e10cSrcweir}; 894cdf0e10cSrcweirString RID_SVXITEMS_EMPHASIS_BELOW_POS 895cdf0e10cSrcweir{ 896cdf0e10cSrcweir Text [ en-US ] = "Below"; 897cdf0e10cSrcweir}; 898cdf0e10cSrcweirString RID_SVXITEMS_TWOLINES_OFF 899cdf0e10cSrcweir{ 900cdf0e10cSrcweir Text [ en-US ] = "Double-lined off"; 901cdf0e10cSrcweir}; 902cdf0e10cSrcweirString RID_SVXITEMS_TWOLINES 903cdf0e10cSrcweir{ 904cdf0e10cSrcweir Text [ en-US ] = "Double-lined"; 905cdf0e10cSrcweir}; 906cdf0e10cSrcweirString RID_SVXITEMS_SCRPTSPC_OFF 907cdf0e10cSrcweir{ 908cdf0e10cSrcweir Text [ en-US ] = "No automatic character spacing"; 909cdf0e10cSrcweir}; 910cdf0e10cSrcweirString RID_SVXITEMS_SCRPTSPC_ON 911cdf0e10cSrcweir{ 912cdf0e10cSrcweir Text [ en-US ] = "No automatic character spacing"; 913cdf0e10cSrcweir}; 914cdf0e10cSrcweirString RID_SVXITEMS_HNGPNCT_OFF 915cdf0e10cSrcweir{ 916cdf0e10cSrcweir Text [ en-US ] = "No hanging punctuation at line end"; 917cdf0e10cSrcweir}; 918cdf0e10cSrcweirString RID_SVXITEMS_HNGPNCT_ON 919cdf0e10cSrcweir{ 920cdf0e10cSrcweir Text [ en-US ] = "Hanging punctuation at line end"; 921cdf0e10cSrcweir}; 922cdf0e10cSrcweirString RID_SVXITEMS_FORBIDDEN_RULE_OFF 923cdf0e10cSrcweir{ 924cdf0e10cSrcweir Text [ en-US ] = "Apply list of forbidden characters to beginning and end of lines"; 925cdf0e10cSrcweir}; 926cdf0e10cSrcweirString RID_SVXITEMS_FORBIDDEN_RULE_ON 927cdf0e10cSrcweir{ 928cdf0e10cSrcweir Text [ en-US ] = "Don't apply list of forbidden characters to beginning and end of lines"; 929cdf0e10cSrcweir}; 930cdf0e10cSrcweirString RID_SVXITEMS_CHARROTATE_OFF 931cdf0e10cSrcweir{ 932cdf0e10cSrcweir Text [ en-US ] = "No rotated characters"; 933cdf0e10cSrcweir}; 934cdf0e10cSrcweirString RID_SVXITEMS_CHARROTATE 935cdf0e10cSrcweir{ 936cdf0e10cSrcweir Text [ en-US ] = "Character rotated by $(ARG1)°"; 937cdf0e10cSrcweir}; 938cdf0e10cSrcweirString RID_SVXITEMS_CHARROTATE_FITLINE 939cdf0e10cSrcweir{ 940cdf0e10cSrcweir Text [ en-US ] = "Fit to line"; 941cdf0e10cSrcweir}; 942cdf0e10cSrcweirString RID_SVXITEMS_CHARSCALE 943cdf0e10cSrcweir{ 944cdf0e10cSrcweir Text [ en-US ] = "Characters scaled $(ARG1)%"; 945cdf0e10cSrcweir}; 946cdf0e10cSrcweirString RID_SVXITEMS_CHARSCALE_OFF 947cdf0e10cSrcweir{ 948cdf0e10cSrcweir Text [ en-US ] = "No scaled characters"; 949cdf0e10cSrcweir}; 950cdf0e10cSrcweirString RID_SVXITEMS_RELIEF_NONE 951cdf0e10cSrcweir{ 952cdf0e10cSrcweir Text [ en-US ] = "No relief"; 953cdf0e10cSrcweir}; 954cdf0e10cSrcweirString RID_SVXITEMS_RELIEF_EMBOSSED 955cdf0e10cSrcweir{ 956cdf0e10cSrcweir Text [ en-US ] = "Relief"; 957cdf0e10cSrcweir}; 958cdf0e10cSrcweirString RID_SVXITEMS_RELIEF_ENGRAVED 959cdf0e10cSrcweir{ 960cdf0e10cSrcweir Text [ en-US ] = "Engraved"; 961cdf0e10cSrcweir}; 962cdf0e10cSrcweirString RID_SVXITEMS_PARAVERTALIGN_AUTO 963cdf0e10cSrcweir{ 964cdf0e10cSrcweir Text [ en-US ] = "Automatic text alignment"; 965cdf0e10cSrcweir}; 966cdf0e10cSrcweirString RID_SVXITEMS_PARAVERTALIGN_BASELINE 967cdf0e10cSrcweir{ 968cdf0e10cSrcweir Text [ en-US ] = "Text aligned to base line"; 969cdf0e10cSrcweir}; 970cdf0e10cSrcweirString RID_SVXITEMS_PARAVERTALIGN_TOP 971cdf0e10cSrcweir{ 972cdf0e10cSrcweir Text [ en-US ] = "Text aligned top"; 973cdf0e10cSrcweir}; 974cdf0e10cSrcweirString RID_SVXITEMS_PARAVERTALIGN_CENTER 975cdf0e10cSrcweir{ 976cdf0e10cSrcweir Text [ en-US ] = "Text aligned middle"; 977cdf0e10cSrcweir}; 978cdf0e10cSrcweirString RID_SVXITEMS_PARAVERTALIGN_BOTTOM 979cdf0e10cSrcweir{ 980cdf0e10cSrcweir Text [ en-US ] = "Text aligned bottom"; 981cdf0e10cSrcweir}; 982cdf0e10cSrcweirString RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP 983cdf0e10cSrcweir{ 984cdf0e10cSrcweir Text [ en-US ] = "Text direction left-to-right (horizontal)"; 985cdf0e10cSrcweir}; 986cdf0e10cSrcweirString RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP 987cdf0e10cSrcweir{ 988cdf0e10cSrcweir Text [ en-US ] = "Text direction right-to-left (horizontal)"; 989cdf0e10cSrcweir}; 990cdf0e10cSrcweirString RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT 991cdf0e10cSrcweir{ 992cdf0e10cSrcweir Text [ en-US ] = "Text direction right-to-left (vertical)"; 993cdf0e10cSrcweir}; 994cdf0e10cSrcweirString RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT 995cdf0e10cSrcweir{ 996cdf0e10cSrcweir Text [ en-US ] = "Text direction left-to-right (vertical)"; 997cdf0e10cSrcweir}; 998cdf0e10cSrcweirString RID_SVXITEMS_FRMDIR_ENVIRONMENT 999cdf0e10cSrcweir{ 1000cdf0e10cSrcweir Text [ en-US ] = "Use superordinate object text direction setting"; 1001cdf0e10cSrcweir}; 1002cdf0e10cSrcweirString RID_SVXITEMS_PARASNAPTOGRID_ON 1003cdf0e10cSrcweir{ 1004cdf0e10cSrcweir Text[ en-US ] = "Paragraph snaps to text grid (if active)"; 1005cdf0e10cSrcweir}; 1006cdf0e10cSrcweirString RID_SVXITEMS_PARASNAPTOGRID_OFF 1007cdf0e10cSrcweir{ 1008cdf0e10cSrcweir Text[ en-US ] = "Paragraph does not snap to text grid"; 1009cdf0e10cSrcweir}; 1010cdf0e10cSrcweirString RID_SVXITEMS_CHARHIDDEN_FALSE 1011cdf0e10cSrcweir{ 1012cdf0e10cSrcweir Text [ en-US ] = "Not hidden"; 1013cdf0e10cSrcweir}; 1014cdf0e10cSrcweirString RID_SVXITEMS_CHARHIDDEN_TRUE 1015cdf0e10cSrcweir{ 1016cdf0e10cSrcweir Text [ en-US ] = "Hidden"; 1017cdf0e10cSrcweir}; 1018cdf0e10cSrcweir// ********************************************************************** EOF 1019cdf0e10cSrcweir 1020