This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push: new c27bd34 Cleaned up resource files c27bd34 is described below commit c27bd3456f020227b07c476f80e29b5ccd8e1dc8 Author: mseidel <msei...@apache.org> AuthorDate: Thu Mar 18 00:43:47 2021 +0100 Cleaned up resource files --- main/sw/source/ui/chrdlg/ccoll.src | 130 +++++++++++------------ main/sw/source/ui/chrdlg/chardlg.src | 143 ++++++++++---------------- main/sw/source/ui/chrdlg/drpcps.src | 132 +++++++++--------------- main/sw/source/ui/chrdlg/numpara.src | 194 ++++++++++++++--------------------- main/sw/source/ui/chrdlg/swbreak.src | 108 +++++++------------ 5 files changed, 278 insertions(+), 429 deletions(-) diff --git a/main/sw/source/ui/chrdlg/ccoll.src b/main/sw/source/ui/chrdlg/ccoll.src index 786e47e..12dbd44 100644 --- a/main/sw/source/ui/chrdlg/ccoll.src +++ b/main/sw/source/ui/chrdlg/ccoll.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,66 +7,67 @@ * 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. - * + * *************************************************************/ - // #pragma ****************************************************************** - // #include ***************************************************************** +// #pragma ****************************************************************** + +// #include ***************************************************************** #include "globals.hrc" #include "chrdlg.hrc" #include "ccoll.hrc" #include "helpid.h" - // TabPage ****************************************************************** +// TabPage ****************************************************************** TabPage TP_CONDCOLL { HelpID = HID_COND_COLL ; - Size = MAP_APPFONT ( 260 , 185 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; Hide = TRUE ; - FixedLine FL_CONDITION + FixedLine FL_CONDITION { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; - Text [ en-US ] = "Options"; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; + Text [ en-US ] = "Options" ; }; CheckBox CB_CONDITION { - HelpID = "sw:CheckBox:TP_CONDCOLL:CB_CONDITION"; - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 100 , 10 ) ; + HelpID = "sw:CheckBox:TP_CONDCOLL:CB_CONDITION" ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 100, 10 ) ; TabStop = TRUE ; Disable = TRUE ; Text [ en-US ] = "~Conditional Style" ; }; FixedText FT_CONTEXT { - Pos = MAP_APPFONT ( 12 , 28 ) ; - Size = MAP_APPFONT ( 50 , 8 ) ; + Pos = MAP_APPFONT ( 12, 28 ) ; + Size = MAP_APPFONT ( 50, 8 ) ; Disable = TRUE ; Text [ en-US ] = "Conte~xt" ; }; FixedText FT_USED { - Pos = MAP_APPFONT ( 100 , 28 ) ; - Size = MAP_APPFONT ( 80 , 8 ) ; + Pos = MAP_APPFONT ( 100, 28 ) ; + Size = MAP_APPFONT ( 80, 8 ) ; Disable = TRUE ; Text [ en-US ] = "Applied Styles" ; }; Control TB_CONDCOLLS { Border = TRUE ; - Pos = MAP_APPFONT ( 12 , 39 ) ; - Size = MAP_APPFONT ( 173 , 123 ) ; + Pos = MAP_APPFONT ( 12, 39 ) ; + Size = MAP_APPFONT ( 173, 123 ) ; TabStop = TRUE ; ClipChildren = TRUE ; Disable = TRUE ; @@ -74,16 +75,16 @@ TabPage TP_CONDCOLL }; FixedText FT_STYLE { - Pos = MAP_APPFONT ( 190 , 28 ) ; - Size = MAP_APPFONT ( 58 , 8 ) ; + Pos = MAP_APPFONT ( 190, 28 ) ; + Size = MAP_APPFONT ( 58, 8 ) ; Disable = TRUE ; Text [ en-US ] = "~Paragraph Styles" ; }; ListBox LB_STYLE { - HelpID = "sw:ListBox:TP_CONDCOLL:LB_STYLE"; - Pos = MAP_APPFONT ( 188 , 39 ) ; - Size = MAP_APPFONT ( 60 , 108 ) ; + HelpID = "sw:ListBox:TP_CONDCOLL:LB_STYLE" ; + Pos = MAP_APPFONT ( 188, 39 ) ; + Size = MAP_APPFONT ( 60, 108 ) ; TabStop = TRUE ; Border = TRUE ; Sort = TRUE ; @@ -92,9 +93,9 @@ TabPage TP_CONDCOLL }; ListBox LB_FILTER { - HelpID = "sw:ListBox:TP_CONDCOLL:LB_FILTER"; - Pos = MAP_APPFONT ( 188 , 150 ) ; - Size = MAP_APPFONT ( 60 , 50 ) ; + HelpID = "sw:ListBox:TP_CONDCOLL:LB_FILTER" ; + Pos = MAP_APPFONT ( 188, 150 ) ; + Size = MAP_APPFONT ( 60, 50 ) ; DropDown = TRUE ; TabStop = TRUE ; Border = TRUE ; @@ -103,18 +104,18 @@ TabPage TP_CONDCOLL }; PushButton PB_REMOVE { - HelpID = "sw:PushButton:TP_CONDCOLL:PB_REMOVE"; - Pos = MAP_APPFONT ( 129 , 165 ) ; - Size = MAP_APPFONT ( 50 , 12 ) ; + HelpID = "sw:PushButton:TP_CONDCOLL:PB_REMOVE" ; + Pos = MAP_APPFONT ( 129, 165 ) ; + Size = MAP_APPFONT ( 50, 12 ) ; TabStop = TRUE ; Disable = TRUE ; Text [ en-US ] = "Re~move" ; }; PushButton PB_ASSIGN { - HelpID = "sw:PushButton:TP_CONDCOLL:PB_ASSIGN"; - Pos = MAP_APPFONT ( 185 , 165 ) ; - Size = MAP_APPFONT ( 50 , 12 ) ; + HelpID = "sw:PushButton:TP_CONDCOLL:PB_ASSIGN" ; + Pos = MAP_APPFONT ( 185, 165 ) ; + Size = MAP_APPFONT ( 50, 12 ) ; TabStop = TRUE ; Disable = TRUE ; Text [ en-US ] = "~Apply" ; @@ -123,34 +124,34 @@ TabPage TP_CONDCOLL { ItemList [ en-US ] = { - < "Table Header" ; > ; - < "Table" ; > ; - < "Frame" ; > ; - < "Section" ; > ; - < "Footnote" ; > ; - < "Endnote" ; > ; - < "Header" ; > ; - < "Footer" ; > ; - < " 1st Outline Level" ; > ; - < " 2nd Outline Level" ; > ; - < " 3rd Outline Level" ; > ; - < " 4th Outline Level" ; > ; - < " 5th Outline Level" ; > ; - < " 6th Outline Level" ; > ; - < " 7th Outline Level" ; > ; - < " 8th Outline Level" ; > ; - < " 9th Outline Level" ; > ; - < "10th Outline Level" ; > ; - < " 1st Numbering Level" ; > ; - < " 2nd Numbering Level" ; > ; - < " 3rd Numbering Level" ; > ; - < " 4th Numbering Level" ; > ; - < " 5th Numbering Level" ; > ; - < " 6th Numbering Level" ; > ; - < " 7th Numbering Level" ; > ; - < " 8th Numbering Level" ; > ; - < " 9th Numbering Level" ; > ; - < "10th Numbering Level" ; > ; + < "Table Header" ; > ; + < "Table" ; > ; + < "Frame" ; > ; + < "Section" ; > ; + < "Footnote" ; > ; + < "Endnote" ; > ; + < "Header" ; > ; + < "Footer" ; > ; + < " 1st Outline Level" ; > ; + < " 2nd Outline Level" ; > ; + < " 3rd Outline Level" ; > ; + < " 4th Outline Level" ; > ; + < " 5th Outline Level" ; > ; + < " 6th Outline Level" ; > ; + < " 7th Outline Level" ; > ; + < " 8th Outline Level" ; > ; + < " 9th Outline Level" ; > ; + < "10th Outline Level" ; > ; + < " 1st Numbering Level" ; > ; + < " 2nd Numbering Level" ; > ; + < " 3rd Numbering Level" ; > ; + < " 4th Numbering Level" ; > ; + < " 5th Numbering Level" ; > ; + < " 6th Numbering Level" ; > ; + < " 7th Numbering Level" ; > ; + < " 8th Numbering Level" ; > ; + < " 9th Numbering Level" ; > ; + < "10th Numbering Level" ; > ; }; }; String STR_NOTEMPL @@ -158,4 +159,5 @@ TabPage TP_CONDCOLL Text [ en-US ] = "<none>" ; }; }; - // ********************************************************************** EOF + +// ********************************************************************** EOF diff --git a/main/sw/source/ui/chrdlg/chardlg.src b/main/sw/source/ui/chrdlg/chardlg.src index baa1c11..fa30d16 100644 --- a/main/sw/source/ui/chrdlg/chardlg.src +++ b/main/sw/source/ui/chrdlg/chardlg.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. - * + * *************************************************************/ @@ -53,13 +53,13 @@ TabDialog DLG_CHAR { Identifier = TP_CHAR_POS ; PageResID = TP_CHAR_POS ; - Text [ en-US ] = "Position"; + Text [ en-US ] = "Position" ; }; PageItem { Identifier = TP_CHAR_TWOLN ; - PageResID = TP_CHAR_TWOLN; - Text [ en-US ] = "Asian Layout"; + PageResID = TP_CHAR_TWOLN ; + Text [ en-US ] = "Asian Layout" ; }; PageItem { @@ -100,77 +100,77 @@ TabPage TP_CHAR_URL { HelpID = HID_CHAR_URL ; SVLook = TRUE ; - Size = MAP_APPFONT ( 260 , 185 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; Hide = TRUE ; - FixedLine FL_URL + FixedLine FL_URL { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "Hyperlink" ; }; FixedText FT_URL { - Pos = MAP_APPFONT ( 12 , 17 ) ; - Size = MAP_APPFONT ( 73 , 8 ) ; + Pos = MAP_APPFONT ( 12, 17 ) ; + Size = MAP_APPFONT ( 73, 8 ) ; Text [ en-US ] = "~URL" ; }; Edit ED_URL { - HelpID = "sw:Edit:TP_CHAR_URL:ED_URL"; - Pos = MAP_APPFONT ( 88 , 15 ) ; - Size = MAP_APPFONT ( 104 , 12 ) ; + HelpID = "sw:Edit:TP_CHAR_URL:ED_URL" ; + Pos = MAP_APPFONT ( 88, 15 ) ; + Size = MAP_APPFONT ( 104, 12 ) ; Border = TRUE ; TabStop = TRUE ; }; PushButton PB_URL { - HelpID = "sw:PushButton:TP_CHAR_URL:PB_URL"; - Pos = MAP_APPFONT ( 198 , 14 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "sw:PushButton:TP_CHAR_URL:PB_URL" ; + Pos = MAP_APPFONT ( 198, 14 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "~Browse..." ; }; FixedText FT_TEXT { - Pos = MAP_APPFONT ( 12 , 33 ) ; - Size = MAP_APPFONT ( 73 , 8 ) ; - Text [ en-US ] = "Te~xt"; + Pos = MAP_APPFONT ( 12, 33 ) ; + Size = MAP_APPFONT ( 73, 8 ) ; + Text [ en-US ] = "Te~xt" ; }; Edit ED_TEXT { - HelpID = "sw:Edit:TP_CHAR_URL:ED_TEXT"; - Pos = MAP_APPFONT ( 88 , 31 ) ; - Size = MAP_APPFONT ( 104 , 12 ) ; + HelpID = "sw:Edit:TP_CHAR_URL:ED_TEXT" ; + Pos = MAP_APPFONT ( 88, 31 ) ; + Size = MAP_APPFONT ( 104, 12 ) ; Border = TRUE ; TabStop = TRUE ; Group = TRUE ; }; FixedText FT_NAME { - Pos = MAP_APPFONT ( 12 , 49 ) ; - Size = MAP_APPFONT ( 73 , 8 ) ; + Pos = MAP_APPFONT ( 12, 49 ) ; + Size = MAP_APPFONT ( 73, 8 ) ; Text [ en-US ] = "~Name" ; }; Edit ED_NAME { - HelpID = "sw:Edit:TP_CHAR_URL:ED_NAME"; - Pos = MAP_APPFONT ( 88 , 47 ) ; - Size = MAP_APPFONT ( 104 , 12 ) ; + HelpID = "sw:Edit:TP_CHAR_URL:ED_NAME" ; + Pos = MAP_APPFONT ( 88, 47 ) ; + Size = MAP_APPFONT ( 104, 12 ) ; Border = TRUE ; TabStop = TRUE ; Group = TRUE ; }; FixedText FT_TARGET { - Pos = MAP_APPFONT ( 12 , 65 ) ; - Size = MAP_APPFONT ( 73 , 10 ) ; + Pos = MAP_APPFONT ( 12, 65 ) ; + Size = MAP_APPFONT ( 73, 10 ) ; Text [ en-US ] = "~Target frame" ; }; ComboBox LB_TARGET { - HelpID = "sw:ComboBox:TP_CHAR_URL:LB_TARGET"; - Pos = MAP_APPFONT ( 88 , 63 ) ; - Size = MAP_APPFONT ( 104 , 60 ) ; + HelpID = "sw:ComboBox:TP_CHAR_URL:LB_TARGET" ; + Pos = MAP_APPFONT ( 88, 63 ) ; + Size = MAP_APPFONT ( 104, 60 ) ; TabStop = TRUE ; DropDown = TRUE ; Sort = TRUE ; @@ -178,29 +178,29 @@ TabPage TP_CHAR_URL }; PushButton PB_EVENT { - HelpID = "sw:PushButton:TP_CHAR_URL:PB_EVENT"; - Pos = MAP_APPFONT ( 12 , 79 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "sw:PushButton:TP_CHAR_URL:PB_EVENT" ; + Pos = MAP_APPFONT ( 12, 79 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "~Events..." ; }; - FixedLine FL_STYLE + FixedLine FL_STYLE { - Pos = MAP_APPFONT ( 6 , 104 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 104 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "Character Styles" ; }; FixedText FT_VISITED { - Pos = MAP_APPFONT ( 12 , 116 ) ; - Size = MAP_APPFONT ( 73 , 8 ) ; + Pos = MAP_APPFONT ( 12, 116 ) ; + Size = MAP_APPFONT ( 73, 8 ) ; Text [ en-US ] = "~Visited links" ; }; ListBox LB_VISITED { - HelpID = "sw:ListBox:TP_CHAR_URL:LB_VISITED"; - Pos = MAP_APPFONT ( 88 , 113 ) ; - Size = MAP_APPFONT ( 104 , 60 ) ; + HelpID = "sw:ListBox:TP_CHAR_URL:LB_VISITED" ; + Pos = MAP_APPFONT ( 88, 113 ) ; + Size = MAP_APPFONT ( 104, 60 ) ; Border = TRUE ; TabStop = TRUE ; DropDown = TRUE ; @@ -209,15 +209,15 @@ TabPage TP_CHAR_URL }; FixedText FT_NOT_VISITED { - Pos = MAP_APPFONT ( 12 , 131 ) ; - Size = MAP_APPFONT ( 73 , 10 ) ; + Pos = MAP_APPFONT ( 12, 131 ) ; + Size = MAP_APPFONT ( 73, 10 ) ; Text [ en-US ] = "Unvisited ~links" ; }; ListBox LB_NOT_VISITED { - HelpID = "sw:ListBox:TP_CHAR_URL:LB_NOT_VISITED"; - Pos = MAP_APPFONT ( 88 , 129 ) ; - Size = MAP_APPFONT ( 104 , 60 ) ; + HelpID = "sw:ListBox:TP_CHAR_URL:LB_NOT_VISITED" ; + Pos = MAP_APPFONT ( 88, 129 ) ; + Size = MAP_APPFONT ( 104, 60 ) ; Border = TRUE ; TabStop = TRUE ; DropDown = TRUE ; @@ -226,43 +226,4 @@ TabPage TP_CHAR_URL }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sw/source/ui/chrdlg/drpcps.src b/main/sw/source/ui/chrdlg/drpcps.src index 852118e..936bcdd 100644 --- a/main/sw/source/ui/chrdlg/drpcps.src +++ b/main/sw/source/ui/chrdlg/drpcps.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,26 +7,26 @@ * 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 ***************************************************************** +// #include ***************************************************************** #include "globals.hrc" #include "chrdlg.hrc" #include "drpcps.hrc" #include "helpid.h" - // TabDialog **************************************************************** +// TabDialog **************************************************************** TabDialog DLG_DROPCAPS { OutputSize = TRUE ; @@ -51,75 +51,75 @@ TabDialog DLG_DROPCAPS TabPage TP_DROPCAPS { HelpID = HID_DROPCAPS ; - Size = MAP_APPFONT ( 260 , 185 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; Hide = TRUE ; CheckBox CB_SWITCH { - HelpID = "sw:CheckBox:TP_DROPCAPS:CB_SWITCH"; - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 90 , 10 ) ; + HelpID = "sw:CheckBox:TP_DROPCAPS:CB_SWITCH" ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 90, 10 ) ; Text [ en-US ] = "Display drop caps" ; }; CheckBox CB_WORD { - HelpID = "sw:CheckBox:TP_DROPCAPS:CB_WORD"; - Pos = MAP_APPFONT ( 12 , 28 ) ; - Size = MAP_APPFONT ( 90 , 10 ) ; + HelpID = "sw:CheckBox:TP_DROPCAPS:CB_WORD" ; + Pos = MAP_APPFONT ( 12, 28 ) ; + Size = MAP_APPFONT ( 90, 10 ) ; Text [ en-US ] = "~Whole word" ; }; FixedText FT_DROPCAPS { - Pos = MAP_APPFONT ( 12 , 44 ) ; - Size = MAP_APPFONT ( 70 , 8 ) ; + Pos = MAP_APPFONT ( 12, 44 ) ; + Size = MAP_APPFONT ( 70, 8 ) ; Text [ en-US ] = "Number of ~characters:" ; }; NumericField FLD_DROPCAPS { - HelpID = "sw:NumericField:TP_DROPCAPS:FLD_DROPCAPS"; + HelpID = "sw:NumericField:TP_DROPCAPS:FLD_DROPCAPS" ; Border = TRUE ; First = 1 ; Last = 9 ; Left = TRUE ; Maximum = 9 ; Minimum = 1 ; - Pos = MAP_APPFONT ( 89 , 42 ) ; + Pos = MAP_APPFONT ( 89, 42 ) ; Repeat = TRUE ; - Size = MAP_APPFONT ( 36 , 12 ) ; + Size = MAP_APPFONT ( 36, 12 ) ; Spin = TRUE ; TabStop = TRUE ; }; FixedText TXT_LINES { Left = TRUE ; - Pos = MAP_APPFONT ( 12 , 60 ) ; - Size = MAP_APPFONT ( 70 , 8 ) ; + Pos = MAP_APPFONT ( 12, 60 ) ; + Size = MAP_APPFONT ( 70, 8 ) ; Text [ en-US ] = "~Lines" ; }; NumericField FLD_LINES { - HelpID = "sw:NumericField:TP_DROPCAPS:FLD_LINES"; + HelpID = "sw:NumericField:TP_DROPCAPS:FLD_LINES" ; Border = TRUE ; First = 2 ; Last = 9 ; Left = TRUE ; Maximum = 9 ; Minimum = 2 ; - Pos = MAP_APPFONT ( 89 , 58 ) ; + Pos = MAP_APPFONT ( 89, 58 ) ; Repeat = TRUE ; - Size = MAP_APPFONT ( 36 , 12 ) ; + Size = MAP_APPFONT ( 36, 12 ) ; Spin = TRUE ; TabStop = TRUE ; }; FixedText TXT_DISTANCE { Left = TRUE ; - Pos = MAP_APPFONT ( 12 , 76 ) ; - Size = MAP_APPFONT ( 70 , 8 ) ; + Pos = MAP_APPFONT ( 12, 76 ) ; + Size = MAP_APPFONT ( 70, 8 ) ; Text [ en-US ] = "Space to text" ; }; MetricField FLD_DISTANCE { - HelpID = "sw:MetricField:TP_DROPCAPS:FLD_DISTANCE"; + HelpID = "sw:MetricField:TP_DROPCAPS:FLD_DISTANCE" ; Border = TRUE ; DecimalDigits = 2 ; First = 0 ; @@ -127,103 +127,65 @@ TabPage TP_DROPCAPS Left = TRUE ; Maximum = 200 ; Minimum = 0 ; - Pos = MAP_APPFONT ( 89 , 74 ) ; + Pos = MAP_APPFONT ( 89, 74 ) ; Repeat = TRUE ; - Size = MAP_APPFONT ( 36 , 12 ) ; + Size = MAP_APPFONT ( 36, 12 ) ; Spin = TRUE ; SpinSize = 10 ; TabStop = TRUE ; Unit = FUNIT_CM ; }; - FixedLine FL_SETTINGS + FixedLine FL_SETTINGS { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 125 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 125, 8 ) ; Text [ en-US ] = "Settings" ; }; Control CNT_PICT { Border = TRUE ; - Pos = MAP_APPFONT ( 143 , 7 ) ; - Size = MAP_APPFONT ( 105 , 80 ) ; + Pos = MAP_APPFONT ( 143, 7 ) ; + Size = MAP_APPFONT ( 105, 80 ) ; }; FixedText TXT_TEXT { Left = TRUE ; - Pos = MAP_APPFONT ( 12 , 102 ) ; - Size = MAP_APPFONT ( 125 , 8 ) ; + Pos = MAP_APPFONT ( 12, 102 ) ; + Size = MAP_APPFONT ( 125, 8 ) ; Text [ en-US ] = "~Text" ; }; Edit EDT_TEXT { - HelpID = "sw:Edit:TP_DROPCAPS:EDT_TEXT"; + HelpID = "sw:Edit:TP_DROPCAPS:EDT_TEXT" ; Border = TRUE ; Left = TRUE ; - Pos = MAP_APPFONT ( 143 , 100 ) ; - Size = MAP_APPFONT ( 105 , 12 ) ; + Pos = MAP_APPFONT ( 143, 100 ) ; + Size = MAP_APPFONT ( 105, 12 ) ; TabStop = TRUE ; MaxTextLength = 9 ; }; FixedText TXT_TEMPLATE { Left = TRUE ; - Pos = MAP_APPFONT ( 12 , 118 ) ; - Size = MAP_APPFONT ( 125 , 8 ) ; + Pos = MAP_APPFONT ( 12, 118 ) ; + Size = MAP_APPFONT ( 125, 8 ) ; Text [ en-US ] = "Character St~yle" ; }; ListBox BOX_TEMPLATE { - HelpID = "sw:ListBox:TP_DROPCAPS:BOX_TEMPLATE"; + HelpID = "sw:ListBox:TP_DROPCAPS:BOX_TEMPLATE" ; Border = TRUE ; DropDown = TRUE ; - Pos = MAP_APPFONT ( 143 , 116 ) ; - Size = MAP_APPFONT ( 105 , 61 ) ; + Pos = MAP_APPFONT ( 143, 116 ) ; + Size = MAP_APPFONT ( 105, 61 ) ; TabStop = TRUE ; }; - FixedLine FL_CONTENT + FixedLine FL_CONTENT { - Pos = MAP_APPFONT ( 6 , 89 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 89 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "Contents" ; }; }; - // ********************************************************************** EOF - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sw/source/ui/chrdlg/numpara.src b/main/sw/source/ui/chrdlg/numpara.src index 6481bdc..73392e0 100644 --- a/main/sw/source/ui/chrdlg/numpara.src +++ b/main/sw/source/ui/chrdlg/numpara.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,97 +7,98 @@ * 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. - * + * *************************************************************/ - // #pragma ****************************************************************** - // #include ***************************************************************** +// #pragma ****************************************************************** + +// #include ***************************************************************** #include "globals.hrc" #include "chrdlg.hrc" #include "numpara.hrc" #include "helpid.h" - // TabPage ****************************************************************** +// TabPage ****************************************************************** TabPage TP_NUMPARA { HelpID = HID_NUMPARA ; - Size = MAP_APPFONT ( 260 , 185 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; Hide = TRUE ; FixedLine FL_OUTLINE_START { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "Outline" ; }; FixedText FT_OUTLINE_LEVEL { - Pos = MAP_APPFONT ( 12 , 16 ) ; - Size = MAP_APPFONT ( 112 , 8 ) ; - Text [ en-US ] = "Outline level" ; + Pos = MAP_APPFONT ( 12, 16 ) ; + Size = MAP_APPFONT ( 112, 8 ) ; + Text [ en-US ] = "Outline level" ; }; ListBox LB_OUTLINE_LEVEL { - HelpID = "sw:ListBox:TP_NUMPARA:LB_OUTLINE_LEVEL"; - Pos = MAP_APPFONT ( 130 , 14 ) ; - Size = MAP_APPFONT ( 118 , 65 ) ; + HelpID = "sw:ListBox:TP_NUMPARA:LB_OUTLINE_LEVEL" ; + Pos = MAP_APPFONT ( 130, 14 ) ; + Size = MAP_APPFONT ( 118, 65 ) ; DropDown = TRUE ; Border = TRUE ; StringList [ en-US ] = { - < "Body text" ; > ; - < "Level 1" ; >; - < "Level 2" ; >; - < "Level 3" ; >; - < "Level 4" ; >; - < "Level 5" ; >; - < "Level 6" ; >; - < "Level 7" ; >; - < "Level 8" ; >; - < "Level 9" ; >; - < "Level 10" ; >; + < "Body text" ; > ; + < "Level 1" ; > ; + < "Level 2" ; > ; + < "Level 3" ; > ; + < "Level 4" ; > ; + < "Level 5" ; > ; + < "Level 6" ; > ; + < "Level 7" ; > ; + < "Level 8" ; > ; + < "Level 9" ; > ; + < "Level 10" ; > ; }; - StringList [ x-comment ] = - { - < "Level 0" ; > ; - < "Level 1" ; >; - < "Level 2" ; >; - < "Level 3" ; >; - < "Level 4" ; >; - < "Level 5" ; >; - < "Level 6" ; >; - < "Level 7" ; >; - < "Level 8" ; >; - < "Level 9" ; >; - < "Level 10" ; >; + StringList [ x-comment ] = + { + < "Level 0" ; > ; + < "Level 1" ; > ; + < "Level 2" ; > ; + < "Level 3" ; > ; + < "Level 4" ; > ; + < "Level 5" ; > ; + < "Level 6" ; > ; + < "Level 7" ; > ; + < "Level 8" ; > ; + < "Level 9" ; > ; + < "Level 10" ; > ; }; }; FixedLine FL_NEW_START { - Pos = MAP_APPFONT ( 6 , 32 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 32 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "Numbering" ; }; - FixedText FT_NUMBER_STYLE + FixedText FT_NUMBER_STYLE { - Pos = MAP_APPFONT ( 12 , 43 ) ; - Size = MAP_APPFONT ( 112 , 8 ) ; - Text [ en-US ] = "Numbering Style" ; + Pos = MAP_APPFONT ( 12, 43 ) ; + Size = MAP_APPFONT ( 112, 8 ) ; + Text [ en-US ] = "Numbering Style" ; }; ListBox LB_NUMBER_STYLE { - HelpID = "sw:ListBox:TP_NUMPARA:LB_NUMBER_STYLE"; - Pos = MAP_APPFONT ( 130 , 41 ) ; - Size = MAP_APPFONT ( 118 , 65 ) ; + HelpID = "sw:ListBox:TP_NUMPARA:LB_NUMBER_STYLE" ; + Pos = MAP_APPFONT ( 130, 41 ) ; + Size = MAP_APPFONT ( 118, 65 ) ; DropDown = TRUE ; Border = TRUE ; StringList [ en-US ] = @@ -107,28 +108,28 @@ TabPage TP_NUMPARA }; TriStateBox CB_NEW_START { - HelpID = "sw:TriStateBox:TP_NUMPARA:CB_NEW_START"; - Pos = MAP_APPFONT ( 12 , 58 ) ; - Size = MAP_APPFONT ( 160 , 10 ) ; + HelpID = "sw:TriStateBox:TP_NUMPARA:CB_NEW_START" ; + Pos = MAP_APPFONT ( 12, 58 ) ; + Size = MAP_APPFONT ( 160, 10 ) ; Hide = TRUE ; TabStop = TRUE ; Text [ en-US ] = "R~estart at this paragraph" ; }; - TriStateBox CB_NUMBER_NEW_START + TriStateBox CB_NUMBER_NEW_START { - HelpID = "sw:TriStateBox:TP_NUMPARA:CB_NUMBER_NEW_START"; - Pos = MAP_APPFONT ( 21 , 73 ) ; - Size = MAP_APPFONT ( 103 , 10 ) ; + HelpID = "sw:TriStateBox:TP_NUMPARA:CB_NUMBER_NEW_START" ; + Pos = MAP_APPFONT ( 21, 73 ) ; + Size = MAP_APPFONT ( 103, 10 ) ; Hide = TRUE ; Disable = TRUE ; - Text [ en-US ] = "S~tart with" ; + Text [ en-US ] = "S~tart with" ; }; NumericField NF_NEW_START { - HelpID = "sw:NumericField:TP_NUMPARA:NF_NEW_START"; + HelpID = "sw:NumericField:TP_NUMPARA:NF_NEW_START" ; Border = TRUE ; - Pos = MAP_APPFONT ( 130 , 72 ) ; - Size = MAP_APPFONT ( 26 , 12 ) ; + Pos = MAP_APPFONT ( 130, 72 ) ; + Size = MAP_APPFONT ( 26, 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; @@ -141,41 +142,41 @@ TabPage TP_NUMPARA Hide = TRUE ; Disable = TRUE ; }; - FixedLine FL_COUNT_PARA + FixedLine FL_COUNT_PARA { - Pos = MAP_APPFONT ( 6 , 89 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 89 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "Line numbering" ; }; TriStateBox CB_COUNT_PARA { - HelpID = "sw:TriStateBox:TP_NUMPARA:CB_COUNT_PARA"; - Pos = MAP_APPFONT ( 12 , 100 ) ; - Size = MAP_APPFONT ( 160 , 10 ) ; + HelpID = "sw:TriStateBox:TP_NUMPARA:CB_COUNT_PARA" ; + Pos = MAP_APPFONT ( 12, 100 ) ; + Size = MAP_APPFONT ( 160, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "~Include this paragraph in line numbering" ; }; TriStateBox CB_RESTART_PARACOUNT { - HelpID = "sw:TriStateBox:TP_NUMPARA:CB_RESTART_PARACOUNT"; - Pos = MAP_APPFONT ( 12 , 116 ) ; - Size = MAP_APPFONT ( 160 , 10 ) ; + HelpID = "sw:TriStateBox:TP_NUMPARA:CB_RESTART_PARACOUNT" ; + Pos = MAP_APPFONT ( 12, 116 ) ; + Size = MAP_APPFONT ( 160, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Rest~art at this paragraph" ; }; FixedText FT_RESTART_NO { - Pos = MAP_APPFONT ( 21 , 132 ) ; - Size = MAP_APPFONT ( 103 , 8 ) ; + Pos = MAP_APPFONT ( 21, 132 ) ; + Size = MAP_APPFONT ( 103, 8 ) ; Disable = TRUE ; - Text [ en-US ] = "~Start with" ; + Text [ en-US ] = "~Start with" ; }; NumericField NF_RESTART_PARA { - HelpID = "sw:NumericField:TP_NUMPARA:NF_RESTART_PARA"; + HelpID = "sw:NumericField:TP_NUMPARA:NF_RESTART_PARA" ; Border = TRUE ; - Pos = MAP_APPFONT ( 130 , 130 ) ; - Size = MAP_APPFONT ( 26 , 12 ) ; + Pos = MAP_APPFONT ( 130, 130 ) ; + Size = MAP_APPFONT ( 26, 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; @@ -188,46 +189,5 @@ TabPage TP_NUMPARA Disable = TRUE ; }; }; - // ********************************************************************** EOF - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sw/source/ui/chrdlg/swbreak.src b/main/sw/source/ui/chrdlg/swbreak.src index a812701..f294380 100644 --- a/main/sw/source/ui/chrdlg/swbreak.src +++ b/main/sw/source/ui/chrdlg/swbreak.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. - * + * *************************************************************/ @@ -25,83 +25,82 @@ #include "break.hrc" #include "cmdid.h" #include "helpid.h" - // #define DLG_BREAK 256 +// #define DLG_BREAK 256 ModalDialog DLG_BREAK { HelpID = CMD_FN_INSERT_BREAK_DLG ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 161 , 114 ) ; - /* ### ACHTUNG: Neuer Text in Resource? Umbruch einf�gen : Umbruch einf�gen */ + Size = MAP_APPFONT ( 161, 114 ) ; Text [ en-US ] = "Insert Break" ; Moveable = TRUE ; OKButton BT_OK { - Pos = MAP_APPFONT ( 105 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 105, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Group = TRUE ; DefButton = TRUE ; }; CancelButton BT_CANCEL { - Pos = MAP_APPFONT ( 105 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 105, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Group = TRUE ; }; HelpButton BT_HELP { - Pos = MAP_APPFONT ( 105 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 105, 43 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Group = TRUE ; }; RadioButton RB_LINE { - HelpID = "sw:RadioButton:DLG_BREAK:RB_LINE"; - Pos = MAP_APPFONT ( 12 , 15 ) ; - Size = MAP_APPFONT ( 63 , 10 ) ; + HelpID = "sw:RadioButton:DLG_BREAK:RB_LINE" ; + Pos = MAP_APPFONT ( 12, 15 ) ; + Size = MAP_APPFONT ( 63, 10 ) ; Text [ en-US ] = "~Line break" ; TabStop = TRUE ; Group = TRUE ; }; RadioButton RB_PAGE { - HelpID = "sw:RadioButton:DLG_BREAK:RB_PAGE"; - Pos = MAP_APPFONT ( 12 , 39 ) ; - Size = MAP_APPFONT ( 63 , 10 ) ; + HelpID = "sw:RadioButton:DLG_BREAK:RB_PAGE" ; + Pos = MAP_APPFONT ( 12, 39 ) ; + Size = MAP_APPFONT ( 63, 10 ) ; Text [ en-US ] = "~Page break" ; TabStop = TRUE ; Check = TRUE ; }; RadioButton RB_COL { - HelpID = "sw:RadioButton:DLG_BREAK:RB_COL"; - Pos = MAP_APPFONT ( 12 , 27 ) ; - Size = MAP_APPFONT ( 69 , 10 ) ; + HelpID = "sw:RadioButton:DLG_BREAK:RB_COL" ; + Pos = MAP_APPFONT ( 12, 27 ) ; + Size = MAP_APPFONT ( 69, 10 ) ; Text [ en-US ] = "~Column break" ; TabStop = TRUE ; }; - FixedLine FL_BREAK + FixedLine FL_BREAK { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 93 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 93, 8 ) ; Text [ en-US ] = "Type" ; }; FixedText FT_COLL { - Pos = MAP_APPFONT ( 12 , 51 ) ; - Size = MAP_APPFONT ( 69 , 8 ) ; + Pos = MAP_APPFONT ( 12, 51 ) ; + Size = MAP_APPFONT ( 69, 8 ) ; Text [ en-US ] = "~Style" ; Group = TRUE ; Left = TRUE ; }; ListBox LB_COLL { - HelpID = "sw:ListBox:DLG_BREAK:LB_COLL"; - Pos = MAP_APPFONT ( 12 , 62 ) ; - Size = MAP_APPFONT ( 75 , 50 ) ; + HelpID = "sw:ListBox:DLG_BREAK:LB_COLL" ; + Pos = MAP_APPFONT ( 12, 62 ) ; + Size = MAP_APPFONT ( 75, 50 ) ; TabStop = TRUE ; DropDown = TRUE ; CurPos = 0 ; @@ -112,19 +111,18 @@ ModalDialog DLG_BREAK }; CheckBox CB_PAGENUM { - HelpID = "sw:CheckBox:DLG_BREAK:CB_PAGENUM"; - Pos = MAP_APPFONT ( 12 , 79 ) ; - Size = MAP_APPFONT ( 84 , 10 ) ; - /* ### ACHTUNG: Neuer Text in Resource? Seitennummer ~�ndern : Seitennummer ~�ndern */ + HelpID = "sw:CheckBox:DLG_BREAK:CB_PAGENUM" ; + Pos = MAP_APPFONT ( 12, 79 ) ; + Size = MAP_APPFONT ( 84, 10 ) ; Text [ en-US ] = "Change page ~number" ; TabStop = TRUE ; }; NumericField ED_PAGENUM { - HelpID = "sw:NumericField:DLG_BREAK:ED_PAGENUM"; + HelpID = "sw:NumericField:DLG_BREAK:ED_PAGENUM" ; Border = TRUE ; - Pos = MAP_APPFONT ( 12 , 94 ) ; - Size = MAP_APPFONT ( 31 , 12 ) ; + Pos = MAP_APPFONT ( 12, 94 ) ; + Size = MAP_APPFONT ( 31, 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; @@ -137,38 +135,4 @@ ModalDialog DLG_BREAK }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF