tabledlg.src (9cd2463e) tabledlg.src (75772bad)
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

--- 14 unchanged lines hidden (view full) ---

23
24#include "table.hrc"
25#include "tabledlg.hrc"
26#include "helpid.h"
27#define TEXT_TEXTFLOW \
28 Text [ en-US ] = "Text Flow" ; \
29
30/**************************************************************************/
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

--- 14 unchanged lines hidden (view full) ---

23
24#include "table.hrc"
25#include "tabledlg.hrc"
26#include "helpid.h"
27#define TEXT_TEXTFLOW \
28 Text [ en-US ] = "Text Flow" ; \
29
30/**************************************************************************/
31/* */
31/*
32/**************************************************************************/
33TabDialog DLG_FORMAT_TABLE
34{
35 OutputSize = TRUE ;
36 SVLook = TRUE ;
37 Text [ en-US ] = "Table Format" ;
38 Moveable = TRUE ;
39 TabControl 1

--- 29 unchanged lines hidden (view full) ---

69 Identifier = TP_BACKGROUND ;
70 Text [ en-US ] = "Background" ;
71 PageResID = TP_BACKGROUND ;
72 };
73 };
74 };
75};
76/**************************************************************************/
32/**************************************************************************/
33TabDialog DLG_FORMAT_TABLE
34{
35 OutputSize = TRUE ;
36 SVLook = TRUE ;
37 Text [ en-US ] = "Table Format" ;
38 Moveable = TRUE ;
39 TabControl 1

--- 29 unchanged lines hidden (view full) ---

69 Identifier = TP_BACKGROUND ;
70 Text [ en-US ] = "Background" ;
71 PageResID = TP_BACKGROUND ;
72 };
73 };
74 };
75};
76/**************************************************************************/
77/* */
77/*
78/**************************************************************************/
79TabPage TP_FORMAT_TABLE
80{
81 HelpID = HID_FORMAT_TABLE ;
82 SVLook = TRUE ;
83 Size = MAP_APPFONT ( 260, 185 ) ;
84 Hide = TRUE ;
85 FixedText FT_NAME

--- 225 unchanged lines hidden (view full) ---

311 HelpID = "sw:ListBox:TP_FORMAT_TABLE:LB_TEXTDIRECTION" ;
312 Border = TRUE ;
313 Pos = MAP_APPFONT ( 75, 136 ) ;
314 Size = MAP_APPFONT ( 176, 50 ) ;
315 DropDown = TRUE ;
316 Hide = TRUE ;
317 StringList [ en-US ] =
318 {
78/**************************************************************************/
79TabPage TP_FORMAT_TABLE
80{
81 HelpID = HID_FORMAT_TABLE ;
82 SVLook = TRUE ;
83 Size = MAP_APPFONT ( 260, 185 ) ;
84 Hide = TRUE ;
85 FixedText FT_NAME

--- 225 unchanged lines hidden (view full) ---

311 HelpID = "sw:ListBox:TP_FORMAT_TABLE:LB_TEXTDIRECTION" ;
312 Border = TRUE ;
313 Pos = MAP_APPFONT ( 75, 136 ) ;
314 Size = MAP_APPFONT ( 176, 50 ) ;
315 DropDown = TRUE ;
316 Hide = TRUE ;
317 StringList [ en-US ] =
318 {
319 < "Left-to-right" ; 0; > ;
320 < "Right-to-left" ; 1; > ;
321 < "Use superordinate object settings" ; 4; > ;
319 < "Left-to-right" ; 0; > ;
320 < "Right-to-left" ; 1; > ;
321 < "Use superordinate object settings" ; 4; > ;
322 };
323 };
324};
325/**************************************************************************/
322 };
323 };
324};
325/**************************************************************************/
326/* */
326/*
327/**************************************************************************/
328TabPage TP_TABLE_COLUMN
329{
330 HelpID = HID_TABLE_COLUMN ;
331 SVLook = TRUE ;
332 Size = MAP_APPFONT ( 260, 185 ) ;
333 Hide = TRUE ;
334 CheckBox CB_MOD_TBL

--- 225 unchanged lines hidden (view full) ---

560 FixedLine COL_FL_LAYOUT
561 {
562 Pos = MAP_APPFONT ( 6, 50 ) ;
563 Size = MAP_APPFONT ( 240, 8 ) ;
564 Text [ en-US ] = "Column width" ;
565 };
566};
567/**************************************************************************/
327/**************************************************************************/
328TabPage TP_TABLE_COLUMN
329{
330 HelpID = HID_TABLE_COLUMN ;
331 SVLook = TRUE ;
332 Size = MAP_APPFONT ( 260, 185 ) ;
333 Hide = TRUE ;
334 CheckBox CB_MOD_TBL

--- 225 unchanged lines hidden (view full) ---

560 FixedLine COL_FL_LAYOUT
561 {
562 Pos = MAP_APPFONT ( 6, 50 ) ;
563 Size = MAP_APPFONT ( 240, 8 ) ;
564 Text [ en-US ] = "Column width" ;
565 };
566};
567/**************************************************************************/
568/* Text flow */
568/* Text flow
569/**************************************************************************/
570TabPage TP_TABLE_TEXTFLOW
571{
572 HelpId = HID_TABLE_TEXTFLOW ;
573 Size = MAP_APPFONT ( 260, 185 ) ;
574 TEXT_TEXTFLOW
575 Hide = TRUE ;
576 FixedLine FL_FLOW
577 {
578 Pos = MAP_APPFONT ( 6, 3 ) ;
579 Size = MAP_APPFONT ( 248, 8 ) ;
580 TEXT_TEXTFLOW
581 };
582 CheckBox CB_PAGEBREAK
583 {
584 HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_PAGEBREAK" ;
569/**************************************************************************/
570TabPage TP_TABLE_TEXTFLOW
571{
572 HelpId = HID_TABLE_TEXTFLOW ;
573 Size = MAP_APPFONT ( 260, 185 ) ;
574 TEXT_TEXTFLOW
575 Hide = TRUE ;
576 FixedLine FL_FLOW
577 {
578 Pos = MAP_APPFONT ( 6, 3 ) ;
579 Size = MAP_APPFONT ( 248, 8 ) ;
580 TEXT_TEXTFLOW
581 };
582 CheckBox CB_PAGEBREAK
583 {
584 HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_PAGEBREAK" ;
585 // Disable = TRUE ;
585 // Disable = TRUE ;
586 Pos = MAP_APPFONT ( 12, 14 ) ;
587 Size = MAP_APPFONT ( 90, 8 ) ;
588 Text [ en-US ] = "~Break" ;
589 TabStop = TRUE ;
590 Group = TRUE ;
591 };
592 RadioButton RB_BREAKPAGE
593 {
594 HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_BREAKPAGE" ;
595 Pos = MAP_APPFONT ( 105, 14 ) ;
596 Size = MAP_APPFONT ( 70, 10 ) ;
597 Text [ en-US ] = "~Page" ;
598 Group = TRUE ;
599 Check = TRUE ;
600 };
601 RadioButton RB_BREAKCOLUMN
602 {
603 HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_BREAKCOLUMN" ;
586 Pos = MAP_APPFONT ( 12, 14 ) ;
587 Size = MAP_APPFONT ( 90, 8 ) ;
588 Text [ en-US ] = "~Break" ;
589 TabStop = TRUE ;
590 Group = TRUE ;
591 };
592 RadioButton RB_BREAKPAGE
593 {
594 HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_BREAKPAGE" ;
595 Pos = MAP_APPFONT ( 105, 14 ) ;
596 Size = MAP_APPFONT ( 70, 10 ) ;
597 Text [ en-US ] = "~Page" ;
598 Group = TRUE ;
599 Check = TRUE ;
600 };
601 RadioButton RB_BREAKCOLUMN
602 {
603 HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_BREAKCOLUMN" ;
604 // Disable = TRUE ;
604 // Disable = TRUE ;
605 Pos = MAP_APPFONT ( 178, 14 ) ;
606 Size = MAP_APPFONT ( 70, 10 ) ;
607 Text [ en-US ] = "Col~umn" ;
608 };
609 RadioButton RB_PAGEBREAKBEFORE
610 {
611 HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_PAGEBREAKBEFORE" ;
605 Pos = MAP_APPFONT ( 178, 14 ) ;
606 Size = MAP_APPFONT ( 70, 10 ) ;
607 Text [ en-US ] = "Col~umn" ;
608 };
609 RadioButton RB_PAGEBREAKBEFORE
610 {
611 HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_PAGEBREAKBEFORE" ;
612 // Disable = TRUE ;
612 // Disable = TRUE ;
613 Pos = MAP_APPFONT ( 105, 28 ) ;
614 Size = MAP_APPFONT ( 70, 10 ) ;
615 Text [ en-US ] = "Be~fore" ;
616 Group = TRUE ;
617 Check = TRUE ;
618 };
619 RadioButton RB_PAGEBREAKAFTER
620 {
621 HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_PAGEBREAKAFTER" ;
613 Pos = MAP_APPFONT ( 105, 28 ) ;
614 Size = MAP_APPFONT ( 70, 10 ) ;
615 Text [ en-US ] = "Be~fore" ;
616 Group = TRUE ;
617 Check = TRUE ;
618 };
619 RadioButton RB_PAGEBREAKAFTER
620 {
621 HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_PAGEBREAKAFTER" ;
622 // Disable = TRUE ;
622 // Disable = TRUE ;
623 Pos = MAP_APPFONT ( 178, 28 ) ;
624 Size = MAP_APPFONT ( 70, 10 ) ;
625 Text [ en-US ] = "~After" ;
626 };
627 CheckBox CB_PAGECOLL
628 {
629 HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_PAGECOLL" ;
623 Pos = MAP_APPFONT ( 178, 28 ) ;
624 Size = MAP_APPFONT ( 70, 10 ) ;
625 Text [ en-US ] = "~After" ;
626 };
627 CheckBox CB_PAGECOLL
628 {
629 HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_PAGECOLL" ;
630 // Disable = TRUE ;
630 // Disable = TRUE ;
631 Pos = MAP_APPFONT ( 12, 44 ) ;
632 Size = MAP_APPFONT ( 90, 10 ) ;
633 Text [ en-US ] = "With Page St~yle" ;
634 TabStop = TRUE ;
635 Group = TRUE ;
636 };
637 ListBox LB_PAGECOLL
638 {

--- 139 unchanged lines hidden ---
631 Pos = MAP_APPFONT ( 12, 44 ) ;
632 Size = MAP_APPFONT ( 90, 10 ) ;
633 Text [ en-US ] = "With Page St~yle" ;
634 TabStop = TRUE ;
635 Group = TRUE ;
636 };
637 ListBox LB_PAGECOLL
638 {

--- 139 unchanged lines hidden ---