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 ee9599b473 Cleaned up resource files ee9599b473 is described below commit ee9599b473dd95c336174a084a9ceaf6b348e067 Author: mseidel <msei...@apache.org> AuthorDate: Sun Apr 21 16:36:43 2024 +0200 Cleaned up resource files (cherry picked from commit 0dfdc53f9130d5dfc2b106b9c08c942cce624f93) --- main/sw/source/ui/table/chartins.src | 2 - main/sw/source/ui/table/colwd.src | 2 - main/sw/source/ui/table/convert.src | 143 +++++++++++++++++------------------ main/sw/source/ui/table/instable.src | 2 - main/sw/source/ui/table/mergetbl.src | 2 - main/sw/source/ui/table/rowht.src | 2 - main/sw/source/ui/table/splittbl.src | 88 +++++++-------------- main/sw/source/ui/table/table.src | 2 - main/sw/source/ui/table/tabledlg.src | 2 - main/sw/source/ui/table/tautofmt.src | 2 - 10 files changed, 97 insertions(+), 150 deletions(-) diff --git a/main/sw/source/ui/table/chartins.src b/main/sw/source/ui/table/chartins.src index aa00947074..3f231de97b 100644 --- a/main/sw/source/ui/table/chartins.src +++ b/main/sw/source/ui/table/chartins.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include "chartins.hrc" #include "helpid.h" ModelessDialog DLG_INSERT_CHART diff --git a/main/sw/source/ui/table/colwd.src b/main/sw/source/ui/table/colwd.src index 9a14dc3e84..bf22bb49c7 100644 --- a/main/sw/source/ui/table/colwd.src +++ b/main/sw/source/ui/table/colwd.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include "table.hrc" #include "colwd.hrc" #include "cmdid.h" diff --git a/main/sw/source/ui/table/convert.src b/main/sw/source/ui/table/convert.src index 947a038d39..35bdf7d97b 100644 --- a/main/sw/source/ui/table/convert.src +++ b/main/sw/source/ui/table/convert.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,20 +7,18 @@ * 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. - * + * *************************************************************/ - - #include "table.hrc" #include "convert.hrc" #include "cmdid.h" @@ -29,15 +27,15 @@ ModalDialog DLG_CONV_TEXT_TABLE { HelpID = CMD_FN_CONVERT_TEXT_TABLE ; OUTPUTSIZE = TRUE ; - Size = MAP_APPFONT ( 203 , 169 ) ; + Size = MAP_APPFONT ( 203, 169 ) ; Text [ en-US ] = "Convert Table to Text" ; MOVEABLE = TRUE ; SVLOOK = TRUE ; RadioButton CB_TAB { - HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:CB_TAB"; - Pos = MAP_APPFONT ( 12 , 17 ) ; - Size = MAP_APPFONT ( 60 , 10 ) ; + HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:CB_TAB" ; + Pos = MAP_APPFONT ( 12, 17 ) ; + Size = MAP_APPFONT ( 60, 10 ) ; Text [ en-US ] = "~Tabs" ; TABSTOP = TRUE ; Group = TRUE ; @@ -45,81 +43,81 @@ ModalDialog DLG_CONV_TEXT_TABLE }; RadioButton CB_SEMI { - HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:CB_SEMI"; - Pos = MAP_APPFONT ( 75 , 17 ) ; - Size = MAP_APPFONT ( 60 , 10 ) ; + HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:CB_SEMI" ; + Pos = MAP_APPFONT ( 75, 17 ) ; + Size = MAP_APPFONT ( 60, 10 ) ; Text [ en-US ] = "~Semicolons" ; TABSTOP = TRUE ; }; RadioButton CB_PARA { - HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:CB_PARA"; - Pos = MAP_APPFONT ( 12 , 33 ) ; - Size = MAP_APPFONT ( 60 , 10 ) ; + HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:CB_PARA" ; + Pos = MAP_APPFONT ( 12, 33 ) ; + Size = MAP_APPFONT ( 60, 10 ) ; Text [ en-US ] = "~Paragraph" ; TABSTOP = TRUE ; }; RadioButton RB_OTHER { - HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:RB_OTHER"; - Pos = MAP_APPFONT ( 75 , 33 ) ; - Size = MAP_APPFONT ( 45 , 10 ) ; + HelpID = "sw:RadioButton:DLG_CONV_TEXT_TABLE:RB_OTHER" ; + Pos = MAP_APPFONT ( 75, 33 ) ; + Size = MAP_APPFONT ( 45, 10 ) ; Text [ en-US ] = "~Other: " ; }; Edit ED_OTHER { - HelpID = "sw:Edit:DLG_CONV_TEXT_TABLE:ED_OTHER"; + HelpID = "sw:Edit:DLG_CONV_TEXT_TABLE:ED_OTHER" ; Border = TRUE ; Left = TRUE ; - Pos = MAP_APPFONT ( 123 , 32 ) ; - Size = MAP_APPFONT ( 9 , 12 ) ; + Pos = MAP_APPFONT ( 123, 32 ) ; + Size = MAP_APPFONT ( 9, 12 ) ; Text = "," ; MaxTextLength = 1 ; }; CheckBox CB_KEEPCOLUMN { - HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_KEEPCOLUMN"; - Pos = MAP_APPFONT ( 12 , 49 ) ; - Size = MAP_APPFONT ( 128 , 10 ) ; - Check = TRUE; + HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_KEEPCOLUMN" ; + Pos = MAP_APPFONT ( 12, 49 ) ; + Size = MAP_APPFONT ( 128, 10 ) ; + Check = TRUE ; Hide = TRUE ; Text [ en-US ] = "Equal width for all columns" ; }; - FixedLine FL_DELIM + FixedLine FL_DELIM { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 135 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 135, 8 ) ; Text [ en-US ] = "Separate text at" ; Group = TRUE ; }; CheckBox CB_HEADER { - HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_HEADER"; - Pos = MAP_APPFONT ( 12 , 84 ) ; - Size = MAP_APPFONT ( 123 , 10 ) ; + HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_HEADER" ; + Pos = MAP_APPFONT ( 12, 84 ) ; + Size = MAP_APPFONT ( 123, 10 ) ; TabStop = TRUE ; - Text [ en-US ] = "Heading"; + Text [ en-US ] = "Heading" ; }; CheckBox CB_REPEAT_HEADER { - HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_REPEAT_HEADER"; - Pos = MAP_APPFONT ( 22 , 97 ) ; - Size = MAP_APPFONT ( 113 , 10 ) ; - Text [ en-US ] = "Repeat heading"; + HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_REPEAT_HEADER" ; + Pos = MAP_APPFONT ( 22, 97 ) ; + Size = MAP_APPFONT ( 113, 10 ) ; + Text [ en-US ] = "Repeat heading" ; TabStop = TRUE ; }; FixedText FT_REPEAT_HEADER { - Pos = MAP_APPFONT ( 125 , 113 ) ; - Size = MAP_APPFONT ( 66 , 10 ) ; - Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ; - }; + Pos = MAP_APPFONT ( 125, 113 ) ; + Size = MAP_APPFONT ( 66, 10 ) ; + Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ; + }; NumericField NF_REPEAT_HEADER { - HelpID = "sw:NumericField:DLG_CONV_TEXT_TABLE:NF_REPEAT_HEADER"; + HelpID = "sw:NumericField:DLG_CONV_TEXT_TABLE:NF_REPEAT_HEADER" ; Border = TRUE ; - Pos = MAP_APPFONT ( 191 , 112 ) ; - Size = MAP_APPFONT ( 28 , 12 ) ; + Pos = MAP_APPFONT ( 191, 112 ) ; + Size = MAP_APPFONT ( 28, 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; @@ -128,32 +126,32 @@ ModalDialog DLG_CONV_TEXT_TABLE Maximum = 1000 ; First = 1 ; }; - Window WIN_REPEAT_HEADER - { - Pos = MAP_APPFONT ( 30 , 110 ) ; - Size = MAP_APPFONT ( 2 , 1 ) ; - }; - CheckBox CB_DONT_SPLIT + Window WIN_REPEAT_HEADER { - HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_DONT_SPLIT"; - Pos = MAP_APPFONT ( 12 , 126 ) ; - Size = MAP_APPFONT ( 123 , 10 ) ; + Pos = MAP_APPFONT ( 30, 110 ) ; + Size = MAP_APPFONT ( 2, 1 ) ; + }; + CheckBox CB_DONT_SPLIT + { + HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_DONT_SPLIT" ; + Pos = MAP_APPFONT ( 12, 126 ) ; + Size = MAP_APPFONT ( 123, 10 ) ; TabStop = TRUE ; - Text [ en-US ] = "Don't split table"; + Text [ en-US ] = "Don't split table" ; }; CheckBox CB_BORDER { - HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_BORDER"; - Pos = MAP_APPFONT ( 12 , 139 ) ; - Size = MAP_APPFONT ( 123 , 10 ) ; + HelpID = "sw:CheckBox:DLG_CONV_TEXT_TABLE:CB_BORDER" ; + Pos = MAP_APPFONT ( 12, 139 ) ; + Size = MAP_APPFONT ( 123, 10 ) ; TabStop = TRUE ; - Text [ en-US ] = "Border"; + Text [ en-US ] = "Border" ; }; - FixedLine FL_OPTIONS + FixedLine FL_OPTIONS { - Pos = MAP_APPFONT ( 6 , 71 ) ; - Size = MAP_APPFONT ( 135 , 8 ) ; - Text [ en-US ] = "Options"; + Pos = MAP_APPFONT ( 6, 71 ) ; + Size = MAP_APPFONT ( 135, 8 ) ; + Text [ en-US ] = "Options" ; }; String STR_CONVERT_TEXT_TABLE { @@ -161,28 +159,28 @@ ModalDialog DLG_CONV_TEXT_TABLE }; OkButton BT_OK { - Pos = MAP_APPFONT ( 147 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 147, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TABSTOP = TRUE ; DefButton = TRUE ; }; CancelButton BT_CANCEL { - Pos = MAP_APPFONT ( 147 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 147, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TABSTOP = TRUE ; }; HelpButton BT_HELP { - Pos = MAP_APPFONT ( 147 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 147, 43 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TABSTOP = TRUE ; }; PushButton BT_AUTOFORMAT { - HelpID = "sw:PushButton:DLG_CONV_TEXT_TABLE:BT_AUTOFORMAT"; - Pos = MAP_APPFONT ( 12 , 152 ) ; - Size = MAP_APPFONT ( 86 , 14 ) ; + HelpID = "sw:PushButton:DLG_CONV_TEXT_TABLE:BT_AUTOFORMAT" ; + Pos = MAP_APPFONT ( 12, 152 ) ; + Size = MAP_APPFONT ( 86, 14 ) ; TabStop = TRUE ; Hide = TRUE ; Text [ en-US ] = "Auto~Format..." ; @@ -193,5 +191,4 @@ ModalDialog DLG_CONV_TEXT_TABLE }; }; - - +// ********************************************************************** EOF diff --git a/main/sw/source/ui/table/instable.src b/main/sw/source/ui/table/instable.src index ac4962b3c7..7817ce221a 100644 --- a/main/sw/source/ui/table/instable.src +++ b/main/sw/source/ui/table/instable.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include "table.hrc" #include "instable.hrc" #include "cmdid.h" diff --git a/main/sw/source/ui/table/mergetbl.src b/main/sw/source/ui/table/mergetbl.src index 2aea3bca8c..f97351e89b 100644 --- a/main/sw/source/ui/table/mergetbl.src +++ b/main/sw/source/ui/table/mergetbl.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include "table.hrc" #include "mergetbl.hrc" #include "cmdid.h" diff --git a/main/sw/source/ui/table/rowht.src b/main/sw/source/ui/table/rowht.src index d03087774e..df11b3ce38 100644 --- a/main/sw/source/ui/table/rowht.src +++ b/main/sw/source/ui/table/rowht.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include "table.hrc" #include "rowht.hrc" #include "cmdid.h" diff --git a/main/sw/source/ui/table/splittbl.src b/main/sw/source/ui/table/splittbl.src index 2744edd1dc..73b1853fc5 100644 --- a/main/sw/source/ui/table/splittbl.src +++ b/main/sw/source/ui/table/splittbl.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,20 +7,18 @@ * 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. - * + * *************************************************************/ - - #include "table.hrc" #include "splittbl.hrc" #include "cmdid.h" @@ -30,96 +28,64 @@ ModalDialog DLG_SPLIT_TABLE HelpID = CMD_FN_TABLE_SPLIT_TABLE ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 207 , 76 ) ; + Size = MAP_APPFONT ( 207, 76 ) ; Moveable = TRUE ; OKButton PB_OK { - Pos = MAP_APPFONT ( 151 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 151, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton PB_CANCEL { - Pos = MAP_APPFONT ( 151 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 151, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton PB_HELP { - Pos = MAP_APPFONT ( 151 , 40 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 151, 40 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; - FixedLine FL_SPLIT + FixedLine FL_SPLIT { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 139 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 139, 8 ) ; Text [ en-US ] = "Mode" ; }; RadioButton RB_CNTNT { - HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_CNTNT"; - Pos = MAP_APPFONT ( 12 , 15 ) ; - Size = MAP_APPFONT ( 130 , 10 ) ; + HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_CNTNT" ; + Pos = MAP_APPFONT ( 12, 15 ) ; + Size = MAP_APPFONT ( 130, 10 ) ; Check = TRUE ; TabStop = TRUE ; Text [ en-US ] = "~Copy heading" ; }; RadioButton RB_BOX_PARA { - HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_BOX_PARA"; - Pos = MAP_APPFONT ( 12 , 30 ) ; - Size = MAP_APPFONT ( 130 , 10 ) ; + HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_BOX_PARA" ; + Pos = MAP_APPFONT ( 12, 30 ) ; + Size = MAP_APPFONT ( 130, 10 ) ; Text [ en-US ] = "C~ustom heading (apply Style)" ; }; RadioButton RB_BOX_NOPARA { - HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_BOX_NOPARA"; - Pos = MAP_APPFONT ( 12 , 45 ) ; - Size = MAP_APPFONT ( 130 , 10 ) ; + HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_BOX_NOPARA" ; + Pos = MAP_APPFONT ( 12, 45 ) ; + Size = MAP_APPFONT ( 130, 10 ) ; Text [ en-US ] = "Cu~stom heading" ; }; RadioButton RB_BORDER { - HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_BORDER"; - Pos = MAP_APPFONT ( 12 , 60 ) ; - Size = MAP_APPFONT ( 130 , 10 ) ; + HelpID = "sw:RadioButton:DLG_SPLIT_TABLE:RB_BORDER" ; + Pos = MAP_APPFONT ( 12, 60 ) ; + Size = MAP_APPFONT ( 130, 10 ) ; Text [ en-US ] = "~No heading" ; }; Text [ en-US ] = "Split Table" ; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sw/source/ui/table/table.src b/main/sw/source/ui/table/table.src index 80c0b63a46..a8b0dc43b1 100644 --- a/main/sw/source/ui/table/table.src +++ b/main/sw/source/ui/table/table.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include "table.hrc" InfoBox MSG_ERR_TABLE_MERGE { diff --git a/main/sw/source/ui/table/tabledlg.src b/main/sw/source/ui/table/tabledlg.src index be66a35c4c..27a4b21c17 100644 --- a/main/sw/source/ui/table/tabledlg.src +++ b/main/sw/source/ui/table/tabledlg.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include "table.hrc" #include "tabledlg.hrc" #include "helpid.h" diff --git a/main/sw/source/ui/table/tautofmt.src b/main/sw/source/ui/table/tautofmt.src index 4fc3943bd8..94f48fa8ed 100644 --- a/main/sw/source/ui/table/tautofmt.src +++ b/main/sw/source/ui/table/tautofmt.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include "tautofmt.hrc" #include "helpid.h" ModalDialog DLG_AUTOFMT_TABLE