summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/optdlg.src
diff options
context:
space:
mode:
authorCsikós Tamás <csks.tomi@gmail.com>2013-07-08 14:31:53 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-07-09 09:04:29 +0000
commit5c7570be6c987f4a406b7320599bc81197d68885 (patch)
treec974fd982f54b3ca65ff0077781cd48668dd757b /sw/source/ui/config/optdlg.src
parentfb2edd686c8b8ba4318e957f7cf23060ffd3e2c3 (diff)
.ui layout for optpage/fonttabpage
Change-Id: Ib41ac1b5febbb288f7a05f3823dee6ff32feb315 Reviewed-on: https://gerrit.libreoffice.org/4771 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/config/optdlg.src')
-rw-r--r--sw/source/ui/config/optdlg.src178
1 files changed, 10 insertions, 168 deletions
diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src
index 93b6033e4199..748560a2fab8 100644
--- a/sw/source/ui/config/optdlg.src
+++ b/sw/source/ui/config/optdlg.src
@@ -24,175 +24,17 @@
#include "optdlg.hrc"
#include "helpid.h"
-TabPage TP_STD_FONT
+String ST_SCRIPT_ASIAN
{
- HelpID = HID_STD_FONT ;
- Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
- Hide = TRUE ;
- FixedLine FL_STDCHR
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
- Text [ en-US ] = "Basic fonts (%1)";
- };
- FixedText FT_TYPE
- {
- Pos = MAP_APPFONT ( 63 , 14 ) ;
- Size = MAP_APPFONT ( 100 , 8 ) ;
- Text [ en-US ] = "Font";
- };
- FixedText FT_SIZE
- {
- Pos = MAP_APPFONT ( 204 , 14 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
- Text [ en-US ] = "Size";
- };
- MetricBox LB_STANDARD_SIZE
- {
- HelpID = "sw:MetricBox:TP_STD_FONT:LB_STANDARD_SIZE";
- Pos = MAP_APPFONT ( 204 , 25 ) ;
- Size = MAP_APPFONT ( 30 , 60 ) ;
- Border = TRUE ;
- DropDown = TRUE;
- };
- MetricBox LB_TITLE_SIZE
- {
- HelpID = "sw:MetricBox:TP_STD_FONT:LB_TITLE_SIZE";
- Pos = MAP_APPFONT ( 204 , 42 ) ;
- Size = MAP_APPFONT ( 30 , 60 ) ;
- Border = TRUE ;
- DropDown = TRUE;
- };
- MetricBox LB_LIST_SIZE
- {
- HelpID = "sw:MetricBox:TP_STD_FONT:LB_LIST_SIZE";
- Pos = MAP_APPFONT ( 204 , 59 ) ;
- Size = MAP_APPFONT ( 30 , 60 ) ;
- Border = TRUE ;
- DropDown = TRUE;
- };
- MetricBox LB_LABEL_SIZE
- {
- HelpID = "sw:MetricBox:TP_STD_FONT:LB_LABEL_SIZE";
- Pos = MAP_APPFONT ( 204 , 76 ) ;
- Size = MAP_APPFONT ( 30 , 60 ) ;
- Border = TRUE ;
- DropDown = TRUE;
- };
- MetricBox LB_INDEX_SIZE
- {
- HelpID = "sw:MetricBox:TP_STD_FONT:LB_INDEX_SIZE";
- Pos = MAP_APPFONT ( 204 , 93 ) ;
- Size = MAP_APPFONT ( 30 , 60 ) ;
- Border = TRUE ;
- DropDown = TRUE;
- };
- FixedText FT_STANDARD
- {
- Pos = MAP_APPFONT ( 12 , 26 ) ;
- Size = MAP_APPFONT ( 48 , 10 ) ;
- Left = TRUE ;
- Text [ en-US ] = "De~fault" ;
- };
- FixedText FT_TITLE
- {
- Pos = MAP_APPFONT ( 12 , 43 ) ;
- Size = MAP_APPFONT ( 48 , 10 ) ;
- Text [ en-US ] = "Headin~g" ;
- Left = TRUE ;
- };
- FixedText FT_LIST
- {
- Pos = MAP_APPFONT ( 12 , 60 ) ;
- Size = MAP_APPFONT ( 48 , 10 ) ;
- Text [ en-US ] = "~List" ;
- Left = TRUE ;
- };
- FixedText FT_LABEL
- {
- Pos = MAP_APPFONT ( 12 , 77 ) ;
- Size = MAP_APPFONT ( 48 , 10 ) ;
- Text [ en-US ] = "C~aption" ;
- Left = TRUE ;
- };
- FixedText FT_IDX
- {
- Pos = MAP_APPFONT ( 12 , 94 ) ;
- Size = MAP_APPFONT ( 48 , 10 ) ;
- Text [ en-US ] = "~Index" ;
- Left = TRUE ;
- };
- ComboBox LB_STANDARD
- {
- HelpID = "sw:ComboBox:TP_STD_FONT:LB_STANDARD";
- Pos = MAP_APPFONT ( 63 , 25 ) ;
- Size = MAP_APPFONT ( 135 , 73 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- Sort = TRUE ;
- };
- ComboBox LB_TITLE
- {
- HelpID = "sw:ComboBox:TP_STD_FONT:LB_TITLE";
- Pos = MAP_APPFONT ( 63 , 42 ) ;
- Size = MAP_APPFONT ( 135, 73 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- Sort = TRUE ;
- };
- ComboBox LB_LIST
- {
- HelpID = "sw:ComboBox:TP_STD_FONT:LB_LIST";
- Pos = MAP_APPFONT ( 63 , 59 ) ;
- Size = MAP_APPFONT ( 135 , 73 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- Sort = TRUE ;
- };
- ComboBox LB_LABEL
- {
- HelpID = "sw:ComboBox:TP_STD_FONT:LB_LABEL";
- Pos = MAP_APPFONT ( 63 , 76 ) ;
- Size = MAP_APPFONT ( 135 , 73 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- Sort = TRUE ;
- };
- ComboBox LB_IDX
- {
- HelpID = "sw:ComboBox:TP_STD_FONT:LB_IDX";
- Pos = MAP_APPFONT ( 63 , 94 ) ;
- Size = MAP_APPFONT ( 135, 73 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- Sort = TRUE ;
- };
- CheckBox CB_DOCONLY
- {
- HelpID = "sw:CheckBox:TP_STD_FONT:CB_DOCONLY";
- Pos = MAP_APPFONT ( 12 , 111 ) ;
- Size = MAP_APPFONT ( 147 , 10 ) ;
- Text [ en-US ] = "C~urrent document only" ;
- };
- PushButton PB_STANDARD
- {
- HelpID = "sw:PushButton:TP_STD_FONT:PB_STANDARD";
- Pos = MAP_APPFONT ( 204 , 165 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- Text [ en-US ] = "~Default" ;
- };
- String ST_SCRIPT_ASIAN
- {
- Text [ en-US ] = "Asian";
- };
- String ST_SCRIPT_CTL
- {
- Text [ en-US ] = "CTL";
- };
- String ST_SCRIPT_WESTERN
- {
- Text [ en-US ] = "Western";
- };
+ Text [ en-US ] = "Asian";
+};
+String ST_SCRIPT_CTL
+{
+ Text [ en-US ] = "CTL";
+};
+String ST_SCRIPT_WESTERN
+{
+ Text [ en-US ] = "Western";
};
StringArray STR_PRINTOPTUI