10e2af6afSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 40e2af6afSAndrew Rist * or more contributor license agreements. See the NOTICE file 50e2af6afSAndrew Rist * distributed with this work for additional information 60e2af6afSAndrew Rist * regarding copyright ownership. The ASF licenses this file 70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the 80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance 90e2af6afSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 110e2af6afSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing, 140e2af6afSAndrew Rist * software distributed under the License is distributed on an 150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 160e2af6afSAndrew Rist * KIND, either express or implied. See the License for the 170e2af6afSAndrew Rist * specific language governing permissions and limitations 180e2af6afSAndrew Rist * under the License. 19cdf0e10cSrcweir * 200e2af6afSAndrew Rist *************************************************************/ 210e2af6afSAndrew Rist 22cdf0e10cSrcweir// include --------------------------------------------------------------- 23cdf0e10cSrcweir#include "helpid.hrc" 24cdf0e10cSrcweir#include <cuires.hrc> 25cdf0e10cSrcweir#include "border.hrc" 26cdf0e10cSrcweir#include <svx/dialogs.hrc> 27cdf0e10cSrcweir 28cdf0e10cSrcweir// define --------------------------------------------------------------- 29cdf0e10cSrcweir#define STD_MASKCOLOR Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; } 30cdf0e10cSrcweir// RID_SVXPAGE_BORDER --------------------------------------------------- 31cdf0e10cSrcweirTabPage RID_SVXPAGE_BORDER 32cdf0e10cSrcweir{ 33cdf0e10cSrcweir Size = MAP_APPFONT ( 260, 185 ) ; 34cdf0e10cSrcweir Helpid = HID_BORDER ; 35cdf0e10cSrcweir Hide = TRUE ; 36cdf0e10cSrcweir Text [ en-US ] = "Borders" ; 37cdf0e10cSrcweir FixedLine FL_BORDER 38cdf0e10cSrcweir { 39cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 3 ) ; 40cdf0e10cSrcweir Size = MAP_APPFONT ( 70, 8 ) ; 41cdf0e10cSrcweir Text [ en-US ] = "Line arrangement" ; 42cdf0e10cSrcweir }; 43cdf0e10cSrcweir FixedText FT_DEFAULT 44cdf0e10cSrcweir { 45cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 14) ; 46cdf0e10cSrcweir Size = MAP_APPFONT ( 64, 8) ; 47cdf0e10cSrcweir Text [ en-US ] = "~Default" ; 48cdf0e10cSrcweir }; 49cdf0e10cSrcweir Control WIN_PRESETS 50cdf0e10cSrcweir { 51cdf0e10cSrcweir HelpId = HID_BORDER_CTL_PRESETS ; 52cdf0e10cSrcweir Hide = TRUE ; 53cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 25 ) ; 54cdf0e10cSrcweir Size = MAP_APPFONT ( 61, 12 ) ; 55cdf0e10cSrcweir TabStop = TRUE ; 56cdf0e10cSrcweir }; 57cdf0e10cSrcweir FixedText FT_USERDEF 58cdf0e10cSrcweir { 59cdf0e10cSrcweir Pos = MAP_APPFONT (12, 41) ; 60cdf0e10cSrcweir Size = MAP_APPFONT ( 64, 8) ; 61cdf0e10cSrcweir Text [ en-US ] = "~User-defined" ; 62cdf0e10cSrcweir }; 63cdf0e10cSrcweir Control WIN_FRAMESEL 64cdf0e10cSrcweir { 65cdf0e10cSrcweir Border = TRUE ; 66cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 53 ) ; 67cdf0e10cSrcweir Size = MAP_APPFONT ( 61, 65 ) ; 68cdf0e10cSrcweir TabStop = TRUE ; 69cdf0e10cSrcweir Text = "Border control" ; 70cdf0e10cSrcweir }; 71cdf0e10cSrcweir FixedLine FL_SEPARATOR1 72cdf0e10cSrcweir { 73cdf0e10cSrcweir Pos = MAP_APPFONT ( 77, 14 ) ; 74cdf0e10cSrcweir Size = MAP_APPFONT ( 4, 104 ) ; 75cdf0e10cSrcweir Vert = TRUE ; 76cdf0e10cSrcweir }; 77cdf0e10cSrcweir FixedLine FL_LINE 78cdf0e10cSrcweir { 79cdf0e10cSrcweir Pos = MAP_APPFONT ( 82, 3 ) ; 80cdf0e10cSrcweir Size = MAP_APPFONT ( 83, 8 ) ; 81cdf0e10cSrcweir Text [ en-US ] = "Line" ; 82cdf0e10cSrcweir }; 83cdf0e10cSrcweir FixedText FT_STYLE 84cdf0e10cSrcweir { 85cdf0e10cSrcweir Pos = MAP_APPFONT ( 88, 14) ; 86cdf0e10cSrcweir Size = MAP_APPFONT ( 77, 8) ; 87cdf0e10cSrcweir Text [ en-US ] = "St~yle" ; 88cdf0e10cSrcweir }; 89cdf0e10cSrcweir ListBox LB_LINESTYLE 90cdf0e10cSrcweir { 91cdf0e10cSrcweir HelpID = "cui:ListBox:RID_SVXPAGE_BORDER:LB_LINESTYLE" ; 92cdf0e10cSrcweir Border = TRUE ; 93cdf0e10cSrcweir Pos = MAP_APPFONT ( 88, 25 ) ; 94cdf0e10cSrcweir Size = MAP_APPFONT ( 74, 66 ) ; 95cdf0e10cSrcweir }; 96cdf0e10cSrcweir FixedText FT_COLOR 97cdf0e10cSrcweir { 98cdf0e10cSrcweir Pos = MAP_APPFONT ( 88, 95 ) ; 99cdf0e10cSrcweir Size = MAP_APPFONT ( 77, 8 ) ; 100cdf0e10cSrcweir Text [ en-US ] = "~Color" ; 101cdf0e10cSrcweir }; 102cdf0e10cSrcweir ListBox LB_LINECOLOR 103cdf0e10cSrcweir { 104cdf0e10cSrcweir HelpID = "cui:ListBox:RID_SVXPAGE_BORDER:LB_LINECOLOR" ; 105cdf0e10cSrcweir Border = TRUE ; 106cdf0e10cSrcweir Pos = MAP_APPFONT ( 88, 106 ) ; 107cdf0e10cSrcweir Size = MAP_APPFONT ( 74, 68 ) ; 108cdf0e10cSrcweir DropDown = TRUE ; 109cdf0e10cSrcweir DDExtraWidth = TRUE ; 110cdf0e10cSrcweir }; 111cdf0e10cSrcweir FixedLine FL_SEPARATOR2 112cdf0e10cSrcweir { 113cdf0e10cSrcweir Pos = MAP_APPFONT ( 166, 14 ) ; 114cdf0e10cSrcweir Size = MAP_APPFONT ( 4, 104 ) ; 115cdf0e10cSrcweir Vert = TRUE ; 116cdf0e10cSrcweir }; 117cdf0e10cSrcweir FixedText FT_LEFT 118cdf0e10cSrcweir { 119cdf0e10cSrcweir Pos = MAP_APPFONT ( 177, 16 ) ; 120cdf0e10cSrcweir Size = MAP_APPFONT ( 34, 8 ) ; 121cdf0e10cSrcweir Text [ en-US ] = "~Left" ; 122cdf0e10cSrcweir }; 123cdf0e10cSrcweir MetricField MF_LEFT 124cdf0e10cSrcweir { 125cdf0e10cSrcweir HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_LEFT" ; 126cdf0e10cSrcweir Border = TRUE ; 127cdf0e10cSrcweir Pos = MAP_APPFONT ( 213, 14 ) ; 128cdf0e10cSrcweir Size = MAP_APPFONT ( 38, 12 ) ; 129cdf0e10cSrcweir Spin = TRUE ; 130cdf0e10cSrcweir Repeat = TRUE ; 131cdf0e10cSrcweir SpinSize = 10 ; 132cdf0e10cSrcweir First = 100 ; 133cdf0e10cSrcweir Last = 5000 ; 134cdf0e10cSrcweir Maximum = 5000 ; 135cdf0e10cSrcweir Minimum = 0 ; 136cdf0e10cSrcweir DecimalDigits = 2 ; 137cdf0e10cSrcweir Unit = FUNIT_MM ; 138cdf0e10cSrcweir }; 139cdf0e10cSrcweir FixedText FT_RIGHT 140cdf0e10cSrcweir { 141cdf0e10cSrcweir Pos = MAP_APPFONT ( 177, 32 ) ; 142cdf0e10cSrcweir Size = MAP_APPFONT ( 34, 8 ) ; 143cdf0e10cSrcweir Text [ en-US ] = "Right" ; 144cdf0e10cSrcweir }; 145cdf0e10cSrcweir MetricField MF_RIGHT 146cdf0e10cSrcweir { 147cdf0e10cSrcweir HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_RIGHT" ; 148cdf0e10cSrcweir Border = TRUE ; 149cdf0e10cSrcweir Pos = MAP_APPFONT ( 213, 30 ) ; 150cdf0e10cSrcweir Size = MAP_APPFONT ( 38, 12 ) ; 151cdf0e10cSrcweir Spin = TRUE ; 152cdf0e10cSrcweir Repeat = TRUE ; 153cdf0e10cSrcweir SpinSize = 10 ; 154cdf0e10cSrcweir First = 100 ; 155cdf0e10cSrcweir Last = 5000 ; 156cdf0e10cSrcweir Maximum = 5000 ; 157cdf0e10cSrcweir Minimum = 0 ; 158cdf0e10cSrcweir DecimalDigits = 2 ; 159cdf0e10cSrcweir Unit = FUNIT_MM ; 160cdf0e10cSrcweir }; 161cdf0e10cSrcweir FixedText FT_TOP 162cdf0e10cSrcweir { 163cdf0e10cSrcweir Pos = MAP_APPFONT ( 177, 48 ) ; 164cdf0e10cSrcweir Size = MAP_APPFONT ( 34, 8 ) ; 165cdf0e10cSrcweir Text [ en-US ] = "~Top" ; 166cdf0e10cSrcweir }; 167cdf0e10cSrcweir MetricField MF_TOP 168cdf0e10cSrcweir { 169cdf0e10cSrcweir HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_TOP" ; 170cdf0e10cSrcweir Border = TRUE ; 171cdf0e10cSrcweir Pos = MAP_APPFONT ( 213, 46 ) ; 172cdf0e10cSrcweir Size = MAP_APPFONT ( 38, 12 ) ; 173cdf0e10cSrcweir Spin = TRUE ; 174cdf0e10cSrcweir Repeat = TRUE ; 175cdf0e10cSrcweir SpinSize = 10 ; 176cdf0e10cSrcweir First = 100 ; 177cdf0e10cSrcweir Last = 5000 ; 178cdf0e10cSrcweir Maximum = 5000 ; 179cdf0e10cSrcweir Minimum = 0 ; 180cdf0e10cSrcweir DecimalDigits = 2 ; 181cdf0e10cSrcweir Unit = FUNIT_MM ; 182cdf0e10cSrcweir }; 183cdf0e10cSrcweir FixedText FT_BOTTOM 184cdf0e10cSrcweir { 185cdf0e10cSrcweir Pos = MAP_APPFONT ( 177, 64 ) ; 186cdf0e10cSrcweir Size = MAP_APPFONT ( 34, 8 ) ; 187cdf0e10cSrcweir Text [ en-US ] = "~Bottom" ; 188cdf0e10cSrcweir }; 189cdf0e10cSrcweir MetricField MF_BOTTOM 190cdf0e10cSrcweir { 191cdf0e10cSrcweir HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_BOTTOM" ; 192cdf0e10cSrcweir Border = TRUE ; 193cdf0e10cSrcweir Pos = MAP_APPFONT ( 213, 62 ) ; 194cdf0e10cSrcweir Size = MAP_APPFONT ( 38, 12 ) ; 195cdf0e10cSrcweir Spin = TRUE ; 196cdf0e10cSrcweir Repeat = TRUE ; 197cdf0e10cSrcweir SpinSize = 10 ; 198cdf0e10cSrcweir First = 100 ; 199cdf0e10cSrcweir Last = 5000 ; 200cdf0e10cSrcweir Maximum = 5000 ; 201cdf0e10cSrcweir Minimum = 0 ; 202cdf0e10cSrcweir DecimalDigits = 2 ; 203cdf0e10cSrcweir Unit = FUNIT_MM ; 204cdf0e10cSrcweir }; 205cdf0e10cSrcweir CheckBox CB_SYNC 206cdf0e10cSrcweir { 207cdf0e10cSrcweir HelpID = "cui:CheckBox:RID_SVXPAGE_BORDER:CB_SYNC" ; 208cdf0e10cSrcweir Pos = MAP_APPFONT ( 177, 78 ) ; 209cdf0e10cSrcweir Size = MAP_APPFONT ( 74, 10 ) ; 210cdf0e10cSrcweir Text [ en-US ] = "Synchronize" ; 211cdf0e10cSrcweir }; 212cdf0e10cSrcweir FixedLine FL_DISTANCE 213cdf0e10cSrcweir { 214cdf0e10cSrcweir Pos = MAP_APPFONT ( 171, 3 ) ; 215cdf0e10cSrcweir Size = MAP_APPFONT ( 83, 8 ) ; 216cdf0e10cSrcweir Text [ en-US ] = "Spacing to contents" ; 217cdf0e10cSrcweir }; 218cdf0e10cSrcweir 219cdf0e10cSrcweir FixedText FT_SHADOWPOS 220cdf0e10cSrcweir { 221cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 133 ) ; 222cdf0e10cSrcweir Size = MAP_APPFONT ( 74, 8 ) ; 223cdf0e10cSrcweir Text [ en-US ] = "~Position" ; 224cdf0e10cSrcweir }; 225cdf0e10cSrcweir Control WIN_SHADOWS 226cdf0e10cSrcweir { 227cdf0e10cSrcweir HelpId = HID_BORDER_CTL_SHADOWS ; 228cdf0e10cSrcweir Hide = TRUE ; 229cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 144 ) ; 230cdf0e10cSrcweir Size = MAP_APPFONT ( 74, 12 ) ; 231cdf0e10cSrcweir TabStop = TRUE ; 232cdf0e10cSrcweir }; 233cdf0e10cSrcweir FixedText FT_SHADOWSIZE 234cdf0e10cSrcweir { 235cdf0e10cSrcweir Pos = MAP_APPFONT ( 88, 133 ) ; 236cdf0e10cSrcweir Size = MAP_APPFONT ( 60, 8 ) ; 237cdf0e10cSrcweir Text [ en-US ] = "Distan~ce" ; 238cdf0e10cSrcweir }; 239cdf0e10cSrcweir MetricField ED_SHADOWSIZE 240cdf0e10cSrcweir { 241cdf0e10cSrcweir HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:ED_SHADOWSIZE" ; 242cdf0e10cSrcweir Border = TRUE ; 243cdf0e10cSrcweir Pos = MAP_APPFONT ( 88, 144 ) ; 244cdf0e10cSrcweir Size = MAP_APPFONT ( 40, 12 ) ; 245cdf0e10cSrcweir Spin = TRUE ; 246cdf0e10cSrcweir Repeat = TRUE ; 247cdf0e10cSrcweir SpinSize = 10 ; 248cdf0e10cSrcweir First = 100 ; 249cdf0e10cSrcweir Last = 5000 ; 250cdf0e10cSrcweir Maximum = 5000 ; 251cdf0e10cSrcweir Minimum = 50 ; 252cdf0e10cSrcweir DecimalDigits = 2 ; 253cdf0e10cSrcweir Unit = FUNIT_MM ; 254cdf0e10cSrcweir }; 255cdf0e10cSrcweir FixedText FT_SHADOWCOLOR 256cdf0e10cSrcweir { 257cdf0e10cSrcweir Pos = MAP_APPFONT ( 177, 133 ) ; 258cdf0e10cSrcweir Size = MAP_APPFONT ( 60, 8 ) ; 259cdf0e10cSrcweir Text [ en-US ] = "C~olor" ; 260cdf0e10cSrcweir }; 261cdf0e10cSrcweir ListBox LB_SHADOWCOLOR 262cdf0e10cSrcweir { 263cdf0e10cSrcweir HelpID = "cui:ListBox:RID_SVXPAGE_BORDER:LB_SHADOWCOLOR" ; 264cdf0e10cSrcweir Border = TRUE ; 265cdf0e10cSrcweir Pos = MAP_APPFONT ( 177, 144 ) ; 266cdf0e10cSrcweir Size = MAP_APPFONT ( 74, 68 ) ; 267cdf0e10cSrcweir DropDown = TRUE ; 268cdf0e10cSrcweir DDExtraWidth = TRUE ; 269cdf0e10cSrcweir }; 270cdf0e10cSrcweir FixedLine FL_SHADOW 271cdf0e10cSrcweir { 272cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 123 ) ; 273cdf0e10cSrcweir Size = MAP_APPFONT ( 248, 8 ) ; 274cdf0e10cSrcweir Text [ en-US ] = "Shadow style" ; 275cdf0e10cSrcweir }; 276cdf0e10cSrcweir FixedLine FL_PROPERTIES 277cdf0e10cSrcweir { 278cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 162 ) ; 279cdf0e10cSrcweir Size = MAP_APPFONT ( 248, 8 ) ; 280cdf0e10cSrcweir Hide = TRUE ; 281cdf0e10cSrcweir Text [ en-US ] = "Properties" ; 282cdf0e10cSrcweir }; 283cdf0e10cSrcweir CheckBox CB_MERGEWITHNEXT 284cdf0e10cSrcweir { 285cdf0e10cSrcweir HelpID = "cui:CheckBox:RID_SVXPAGE_BORDER:CB_MERGEWITHNEXT" ; 286cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 173 ) ; 287cdf0e10cSrcweir Size = MAP_APPFONT ( 242, 10 ) ; 288cdf0e10cSrcweir Hide = TRUE ; 289cdf0e10cSrcweir Text [ en-US ] = "~Merge with next paragraph" ; 290cdf0e10cSrcweir }; 291cdf0e10cSrcweir CheckBox CB_MERGEADJACENTBORDERS 292cdf0e10cSrcweir { 293cdf0e10cSrcweir HelpID = "cui:CheckBox:RID_SVXPAGE_BORDER:CB_MERGEADJACENTBORDERS" ; 294cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 173 ) ; 295cdf0e10cSrcweir Size = MAP_APPFONT ( 242, 10 ) ; 296cdf0e10cSrcweir Hide = TRUE ; 297cdf0e10cSrcweir Text [ en-US ] = "~Merge adjacent line styles" ; 298cdf0e10cSrcweir }; 299cdf0e10cSrcweir 300cdf0e10cSrcweir#define _PREVIEW_IDLIST_ \ 301cdf0e10cSrcweir IdList = \ 302cdf0e10cSrcweir { \ 303cdf0e10cSrcweir IID_PRE_CELL_NONE ; \ 304cdf0e10cSrcweir IID_PRE_CELL_ALL ; \ 305cdf0e10cSrcweir IID_PRE_CELL_LR ; \ 306cdf0e10cSrcweir IID_PRE_CELL_TB ; \ 307cdf0e10cSrcweir IID_PRE_CELL_L ; \ 308cdf0e10cSrcweir IID_PRE_CELL_DIAG ; \ 309cdf0e10cSrcweir IID_PRE_HOR_NONE ; \ 310cdf0e10cSrcweir IID_PRE_HOR_OUTER ; \ 311cdf0e10cSrcweir IID_PRE_HOR_HOR ; \ 312cdf0e10cSrcweir IID_PRE_HOR_ALL ; \ 313cdf0e10cSrcweir IID_PRE_HOR_OUTER2 ; \ 314cdf0e10cSrcweir IID_PRE_VER_NONE ; \ 315cdf0e10cSrcweir IID_PRE_VER_OUTER ; \ 316cdf0e10cSrcweir IID_PRE_VER_VER ; \ 317cdf0e10cSrcweir IID_PRE_VER_ALL ; \ 318cdf0e10cSrcweir IID_PRE_VER_OUTER2 ; \ 319cdf0e10cSrcweir IID_PRE_TABLE_NONE ; \ 320cdf0e10cSrcweir IID_PRE_TABLE_OUTER ; \ 321cdf0e10cSrcweir IID_PRE_TABLE_OUTERH ; \ 322cdf0e10cSrcweir IID_PRE_TABLE_ALL ; \ 323cdf0e10cSrcweir IID_PRE_TABLE_OUTER2 ; \ 324cdf0e10cSrcweir }; \ 325cdf0e10cSrcweir IdCount = { 21 ; } ; 326cdf0e10cSrcweir 327cdf0e10cSrcweir ImageList IL_PRE_BITMAPS 328cdf0e10cSrcweir { 329cdf0e10cSrcweir Prefix = "pr" ; 330cdf0e10cSrcweir MaskColor = STD_MASKCOLOR ; 331cdf0e10cSrcweir _PREVIEW_IDLIST_ 332cdf0e10cSrcweir }; 333cdf0e10cSrcweir ImageList ILH_PRE_BITMAPS 334cdf0e10cSrcweir { 335cdf0e10cSrcweir Prefix = "prh" ; 336cdf0e10cSrcweir MaskColor = STD_MASKCOLOR ; 337cdf0e10cSrcweir _PREVIEW_IDLIST_ 338cdf0e10cSrcweir }; 339cdf0e10cSrcweir 340cdf0e10cSrcweir#define _SHADOW_IDLIST_ \ 341cdf0e10cSrcweir IdList = \ 342cdf0e10cSrcweir { \ 343cdf0e10cSrcweir IID_SHADOWNONE ; \ 344cdf0e10cSrcweir IID_SHADOW_BOT_RIGHT ; \ 345cdf0e10cSrcweir IID_SHADOW_BOT_LEFT ; \ 346cdf0e10cSrcweir IID_SHADOW_TOP_RIGHT ; \ 347cdf0e10cSrcweir IID_SHADOW_TOP_LEFT ; \ 348cdf0e10cSrcweir }; \ 349cdf0e10cSrcweir IdCount = { 5 ; } ; 350cdf0e10cSrcweir 351cdf0e10cSrcweir ImageList IL_SDW_BITMAPS 352cdf0e10cSrcweir { 353cdf0e10cSrcweir Prefix = "sh" ; 354cdf0e10cSrcweir MaskColor = STD_MASKCOLOR ; 355cdf0e10cSrcweir _SHADOW_IDLIST_ 356cdf0e10cSrcweir }; 357cdf0e10cSrcweir ImageList ILH_SDW_BITMAPS 358cdf0e10cSrcweir { 359cdf0e10cSrcweir Prefix = "shh" ; 360cdf0e10cSrcweir MaskColor = STD_MASKCOLOR ; 361cdf0e10cSrcweir _SHADOW_IDLIST_ 362cdf0e10cSrcweir }; 363cdf0e10cSrcweir}; 364cdf0e10cSrcweir 365cdf0e10cSrcweirString RID_SVXSTR_TABLE_PRESET_NONE 366cdf0e10cSrcweir{ 367cdf0e10cSrcweir Text [ en-US ] = "Set No Borders" ; 368cdf0e10cSrcweir}; 369cdf0e10cSrcweirString RID_SVXSTR_TABLE_PRESET_ONLYOUTER 370cdf0e10cSrcweir{ 371cdf0e10cSrcweir Text [ en-US ] = "Set Outer Border Only" ; 372cdf0e10cSrcweir}; 373cdf0e10cSrcweirString RID_SVXSTR_TABLE_PRESET_OUTERHORI 374cdf0e10cSrcweir{ 375cdf0e10cSrcweir Text [ en-US ] = "Set Outer Border and Horizontal Lines" ; 376cdf0e10cSrcweir}; 377cdf0e10cSrcweirString RID_SVXSTR_TABLE_PRESET_OUTERALL 378cdf0e10cSrcweir{ 379cdf0e10cSrcweir Text [ en-US ] = "Set Outer Border and All Inner Lines" ; 380cdf0e10cSrcweir}; 381cdf0e10cSrcweirString RID_SVXSTR_TABLE_PRESET_OUTERINNER 382cdf0e10cSrcweir{ 383cdf0e10cSrcweir Text [ en-US ] = "Set Outer Border Without Changing Inner Lines" ; 384cdf0e10cSrcweir}; 385cdf0e10cSrcweirString RID_SVXSTR_PARA_PRESET_DIAGONAL 386cdf0e10cSrcweir{ 387cdf0e10cSrcweir Text [ en-US ] = "Set Diagonal Lines Only" ; 388cdf0e10cSrcweir}; 389cdf0e10cSrcweirString RID_SVXSTR_PARA_PRESET_ALL 390cdf0e10cSrcweir{ 391cdf0e10cSrcweir Text [ en-US ] = "Set All Four Borders" ; 392cdf0e10cSrcweir}; 393cdf0e10cSrcweirString RID_SVXSTR_PARA_PRESET_LEFTRIGHT 394cdf0e10cSrcweir{ 395cdf0e10cSrcweir Text [ en-US ] = "Set Left and Right Borders Only" ; 396cdf0e10cSrcweir}; 397cdf0e10cSrcweirString RID_SVXSTR_PARA_PRESET_TOPBOTTOM 398cdf0e10cSrcweir{ 399cdf0e10cSrcweir Text [ en-US ] = "Set Top and Bottom Borders Only" ; 400cdf0e10cSrcweir}; 401cdf0e10cSrcweirString RID_SVXSTR_PARA_PRESET_ONLYLEFT 402cdf0e10cSrcweir{ 403cdf0e10cSrcweir Text [ en-US ] = "Set Left Border Only" ; 404cdf0e10cSrcweir}; 405cdf0e10cSrcweirString RID_SVXSTR_HOR_PRESET_ONLYHOR 406cdf0e10cSrcweir{ 407cdf0e10cSrcweir Text [ en-US ] = "Set Top and Bottom Borders, and All Inner Lines" ; 408cdf0e10cSrcweir}; 409cdf0e10cSrcweirString RID_SVXSTR_VER_PRESET_ONLYVER 410cdf0e10cSrcweir{ 411cdf0e10cSrcweir Text [ en-US ] = "Set Left and Right Borders, and All Inner Lines" ; 412cdf0e10cSrcweir}; 413cdf0e10cSrcweirString RID_SVXSTR_SHADOW_STYLE_NONE 414cdf0e10cSrcweir{ 415cdf0e10cSrcweir Text [ en-US ] = "No Shadow" ; 416cdf0e10cSrcweir}; 417cdf0e10cSrcweirString RID_SVXSTR_SHADOW_STYLE_BOTTOMRIGHT 418cdf0e10cSrcweir{ 419cdf0e10cSrcweir Text [ en-US ] = "Cast Shadow to Bottom Right" ; 420cdf0e10cSrcweir}; 421cdf0e10cSrcweirString RID_SVXSTR_SHADOW_STYLE_TOPRIGHT 422cdf0e10cSrcweir{ 423cdf0e10cSrcweir Text [ en-US ] = "Cast Shadow to Top Right" ; 424cdf0e10cSrcweir}; 425cdf0e10cSrcweirString RID_SVXSTR_SHADOW_STYLE_BOTTOMLEFT 426cdf0e10cSrcweir{ 427cdf0e10cSrcweir Text [ en-US ] = "Cast Shadow to Bottom Left" ; 428cdf0e10cSrcweir}; 429cdf0e10cSrcweirString RID_SVXSTR_SHADOW_STYLE_TOPLEFT 430cdf0e10cSrcweir{ 431cdf0e10cSrcweir Text [ en-US ] = "Cast Shadow to Top Left" ; 432cdf0e10cSrcweir}; 433cdf0e10cSrcweir 434*a5f48dc2Smseidel// ********************************************************************** EOF 435