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