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#include "RptResId.hrc" 24#include "rptui_slotid.hrc" 25#ifndef _GLOBLMN_HRC 26#include <svx/globlmn.hrc> 27#endif 28#ifndef _SBASLTID_HRC 29#include <svx/svxids.hrc> 30#endif 31#include "helpids.hrc" 32 33// Dialog Controls --------------------------------------------------------------- 34 35String RID_STR_CLASS_FIXEDTEXT 36{ 37 Text = "Label" ; 38}; 39String RID_STR_CLASS_FIXEDLINE 40{ 41 Text = "Line" ; 42}; 43String RID_STR_CLASS_IMAGECONTROL 44{ 45 Text = "Graphic" ; 46}; 47String RID_STR_CLASS_FORMATTEDFIELD 48{ 49 Text = "FormattedField" ; 50}; 51 52 53// Property Browser Headline ---------------------------------------------------------------- 54 55String RID_STR_BRWTITLE_PROPERTIES 56{ 57 Text [ en-US ] = "Properties: "; 58}; 59String RID_STR_BRWTITLE_NO_PROPERTIES 60{ 61 Text [ en-US ] = "No Control marked"; 62}; 63String RID_STR_BRWTITLE_MULTISELECT 64{ 65 Text [ en-US ] = "Multiselection"; 66}; 67 68String RID_STR_PROPTITLE_IMAGECONTROL 69{ 70 Text [ en-US ] = "Image Control" ; 71}; 72String RID_STR_PROPTITLE_FIXEDTEXT 73{ 74 Text [ en-US ] = "Label field" ; 75}; 76String RID_STR_PROPTITLE_FIXEDLINE 77{ 78 Text [ en-US ] = "Line" ; 79}; 80String RID_STR_PROPTITLE_FORMATTED 81{ 82 Text [ en-US ] = "Formatted Field"; 83}; 84String RID_STR_PROPTITLE_SHAPE 85{ 86 Text [ en-US ] = "Shape"; 87}; 88String RID_STR_PROPTITLE_REPORT 89{ 90 Text [ en-US ] = "Report"; 91}; 92String RID_STR_PROPTITLE_SECTION 93{ 94 Text [ en-US ] = "Section"; 95}; 96String RID_STR_PROPTITLE_FUNCTION 97{ 98 Text [ en-US ] = "Function"; 99}; 100String RID_STR_PROPTITLE_GROUP 101{ 102 Text [ en-US ] = "Group"; 103}; 104// ----------------------------------------------------------------------- 105 106Image RID_IMG_TREENODE_COLLAPSED 107{ 108 ImageBitmap = Bitmap { File = "plus.png"; } ; 109 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; 110}; 111 112Image RID_IMG_TREENODE_EXPANDED 113{ 114 ImageBitmap = Bitmap { File = "minus.png"; } ; 115 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; 116}; 117 118Image RID_IMG_TREENODE_COLLAPSED_HC 119{ 120 ImageBitmap = Bitmap { File = "plus_sch.png"; } ; 121 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; 122}; 123 124Image RID_IMG_TREENODE_EXPANDED_HC 125{ 126 ImageBitmap = Bitmap { File = "minus_sch.png"; } ; 127 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; 128}; 129 130String STR_SHOW_RULER 131{ 132 Text [ en-US ] = "Show ruler"; 133}; 134 135String STR_SHOW_GRID 136{ 137 Text [ en-US ] = "Show grid"; 138}; 139 140String RID_STR_UNDO_CHANGEPOSITION 141{ 142 Text [ en-US ] = "Change Object"; 143}; 144String RID_STR_UNDO_MOVE_GROUP 145{ 146 Text [ en-US ] = "Move Group(s)"; 147}; 148String RID_STR_UNDO_CONDITIONAL_FORMATTING 149{ 150 Text [ en-US ] = "Conditional Formatting"; 151}; 152String RID_STR_UNDO_REMOVE_REPORTHEADERFOOTER 153{ 154 Text [ en-US ] = "Remove report header / report footer"; 155}; 156 157String RID_STR_UNDO_ADD_REPORTHEADERFOOTER 158{ 159 Text [ en-US ] = "Add report header / report footer"; 160}; 161 162String RID_STR_UNDO_REMOVE_PAGEHEADERFOOTER 163{ 164 Text [ en-US ] = "Remove page header / page footer"; 165}; 166 167String RID_STR_UNDO_ADD_PAGEHEADERFOOTER 168{ 169 Text [ en-US ] = "Add page header / page footer"; 170}; 171 172String RID_STR_UNDO_PROPERTY 173{ 174 Text [ en-US ] = "Change property '#'"; 175 Text = "The # character is used for replacing"; 176}; 177 178String RID_STR_UNDO_ADD_GROUP_HEADER 179{ 180 Text [ en-US ] = "Add group header "; 181}; 182 183String RID_STR_UNDO_REMOVE_GROUP_HEADER 184{ 185 Text [ en-US ] = "Remove group header "; 186}; 187 188String RID_STR_UNDO_ADD_GROUP_FOOTER 189{ 190 Text [ en-US ] = "Add group footer "; 191}; 192 193String RID_STR_UNDO_REMOVE_GROUP_FOOTER 194{ 195 Text [ en-US ] = "Remove group footer "; 196}; 197String RID_STR_UNDO_ADDFUNCTION 198{ 199 Text [ en-US ] = "Add function"; 200}; 201 202String RID_STR_UNDO_DELETEFUNCTION 203{ 204 Text [ en-US ] = "Delete function"; 205}; 206 207String RID_STR_DESIGN_VIEW 208{ 209 Text [ en-US ] = "Design"; 210}; 211 212String RID_STR_PREVIEW_VIEW 213{ 214 Text [ en-US ] = "Preview"; 215}; 216 217String STR_RPT_TITLE 218{ 219 Text [ en-US ] = "Report #" ; 220}; 221 222String STR_RPT_LABEL 223{ 224 Text [ en-US ] = "~Report name" ; 225}; 226 227String RID_STR_UNDO_REMOVE_GROUP 228{ 229 Text [ en-US ] = "Delete Group" ; 230}; 231 232String RID_STR_UNDO_APPEND_GROUP 233{ 234 Text [ en-US ] = "Add Group" ; 235}; 236 237String RID_STR_UNDO_REMOVE_SELECTION 238{ 239 Text [ en-US ] = "Delete Selection" ; 240}; 241String RID_STR_UNDO_REMOVE_FUNCTION 242{ 243 Text [ en-US ] = "Delete Function" ; 244}; 245 246String RID_STR_UNDO_CHANGE_SIZE 247{ 248 Text [ en-US ] = "Change Size" ; 249}; 250 251String RID_STR_UNDO_PASTE 252{ 253 Text [ en-US ] = "Paste" ; 254}; 255 256String RID_STR_UNDO_INSERT_CONTROL 257{ 258 Text [ en-US ] = "Insert Control" ; 259}; 260 261String RID_STR_UNDO_DELETE_CONTROL 262{ 263 Text [ en-US ] = "Delete Control" ; 264}; 265 266String RID_STR_UNDO_GROUP 267{ 268 Text [ en-US ] = "Insert Group" ; 269}; 270 271String RID_STR_UNDO_UNGROUP 272{ 273 Text [ en-US ] = "Delete Group" ; 274}; 275 276String RID_STR_GROUPHEADER 277{ 278 Text [ en-US ] = "GroupHeader"; 279}; 280String RID_STR_GROUPFOOTER 281{ 282 Text [ en-US ] = "GroupFooter"; 283}; 284Menu RID_MENU_REPORT 285{ 286 ItemList = 287 { 288 MenuItem 289 { 290 Identifier = SID_SORTINGANDGROUPING; 291 Command = ".uno:DbSortingAndGrouping"; 292 Text [ en-US ] = "Sorting and Grouping..."; 293 }; 294 MenuItem 295 { 296 Separator = TRUE; 297 }; 298 MenuItem 299 { 300 Identifier = SID_ATTR_CHAR_COLOR_BACKGROUND; 301 Command = ".uno:DBBackgroundColor"; 302 Text [ en-US ] = "Background Color..."; 303 }; 304 MenuItem 305 { 306 Identifier = SID_RULER; 307 Command = ".uno:ShowRuler"; 308 Checkable = TRUE; 309 Text [ en-US ] = "Ruler..."; 310 }; 311 MenuItem 312 { 313 Identifier = SID_GRID_VISIBLE; 314 Command = ".uno:GridVisible"; 315 Checkable = TRUE; 316 Text [ en-US ] = "Grid..."; 317 }; 318 MenuItem 319 { 320 Separator = TRUE; 321 }; 322 MenuItem 323 { 324 Identifier = SID_PAGEHEADERFOOTER; 325 Command = ".uno:PageHeaderFooter"; 326 Checkable = TRUE; 327 }; 328 MenuItem 329 { 330 Identifier = SID_REPORTHEADERFOOTER; 331 Command = ".uno:ReportHeaderFooter"; 332 Checkable = TRUE; 333 }; 334 MenuItem 335 { 336 Separator = TRUE; 337 }; 338 MenuItem 339 { 340 Identifier = SID_ARRANGEMENU ; 341 Command = ".uno:ArrangeMenu" ; 342 Text [ en-US ] = "~Arrange" ; 343 SubMenu = Menu 344 { 345 ItemList = 346 { 347 MenuItem 348 { 349 ITEM_FORMAT_FRAME_TO_TOP 350 }; 351 MenuItem 352 { 353 Identifier = SID_FRAME_UP ; 354 HelpId = ".uno:ObjectForwardOne"; 355 Text [ en-US ] = "Bring ~Forward" ; 356 }; 357 MenuItem 358 { 359 Identifier = SID_FRAME_DOWN ; 360 HelpId = ".uno:ObjectBackOne"; 361 Text [ en-US ] = "Send Back~ward" ; 362 }; 363 MenuItem 364 { 365 ITEM_FORMAT_FRAME_TO_BOTTOM 366 }; 367 MenuItem 368 { 369 Separator = TRUE; 370 }; 371 MenuItem 372 { 373 ITEM_FORMAT_OBJECT_HEAVEN 374 }; 375 MenuItem 376 { 377 ITEM_FORMAT_OBJECT_HELL 378 }; 379 }; 380 }; 381 }; 382 MenuItem 383 { 384 ITEM_FORMAT_OBJECT_ALIGN 385 SubMenu = Menu 386 { 387 ItemList = 388 { 389 MenuItem 390 { 391 ITEM_FORMAT_OBJECT_ALIGN_LEFT 392 }; 393 MenuItem 394 { 395 ITEM_FORMAT_OBJECT_ALIGN_CENTER 396 }; 397 MenuItem 398 { 399 ITEM_FORMAT_OBJECT_ALIGN_RIGHT 400 }; 401 MenuItem 402 { 403 Separator = TRUE; 404 }; 405 MenuItem 406 { 407 ITEM_FORMAT_OBJECT_ALIGN_UP 408 }; 409 MenuItem 410 { 411 ITEM_FORMAT_OBJECT_ALIGN_MIDDLE 412 }; 413 MenuItem 414 { 415 ITEM_FORMAT_OBJECT_ALIGN_DOWN 416 }; 417 }; 418 }; 419 }; 420 MenuItem 421 { 422 Separator = TRUE; 423 }; 424 425 MenuItem 426 { 427 Identifier = SID_OBJECT_RESIZING ; 428 Command = ".uno:ObjectResize" ; 429 Text [ en-US ] = "~Object Resizing" ; 430 SubMenu = Menu 431 { 432 ItemList = 433 { 434 MenuItem 435 { 436 Identifier = SID_OBJECT_SMALLESTWIDTH ; 437 Command = ".uno:SmallestWidth" ; 438 Text [ en-US ] = "~Fit to smallest width" ; 439 }; 440 MenuItem 441 { 442 Identifier = SID_OBJECT_GREATESTWIDTH ; 443 Command = ".uno:GreatestWidth" ; 444 Text [ en-US ] = "~Fit to greatest width" ; 445 }; 446 MenuItem 447 { 448 Separator = TRUE; 449 }; 450 MenuItem 451 { 452 Identifier = SID_OBJECT_SMALLESTHEIGHT ; 453 Command = ".uno:SmallestHeight" ; 454 Text [ en-US ] = "~Fit to smallest height" ; 455 }; 456 MenuItem 457 { 458 Identifier = SID_OBJECT_GREATESTHEIGHT ; 459 Command = ".uno:GreatestHeight" ; 460 Text [ en-US ] = "~Fit to greatest height" ; 461 }; 462 }; 463 }; 464 }; 465 466 MenuItem 467 { 468 Separator = TRUE; 469 }; 470 MenuItem 471 { 472 Identifier = SID_SECTION_SHRINK_MENU ; 473 Command = ".uno:SectionShrinkMenu" ; 474 Text [ en-US ] = "Section" ; 475 SubMenu = Menu 476 { 477 ItemList = 478 { 479 MenuItem 480 { 481 Identifier = SID_SECTION_SHRINK ; 482 Command = ".uno:SectionShrink" ; 483 Text [ en-US ] = "Shrink" ; 484 }; 485 MenuItem 486 { 487 Identifier = SID_SECTION_SHRINK_TOP ; 488 Command = ".uno:SectionShrinkTop" ; 489 Text [ en-US ] = "Shrink from top" ; 490 }; 491 MenuItem 492 { 493 Identifier = SID_SECTION_SHRINK_BOTTOM ; 494 Command = ".uno:SectionShrinkBottom" ; 495 Text [ en-US ] = "Shrink from bottom" ; 496 }; 497 }; 498 }; 499 }; 500 MenuItem 501 { 502 Separator = TRUE; 503 }; 504 MenuItem 505 { 506 Identifier = SID_DISTRIBUTION; 507 Command = ".uno:Distribution"; 508 Text [ en-US ] = "Distribution..." ; 509 }; 510 MenuItem 511 { 512 Separator = TRUE; 513 }; 514 MenuItem 515 { 516 Identifier = SID_SHOW_PROPERTYBROWSER; 517 Command = ".uno:FormProperties"; 518 Text [ en-US ] = "Properties..."; 519 }; 520 MenuItem 521 { 522 Separator = TRUE; 523 }; 524 MenuItem 525 { 526 ITEM_EDIT_CUT 527 }; 528 MenuItem 529 { 530 ITEM_EDIT_COPY 531 }; 532 MenuItem 533 { 534 ITEM_EDIT_PASTE 535 }; 536 }; 537}; 538String RID_STR_FIELDSELECTION 539{ 540 Text [ en-US ] = "Add field:"; 541}; 542 543String RID_STR_FILTER 544{ 545 Text [ en-US ] = "Filter" ; 546}; 547 548String RID_APP_TITLE 549{ 550 Text [ en-US ] = " - %PRODUCTNAME Base Report" ; 551}; 552 553String RID_APP_NEW_DOC 554{ 555 Text [ en-US ] = "Untitled" ; 556}; 557String RID_STR_UNDO_ALIGNMENT 558{ 559 Text [ en-US ] = "Change Alignment" ; 560}; 561String RID_STR_HEADER 562{ 563 Text [ en-US ] = "# Header" ; 564}; 565String RID_STR_FOOTER 566{ 567 Text [ en-US ] = "# Footer" ; 568}; 569String RID_STR_IMPORT_GRAPHIC 570{ 571 Text [ en-US ] = "Insert graphics" ; 572}; 573String RID_STR_DELETE 574{ 575 Text [ en-US ] = "Delete" ; 576}; 577String RID_STR_FUNCTION 578{ 579 Text [ en-US ] = "Function" ; 580}; 581Image REPORT_TREE_ICON 582{ 583 ImageBitmap = Bitmap { File = "report_16"; }; 584 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; 585}; 586String RID_STR_COULD_NOT_CREATE_REPORT 587{ 588 Text [ en-US ] = "An error occurred while creating the report." ; 589}; 590String RID_STR_CAUGHT_FOREIGN_EXCEPTION 591{ 592 Text [ en-US ] = "An exception of type $type$ was caught." ; 593}; 594String RID_STR_UNDO_CHANGEFONT 595{ 596 Text [ en-US ] = "Change font"; 597}; 598String RID_STR_UNDO_CHANGEPAGE 599{ 600 Text [ en-US ] = "Change page attributes"; 601}; 602String RID_STR_PAGEHEADERFOOTER_INSERT 603{ 604 Text [ en-US ] = "Insert Page Header/Footer"; 605}; 606String RID_STR_PAGEHEADERFOOTER_DELETE 607{ 608 Text [ en-US ] = "Delete Page Header/Footer"; 609}; 610String RID_STR_COLUMNHEADERFOOTER_INSERT 611{ 612 Text [ en-US ] = "Insert Column Header/Footer"; 613}; 614String RID_STR_COLUMNHEADERFOOTER_DELETE 615{ 616 Text [ en-US ] = "Delete Column Header/Footer"; 617}; 618String RID_STR_REPORTHEADERFOOTER_INSERT 619{ 620 Text [ en-US ] = "Insert Report Header/Footer"; 621}; 622String RID_STR_REPORTHEADERFOOTER_DELETE 623{ 624 Text [ en-US ] = "Delete Report Header/Footer"; 625}; 626String RID_ERR_NO_COMMAND 627{ 628 Text [ en-US ] = "The report can not be executed unless it is bound to content."; 629}; 630String RID_ERR_NO_OBJECTS 631{ 632 Text [ en-US ] = "The report can not be executed unless at least one object has been inserted."; 633}; 634String RID_STR_UNDO_SHRINK 635{ 636 Text [ en-US ] = "Shrink Section"; 637}; 638String RID_STR_DETAIL 639{ 640 Text [ en-US ] = "Detail"; 641}; 642String RID_STR_PAGE_HEADER 643{ 644 Text [ en-US ] = "Page Header"; 645}; 646String RID_STR_PAGE_FOOTER 647{ 648 Text [ en-US ] = "Page Footer"; 649}; 650String RID_STR_REPORT_HEADER 651{ 652 Text [ en-US ] = "Report Header"; 653}; 654String RID_STR_REPORT_FOOTER 655{ 656 Text [ en-US ] = "Report Footer"; 657}; 658String RID_STR_INSERT 659{ 660 Text [ en-US ] = "Insert"; 661}; 662