This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 6a0f354 Cleaned up resource file
6a0f354 is described below
commit 6a0f354cb7f400df4af9f4e62f02374438f2b436
Author: mseidel <[email protected]>
AuthorDate: Sat Oct 26 14:25:41 2019 +0200
Cleaned up resource file
(cherry picked from commit fe14dfa647c41d55ccb69a958a161554491355e2)
---
main/sd/source/ui/dlg/prntopts.src | 212 ++++++++++++++++---------------------
1 file changed, 91 insertions(+), 121 deletions(-)
diff --git a/main/sd/source/ui/dlg/prntopts.src
b/main/sd/source/ui/dlg/prntopts.src
index aed5f30..6509a78 100644
--- a/main/sd/source/ui/dlg/prntopts.src
+++ b/main/sd/source/ui/dlg/prntopts.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,16 +7,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
@@ -27,220 +27,190 @@ TabPage TP_PRINT_OPTIONS
{
HelpID = HID_SD_PRINT_OPTIONS ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 260 , 185 ) ;
+ Size = MAP_APPFONT ( 260, 185 ) ;
Text [ en-US ] = "Options" ;
- Hide = TRUE;
- FixedLine GRP_PRINT
+ Hide = TRUE ;
+ FixedLine GRP_PRINT
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 118 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 118, 8 ) ;
Text [ en-US ] = "Contents" ;
};
CheckBox CBX_DRAW
{
- HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_DRAW";
+ HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_DRAW" ;
TabStop = TRUE ;
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 90 , 10 ) ;
- Text [ en-US ] = "~Drawing" ;
+ Pos = MAP_APPFONT ( 12, 14 ) ;
+ Size = MAP_APPFONT ( 90, 10 ) ;
+ Text [ en-US ] = "~Drawing" ;
};
CheckBox CBX_NOTES
{
- HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_NOTES";
- Pos = MAP_APPFONT ( 12 , 28 ) ;
- Size = MAP_APPFONT ( 90 , 10 ) ;
+ HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_NOTES" ;
+ Pos = MAP_APPFONT ( 12, 28 ) ;
+ Size = MAP_APPFONT ( 90, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Notes" ;
};
CheckBox CBX_HANDOUTS
{
- HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_HANDOUTS";
- Pos = MAP_APPFONT ( 12 , 42 ) ;
- Size = MAP_APPFONT ( 90 , 10 ) ;
+ HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_HANDOUTS" ;
+ Pos = MAP_APPFONT ( 12, 42 ) ;
+ Size = MAP_APPFONT ( 90, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Hando~uts" ;
};
CheckBox CBX_OUTLINE
{
- HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_OUTLINE";
- Pos = MAP_APPFONT ( 12 , 56 ) ;
- Size = MAP_APPFONT ( 90 , 10 ) ;
+ HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_OUTLINE" ;
+ Pos = MAP_APPFONT ( 12, 56 ) ;
+ Size = MAP_APPFONT ( 90, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Out~line" ;
};
- FixedLine FL_SEPARATOR1
+ FixedLine FL_SEPARATOR1
{
- Pos = MAP_APPFONT ( 125 , 14 ) ;
- Size = MAP_APPFONT ( 4 , 52 ) ;
- Vert = TRUE ;
- };
- FixedLine GRP_OUTPUT
+ Pos = MAP_APPFONT ( 125, 14 ) ;
+ Size = MAP_APPFONT ( 4, 52 ) ;
+ Vert = TRUE ;
+ };
+ FixedLine GRP_OUTPUT
{
- Pos = MAP_APPFONT ( 130 , 3 ) ;
- Size = MAP_APPFONT ( 124 , 8 ) ;
+ Pos = MAP_APPFONT ( 130, 3 ) ;
+ Size = MAP_APPFONT ( 124, 8 ) ;
Text [ en-US ] = "Quality" ;
};
- RadioButton RBT_COLOR
+ RadioButton RBT_COLOR
{
- HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_COLOR";
- Pos = MAP_APPFONT ( 136 , 14 ) ;
- Size = MAP_APPFONT ( 100 , 10 ) ;
- Text [ en-US ] = "Default" ;
+ HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_COLOR" ;
+ Pos = MAP_APPFONT ( 136, 14 ) ;
+ Size = MAP_APPFONT ( 100, 10 ) ;
+ Text [ en-US ] = "Default" ;
TabStop = TRUE ;
};
RadioButton RBT_GRAYSCALE
{
- HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_GRAYSCALE";
- Pos = MAP_APPFONT ( 136 , 28 ) ;
- Size = MAP_APPFONT ( 100 , 10 ) ;
+ HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_GRAYSCALE" ;
+ Pos = MAP_APPFONT ( 136, 28 ) ;
+ Size = MAP_APPFONT ( 100, 10 ) ;
Text [ en-US ] = "Gra~yscale" ;
TabStop = TRUE ;
};
RadioButton RBT_BLACKWHITE
{
- HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_BLACKWHITE";
- Pos = MAP_APPFONT ( 136 , 42 ) ;
- Size = MAP_APPFONT ( 100 , 10 ) ;
+ HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_BLACKWHITE" ;
+ Pos = MAP_APPFONT ( 136, 42 ) ;
+ Size = MAP_APPFONT ( 100, 10 ) ;
Text [ en-US ] = "Black & ~white" ;
TabStop = TRUE ;
};
- FixedLine GRP_PRINT_EXT
+ FixedLine GRP_PRINT_EXT
{
- Pos = MAP_APPFONT ( 6 , 72 ) ;
- Size = MAP_APPFONT ( 118 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 72 ) ;
+ Size = MAP_APPFONT ( 118, 8 ) ;
Text [ en-US ] = "Print" ;
};
- CheckBox CBX_PAGENAME
+ CheckBox CBX_PAGENAME
{
- HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_PAGENAME";
- Pos = MAP_APPFONT ( 12 , 83 ) ;
- Size = MAP_APPFONT ( 90 , 10 ) ;
+ HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_PAGENAME" ;
+ Pos = MAP_APPFONT ( 12, 83 ) ;
+ Size = MAP_APPFONT ( 90, 10 ) ;
Text [ en-US ] = "~Page name" ;
TabStop = TRUE ;
};
CheckBox CBX_DATE
{
- HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_DATE";
- Pos = MAP_APPFONT ( 12 , 97 ) ;
- Size = MAP_APPFONT ( 90 , 10 ) ;
+ HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_DATE" ;
+ Pos = MAP_APPFONT ( 12, 97 ) ;
+ Size = MAP_APPFONT ( 90, 10 ) ;
Text [ en-US ] = "D~ate" ;
TabStop = TRUE ;
};
CheckBox CBX_TIME
{
- HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_TIME";
- Pos = MAP_APPFONT ( 12 , 111 ) ;
- Size = MAP_APPFONT ( 90 , 10 ) ;
+ HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_TIME" ;
+ Pos = MAP_APPFONT ( 12, 111 ) ;
+ Size = MAP_APPFONT ( 90, 10 ) ;
Text [ en-US ] = "Ti~me" ;
TabStop = TRUE ;
};
CheckBox CBX_HIDDEN_PAGES
{
- HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_HIDDEN_PAGES";
- Pos = MAP_APPFONT ( 12 , 125 ) ;
- // 120 , 14
- Size = MAP_APPFONT ( 90 , 10 ) ;
+ HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_HIDDEN_PAGES" ;
+ Pos = MAP_APPFONT ( 12, 125 ) ;
+ // 120, 14
+ Size = MAP_APPFONT ( 90, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "H~idden pages" ;
};
- FixedLine FL_SEPARATOR2
+ FixedLine FL_SEPARATOR2
{
- Pos = MAP_APPFONT ( 125 , 83 ) ;
- Size = MAP_APPFONT ( 4 , 80 ) ;
- Vert = TRUE ;
- };
- FixedLine GRP_PAGE
+ Pos = MAP_APPFONT ( 125, 83 ) ;
+ Size = MAP_APPFONT ( 4, 80 ) ;
+ Vert = TRUE ;
+ };
+ FixedLine GRP_PAGE
{
- Pos = MAP_APPFONT ( 130 , 72 ) ;
- Size = MAP_APPFONT ( 124 , 8 ) ;
+ Pos = MAP_APPFONT ( 130, 72 ) ;
+ Size = MAP_APPFONT ( 124, 8 ) ;
Text [ en-US ] = "Page options" ;
};
- RadioButton RBT_DEFAULT
+ RadioButton RBT_DEFAULT
{
- HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_DEFAULT";
- Pos = MAP_APPFONT ( 136 , 83 ) ;
- Size = MAP_APPFONT ( 110 , 10 ) ;
+ HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_DEFAULT" ;
+ Pos = MAP_APPFONT ( 136, 83 ) ;
+ Size = MAP_APPFONT ( 110, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Default" ;
};
RadioButton RBT_PAGESIZE
{
- HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_PAGESIZE";
- Pos = MAP_APPFONT ( 136 , 97 ) ;
- Size = MAP_APPFONT ( 110 , 10 ) ;
+ HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_PAGESIZE" ;
+ Pos = MAP_APPFONT ( 136, 97 ) ;
+ Size = MAP_APPFONT ( 110, 10 ) ;
Text [ en-US ] = "~Fit to page" ;
TabStop = TRUE ;
};
RadioButton RBT_PAGETILE
{
- HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_PAGETILE";
- Pos = MAP_APPFONT ( 136 , 111 ) ;
- Size = MAP_APPFONT ( 110 , 10 ) ;
+ HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_PAGETILE" ;
+ Pos = MAP_APPFONT ( 136, 111 ) ;
+ Size = MAP_APPFONT ( 110, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Tile pages" ;
};
RadioButton RBT_BOOKLET
{
- HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_BOOKLET";
- Pos = MAP_APPFONT ( 136, 125 ) ;
- Size = MAP_APPFONT ( 110 , 10 ) ;
+ HelpID = "sd:RadioButton:TP_PRINT_OPTIONS:RBT_BOOKLET" ;
+ Pos = MAP_APPFONT ( 136, 125 ) ;
+ Size = MAP_APPFONT ( 110, 10 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "B~rochure" ;
+ Text [ en-US ] = "B~rochure" ;
};
CheckBox CBX_FRONT
{
- HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_FRONT";
- Pos = MAP_APPFONT ( 145 , 139 ) ;
- Size = MAP_APPFONT ( 53 , 10 ) ;
+ HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_FRONT" ;
+ Pos = MAP_APPFONT ( 145, 139 ) ;
+ Size = MAP_APPFONT ( 53, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Fr~ont" ;
};
CheckBox CBX_BACK
{
- HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_BACK";
- Pos = MAP_APPFONT ( 202 , 139 ) ;
- Size = MAP_APPFONT ( 50 , 10 ) ;
+ HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_BACK" ;
+ Pos = MAP_APPFONT ( 202, 139 ) ;
+ Size = MAP_APPFONT ( 50, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Ba~ck" ;
};
- CheckBox CBX_PAPERBIN
+ CheckBox CBX_PAPERBIN
{
- HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_PAPERBIN";
- Pos = MAP_APPFONT ( 136 , 153 ) ;
- Size = MAP_APPFONT ( 118 , 30 ) ;
+ HelpID = "sd:CheckBox:TP_PRINT_OPTIONS:CBX_PAPERBIN" ;
+ Pos = MAP_APPFONT ( 136, 153 ) ;
+ Size = MAP_APPFONT ( 118, 30 ) ;
Text [ en-US ] = "Paper tray from printer s~ettings" ;
WordBreak = TRUE ;
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF