1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23/* StarView ressource file */ 24#ifndef _SFX_HRC 25#include <sfx2/sfx.hrc> 26#endif 27#ifndef _SVX_DIALOGS_HRC 28#include <svx/dialogs.hrc> 29#endif 30#include "globals.hrc" 31#include "config.hrc" 32#include "optdlg.hrc" 33#include "helpid.h" 34 35/**************************************************************************/ 36/* */ 37/* TabPage Ansicht/Inhalt */ 38/* */ 39/**************************************************************************/ 40TabPage TP_CONTENT_OPT 41{ 42 HelpID = HID_CONTENT_OPT ; 43 SVLook = TRUE ; 44 Size = MAP_APPFONT ( 260 , 185 ) ; 45 Hide = TRUE ; 46 FixedLine FL_LINE 47 { 48 Pos = MAP_APPFONT ( 6 , 3 ) ; 49 Size = MAP_APPFONT ( 118 , 8 ) ; 50 Group = TRUE ; 51 Text [ en-US ] = "Guides"; 52 }; 53 CheckBox CB_CROSS 54 { 55 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_CROSS"; 56 Pos = MAP_APPFONT ( 12 , 14 ) ; 57 Size = MAP_APPFONT ( 118 , 10 ) ; 58 Text [ en-US ] = "Guides ~while moving"; 59 }; 60 CheckBox CB_HANDLE 61 { 62 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_HANDLE"; 63 Pos = MAP_APPFONT ( 12 , 27 ) ; 64 Size = MAP_APPFONT ( 118 , 10 ) ; 65 Text [ en-US ] = "Sim~ple handles"; 66 }; 67 CheckBox CB_BIGHANDLE 68 { 69 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_BIGHANDLE"; 70 Pos = MAP_APPFONT ( 12 , 40 ) ; 71 Size = MAP_APPFONT ( 118 , 10 ) ; 72 Text [ en-US ] = "Large handles"; 73 }; 74 FixedLine FL_WINDOW 75 { 76 Pos = MAP_APPFONT ( 130 , 3 ) ; 77 Size = MAP_APPFONT ( 124 , 8 ) ; 78 Group = TRUE ; 79 Text [ en-US ] = "View"; 80 }; 81 CheckBox CB_HSCROLL 82 { 83 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_HSCROLL"; 84 Pos = MAP_APPFONT ( 136 , 14 ) ; 85 Size = MAP_APPFONT ( 108 , 10 ) ; 86 Text [ en-US ] = "H~orizontal scrollbar" ; 87 }; 88 CheckBox CB_VSCROLL 89 { 90 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_VSCROLL"; 91 Pos = MAP_APPFONT ( 136 , 27 ) ; 92 Size = MAP_APPFONT ( 108 , 10 ) ; 93 Text [ en-US ] = "~Vertical scrollbar" ; 94 }; 95 CheckBox CB_ANY_RULER 96 { 97 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_ANY_RULER"; 98 Pos = MAP_APPFONT ( 136 , 40 ) ; 99 Size = MAP_APPFONT ( 65 , 10 ) ; 100 Text [ en-US ] = "R~uler" ; 101 }; 102 CheckBox CB_HRULER 103 { 104 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_HRULER"; 105 Pos = MAP_APPFONT ( 142 , 53 ) ; 106 Size = MAP_APPFONT ( 62 , 10 ) ; 107 Text [ en-US ] = "Hori~zontal ruler" ; 108 }; 109 ListBox LB_HMETRIC 110 { 111 HelpID = "sw:ListBox:TP_CONTENT_OPT:LB_HMETRIC"; 112 Pos = MAP_APPFONT ( 206 , 51 ) ; 113 Size = MAP_APPFONT ( 45 , 60 ) ; 114 DropDown = TRUE; 115 }; 116 CheckBox CB_VRULER 117 { 118 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_VRULER"; 119 Pos = MAP_APPFONT ( 142 , 66 ) ; 120 Size = MAP_APPFONT ( 62 , 10 ) ; 121 Text [ en-US ] = "Verti~cal ruler" ; 122 }; 123 CheckBox CB_VRULER_RIGHT 124 { 125 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_VRULER_RIGHT"; 126 Pos = MAP_APPFONT ( 148 , 79 ) ; 127 Size = MAP_APPFONT ( 100 , 10 ) ; 128 Text [ en-US ] = "Right-aligned"; 129 }; 130 ListBox LB_VMETRIC 131 { 132 HelpID = "sw:ListBox:TP_CONTENT_OPT:LB_VMETRIC"; 133 Pos = MAP_APPFONT ( 206 , 64 ) ; 134 Size = MAP_APPFONT ( 45 , 60 ) ; 135 DropDown = TRUE; 136 }; 137 CheckBox CB_SMOOTH_SCROLL 138 { 139 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_SMOOTH_SCROLL"; 140 Pos = MAP_APPFONT ( 136 , 79 ) ; 141 Size = MAP_APPFONT ( 108 , 10 ) ; 142 Text [ en-US ] = "S~mooth scroll" ; 143 }; 144 FixedLine FL_DISP 145 { 146 Pos = MAP_APPFONT ( 6 , 56 ) ; 147 Size = MAP_APPFONT ( 118 , 8 ) ; 148 Text [ en-US ] = "Display" ; 149 Group = TRUE ; 150 }; 151 CheckBox CB_GRF 152 { 153 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_GRF"; 154 Pos = MAP_APPFONT ( 12 , 67 ) ; 155 Size = MAP_APPFONT ( 108 , 10 ) ; 156 Text [ en-US ] = "~Graphics and objects" ; 157 TabStop = TRUE ; 158 Group = TRUE ; 159 }; 160 CheckBox CB_TBL 161 { 162 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_TBL"; 163 Pos = MAP_APPFONT ( 12 , 80 ) ; 164 Size = MAP_APPFONT ( 108 , 10 ) ; 165 Text [ en-US ] = "~Tables " ; 166 }; 167 CheckBox CB_DRWFAST 168 { 169 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_DRWFAST"; 170 Pos = MAP_APPFONT ( 12 , 93 ) ; 171 Size = MAP_APPFONT ( 108 , 10 ) ; 172 Text [ en-US ] = "Dra~wings and controls" ; 173 }; 174 CheckBox CB_FIELD 175 { 176 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_FIELD"; 177 Pos = MAP_APPFONT ( 12 , 106 ) ; 178 Size = MAP_APPFONT ( 108 , 10 ) ; 179 Text [ en-US ] = "~Field codes" ; 180 }; 181 CheckBox CB_POSTIT 182 { 183 HelpID = "sw:CheckBox:TP_CONTENT_OPT:CB_POSTIT"; 184 Pos = MAP_APPFONT ( 12 , 119 ) ; 185 Size = MAP_APPFONT ( 108 , 10 ) ; 186 Text [ en-US ] = "~Comments" ; 187 }; 188 FixedLine FL_SETTINGS 189 { 190 Pos = MAP_APPFONT ( 130 , 122 ) ; 191 Size = MAP_APPFONT ( 124 , 8 ) ; 192 Text [ en-US ] = "Settings"; 193 Hide = TRUE; 194 }; 195 FixedText FT_METRIC 196 { 197 Pos = MAP_APPFONT ( 136 , 135 ) ; 198 Size = MAP_APPFONT ( 60 , 8 ) ; 199 Text [ en-US ] = "Measurement unit"; 200 Hide = TRUE; 201 }; 202 ListBox LB_METRIC 203 { 204 HelpID = "sw:ListBox:TP_CONTENT_OPT:LB_METRIC"; 205 Pos = MAP_APPFONT ( 199, 133 ) ; 206 Size = MAP_APPFONT ( 50 , 50 ) ; 207 Border = TRUE ; 208 DropDown = TRUE ; 209 Hide = TRUE; 210 }; 211}; 212/**************************************************************************/ 213/* */ 214/* */ 215/* */ 216/**************************************************************************/ 217TabPage TP_OPTPRINT_PAGE 218{ 219 HelpID = HID_OPTPRINT_PAGE ; 220 Size = MAP_APPFONT ( 260 , 185 ) ; 221 Hide = TRUE ; 222 FixedLine FL_1 223 { 224 Pos = MAP_APPFONT ( 6 , 3 ) ; 225 Size = MAP_APPFONT ( 78 , 8 ) ; 226 Text [ en-US ] = "Contents" ; 227 Group = TRUE ; 228 }; 229 CheckBox CB_PGRF /*functionally merged with CB_PDRAW*/ 230 { 231 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF"; 232 Pos = MAP_APPFONT ( 12 , 14 ) ; 233 Size = MAP_APPFONT ( 70 , 10 ) ; 234 Text [ en-US ] = "~Pictures and objects" ; 235 TabStop = TRUE ; 236 Group = TRUE ; 237 }; 238/* 239 removed, tables now always get printed 240 CheckBox CB_PTAB 241 { 242 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB"; 243 Pos = MAP_APPFONT ( 12 , 27 ) ; 244 Size = MAP_APPFONT ( 70 , 10 ) ; 245 Text [ en-US ] = "~Tables" ; 246 }; 247*/ 248/* 249 functionally merged with CB_PGRF (pictures and graphics) 250 CheckBox CB_PDRAW 251 { 252 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW"; 253 Pos = MAP_APPFONT ( 12 , 40 ) ; 254 Size = MAP_APPFONT ( 70 , 10 ) ; 255 Text [ en-US ] = "Dra~wings" ; 256 }; 257*/ 258 CheckBox CB_CTRLFLD 259 { 260 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_CTRLFLD"; 261 Pos = MAP_APPFONT ( 12 , 27 ) ; 262 Size = MAP_APPFONT ( 70 , 10 ) ; 263 Text [ en-US ] = "Form control~s" ; 264 }; 265 CheckBox CB_BACKGROUND 266 { 267 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_BACKGROUND"; 268 Pos = MAP_APPFONT ( 12 , 40 ) ; 269 Size = MAP_APPFONT ( 70 , 10 ) ; 270 Text [ en-US ] = "Page ba~ckground" ; 271 }; 272 CheckBox CB_BLACK_FONT 273 { 274 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_BLACK_FONT"; 275 Pos = MAP_APPFONT ( 12 , 53 ) ; 276 Size = MAP_APPFONT ( 70 , 10 ) ; 277 Text [ en-US ] = "Print text in blac~k" ; 278 }; 279 CheckBox CB_HIDDEN_TEXT 280 { 281 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_HIDDEN_TEXT"; 282 Pos = MAP_APPFONT ( 12 , 66 ) ; 283 Size = MAP_APPFONT ( 70 , 10 ) ; 284 Text [ en-US ] = "Hidden te~xt" ; 285 }; 286 CheckBox CB_TEXT_PLACEHOLDER 287 { 288 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_TEXT_PLACEHOLDER"; 289 Pos = MAP_APPFONT ( 12 , 79 ) ; 290 Size = MAP_APPFONT ( 70 , 10 ) ; 291 Text [ en-US ] = "Text ~placeholder" ; 292 }; 293 FixedLine FL_SEP_PRT_LEFT 294 { 295 Pos = MAP_APPFONT ( 85 , 14 ) ; 296 Size = MAP_APPFONT ( 4 , 78 ) ; 297 Vert = TRUE; 298 }; 299 FixedLine FL_2 300 { 301 Pos = MAP_APPFONT ( 90 , 3 ) ; 302 Size = MAP_APPFONT ( 78 , 8 ) ; 303 Text [ en-US ] = "Pages" ; 304 Group = TRUE ; 305 }; 306 CheckBox CB_LEFTP 307 { 308 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_LEFTP"; 309 Pos = MAP_APPFONT ( 96 , 14 ) ; 310 Size = MAP_APPFONT ( 70 , 10 ) ; 311 Text [ en-US ] = "~Left pages" ; 312 TabStop = TRUE ; 313 Group = TRUE ; 314 }; 315 CheckBox CB_RIGHTP 316 { 317 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_RIGHTP"; 318 Pos = MAP_APPFONT ( 96 , 27 ) ; 319 Size = MAP_APPFONT ( 70 , 10 ) ; 320 Text [ en-US ] = "~Right pages" ; 321 }; 322/* 323 removed, noe handled by the new print dialog (i.e. vcl) itself 324 CheckBox CB_REVERSE 325 { 326 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_REVERSE"; 327 Pos = MAP_APPFONT ( 96 , 40 ) ; 328 Size = MAP_APPFONT ( 70 , 10 ) ; 329 Text [ en-US ] = "Re~versed" ; 330 }; 331*/ 332 CheckBox CB_PROSPECT 333 { 334 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PROSPECT"; 335 Pos = MAP_APPFONT ( 96 , 40 ) ; 336 Size = MAP_APPFONT ( 70 , 10 ) ; 337 Text [ en-US ] = "Broch~ure" ; 338 }; 339 CheckBox CB_PROSPECT_RTL 340 { 341 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PROSPECT_RTL"; 342 Pos = MAP_APPFONT ( 103 , 53 ) ; 343 Size = MAP_APPFONT ( 70 , 10 ) ; 344 Text [ en-US ] = "Right to Left" ; 345 }; 346 RadioButton RB_NO 347 { 348 HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_NO"; 349 Pos = MAP_APPFONT ( 180 , 14 ) ; 350 Size = MAP_APPFONT ( 74 , 10 ) ; 351 Text [ en-US ] = "~None" ; 352 TabStop = TRUE ; 353 Group = TRUE ; 354 }; 355 RadioButton RB_ONLY 356 { 357 HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_ONLY"; 358 Pos = MAP_APPFONT ( 180 , 27 ) ; 359 Size = MAP_APPFONT ( 74 , 10 ) ; 360 Text [ en-US ] = "Comments ~only" ; 361 }; 362 RadioButton RB_END 363 { 364 HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_END"; 365 Pos = MAP_APPFONT ( 180 , 40 ) ; 366 Size = MAP_APPFONT ( 74 , 10 ) ; 367 Text [ en-US ] = "End of docu~ment" ; 368 }; 369 RadioButton RB_PAGEEND 370 { 371 HelpID = "sw:RadioButton:TP_OPTPRINT_PAGE:RB_PAGEEND"; 372 Pos = MAP_APPFONT ( 180 , 53 ) ; 373 Size = MAP_APPFONT ( 74 , 10 ) ; 374 Text [ en-US ] = "~End of page" ; 375 }; 376 FixedLine FL_SEP_PRT_RIGHT 377 { 378 Pos = MAP_APPFONT ( 169 , 14 ) ; 379 Size = MAP_APPFONT ( 4 , 78 ) ; 380 Vert = TRUE; 381 }; 382 FixedLine FL_3 383 { 384 Pos = MAP_APPFONT ( 174 , 3 ) ; 385 Size = MAP_APPFONT ( 80 , 8 ) ; 386 Text [ en-US ] = "Comments" ; 387 Group = TRUE ; 388 }; 389 FixedLine FL_4 390 { 391 Pos = MAP_APPFONT ( 6 , 95 ) ; 392 Size = MAP_APPFONT ( 248 , 8 ) ; 393 Group = TRUE ; 394 Text [ en-US ] = "Other"; 395 }; 396 CheckBox CB_PRINTEMPTYPAGES 397 { 398 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PRINTEMPTYPAGES"; 399 Pos = MAP_APPFONT ( 12 , 106 ) ; 400 Size = MAP_APPFONT ( 200 , 10 ) ; 401 TabStop = TRUE ; 402 Text [ en-US ] = "Print ~automatically inserted blank pages"; 403 }; 404/* 405 CheckBox CB_SINGLEJOBS 406 { 407 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_SINGLEJOBS"; 408 Pos = MAP_APPFONT ( 12 , 119 ) ; 409 Size = MAP_APPFONT ( 200 , 10 ) ; 410 TabStop = TRUE ; 411 Text [ en-US ] = "Create s~ingle print jobs" ; 412 }; 413*/ 414 CheckBox CB_PAPERFROMSETUP 415 { 416 HelpID = "sw:CheckBox:TP_OPTPRINT_PAGE:CB_PAPERFROMSETUP"; 417 Pos = MAP_APPFONT ( 12 , 119 ) ; 418 Size = MAP_APPFONT ( 200 , 10 ) ; 419 TabStop = TRUE ; 420 Text [ en-US ] = "~Paper tray from printer settings"; 421 }; 422 FixedText FT_FAX 423 { 424 Pos = MAP_APPFONT ( 12 , 134 ) ; 425 Size = MAP_APPFONT ( 50 , 8 ) ; 426 Group = TRUE ; 427 Text [ en-US ] = "~Fax"; 428 }; 429 ListBox LB_FAX 430 { 431 HelpID = "sw:ListBox:TP_OPTPRINT_PAGE:LB_FAX"; 432 Border = TRUE ; 433 Pos = MAP_APPFONT ( 70 , 132 ) ; 434 Size = MAP_APPFONT ( 184 , 70 ) ; 435 TabStop = TRUE ; 436 DropDown = TRUE ; 437 Group = TRUE ; 438 }; 439 String ST_NONE 440 { 441 Text [ en-US ] = "<None>"; 442 }; 443}; 444/**************************************************************************/ 445/* */ 446/* */ 447/* */ 448/**************************************************************************/ 449TabPage TP_STD_FONT 450{ 451 HelpID = HID_STD_FONT ; 452 Size = MAP_APPFONT ( 260 , 185 ) ; 453 Hide = TRUE ; 454 FixedLine FL_STDCHR 455 { 456 Pos = MAP_APPFONT ( 6 , 3 ) ; 457 Size = MAP_APPFONT ( 248 , 8 ) ; 458 Text [ en-US ] = "Basic fonts (%1)"; 459 }; 460 FixedText FT_TYPE 461 { 462 Pos = MAP_APPFONT ( 63 , 14 ) ; 463 Size = MAP_APPFONT ( 100 , 8 ) ; 464 Text [ en-US ] = "Font"; 465 }; 466 FixedText FT_SIZE 467 { 468 Pos = MAP_APPFONT ( 204 , 14 ) ; 469 Size = MAP_APPFONT ( 30 , 8 ) ; 470 Text [ en-US ] = "Size"; 471 }; 472 MetricBox LB_STANDARD_SIZE 473 { 474 HelpID = "sw:MetricBox:TP_STD_FONT:LB_STANDARD_SIZE"; 475 Pos = MAP_APPFONT ( 204 , 25 ) ; 476 Size = MAP_APPFONT ( 30 , 60 ) ; 477 Border = TRUE ; 478 DropDown = TRUE; 479 }; 480 MetricBox LB_TITLE_SIZE 481 { 482 HelpID = "sw:MetricBox:TP_STD_FONT:LB_TITLE_SIZE"; 483 Pos = MAP_APPFONT ( 204 , 42 ) ; 484 Size = MAP_APPFONT ( 30 , 60 ) ; 485 Border = TRUE ; 486 DropDown = TRUE; 487 }; 488 MetricBox LB_LIST_SIZE 489 { 490 HelpID = "sw:MetricBox:TP_STD_FONT:LB_LIST_SIZE"; 491 Pos = MAP_APPFONT ( 204 , 59 ) ; 492 Size = MAP_APPFONT ( 30 , 60 ) ; 493 Border = TRUE ; 494 DropDown = TRUE; 495 }; 496 MetricBox LB_LABEL_SIZE 497 { 498 HelpID = "sw:MetricBox:TP_STD_FONT:LB_LABEL_SIZE"; 499 Pos = MAP_APPFONT ( 204 , 76 ) ; 500 Size = MAP_APPFONT ( 30 , 60 ) ; 501 Border = TRUE ; 502 DropDown = TRUE; 503 }; 504 MetricBox LB_INDEX_SIZE 505 { 506 HelpID = "sw:MetricBox:TP_STD_FONT:LB_INDEX_SIZE"; 507 Pos = MAP_APPFONT ( 204 , 93 ) ; 508 Size = MAP_APPFONT ( 30 , 60 ) ; 509 Border = TRUE ; 510 DropDown = TRUE; 511 }; 512 FixedText FT_STANDARD 513 { 514 Pos = MAP_APPFONT ( 12 , 26 ) ; 515 Size = MAP_APPFONT ( 48 , 10 ) ; 516 Left = TRUE ; 517 Text [ en-US ] = "De~fault" ; 518 }; 519 FixedText FT_TITLE 520 { 521 Pos = MAP_APPFONT ( 12 , 43 ) ; 522 Size = MAP_APPFONT ( 48 , 10 ) ; 523 Text [ en-US ] = "Headin~g" ; 524 Left = TRUE ; 525 }; 526 FixedText FT_LIST 527 { 528 Pos = MAP_APPFONT ( 12 , 60 ) ; 529 Size = MAP_APPFONT ( 48 , 10 ) ; 530 Text [ en-US ] = "~List" ; 531 Left = TRUE ; 532 }; 533 FixedText FT_LABEL 534 { 535 Pos = MAP_APPFONT ( 12 , 77 ) ; 536 Size = MAP_APPFONT ( 48 , 10 ) ; 537 Text [ en-US ] = "C~aption" ; 538 Left = TRUE ; 539 }; 540 FixedText FT_IDX 541 { 542 Pos = MAP_APPFONT ( 12 , 94 ) ; 543 Size = MAP_APPFONT ( 48 , 10 ) ; 544 Text [ en-US ] = "~Index" ; 545 Left = TRUE ; 546 }; 547 ComboBox LB_STANDARD 548 { 549 HelpID = "sw:ComboBox:TP_STD_FONT:LB_STANDARD"; 550 Pos = MAP_APPFONT ( 63 , 25 ) ; 551 Size = MAP_APPFONT ( 135 , 73 ) ; 552 TabStop = TRUE ; 553 DropDown = TRUE ; 554 Sort = TRUE ; 555 }; 556 ComboBox LB_TITLE 557 { 558 HelpID = "sw:ComboBox:TP_STD_FONT:LB_TITLE"; 559 Pos = MAP_APPFONT ( 63 , 42 ) ; 560 Size = MAP_APPFONT ( 135, 73 ) ; 561 TabStop = TRUE ; 562 DropDown = TRUE ; 563 Sort = TRUE ; 564 }; 565 ComboBox LB_LIST 566 { 567 HelpID = "sw:ComboBox:TP_STD_FONT:LB_LIST"; 568 Pos = MAP_APPFONT ( 63 , 59 ) ; 569 Size = MAP_APPFONT ( 135 , 73 ) ; 570 TabStop = TRUE ; 571 DropDown = TRUE ; 572 Sort = TRUE ; 573 }; 574 ComboBox LB_LABEL 575 { 576 HelpID = "sw:ComboBox:TP_STD_FONT:LB_LABEL"; 577 Pos = MAP_APPFONT ( 63 , 76 ) ; 578 Size = MAP_APPFONT ( 135 , 73 ) ; 579 TabStop = TRUE ; 580 DropDown = TRUE ; 581 Sort = TRUE ; 582 }; 583 ComboBox LB_IDX 584 { 585 HelpID = "sw:ComboBox:TP_STD_FONT:LB_IDX"; 586 Pos = MAP_APPFONT ( 63 , 94 ) ; 587 Size = MAP_APPFONT ( 135, 73 ) ; 588 TabStop = TRUE ; 589 DropDown = TRUE ; 590 Sort = TRUE ; 591 }; 592 CheckBox CB_DOCONLY 593 { 594 HelpID = "sw:CheckBox:TP_STD_FONT:CB_DOCONLY"; 595 Pos = MAP_APPFONT ( 12 , 111 ) ; 596 Size = MAP_APPFONT ( 147 , 10 ) ; 597 Text [ en-US ] = "C~urrent document only" ; 598 }; 599 PushButton PB_STANDARD 600 { 601 HelpID = "sw:PushButton:TP_STD_FONT:PB_STANDARD"; 602 Pos = MAP_APPFONT ( 204 , 165 ) ; 603 Size = MAP_APPFONT ( 50 , 14 ) ; 604 Text [ en-US ] = "~Default" ; 605 }; 606 String ST_SCRIPT_ASIAN 607 { 608 Text [ en-US ] = "Asian"; 609 }; 610 String ST_SCRIPT_CTL 611 { 612 Text [ en-US ] = "CTL"; 613 }; 614 String ST_SCRIPT_WESTERN 615 { 616 Text [ en-US ] = "Western"; 617 }; 618}; 619/**************************************************************************/ 620/* */ 621/* */ 622/* */ 623/**************************************************************************/ 624TabPage TP_OPTTABLE_PAGE 625{ 626 HelpID = HID_OPTTABLE_PAGE ; 627 Size = MAP_APPFONT ( 260 , 185 ) ; 628 Hide = TRUE ; 629 FixedLine FL_TABLE 630 { 631 Pos = MAP_APPFONT ( 6 , 3 ) ; 632 Size = MAP_APPFONT ( 113 , 8 ) ; 633 Text [ en-US ] = "Default"; 634 }; 635 CheckBox CB_HEADER 636 { 637 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_HEADER"; 638 Pos = MAP_APPFONT ( 12 , 14 ) ; 639 Size = MAP_APPFONT ( 107 , 10 ) ; 640 TabStop = TRUE ; 641 Text [ en-US ] = "H~eading"; 642 }; 643 CheckBox CB_REPEAT_HEADER 644 { 645 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_REPEAT_HEADER"; 646 Pos = MAP_APPFONT ( 21 , 27 ) ; 647 Size = MAP_APPFONT ( 99 , 10 ) ; 648 TabStop = TRUE ; 649 Text [ en-US ] = "Re~peat on each page"; 650 }; 651 CheckBox CB_DONT_SPLIT 652 { 653 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_DONT_SPLIT"; 654 Pos = MAP_APPFONT ( 12 , 40 ) ; 655 Size = MAP_APPFONT ( 107 , 10 ) ; 656 TabStop = TRUE ; 657 Text [ en-US ] = "Do not split"; 658 }; 659 CheckBox CB_BORDER 660 { 661 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_BORDER"; 662 Pos = MAP_APPFONT ( 12 , 53 ) ; 663 Size = MAP_APPFONT ( 107 , 10 ) ; 664 TabStop = TRUE ; 665 Text [ en-US ] = "B~order"; 666 }; 667 FixedLine FL_TABLE_SEPARATOR 668 { 669 Pos = MAP_APPFONT ( 120 , 14 ) ; 670 Size = MAP_APPFONT ( 4 , 52 ) ; 671 Vert = TRUE; 672 }; 673 FixedLine FL_TABLE_INSERT 674 { 675 Pos = MAP_APPFONT ( 125 , 3 ) ; 676 Size = MAP_APPFONT ( 129 , 8 ) ; 677 Text [ en-US ] = "Input in tables"; 678 }; 679 CheckBox CB_NUMFORMATTING 680 { 681 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_NUMFORMATTING"; 682 Pos = MAP_APPFONT ( 131 , 14 ) ; 683 Size = MAP_APPFONT ( 118 , 10 ) ; 684 TabStop = TRUE ; 685 Text [ en-US ] = "Number recognition"; 686 }; 687 CheckBox CB_NUMFMT_FORMATTING 688 { 689 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_NUMFMT_FORMATTING"; 690 Pos = MAP_APPFONT ( 140 , 27 ) ; 691 Size = MAP_APPFONT ( 114 , 10 ) ; 692 TabStop = TRUE ; 693 Text [ en-US ] = "Number format recognition"; 694 }; 695 CheckBox CB_NUMALIGNMENT 696 { 697 HelpID = "sw:CheckBox:TP_OPTTABLE_PAGE:CB_NUMALIGNMENT"; 698 Pos = MAP_APPFONT ( 140 , 40 ) ; 699 Size = MAP_APPFONT ( 114 , 10 ) ; 700 TabStop = TRUE ; 701 Text [ en-US ] = "Alignment"; 702 }; 703 FixedLine FL_MOVE 704 { 705 Pos = MAP_APPFONT ( 6 , 69 ) ; 706 Size = MAP_APPFONT ( 248 , 8 ) ; 707 Text [ en-US ] = "Keyboard handling"; 708 }; 709 FixedText FT_MOVE 710 { 711 Pos = MAP_APPFONT ( 12 , 80) ; 712 Size = MAP_APPFONT ( 100 , 8 ) ; 713 Text [ en-US ] = "Move cells"; 714 }; 715 FixedText FT_ROWMOVE 716 { 717 Pos = MAP_APPFONT ( 21 , 93 ) ; 718 Size = MAP_APPFONT ( 51 , 8 ) ; 719 Text [ en-US ] = "~Row" ; 720 }; 721 MetricField MF_ROWMOVE 722 { 723 HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_ROWMOVE"; 724 Border = TRUE ; 725 Pos = MAP_APPFONT ( 83 , 91 ) ; 726 Size = MAP_APPFONT ( 40 , 12 ) ; 727 Left = TRUE ; 728 Repeat = TRUE ; 729 Spin = TRUE ; 730 DecimalDigits = 2 ; 731 Unit = FUNIT_CM ; 732 SpinSize = 10 ; 733 Minimum = 25 ; 734 Maximum = 999 ; 735 First = 25 ; 736 Last = 2000 ; 737 }; 738 FixedText FT_COLMOVE 739 { 740 Pos = MAP_APPFONT ( 21 , 108 ) ; 741 Size = MAP_APPFONT ( 51 , 8 ) ; 742 Text [ en-US ] = "~Column" ; 743 }; 744 MetricField MF_COLMOVE 745 { 746 HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_COLMOVE"; 747 Border = TRUE ; 748 Pos = MAP_APPFONT ( 83 , 106 ) ; 749 Size = MAP_APPFONT ( 40 , 12 ) ; 750 Left = TRUE ; 751 Repeat = TRUE ; 752 Spin = TRUE ; 753 DecimalDigits = 2 ; 754 Unit = FUNIT_CM ; 755 SpinSize = 10 ; 756 Minimum = 25 ; 757 Maximum = 999 ; 758 First = 25 ; 759 Last = 2000 ; 760 }; 761 FixedText FT_INSERT 762 { 763 Pos = MAP_APPFONT ( 136 , 80 ) ; 764 Size = MAP_APPFONT ( 110 , 8 ) ; 765 Text [ en-US ] = "Insert cell"; 766 }; 767 FixedText FT_ROWINSERT 768 { 769 Pos = MAP_APPFONT ( 145 , 93 ) ; 770 Size = MAP_APPFONT ( 51 , 8 ) ; 771 Text [ en-US ] = "Ro~w" ; 772 }; 773 MetricField MF_ROWINSERT 774 { 775 HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_ROWINSERT"; 776 Border = TRUE ; 777 Pos = MAP_APPFONT ( 211 , 91 ) ; 778 Size = MAP_APPFONT ( 40 , 12 ) ; 779 Left = TRUE ; 780 Repeat = TRUE ; 781 Spin = TRUE ; 782 DecimalDigits = 2 ; 783 Unit = FUNIT_CM ; 784 SpinSize = 10 ; 785 Minimum = 25 ; 786 Maximum = 999 ; 787 First = 25 ; 788 Last = 2000 ; 789 }; 790 FixedText FT_COLINSERT 791 { 792 Pos = MAP_APPFONT ( 145 , 108 ) ; 793 Size = MAP_APPFONT ( 51 , 10 ) ; 794 Text [ en-US ] = "Colu~mn" ; 795 }; 796 MetricField MF_COLINSERT 797 { 798 HelpID = "sw:MetricField:TP_OPTTABLE_PAGE:MF_COLINSERT"; 799 Border = TRUE ; 800 Pos = MAP_APPFONT ( 211 , 106 ) ; 801 Size = MAP_APPFONT ( 40 , 12 ) ; 802 Left = TRUE ; 803 Repeat = TRUE ; 804 Spin = TRUE ; 805 DecimalDigits = 2 ; 806 Unit = FUNIT_CM ; 807 SpinSize = 10 ; 808 Minimum = 25 ; 809 Maximum = 999 ; 810 First = 25 ; 811 Last = 2000 ; 812 }; 813 FixedText FT_HANDLING 814 { 815 Pos = MAP_APPFONT ( 12 , 122 ) ; 816 Size = MAP_APPFONT ( 230 , 8 ) ; 817 Text [ en-US ] = "Behavior of rows/columns"; 818 }; 819 RadioButton RB_FIX 820 { 821 HelpID = "sw:RadioButton:TP_OPTTABLE_PAGE:RB_FIX"; 822 Pos = MAP_APPFONT ( 21 , 133 ) ; 823 Size = MAP_APPFONT ( 70 , 10 ) ; 824 Text [ en-US ] = "~Fixed" ; 825 }; 826 FixedText FT_FIX 827 { 828 Pos = MAP_APPFONT ( 93 , 133 ) ; 829 Size = MAP_APPFONT ( 155 , 16 ) ; 830 WordBreak = TRUE ; 831 Text [ en-US ] = "Changes affect the adjacent area only"; 832 }; 833 RadioButton RB_FIXPROP 834 { 835 HelpID = "sw:RadioButton:TP_OPTTABLE_PAGE:RB_FIXPROP"; 836 Pos = MAP_APPFONT ( 21 , 151 ) ; 837 Size = MAP_APPFONT ( 70 , 10 ) ; 838 Text [ en-US ] = "Fi~xed, proportional" ; 839 }; 840 FixedText FT_FIXPROP 841 { 842 Pos = MAP_APPFONT ( 93 , 151 ) ; 843 Size = MAP_APPFONT ( 155 , 16 ) ; 844 WordBreak = TRUE ; 845 Text [ en-US ] = "Changes affect the entire table"; 846 }; 847 RadioButton RB_VAR 848 { 849 HelpID = "sw:RadioButton:TP_OPTTABLE_PAGE:RB_VAR"; 850 Pos = MAP_APPFONT ( 21 , 169 ) ; 851 Size = MAP_APPFONT ( 70 , 10 ) ; 852 Text [ en-US ] = "~Variable" ; 853 }; 854 FixedText FT_VAR 855 { 856 Pos = MAP_APPFONT ( 93 , 169 ) ; 857 Size = MAP_APPFONT ( 155 , 16 ) ; 858 WordBreak = TRUE ; 859 Text [ en-US ] = "Changes affect the table size"; 860 }; 861}; 862/**************************************************************************/ 863/* */ 864/* TabPage ShadowCursor */ 865/* */ 866/**************************************************************************/ 867TabPage TP_OPTSHDWCRSR 868{ 869 HelpID = HID_OPTSHDWCRSR ; 870 SVLook = TRUE ; 871 Size = MAP_APPFONT ( 260 , 185 ) ; 872 Hide = TRUE ; 873 //_---------------------------- 874 FixedLine FL_NOPRINT 875 { 876 Pos = MAP_APPFONT ( 6 , 3 ) ; 877 Size = MAP_APPFONT ( 118 , 8 ) ; 878 Group = TRUE ; 879 Text [ en-US ] = "Display of"; 880 }; 881 CheckBox CB_PARA 882 { 883 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_PARA"; 884 Pos = MAP_APPFONT ( 12 , 14 ) ; 885 Size = MAP_APPFONT ( 108 , 10 ) ; 886 Text [ en-US ] = "Pa~ragraph end" ; 887 TabStop = TRUE ; 888 Group = TRUE ; 889 }; 890 CheckBox CB_SHYPH 891 { 892 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_SHYPH"; 893 Pos = MAP_APPFONT ( 12 , 27 ) ; 894 Size = MAP_APPFONT ( 108 , 10 ) ; 895 Text [ en-US ] = "Custom h~yphens" ; 896 }; 897 CheckBox CB_SPACE 898 { 899 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_SPACE"; 900 Pos = MAP_APPFONT ( 12 , 40 ) ; 901 Size = MAP_APPFONT ( 108 , 10 ) ; 902 Text [ en-US ] = "Spac~es" ; 903 }; 904 CheckBox CB_HSPACE 905 { 906 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_HSPACE"; 907 Pos = MAP_APPFONT ( 12 , 53 ) ; 908 Size = MAP_APPFONT ( 108 , 10 ) ; 909 Text [ en-US ] = "Non-breaking s~paces" ; 910 }; 911 CheckBox CB_TAB 912 { 913 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_TAB"; 914 Pos = MAP_APPFONT ( 12 , 66 ) ; 915 Size = MAP_APPFONT ( 108 , 10 ) ; 916 Text [ en-US ] = "Ta~bs" ; 917 }; 918 CheckBox CB_BREAK 919 { 920 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_BREAK"; 921 Pos = MAP_APPFONT ( 12 , 79 ) ; 922 Size = MAP_APPFONT ( 108 , 10 ) ; 923 Text [ en-US ] = "Brea~ks" ; 924 }; 925 CheckBox CB_CHAR_HIDDEN 926 { 927 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_CHAR_HIDDEN"; 928 Pos = MAP_APPFONT ( 12 , 92 ) ; 929 Size = MAP_APPFONT ( 108 , 10 ) ; 930 Text [ en-US ] = "Hidden text" ; 931 }; 932 CheckBox CB_FLD_HIDDEN 933 { 934 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_FLD_HIDDEN"; 935 Pos = MAP_APPFONT ( 12 , 105 ) ; 936 Size = MAP_APPFONT ( 108 , 10 ) ; 937 Text [ en-US ] = "Fields: Hidden te~xt" ; 938 }; 939 CheckBox CB_FLD_HIDDEN_PARA 940 { 941 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_FLD_HIDDEN_PARA"; 942 Pos = MAP_APPFONT ( 12 , 118 ) ; 943 Size = MAP_APPFONT ( 108 , 10 ) ; 944 Text [ en-US ] = "Fields: Hidden p~aragraphs" ; 945 }; 946 FixedLine FL_SEPARATOR_SHDW 947 { 948 Pos = MAP_APPFONT ( 125 , 14 ) ; 949 Size = MAP_APPFONT ( 4 , 79 ) ; 950 Vert = TRUE; 951 }; 952 FixedLine FL_SHDWCRSFLAG 953 { 954 Pos = MAP_APPFONT ( 130 , 3 ) ; 955 Size = MAP_APPFONT ( 124 , 8 ) ; 956 Text [ en-US ] = "Direct cursor" ; 957 }; 958 CheckBox CB_SHDWCRSONOFF 959 { 960 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_SHDWCRSONOFF"; 961 Pos = MAP_APPFONT ( 136 , 14 ) ; 962 Size = MAP_APPFONT ( 100 , 10 ) ; 963 TabStop = TRUE ; 964 Group = TRUE ; 965 Text [ en-US ] = "~Direct cursor" ; 966 }; 967 FixedText FT_SHDWCRSFILLMODE 968 { 969 Pos = MAP_APPFONT ( 136 , 27 ) ; 970 Size = MAP_APPFONT ( 48 , 8 ) ; 971 Left = TRUE ; 972 Text [ en-US ] = "Insert" ; 973 }; 974 RadioButton RB_SHDWCRSFILLMARGIN 975 { 976 HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLMARGIN"; 977 Pos = MAP_APPFONT ( 145 , 39 ) ; 978 Size = MAP_APPFONT ( 100 , 10 ) ; 979 TabStop = TRUE ; 980 Group = TRUE ; 981 Text [ en-US ] = "Para~graph alignment" ; 982 }; 983 RadioButton RB_SHDWCRSFILLINDENT 984 { 985 HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLINDENT"; 986 Pos = MAP_APPFONT ( 145 , 52 ) ; 987 Size = MAP_APPFONT ( 100 , 10 ) ; 988 Text [ en-US ] = "~Left paragraph margin" ; 989 }; 990 RadioButton RB_SHDWCRSFILLTAB 991 { 992 HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLTAB"; 993 Pos = MAP_APPFONT ( 145 , 66 ) ; 994 Size = MAP_APPFONT ( 100 , 10 ) ; 995 Text [ en-US ] = "~Tabs" ; 996 }; 997 RadioButton RB_SHDWCRSFILLSPACE 998 { 999 HelpID = "sw:RadioButton:TP_OPTSHDWCRSR:RB_SHDWCRSFILLSPACE"; 1000 Pos = MAP_APPFONT ( 145 , 79 ) ; 1001 Size = MAP_APPFONT ( 100 , 10 ) ; 1002 Text [ en-US ] = "Tabs a~nd spaces" ; 1003 }; 1004 FixedLine FL_CRSR_OPT 1005 { 1006 Pos = MAP_APPFONT ( 130 , 96 ) ; 1007 Size = MAP_APPFONT ( 124 , 8 ) ; 1008 Text [ en-US ] = "Cursor in protected areas"; 1009 }; 1010 CheckBox CB_ALLOW_IN_PROT 1011 { 1012 HelpID = "sw:CheckBox:TP_OPTSHDWCRSR:CB_ALLOW_IN_PROT"; 1013 Pos = MAP_APPFONT ( 136 , 107 ) ; 1014 Size = MAP_APPFONT ( 100 , 10 ) ; 1015 TabStop = TRUE ; 1016 Group = TRUE ; 1017 Text [ en-US ] = "Enable"; 1018 }; 1019 FixedLine FL_LAYOUT_OPTIONS 1020 { 1021 Pos = MAP_APPFONT ( 6 , 133 ) ; 1022 Size = MAP_APPFONT ( 118 , 8 ) ; 1023 Text [ en-US ] = "Layout assistance"; 1024 }; 1025 CheckBox CB_MATH_BASELINE_ALIGNMENT 1026 { 1027 Pos = MAP_APPFONT ( 12 , 144 ) ; 1028 Size = MAP_APPFONT ( 236 , 10 ) ; 1029 Text [ en-US ] = "Math baseline alignment"; 1030 }; 1031}; 1032 1033StringArray STR_PRINTOPTUI 1034{ 1035 ItemList [en-US] = 1036 { 1037 < "%PRODUCTNAME %s"; >; 1038 < "Contents"; >; 1039 < "Page ba~ckground"; >; 1040 < "P~ictures and other graphic objects"; >; 1041 < "Hidden te~xt"; >; 1042 < "~Text placeholders"; >; 1043 < "Form control~s"; >; 1044 < "Color"; >; 1045 < "Print text in blac~k"; >; 1046 < "Pages"; >; 1047 < "Print ~automatically inserted blank pages"; >; 1048 < "~Use only paper tray from printer preferences"; >; 1049 < "Print"; >; 1050 < "None (document only)"; >; 1051 < "Comments only"; >; 1052 < "Place at end of document"; >; 1053 < "Place at end of page"; >; 1054 < "~Comments"; >; 1055 < "Page sides";>; 1056 < "All pages"; >; 1057 < "Back sides / left pages"; >; 1058 < "Front sides / right pages"; >; 1059 < "Include"; >; 1060 < "Broch~ure"; >; 1061 < "Left-to-right script"; >; 1062 < "Right-to-left script"; >; 1063 < "Range and copies"; >; 1064 < "~All pages"; >; 1065 < "Pa~ges"; >; 1066 < "~Selection"; >; 1067 }; 1068}; 1069 1070