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 f494ac8 Cleaned up resource files f494ac8 is described below commit f494ac8a59c0b0c7a27758d2deaf265c19bf1cac Author: mseidel <msei...@apache.org> AuthorDate: Tue Feb 16 13:31:16 2021 +0100 Cleaned up resource files (cherry picked from commit 70057e82711e983023853aef88f334a36d55e46e) --- main/sc/source/ui/src/autofmt.src | 157 +++++++------------- main/sc/source/ui/src/crnrdlg.src | 122 ++++++--------- main/sc/source/ui/src/hdrcont.src | 152 +++++++------------ main/sc/source/ui/src/opredlin.src | 95 ++++-------- main/sc/source/ui/src/popup.src | 193 ++++++++++++------------ main/sc/source/ui/src/pseudo.src | 42 +----- main/sc/source/ui/src/scstring.src | 1 + main/sc/source/ui/src/simpref.src | 31 +--- main/sc/source/ui/src/solvrdlg.src | 74 +++++----- main/sc/source/ui/src/sortdlg.src | 294 +++++++++++++++++++------------------ main/sc/source/ui/src/textdlgs.src | 108 +++++--------- 11 files changed, 506 insertions(+), 763 deletions(-) diff --git a/main/sc/source/ui/src/autofmt.src b/main/sc/source/ui/src/autofmt.src index ba05170..8729684 100644 --- a/main/sc/source/ui/src/autofmt.src +++ b/main/sc/source/ui/src/autofmt.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. - * + * *************************************************************/ @@ -28,139 +28,134 @@ ModalDialog RID_SCDLG_AUTOFORMAT OutputSize = TRUE ; HelpId = CMD_SID_AUTOFORMAT ; SVLook = TRUE ; - Size = MAP_APPFONT ( 312 , 121 ) ; - /* ### ACHTUNG: Neuer Text in Resource? AutoFormat : Autoformat */ - /* ### ACHTUNG: Neuer Text in Resource? AutoFormat : Autoformat */ + Size = MAP_APPFONT ( 312, 121 ) ; Text [ en-US ] = "AutoFormat" ; Moveable = TRUE ; Closeable = FALSE ; ListBox LB_FORMAT { - HelpID = "sc:ListBox:RID_SCDLG_AUTOFORMAT:LB_FORMAT"; + HelpID = "sc:ListBox:RID_SCDLG_AUTOFORMAT:LB_FORMAT" ; Border = TRUE ; - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 70 , 101 ) ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 70, 101 ) ; TabStop = TRUE ; }; - FixedLine FL_FORMAT + FixedLine FL_FORMAT { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 244 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 244, 8 ) ; Text [ en-US ] = "F~ormat" ; }; Window WND_PREVIEW { - Pos = MAP_APPFONT ( 88 , 14 ) ; - Size = MAP_APPFONT ( 159 , 101 ) ; - Border = TRUE ; + Pos = MAP_APPFONT ( 88, 14 ) ; + Size = MAP_APPFONT ( 159, 101 ) ; + Border = TRUE ; }; CheckBox BTN_ADJUST { - HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ADJUST"; + HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ADJUST" ; Hide = TRUE ; - Pos = MAP_APPFONT ( 172 , 146 ) ; - Size = MAP_APPFONT ( 75 , 10 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~Breite/H�he anpassen : ~Breite/H�he anpassen */ + Pos = MAP_APPFONT ( 172, 146 ) ; + Size = MAP_APPFONT ( 75, 10 ) ; Text [ en-US ] = "A~utoFit width and height" ; TabStop = TRUE ; }; CheckBox BTN_BORDER { - HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_BORDER"; + HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_BORDER" ; Hide = TRUE ; - Pos = MAP_APPFONT ( 12 , 146 ) ; - Size = MAP_APPFONT ( 75 , 10 ) ; + Pos = MAP_APPFONT ( 12, 146 ) ; + Size = MAP_APPFONT ( 75, 10 ) ; Text [ en-US ] = "~Borders" ; TabStop = TRUE ; }; CheckBox BTN_FONT { - HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_FONT"; + HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_FONT" ; Hide = TRUE ; - Pos = MAP_APPFONT ( 93 , 132 ) ; - Size = MAP_APPFONT ( 73 , 10 ) ; + Pos = MAP_APPFONT ( 93, 132 ) ; + Size = MAP_APPFONT ( 73, 10 ) ; Text [ en-US ] = "F~ont" ; TabStop = TRUE ; }; CheckBox BTN_PATTERN { - HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_PATTERN"; + HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_PATTERN" ; Hide = TRUE ; - Pos = MAP_APPFONT ( 93 , 146 ) ; - Size = MAP_APPFONT ( 73 , 10 ) ; + Pos = MAP_APPFONT ( 93, 146 ) ; + Size = MAP_APPFONT ( 73, 10 ) ; Text [ en-US ] = "~Pattern" ; TabStop = TRUE ; }; CheckBox BTN_ALIGNMENT { - HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT"; + HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT" ; Hide = TRUE ; - Pos = MAP_APPFONT ( 172 , 132 ) ; - Size = MAP_APPFONT ( 75 , 10 ) ; + Pos = MAP_APPFONT ( 172, 132 ) ; + Size = MAP_APPFONT ( 75, 10 ) ; Text [ en-US ] = "Alignmen~t" ; TabStop = TRUE ; }; CheckBox BTN_NUMFORMAT { - HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT"; + HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT" ; Hide = TRUE ; - Pos = MAP_APPFONT ( 12 , 132 ) ; - Size = MAP_APPFONT ( 75 , 10 ) ; + Pos = MAP_APPFONT ( 12, 132 ) ; + Size = MAP_APPFONT ( 75, 10 ) ; Text [ en-US ] = "~Number format" ; TabStop = TRUE ; }; - FixedLine FL_FORMATTING + FixedLine FL_FORMATTING { Hide = TRUE ; - Pos = MAP_APPFONT ( 6 , 121 ) ; - Size = MAP_APPFONT ( 244 , 8 ) ; + Pos = MAP_APPFONT ( 6, 121 ) ; + Size = MAP_APPFONT ( 244, 8 ) ; Text [ en-US ] = "Formatting" ; }; OKButton BTN_OK { - Pos = MAP_APPFONT ( 256 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 256, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_CANCEL { - Pos = MAP_APPFONT ( 256 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 256, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; MoreButton BTN_MORE { - HelpID = "sc:MoreButton:RID_SCDLG_AUTOFORMAT:BTN_MORE"; - Pos = MAP_APPFONT ( 256 , 101 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "sc:MoreButton:RID_SCDLG_AUTOFORMAT:BTN_MORE" ; + Pos = MAP_APPFONT ( 256, 101 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; MapUnit = MAP_APPFONT ; Delta = 48 ; }; PushButton BTN_ADD { - HelpID = "sc:PushButton:RID_SCDLG_AUTOFORMAT:BTN_ADD"; - Pos = MAP_APPFONT ( 256 , 63 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~Einf�gen... : ~Einf�gen... */ + HelpID = "sc:PushButton:RID_SCDLG_AUTOFORMAT:BTN_ADD" ; + Pos = MAP_APPFONT ( 256, 63 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "~Add..." ; TabStop = TRUE ; }; PushButton BTN_REMOVE { - HelpID = "sc:PushButton:RID_SCDLG_AUTOFORMAT:BTN_REMOVE"; - Pos = MAP_APPFONT ( 256 , 81 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */ + HelpID = "sc:PushButton:RID_SCDLG_AUTOFORMAT:BTN_REMOVE" ; + Pos = MAP_APPFONT ( 256, 81 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "~Delete" ; TabStop = TRUE ; }; PushButton BTN_RENAME { - Pos = MAP_APPFONT ( 256 , 123 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 256, 123 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; HelpId=HID_SC_RENAME_AUTOFMT; TabStop = TRUE ; Text [ en-US ] = "~Rename" ; @@ -168,15 +163,12 @@ ModalDialog RID_SCDLG_AUTOFORMAT HelpButton BTN_HELP { - Pos = MAP_APPFONT ( 256 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 256, 43 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; String STR_ADD_TITLE { - /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzuf�gen : Autoformat hinzuf�gen */ - /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzuf�gen : Autoformat hinzuf�gen */ - /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzuf�gen : AutoFormat hinzuf�gen */ Text [ en-US ] = "Add AutoFormat" ; }; @@ -191,17 +183,14 @@ ModalDialog RID_SCDLG_AUTOFORMAT }; String STR_DEL_TITLE { - /* ### ACHTUNG: Neuer Text in Resource? AutoFormat l�schen : AutoFormat l�schen */ Text [ en-US ] = "Delete AutoFormat" ; }; String STR_DEL_MSG { - /* ### ACHTUNG: Neuer Text in Resource? Wollen Sie das AutoFormat # wirklich l�schen? : Wollen Sie das AutoFormat # wirklich l�schen? */ Text [ en-US ] = "Do you really want to delete the # AutoFormat?" ; }; String STR_BTN_CLOSE { - /* ### ACHTUNG: Neuer Text in Resource? Schlie~�en : Schlie~�en */ Text [ en-US ] = "~Close" ; }; String STR_JAN @@ -214,7 +203,6 @@ ModalDialog RID_SCDLG_AUTOFORMAT }; String STR_MAR { - /* ### ACHTUNG: Neuer Text in Resource? M�r : M�r */ Text [ en-US ] = "Mar" ; }; String STR_NORTH @@ -227,7 +215,6 @@ ModalDialog RID_SCDLG_AUTOFORMAT }; String STR_SOUTH { - /* ### ACHTUNG: Neuer Text in Resource? S�d : S�d */ Text [ en-US ] = "South" ; }; String STR_SUM @@ -236,42 +223,4 @@ ModalDialog RID_SCDLG_AUTOFORMAT }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sc/source/ui/src/crnrdlg.src b/main/sc/source/ui/src/crnrdlg.src index 6ce4e15..f9f03a3 100644 --- a/main/sc/source/ui/src/crnrdlg.src +++ b/main/sc/source/ui/src/crnrdlg.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,165 +7,135 @@ * 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 "crnrdlg.hrc" ModelessDialog RID_SCDLG_COLROWNAMERANGES { OutputSize = TRUE ; Hide = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 256 , 181 ) ; + Size = MAP_APPFONT ( 256, 181 ) ; HelpId = HID_COLROWNAMERANGES ; Moveable = TRUE ; - // Closeable = TRUE; // Dieser Dialog hat einen Cancel-Button ! - FixedLine FL_ASSIGN + // Closeable = TRUE ; // This dialog has a Cancel button! + FixedLine FL_ASSIGN { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 188 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 188, 8 ) ; Text [ en-US ] = "Range" ; }; ListBox LB_RANGE { - HelpID = "sc:ListBox:RID_SCDLG_COLROWNAMERANGES:LB_RANGE"; - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 179 , 85 ) ; + HelpID = "sc:ListBox:RID_SCDLG_COLROWNAMERANGES:LB_RANGE" ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 179, 85 ) ; TabStop = TRUE ; VScroll = TRUE ; Border = TRUE ; }; Edit ED_AREA { - HelpID = "sc:Edit:RID_SCDLG_COLROWNAMERANGES:ED_AREA"; + HelpID = "sc:Edit:RID_SCDLG_COLROWNAMERANGES:ED_AREA" ; Border = TRUE ; - Pos = MAP_APPFONT ( 12 , 105 ) ; - Size = MAP_APPFONT ( 165 , 12 ) ; + Pos = MAP_APPFONT ( 12, 105 ) ; + Size = MAP_APPFONT ( 165, 12 ) ; TabStop = TRUE ; }; ImageButton RB_AREA { - HelpID = "sc:ImageButton:RID_SCDLG_COLROWNAMERANGES:RB_AREA"; - Pos = MAP_APPFONT ( 179 , 104 ) ; - Size = MAP_APPFONT ( 13 , 15 ) ; + HelpID = "sc:ImageButton:RID_SCDLG_COLROWNAMERANGES:RB_AREA" ; + Pos = MAP_APPFONT ( 179, 104 ) ; + Size = MAP_APPFONT ( 13, 15 ) ; TabStop = FALSE ; QuickHelpText [ en-US ] = "Shrink" ; }; RadioButton BTN_COLHEAD { - HelpID = "sc:RadioButton:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD"; - Pos = MAP_APPFONT ( 20 , 121 ) ; - Size = MAP_APPFONT ( 171 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD" ; + Pos = MAP_APPFONT ( 20, 121 ) ; + Size = MAP_APPFONT ( 171, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Contains ~column labels" ; }; RadioButton BTN_ROWHEAD { - HelpID = "sc:RadioButton:RID_SCDLG_COLROWNAMERANGES:BTN_ROWHEAD"; - Pos = MAP_APPFONT ( 20 , 135 ) ; - Size = MAP_APPFONT ( 171 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCDLG_COLROWNAMERANGES:BTN_ROWHEAD" ; + Pos = MAP_APPFONT ( 20, 135 ) ; + Size = MAP_APPFONT ( 171, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Contains ~row labels" ; }; FixedText FT_DATA_LABEL { - Pos = MAP_APPFONT ( 12 , 151 ) ; - Size = MAP_APPFONT ( 179 , 8 ) ; + Pos = MAP_APPFONT ( 12, 151 ) ; + Size = MAP_APPFONT ( 179, 8 ) ; Text [ en-US ] = "For ~data range" ; }; Edit ED_DATA { - HelpID = "sc:Edit:RID_SCDLG_COLROWNAMERANGES:ED_DATA"; + HelpID = "sc:Edit:RID_SCDLG_COLROWNAMERANGES:ED_DATA" ; Border = TRUE ; - Pos = MAP_APPFONT ( 12 , 162 ) ; - Size = MAP_APPFONT ( 165 , 12 ) ; + Pos = MAP_APPFONT ( 12, 162 ) ; + Size = MAP_APPFONT ( 165, 12 ) ; TabStop = TRUE ; }; ImageButton RB_DATA { - HelpID = "sc:ImageButton:RID_SCDLG_COLROWNAMERANGES:RB_DATA"; - Pos = MAP_APPFONT ( 179 , 161 ) ; - Size = MAP_APPFONT ( 13 , 15 ) ; + HelpID = "sc:ImageButton:RID_SCDLG_COLROWNAMERANGES:RB_DATA" ; + Pos = MAP_APPFONT ( 179, 161 ) ; + Size = MAP_APPFONT ( 13, 15 ) ; TabStop = FALSE ; QuickHelpText [ en-US ] = "Shrink" ; }; OKButton BTN_OK { - Pos = MAP_APPFONT ( 200 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 200, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; CancelButton BTN_CANCEL { - Pos = MAP_APPFONT ( 200 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 200, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; PushButton BTN_ADD { - HelpID = "sc:PushButton:RID_SCDLG_COLROWNAMERANGES:BTN_ADD"; - Pos = MAP_APPFONT ( 200 , 104 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "sc:PushButton:RID_SCDLG_COLROWNAMERANGES:BTN_ADD" ; + Pos = MAP_APPFONT ( 200, 104 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "~Add" ; TabStop = TRUE ; DefButton = TRUE ; }; PushButton BTN_REMOVE { - HelpID = "sc:PushButton:RID_SCDLG_COLROWNAMERANGES:BTN_REMOVE"; - Pos = MAP_APPFONT ( 200 , 122 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "sc:PushButton:RID_SCDLG_COLROWNAMERANGES:BTN_REMOVE" ; + Pos = MAP_APPFONT ( 200, 122 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "~Delete" ; TabStop = TRUE ; }; HelpButton BTN_HELP { - Pos = MAP_APPFONT ( 200 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 200, 43 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; Text [ en-US ] = "Define Label Range" ; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sc/source/ui/src/hdrcont.src b/main/sc/source/ui/src/hdrcont.src index d178481..7499828 100644 --- a/main/sc/source/ui/src/hdrcont.src +++ b/main/sc/source/ui/src/hdrcont.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,110 +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. - * + * *************************************************************/ -#include "sc.hrc" +#include "sc.hrc" #define PART1 \ - MenuItem\ - {\ - Identifier = FID_CELL_FORMAT ; \ - HelpId = CMD_FID_CELL_FORMAT ; \ - Text [ en-US ] = "~Format Cells..." ; \ + MenuItem\ + {\ + Identifier = FID_CELL_FORMAT ; \ + HelpId = CMD_FID_CELL_FORMAT ; \ + Text [ en-US ] = "~Format Cells..." ; \ }; #define PART2 \ - MenuItem\ - {\ - Identifier = SID_CUT ; \ - HelpId = CMD_SID_CUT ; \ - Text [ en-US ] = "Cu~t" ; \ - /* ### ACHTUNG: Neuer Text in Resource? Die Selektion in die Zwischenablage kopieren und l�schen : Die Selektion in die Zwischenablage kopieren und l�schen */\ + MenuItem\ + {\ + Identifier = SID_CUT ; \ + HelpId = CMD_SID_CUT ; \ + Text [ en-US ] = "Cu~t" ; \ };\ - MenuItem\ - {\ - Identifier = SID_COPY ; \ - HelpId = CMD_SID_COPY ; \ - Text [ en-US ] = "~Copy" ; \ + MenuItem\ + {\ + Identifier = SID_COPY ; \ + HelpId = CMD_SID_COPY ; \ + Text [ en-US ] = "~Copy" ; \ };\ - MenuItem\ - {\ - Identifier = SID_PASTE ; \ - HelpId = CMD_SID_PASTE ; \ - /* ### ACHTUNG: Neuer Text in Resource? Einf�gen : Einf�gen */\ - Text [ en-US ] = "~Paste" ; \ - /* ### ACHTUNG: Neuer Text in Resource? Den Inhalt der Zwischenablage einf�gen : Den Inhalt der Zwischenablage einf�gen */\ + MenuItem\ + {\ + Identifier = SID_PASTE ; \ + HelpId = CMD_SID_PASTE ; \ + Text [ en-US ] = "~Paste" ; \ }; - //------------------------------------------------------------------------------- +//------------------------------------------------------------------------------- Menu RID_POPUP_ROWHEADER { ItemList = { PART1 - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { Identifier = FID_ROW_HEIGHT ; HelpId = CMD_FID_ROW_HEIGHT ; - /* ### ACHTUNG: Neuer Text in Resource? Zeilenh�he... : Zeilenh�he... */ - Text [ en-US ] = "Row Hei~ght..." ; + Text [ en-US ] = "Row Hei~ght..." ; }; MenuItem { Identifier = FID_ROW_OPT_HEIGHT ; HelpId = CMD_FID_ROW_OPT_HEIGHT ; - /* ### ACHTUNG: Neuer Text in Resource? Optimale Zeilenh�he... : Optimale Zeilenh�he... */ Text [ en-US ] = "Optimal ~Row Height..." ; - /* ### ACHTUNG: Neuer Text in Resource? Optimale Zeilenh�he einstellen : Optimale Zeilenh�he einstellen */ }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { Identifier = FID_INS_ROW ; HelpId = CMD_FID_INS_ROW ; - /* ### ACHTUNG: Neuer Text in Resource? Zeilen einf�gen : Zeilen einf�gen */ Text [ en-US ] = "~Insert Rows" ; - /* ### ACHTUNG: Neuer Text in Resource? Ganze Zeilen einf�gen : Ganze Zeilen einf�gen */ }; MenuItem { Identifier = SID_DEL_ROWS ; HelpId = CMD_SID_DEL_ROWS ; - /* ### ACHTUNG: Neuer Text in Resource? Zeilen l�schen : Zeilen l�schen */ Text [ en-US ] = "~Delete Rows" ; - /* ### ACHTUNG: Neuer Text in Resource? Ganze Zeilen l�schen : Ganze Zeilen l�schen */ }; MenuItem { Identifier = SID_DELETE ; HelpId = CMD_SID_DELETE ; - /* ### ACHTUNG: Neuer Text in Resource? Inhalte l~�schen... : Inhalte l~�schen... */ Text [ en-US ] = "De~lete Contents..." ; - /* ### ACHTUNG: Neuer Text in Resource? Ausgew�hlte Inhalte l�schen (Formeln, Formate etc.) : Ausgew�hlte Inhalte l�schen (Formeln, Formate etc.) */ }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { Identifier = FID_ROW_HIDE ; @@ -123,35 +111,34 @@ Menu RID_POPUP_ROWHEADER HelpId = CMD_FID_ROW_SHOW ; Text [ en-US ] = "~Show" ; }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ PART2 MenuItem { - Identifier = SID_PASTE_SPECIAL ; - HelpId = CMD_SID_PASTE_SPECIAL ; + Identifier = SID_PASTE_SPECIAL ; + HelpId = CMD_SID_PASTE_SPECIAL ; Text [ en-US ] = "P~aste Special..." ; }; }; }; - //------------------------------------------------------------------- +//------------------------------------------------------------------- Menu RID_POPUP_COLHEADER { ItemList = { PART1 - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { Identifier = FID_COL_WIDTH ; HelpId = CMD_FID_COL_WIDTH ; Text [ en-US ] = "Col~umn Width..." ; - /* ### ACHTUNG: Neuer Text in Resource? Spaltenbreite �ndern : Spaltenbreite �ndern */ }; MenuItem { @@ -159,36 +146,30 @@ Menu RID_POPUP_COLHEADER HelpId = CMD_FID_COL_OPT_WIDTH ; Text [ en-US ] = "O~ptimal Column Width..." ; }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { Identifier = FID_INS_COLUMN ; HelpId = CMD_FID_INS_COLUMN ; - /* ### ACHTUNG: Neuer Text in Resource? Spalten einf�gen : Spalten einf�gen */ Text [ en-US ] = "~Insert Columns" ; - /* ### ACHTUNG: Neuer Text in Resource? Ganze Spalten einf�gen : Ganze Spalten einf�gen */ }; MenuItem { Identifier = SID_DEL_COLS ; HelpId = CMD_SID_DEL_COLS ; - /* ### ACHTUNG: Neuer Text in Resource? Spalten l�schen : Spalten l�schen */ Text [ en-US ] = "~Delete Columns" ; - /* ### ACHTUNG: Neuer Text in Resource? Ganze Spalten l�schen : Ganze Spalten l�schen */ }; MenuItem { Identifier = SID_DELETE ; HelpId = CMD_SID_DELETE ; - /* ### ACHTUNG: Neuer Text in Resource? Inhalte l~�schen... : Inhalte l~�schen... */ Text [ en-US ] = "D~elete Contents..." ; - /* ### ACHTUNG: Neuer Text in Resource? Ausgew�hlte Inhalte l�schen (Formeln, Formate etc.) : Ausgew�hlte Inhalte l�schen (Formeln, Formate etc.) */ }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { Identifier = FID_COL_HIDE ; @@ -201,52 +182,17 @@ Menu RID_POPUP_COLHEADER HelpId = CMD_FID_COL_SHOW ; Text [ en-US ] = "~Show" ; }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ PART2 MenuItem { - Identifier = SID_PASTE_SPECIAL ; - HelpId = CMD_SID_PASTE_SPECIAL ; + Identifier = SID_PASTE_SPECIAL ; + HelpId = CMD_SID_PASTE_SPECIAL ; Text [ en-US ] = "Paste ~Special..." ; }; }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sc/source/ui/src/opredlin.src b/main/sc/source/ui/src/opredlin.src index 576d2aa..53f0ad7 100644 --- a/main/sc/source/ui/src/opredlin.src +++ b/main/sc/source/ui/src/opredlin.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,68 +27,68 @@ TabPage RID_SCPAGE_OPREDLINE HelpId = HID_SCPAGE_OPREDLINE ; SVLook = TRUE ; Hide = TRUE ; - Pos = MAP_APPFONT ( 0 , 0 ) ; - Size = MAP_APPFONT ( 260 , 185 ) ; + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; FixedText FT_CONTENT { HelpID = HID_SCPAGE_OPREDLINBE_FT_CONTENT ; - Pos = MAP_APPFONT ( 12 , 15 ) ; - Size = MAP_APPFONT ( 70 , 10 ) ; + Pos = MAP_APPFONT ( 12, 15 ) ; + Size = MAP_APPFONT ( 70, 10 ) ; Text [ en-US ] = "Chan~ges" ; }; FixedText FT_REMOVE { - Pos = MAP_APPFONT ( 12 , 31 ) ; - Size = MAP_APPFONT ( 70 , 10 ) ; + Pos = MAP_APPFONT ( 12, 31 ) ; + Size = MAP_APPFONT ( 70, 10 ) ; Text [ en-US ] = "~Deletions" ; }; FixedText FT_INSERT { - Pos = MAP_APPFONT ( 12 , 47 ) ; - Size = MAP_APPFONT ( 70 , 10 ) ; + Pos = MAP_APPFONT ( 12, 47 ) ; + Size = MAP_APPFONT ( 70, 10 ) ; Text [ en-US ] = "~Insertions" ; }; FixedText FT_MOVE { - Pos = MAP_APPFONT ( 12 , 63 ) ; - Size = MAP_APPFONT ( 70 , 10 ) ; + Pos = MAP_APPFONT ( 12, 63 ) ; + Size = MAP_APPFONT ( 70, 10 ) ; Text [ en-US ] = "~Moved entries" ; }; - FixedLine GB_COLORCHGS + FixedLine GB_COLORCHGS { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "Colors for changes" ; }; ListBox CLB_CONTENT { - HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_CONTENT"; - Pos = MAP_APPFONT ( 90 , 14 ) ; - Size = MAP_APPFONT ( 120 , 86 ) ; + HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_CONTENT" ; + Pos = MAP_APPFONT ( 90, 14 ) ; + Size = MAP_APPFONT ( 120, 86 ) ; TabStop = TRUE ; DropDown = TRUE ; }; ListBox CLB_REMOVE { - HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_REMOVE"; - Pos = MAP_APPFONT ( 90 , 30 ) ; - Size = MAP_APPFONT ( 120 , 86 ) ; + HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_REMOVE" ; + Pos = MAP_APPFONT ( 90, 30 ) ; + Size = MAP_APPFONT ( 120, 86 ) ; TabStop = TRUE ; DropDown = TRUE ; }; ListBox CLB_INSERT { - HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_INSERT"; - Pos = MAP_APPFONT ( 90 , 46 ) ; - Size = MAP_APPFONT ( 120 , 86 ) ; + HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_INSERT" ; + Pos = MAP_APPFONT ( 90, 46 ) ; + Size = MAP_APPFONT ( 120, 86 ) ; TabStop = TRUE ; DropDown = TRUE ; }; ListBox CLB_MOVE { - HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_MOVE"; - Pos = MAP_APPFONT ( 90 , 62 ) ; - Size = MAP_APPFONT ( 120 , 86 ) ; + HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_MOVE" ; + Pos = MAP_APPFONT ( 90, 62 ) ; + Size = MAP_APPFONT ( 120, 86 ) ; TabStop = TRUE ; DropDown = TRUE ; }; @@ -98,39 +98,4 @@ TabPage RID_SCPAGE_OPREDLINE }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sc/source/ui/src/popup.src b/main/sc/source/ui/src/popup.src index c0cb9a9..8a711bc 100644 --- a/main/sc/source/ui/src/popup.src +++ b/main/sc/source/ui/src/popup.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,7 +25,7 @@ #include <svx/globlmn.hrc> - // Popup-Menues ---------------------------------------------------------------- +// Popup menus ---------------------------------------------------------------- String RID_POPUP_CELLS { @@ -42,29 +42,29 @@ Menu RID_POPUP_CELLS HelpId = CMD_SID_CELL_FORMAT_RESET ; Text [ en-US ] = "~Default Formatting" ; }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { Identifier = FID_CELL_FORMAT ; HelpId = CMD_FID_CELL_FORMAT ; Text [ en-US ] = "~Format Cells..." ; }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { Identifier = FID_INS_CELL ; HelpId = CMD_FID_INS_CELL ; - Text [ en-US ] = "~Insert..." ; + Text [ en-US ] = "~Insert..." ; }; MenuItem { Identifier = FID_DELETE_CELL ; HelpId = CMD_FID_DELETE_CELL ; - Text [ en-US ] = "De~lete..." ; + Text [ en-US ] = "De~lete..." ; }; MenuItem { @@ -72,30 +72,30 @@ Menu RID_POPUP_CELLS HelpId = CMD_SID_DELETE ; Text [ en-US ] = "Delete C~ontents..." ; }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ - MenuItem - { - Identifier = SID_INSERT_POSTIT ; - HelpId = CMD_SID_INSERT_POSTIT ; - Text [ en-US ] = "Insert Co~mment" ; - }; - MenuItem - { - Identifier = SID_DELETE_NOTE ; - HelpId = CMD_SID_DELETE_NOTE ; - Text [ en-US ] = "D~elete Comment" ; - }; - MenuItem - { - Identifier = FID_NOTE_VISIBLE ; - HelpId = CMD_FID_NOTE_VISIBLE ; - Text [ en-US ] = "Sho~w Comment" ; - }; - //------------------------------ + //------------------------------ + MenuItem + { + Identifier = SID_INSERT_POSTIT ; + HelpId = CMD_SID_INSERT_POSTIT ; + Text [ en-US ] = "Insert Co~mment" ; + }; + MenuItem + { + Identifier = SID_DELETE_NOTE ; + HelpId = CMD_SID_DELETE_NOTE ; + Text [ en-US ] = "D~elete Comment" ; + }; + MenuItem + { + Identifier = FID_NOTE_VISIBLE ; + HelpId = CMD_FID_NOTE_VISIBLE ; + Text [ en-US ] = "Sho~w Comment" ; + }; + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { @@ -119,13 +119,13 @@ Menu RID_POPUP_CELLS MenuItem { - Identifier = SID_PASTE_SPECIAL ; - HelpId = CMD_SID_PASTE_SPECIAL ; + Identifier = SID_PASTE_SPECIAL ; + HelpId = CMD_SID_PASTE_SPECIAL ; Text [ en-US ] = "P~aste Special..." ; }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { Identifier = SID_DATA_SELECT ; @@ -174,33 +174,33 @@ Menu RID_POPUP_TAB HelpId = CMD_FID_TAB_SELECTALL ; Text [ en-US ] = "Select All S~heets" ; }; - MenuItem - { - Identifier = FID_TAB_DESELECTALL ; - HelpId = CMD_FID_TAB_DESELECTALL ; - Text [ en-US ] = "D~eselect All Sheets" ; - }; + MenuItem + { + Identifier = FID_TAB_DESELECTALL ; + HelpId = CMD_FID_TAB_DESELECTALL ; + Text [ en-US ] = "D~eselect All Sheets" ; + }; MenuItem { Identifier = FID_TAB_RTL ; HelpId = CMD_FID_TAB_RTL ; Text [ en-US ] = "S~heet Right-To-Left" ; }; - MenuItem - { - Identifier = FID_TAB_EVENTS ; - HelpId = CMD_FID_TAB_EVENTS ; - Text [ en-US ] = "Sheet E~vents..." ; - }; - //------------------------------ - MenuItem { Separator = TRUE ; }; - //------------------------------ - MenuItem - { - Identifier = FID_TAB_MENU_SET_TAB_BG_COLOR ; - HelpId = CMD_FID_TAB_MENU_SET_TAB_BG_COLOR ; - Text [ en-US ] = "~Tab Color..." ; - }; + MenuItem + { + Identifier = FID_TAB_EVENTS ; + HelpId = CMD_FID_TAB_EVENTS ; + Text [ en-US ] = "Sheet E~vents..." ; + }; + //------------------------------ + MenuItem { Separator = TRUE ; }; + //------------------------------ + MenuItem + { + Identifier = FID_TAB_MENU_SET_TAB_BG_COLOR ; + HelpId = CMD_FID_TAB_MENU_SET_TAB_BG_COLOR ; + Text [ en-US ] = "~Tab Color..." ; + }; }; }; @@ -227,9 +227,9 @@ Menu RID_POPUP_PIVOT }; MenuItem { - Identifier = SID_DP_FILTER ; - HelpId = CMD_SID_DP_FILTER ; - Text [ en-US ] = "~Filter..." ; + Identifier = SID_DP_FILTER ; + HelpId = CMD_SID_DP_FILTER ; + Text [ en-US ] = "~Filter..." ; }; MenuItem { @@ -273,12 +273,12 @@ Menu RID_POPUP_PREVIEW HelpId = CMD_SID_CLOSEWIN ; Text [ en-US ] = "~Close" ; }; - MenuItem { Separator = TRUE; }; - MenuItem - { - Identifier = SID_PREVIEW_CLOSE ; - HelpId = CMD_SID_PRINTPREVIEW ; - Text [ en-US ] = "Close Pre~view" ; + MenuItem { Separator = TRUE; }; + MenuItem + { + Identifier = SID_PREVIEW_CLOSE ; + HelpId = CMD_SID_PRINTPREVIEW ; + Text [ en-US ] = "Close Pre~view" ; }; }; }; @@ -299,20 +299,20 @@ Menu RID_POPUP_EDIT HelpId = CMD_SID_CELL_FORMAT_RESET ; Text [ en-US ] = "~Default" ; }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem // Menu-Controller - // Menu-Controller - // Menu-Controller - // Menu-Controller + // Menu-Controller + // Menu-Controller + // Menu-Controller { ITEM_FORMAT_ATTR_CHAR_FONT }; MenuItem // Menu-Controller - // Menu-Controller - // Menu-Controller - // Menu-Controller + // Menu-Controller + // Menu-Controller + // Menu-Controller { ITEM_FORMAT_ATTR_CHAR_FONTHEIGHT }; @@ -320,8 +320,7 @@ Menu RID_POPUP_EDIT { Identifier = RID_MN_FORMAT_STYLE ; HelpID = HID_MN_FORMAT_STYLE ; -//DUPLICATE Text [ en-US ] = "Style" ; - Text [ en-US ] = "St~yle"; + Text [ en-US ] = "St~yle" ; SubMenu = Menu { ItemList = @@ -379,20 +378,20 @@ Menu RID_POPUP_EDIT }; }; }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { ITEM_FORMAT_CHAR_DLG }; - //------------------------------ - MenuItem { Separator = TRUE ; }; - //------------------------------ - MenuItem - { - ITEM_OPEN_HYPERLINK - }; + //------------------------------ + MenuItem { Separator = TRUE ; }; + //------------------------------ + MenuItem + { + ITEM_OPEN_HYPERLINK + }; }; }; @@ -459,18 +458,18 @@ Menu RID_POPUP_PAGEBREAK HelpId = CMD_SID_CELL_FORMAT_RESET ; Text [ en-US ] = "~Default" ; }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { Identifier = FID_CELL_FORMAT ; HelpId = CMD_FID_CELL_FORMAT ; Text [ en-US ] = "~Format Cells..." ; }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { Identifier = FID_INS_ROWBRK ; @@ -495,9 +494,9 @@ Menu RID_POPUP_PAGEBREAK HelpId = CMD_FID_RESET_PRINTZOOM ; Text [ en-US ] = "Reset Scale" ; }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { Identifier = SID_DEFINE_PRINTAREA ; @@ -516,18 +515,18 @@ Menu RID_POPUP_PAGEBREAK HelpId = CMD_SID_DELETE_PRINTAREA ; Text [ en-US ] = "Undo Print Range" ; }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { Identifier = SID_FORMATPAGE ; HelpId = CMD_SID_FORMATPAGE ; Text [ en-US ] = "Page Format..." ; }; - //------------------------------ + //------------------------------ MenuItem { Separator = TRUE ; }; - //------------------------------ + //------------------------------ MenuItem { Identifier = FID_NOTE_VISIBLE ; @@ -537,4 +536,4 @@ Menu RID_POPUP_PAGEBREAK }; }; - +// ********************************************************************** EOF diff --git a/main/sc/source/ui/src/pseudo.src b/main/sc/source/ui/src/pseudo.src index 2726f84..c899adc 100644 --- a/main/sc/source/ui/src/pseudo.src +++ b/main/sc/source/ui/src/pseudo.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,52 +7,20 @@ * 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 <svx/svxids.hrc> - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sc/source/ui/src/scstring.src b/main/sc/source/ui/src/scstring.src index 252cde8..48ba501 100644 --- a/main/sc/source/ui/src/scstring.src +++ b/main/sc/source/ui/src/scstring.src @@ -779,3 +779,4 @@ StringArray SCSTR_PRINT_OPTIONS }; }; +// ********************************************************************** EOF diff --git a/main/sc/source/ui/src/simpref.src b/main/sc/source/ui/src/simpref.src index abeda36..94dcbd6 100644 --- a/main/sc/source/ui/src/simpref.src +++ b/main/sc/source/ui/src/simpref.src @@ -25,13 +25,13 @@ ModelessDialog RID_SCDLG_SIMPLEREF { OutputSize = TRUE ; - //HelpId = SID_DEFINE_DBNAME ; + //HelpId = SID_DEFINE_DBNAME ; Hide = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 222 , 60 ) ; Text = "Bereich festlegen" ; Moveable = TRUE ; - // Closeable = TRUE; // Dieser Dialog hat einen Cancel-Button ! + // Closeable = TRUE; // This dialog has a Cancel button! FixedText FT_ASSIGN { Pos = MAP_APPFONT ( 6 , 6 ) ; @@ -75,29 +75,4 @@ ModelessDialog RID_SCDLG_SIMPLEREF }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sc/source/ui/src/solvrdlg.src b/main/sc/source/ui/src/solvrdlg.src index 5a274f3..363487b 100644 --- a/main/sc/source/ui/src/solvrdlg.src +++ b/main/sc/source/ui/src/solvrdlg.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. - * + * *************************************************************/ @@ -28,96 +28,95 @@ ModelessDialog RID_SCDLG_SOLVER HelpId = CMD_SID_OPENDLG_SOLVE ; Hide = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 222 , 64 ) ; + Size = MAP_APPFONT ( 222, 64 ) ; Text [ en-US ] = "Goal Seek" ; Moveable = TRUE ; Closeable = FALSE ; FixedText FT_FORMULACELL { - Pos = MAP_APPFONT ( 12 , 16 ) ; - Size = MAP_APPFONT ( 50 , 8 ) ; + Pos = MAP_APPFONT ( 12, 16 ) ; + Size = MAP_APPFONT ( 50, 8 ) ; Text [ en-US ] = "~Formula cell" ; }; Edit ED_FORMULACELL { - HelpID = "sc:Edit:RID_SCDLG_SOLVER:ED_FORMULACELL"; + HelpID = "sc:Edit:RID_SCDLG_SOLVER:ED_FORMULACELL" ; Border = TRUE ; - Pos = MAP_APPFONT ( 64 , 14 ) ; - Size = MAP_APPFONT ( 79 , 12 ) ; + Pos = MAP_APPFONT ( 64, 14 ) ; + Size = MAP_APPFONT ( 79, 12 ) ; TabStop = TRUE ; }; ImageButton RB_FORMULACELL { - HelpID = "sc:ImageButton:RID_SCDLG_SOLVER:RB_FORMULACELL"; - Pos = MAP_APPFONT ( 145 , 13 ) ; - Size = MAP_APPFONT ( 13 , 15 ) ; + HelpID = "sc:ImageButton:RID_SCDLG_SOLVER:RB_FORMULACELL" ; + Pos = MAP_APPFONT ( 145, 13 ) ; + Size = MAP_APPFONT ( 13, 15 ) ; TabStop = FALSE ; QuickHelpText [ en-US ] = "Shrink" ; }; FixedText FT_TARGETVAL { - Pos = MAP_APPFONT ( 12 , 32 ) ; - Size = MAP_APPFONT ( 50 , 8 ) ; + Pos = MAP_APPFONT ( 12, 32 ) ; + Size = MAP_APPFONT ( 50, 8 ) ; Text [ en-US ] = "Target ~value" ; }; Edit ED_TARGETVAL { - HelpID = "sc:Edit:RID_SCDLG_SOLVER:ED_TARGETVAL"; + HelpID = "sc:Edit:RID_SCDLG_SOLVER:ED_TARGETVAL" ; Border = TRUE ; - Pos = MAP_APPFONT ( 64 , 30 ) ; - Size = MAP_APPFONT ( 93 , 12 ) ; + Pos = MAP_APPFONT ( 64, 30 ) ; + Size = MAP_APPFONT ( 93, 12 ) ; TabStop = TRUE ; }; FixedText FT_VARCELL { - Pos = MAP_APPFONT ( 12 , 48 ) ; - Size = MAP_APPFONT ( 50 , 8 ) ; + Pos = MAP_APPFONT ( 12, 48 ) ; + Size = MAP_APPFONT ( 50, 8 ) ; Text [ en-US ] = "Variable ~cell" ; }; Edit ED_VARCELL { - HelpID = "sc:Edit:RID_SCDLG_SOLVER:ED_VARCELL"; + HelpID = "sc:Edit:RID_SCDLG_SOLVER:ED_VARCELL" ; Border = TRUE ; - Pos = MAP_APPFONT ( 64 , 46 ) ; - Size = MAP_APPFONT ( 79 , 12 ) ; + Pos = MAP_APPFONT ( 64, 46 ) ; + Size = MAP_APPFONT ( 79, 12 ) ; TabStop = TRUE ; }; ImageButton RB_VARCELL { - HelpID = "sc:ImageButton:RID_SCDLG_SOLVER:RB_VARCELL"; - Pos = MAP_APPFONT ( 145 , 45 ) ; - Size = MAP_APPFONT ( 13 , 15 ) ; + HelpID = "sc:ImageButton:RID_SCDLG_SOLVER:RB_VARCELL" ; + Pos = MAP_APPFONT ( 145, 45 ) ; + Size = MAP_APPFONT ( 13, 15 ) ; TabStop = FALSE ; QuickHelpText [ en-US ] = "Shrink" ; }; - FixedLine FL_VARIABLES + FixedLine FL_VARIABLES { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 154 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 154, 8 ) ; Text [ en-US ] = "Default settings" ; }; OKButton BTN_OK { DefButton = TRUE ; - Pos = MAP_APPFONT ( 166 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 166, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; CancelButton BTN_CANCEL { - Pos = MAP_APPFONT ( 166 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 166, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton BTN_HELP { - Pos = MAP_APPFONT ( 166 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 166, 43 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; String STR_INVALIDVAL { - /* ### ACHTUNG: Neuer Text in Resource? Unzul�ssiger Zielwert! : Unzul�ssiger Zielwert! */ Text [ en-US ] = "Invalid target value." ; }; String STR_INVALIDVAR @@ -130,7 +129,8 @@ ModelessDialog RID_SCDLG_SOLVER }; String STR_NOFORMULA { - /* ### ACHTUNG: Neuer Text in Resource? Zelle mu� eine Formel enthalten! : Zelle mu� eine Formel enthalten! */ Text [ en-US ] = "Cell must contain a formula." ; }; }; + +// ********************************************************************** EOF diff --git a/main/sc/source/ui/src/sortdlg.src b/main/sc/source/ui/src/sortdlg.src index ab98bfb..2854f4b 100644 --- a/main/sc/source/ui/src/sortdlg.src +++ b/main/sc/source/ui/src/sortdlg.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,117 +7,118 @@ * 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 "sortdlg.hrc" TabPage RID_SCPAGE_SORT_FIELDS { Hide = TRUE ; SVLook = TRUE ; HelpId = HID_SCPAGE_SORT_FIELDS ; - Size = MAP_APPFONT ( 260 , 185 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; ListBox LB_SORT1 { - HelpID = "sc:ListBox:RID_SCPAGE_SORT_FIELDS:LB_SORT1"; + HelpID = "sc:ListBox:RID_SCPAGE_SORT_FIELDS:LB_SORT1" ; Border = TRUE ; - Pos = MAP_APPFONT ( 12 , 19 ) ; - Size = MAP_APPFONT ( 154 , 90 ) ; + Pos = MAP_APPFONT ( 12, 19 ) ; + Size = MAP_APPFONT ( 154, 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; RadioButton BTN_UP1 { - HelpID = "sc:RadioButton:RID_SCPAGE_SORT_FIELDS:BTN_UP1"; - Pos = MAP_APPFONT ( 172 , 14 ) ; - Size = MAP_APPFONT ( 79 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCPAGE_SORT_FIELDS:BTN_UP1" ; + Pos = MAP_APPFONT ( 172, 14 ) ; + Size = MAP_APPFONT ( 79, 10 ) ; Text [ en-US ] = "~Ascending" ; TabStop = TRUE ; }; RadioButton BTN_DOWN1 { - HelpID = "sc:RadioButton:RID_SCPAGE_SORT_FIELDS:BTN_DOWN1"; - Pos = MAP_APPFONT ( 172 , 28 ) ; - Size = MAP_APPFONT ( 79 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCPAGE_SORT_FIELDS:BTN_DOWN1" ; + Pos = MAP_APPFONT ( 172, 28 ) ; + Size = MAP_APPFONT ( 79, 10 ) ; Text [ en-US ] = "~Descending" ; TabStop = TRUE ; }; - FixedLine FL_SORT1 + FixedLine FL_SORT1 { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "Sort ~by" ; }; ListBox LB_SORT2 { - HelpID = "sc:ListBox:RID_SCPAGE_SORT_FIELDS:LB_SORT2"; + HelpID = "sc:ListBox:RID_SCPAGE_SORT_FIELDS:LB_SORT2" ; Border = TRUE ; - Pos = MAP_APPFONT ( 12 , 60 ) ; - Size = MAP_APPFONT ( 154 , 90 ) ; + Pos = MAP_APPFONT ( 12, 60 ) ; + Size = MAP_APPFONT ( 154, 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; RadioButton BTN_UP2 { - HelpID = "sc:RadioButton:RID_SCPAGE_SORT_FIELDS:BTN_UP2"; - Pos = MAP_APPFONT ( 172 , 55 ) ; - Size = MAP_APPFONT ( 79 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCPAGE_SORT_FIELDS:BTN_UP2" ; + Pos = MAP_APPFONT ( 172, 55 ) ; + Size = MAP_APPFONT ( 79, 10 ) ; Text [ en-US ] = "A~scending" ; TabStop = TRUE ; }; RadioButton BTN_DOWN2 { - HelpID = "sc:RadioButton:RID_SCPAGE_SORT_FIELDS:BTN_DOWN2"; - Pos = MAP_APPFONT ( 172 , 69 ) ; - Size = MAP_APPFONT ( 79 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCPAGE_SORT_FIELDS:BTN_DOWN2" ; + Pos = MAP_APPFONT ( 172, 69 ) ; + Size = MAP_APPFONT ( 79, 10 ) ; Text [ en-US ] = "D~escending" ; TabStop = TRUE ; }; - FixedLine FL_SORT2 + FixedLine FL_SORT2 { - Pos = MAP_APPFONT ( 6 , 44 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 44 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "Then b~y" ; }; ListBox LB_SORT3 { - HelpID = "sc:ListBox:RID_SCPAGE_SORT_FIELDS:LB_SORT3"; + HelpID = "sc:ListBox:RID_SCPAGE_SORT_FIELDS:LB_SORT3" ; Border = TRUE ; - Pos = MAP_APPFONT ( 12 , 101 ) ; - Size = MAP_APPFONT ( 154 , 90 ) ; + Pos = MAP_APPFONT ( 12, 101 ) ; + Size = MAP_APPFONT ( 154, 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; RadioButton BTN_UP3 { - HelpID = "sc:RadioButton:RID_SCPAGE_SORT_FIELDS:BTN_UP3"; - Pos = MAP_APPFONT ( 172 , 96 ) ; - Size = MAP_APPFONT ( 79 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCPAGE_SORT_FIELDS:BTN_UP3" ; + Pos = MAP_APPFONT ( 172, 96 ) ; + Size = MAP_APPFONT ( 79, 10 ) ; Text [ en-US ] = "As~cending" ; TabStop = TRUE ; }; RadioButton BTN_DOWN3 { - HelpID = "sc:RadioButton:RID_SCPAGE_SORT_FIELDS:BTN_DOWN3"; - Pos = MAP_APPFONT ( 172 , 110 ) ; - Size = MAP_APPFONT ( 79 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCPAGE_SORT_FIELDS:BTN_DOWN3" ; + Pos = MAP_APPFONT ( 172, 110 ) ; + Size = MAP_APPFONT ( 79, 10 ) ; Text [ en-US ] = "Desce~nding" ; TabStop = TRUE ; }; - FixedLine FL_SORT3 + FixedLine FL_SORT3 { - Pos = MAP_APPFONT ( 6 , 85 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 85 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "T~hen by" ; }; }; @@ -126,21 +127,21 @@ TabPage RID_SCPAGE_SORT_OPTIONS Hide = TRUE ; SVLook = TRUE ; HelpId = HID_SCPAGE_SORT_OPTIONS ; - Pos = MAP_APPFONT ( 0 , 0 ) ; - Size = MAP_APPFONT ( 260 , 185 ) ; + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; CheckBox BTN_CASESENSITIVE { - HelpID = "sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_CASESENSITIVE"; - Pos = MAP_APPFONT ( 12 , 6 ) ; - Size = MAP_APPFONT ( 242 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_CASESENSITIVE" ; + Pos = MAP_APPFONT ( 12, 6 ) ; + Size = MAP_APPFONT ( 242, 10 ) ; Text [ en-US ] = "Case ~sensitive" ; TabStop = TRUE ; }; CheckBox BTN_LABEL { - HelpID = "sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_LABEL"; - Pos = MAP_APPFONT ( 12 , 20 ) ; - Size = MAP_APPFONT ( 242 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_LABEL" ; + Pos = MAP_APPFONT ( 12, 20 ) ; + Size = MAP_APPFONT ( 242, 10 ) ; TabStop = TRUE ; }; String STR_COL_LABEL @@ -153,113 +154,113 @@ TabPage RID_SCPAGE_SORT_OPTIONS }; CheckBox BTN_FORMATS { - HelpID = "sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_FORMATS"; - Pos = MAP_APPFONT ( 12 , 34 ) ; - Size = MAP_APPFONT ( 242 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_FORMATS" ; + Pos = MAP_APPFONT ( 12, 34 ) ; + Size = MAP_APPFONT ( 242, 10 ) ; Text [ en-US ] = "Include ~formats" ; TabStop = TRUE ; }; CheckBox BTN_COPYRESULT { - HelpID = "sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_COPYRESULT"; - Pos = MAP_APPFONT ( 12 , 48 ) ; - Size = MAP_APPFONT ( 242 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_COPYRESULT" ; + Pos = MAP_APPFONT ( 12, 48 ) ; + Size = MAP_APPFONT ( 242, 10 ) ; Text [ en-US ] = "~Copy sort results to:" ; TabStop = TRUE ; }; ListBox LB_OUTAREA { - HelpID = "sc:ListBox:RID_SCPAGE_SORT_OPTIONS:LB_OUTAREA"; + HelpID = "sc:ListBox:RID_SCPAGE_SORT_OPTIONS:LB_OUTAREA" ; Border = TRUE ; - Pos = MAP_APPFONT ( 20 , 59 ) ; - Size = MAP_APPFONT ( 93 , 90 ) ; + Pos = MAP_APPFONT ( 20, 59 ) ; + Size = MAP_APPFONT ( 93, 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; Edit ED_OUTAREA { - HelpID = "sc:Edit:RID_SCPAGE_SORT_OPTIONS:ED_OUTAREA"; + HelpID = "sc:Edit:RID_SCPAGE_SORT_OPTIONS:ED_OUTAREA" ; Disable = TRUE ; Border = TRUE ; - Pos = MAP_APPFONT ( 119 , 59 ) ; - Size = MAP_APPFONT ( 132 , 12 ) ; + Pos = MAP_APPFONT ( 119, 59 ) ; + Size = MAP_APPFONT ( 132, 12 ) ; TabStop = TRUE ; }; CheckBox BTN_SORT_USER { - HelpID = "sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_SORT_USER"; - Pos = MAP_APPFONT ( 12 , 75 ) ; - Size = MAP_APPFONT ( 242 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_SORT_USER" ; + Pos = MAP_APPFONT ( 12, 75 ) ; + Size = MAP_APPFONT ( 242, 10 ) ; Text [ en-US ] = "Custom sort ~order" ; TabStop = TRUE ; }; ListBox LB_SORT_USER { - HelpID = "sc:ListBox:RID_SCPAGE_SORT_OPTIONS:LB_SORT_USER"; + HelpID = "sc:ListBox:RID_SCPAGE_SORT_OPTIONS:LB_SORT_USER" ; Disable = TRUE ; Border = TRUE ; - Pos = MAP_APPFONT ( 20 , 86 ) ; - Size = MAP_APPFONT ( 231 , 90 ) ; + Pos = MAP_APPFONT ( 20, 86 ) ; + Size = MAP_APPFONT ( 231, 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; - FixedText FT_LANGUAGE + FixedText FT_LANGUAGE { - Pos = MAP_APPFONT ( 12 , 104 ) ; - Size = MAP_APPFONT ( 101 , 8 ) ; - Text [ en-US ] = "~Language"; + Pos = MAP_APPFONT ( 12, 104 ) ; + Size = MAP_APPFONT ( 101, 8 ) ; + Text [ en-US ] = "~Language" ; }; ListBox LB_LANGUAGE { - HelpID = "sc:ListBox:RID_SCPAGE_SORT_OPTIONS:LB_LANGUAGE"; + HelpID = "sc:ListBox:RID_SCPAGE_SORT_OPTIONS:LB_LANGUAGE" ; Border = TRUE ; - Pos = MAP_APPFONT ( 12 , 115 ) ; - Size = MAP_APPFONT ( 101 , 90 ) ; + Pos = MAP_APPFONT ( 12, 115 ) ; + Size = MAP_APPFONT ( 101, 90 ) ; TabStop = TRUE ; DropDown = TRUE ; Sort = TRUE ; }; - FixedText FT_ALGORITHM + FixedText FT_ALGORITHM { - Pos = MAP_APPFONT ( 119 , 104 ) ; - Size = MAP_APPFONT ( 132 , 8 ) ; - Text [ en-US ] = "O~ptions"; + Pos = MAP_APPFONT ( 119, 104 ) ; + Size = MAP_APPFONT ( 132, 8 ) ; + Text [ en-US ] = "O~ptions" ; }; ListBox LB_ALGORITHM { - HelpID = "sc:ListBox:RID_SCPAGE_SORT_OPTIONS:LB_ALGORITHM"; + HelpID = "sc:ListBox:RID_SCPAGE_SORT_OPTIONS:LB_ALGORITHM" ; Border = TRUE ; - Pos = MAP_APPFONT ( 119 , 115 ) ; - Size = MAP_APPFONT ( 132 , 90 ) ; + Pos = MAP_APPFONT ( 119, 115 ) ; + Size = MAP_APPFONT ( 132, 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; FixedLine FL_DIRECTION { - Pos = MAP_APPFONT ( 6 , 133 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 133 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "Direction" ; }; RadioButton BTN_TOP_DOWN { - HelpID = "sc:RadioButton:RID_SCPAGE_SORT_OPTIONS:BTN_TOP_DOWN"; - Pos = MAP_APPFONT ( 12 , 144 ) ; - Size = MAP_APPFONT ( 242 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCPAGE_SORT_OPTIONS:BTN_TOP_DOWN" ; + Pos = MAP_APPFONT ( 12, 144 ) ; + Size = MAP_APPFONT ( 242, 10 ) ; Text [ en-US ] = "~Top to bottom (sort rows)" ; TabStop = TRUE ; }; RadioButton BTN_LEFT_RIGHT { - HelpID = "sc:RadioButton:RID_SCPAGE_SORT_OPTIONS:BTN_LEFT_RIGHT"; - Pos = MAP_APPFONT ( 12 , 158 ) ; - Size = MAP_APPFONT ( 242 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCPAGE_SORT_OPTIONS:BTN_LEFT_RIGHT" ; + Pos = MAP_APPFONT ( 12, 158 ) ; + Size = MAP_APPFONT ( 242, 10 ) ; Text [ en-US ] = "L~eft to right (sort columns)" ; TabStop = TRUE ; }; FixedText FT_AREA_LABEL { - Pos = MAP_APPFONT ( 6 , 171 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 171 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "Data area:" ; }; }; @@ -267,15 +268,15 @@ TabDialog RID_SCDLG_SORT { OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 220 , 175 ) ; + Size = MAP_APPFONT ( 220, 175 ) ; Text [ en-US ] = "Sort" ; Moveable = TRUE ; Closeable = FALSE ; TabControl 1 { OutputSize = TRUE ; - Pos = MAP_APPFONT ( 0 , 0 ) ; - Size = MAP_APPFONT ( 210 , 170 ) ; + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( 210, 170 ) ; PageList = { PageItem @@ -294,75 +295,76 @@ TabDialog RID_SCDLG_SORT }; OKButton 1 { - Pos = MAP_APPFONT ( 3 , 157 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; + Pos = MAP_APPFONT ( 3, 157 ) ; + Size = MAP_APPFONT ( 40, 12 ) ; TabStop = TRUE ; }; CancelButton 1 { - Pos = MAP_APPFONT ( 49 , 157 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; + Pos = MAP_APPFONT ( 49, 157 ) ; + Size = MAP_APPFONT ( 40, 12 ) ; TabStop = TRUE ; }; PushButton 1 { - Pos = MAP_APPFONT ( 137 , 157 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; + Pos = MAP_APPFONT ( 137, 157 ) ; + Size = MAP_APPFONT ( 40, 12 ) ; TabStop = TRUE ; }; HelpButton 1 { - Pos = MAP_APPFONT ( 94 , 157 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; + Pos = MAP_APPFONT ( 94, 157 ) ; + Size = MAP_APPFONT ( 40, 12 ) ; TabStop = TRUE ; }; }; ModalDialog RID_SCDLG_SORT_WARNING { - HelpID = "sc:ModalDialog:RID_SCDLG_SORT_WARNING"; - OutputSize = TRUE ; - SVLook = TRUE ; - Size = MAP_APPFONT ( 180 , 91 ) ; - Text [ en-US ] = "Sort Range" ; - Moveable = TRUE ; - Closeable = FALSE ; - FixedText FT_TEXT - { - Pos = MAP_APPFONT ( 8 , 3 ) ; - Size = MAP_APPFONT ( 170 , 33 ) ; - WordBreak = TRUE; - Text [ en-US ] = "The cells next to the current selection also contain data. Do you want to extend the sort range to %1, or sort the currently selected range, %2?"; - }; - FixedText FT_TIP - { - Pos = MAP_APPFONT ( 8 , 55 ) ; - Size = MAP_APPFONT ( 170 , 33 ) ; - WordBreak = TRUE ; - Text [ en-US ] = "Tip: The sort range can be detected automatically. Place the cell cursor inside a list and execute sort. The whole range of neighboring non-empty cells will then be sorted."; - }; - PushButton BTN_EXTSORT - { - HelpID = "sc:PushButton:RID_SCDLG_SORT_WARNING:BTN_EXTSORT"; - Pos = MAP_APPFONT ( 6 , 39 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; - TabStop = TRUE ; - DefButton = TRUE ; - Text [ en-US ] = "Extend selection"; - }; - PushButton BTN_CURSORT - { - HelpID = "sc:PushButton:RID_SCDLG_SORT_WARNING:BTN_CURSORT"; - Pos = MAP_APPFONT ( 70 , 39 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; - TabStop = TRUE ; - Text [ en-US ] = "Current selection"; - }; - CancelButton BTN_CANCEL - { - Pos = MAP_APPFONT ( 134 , 39 ) ; - Size = MAP_APPFONT ( 40 , 14 ) ; - TabStop = TRUE ; - }; + HelpID = "sc:ModalDialog:RID_SCDLG_SORT_WARNING" ; + OutputSize = TRUE ; + SVLook = TRUE ; + Size = MAP_APPFONT ( 180, 91 ) ; + Text [ en-US ] = "Sort Range" ; + Moveable = TRUE ; + Closeable = FALSE ; + FixedText FT_TEXT + { + Pos = MAP_APPFONT ( 8, 3 ) ; + Size = MAP_APPFONT ( 170, 33 ) ; + WordBreak = TRUE ; + Text [ en-US ] = "The cells next to the current selection also contain data. Do you want to extend the sort range to %1, or sort the currently selected range, %2?" ; + }; + FixedText FT_TIP + { + Pos = MAP_APPFONT ( 8, 55 ) ; + Size = MAP_APPFONT ( 170, 33 ) ; + WordBreak = TRUE ; + Text [ en-US ] = "Tip: The sort range can be detected automatically. Place the cell cursor inside a list and execute sort. The whole range of neighboring non-empty cells will then be sorted." ; + }; + PushButton BTN_EXTSORT + { + HelpID = "sc:PushButton:RID_SCDLG_SORT_WARNING:BTN_EXTSORT" ; + Pos = MAP_APPFONT ( 6, 39 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; + TabStop = TRUE ; + DefButton = TRUE ; + Text [ en-US ] = "Extend selection" ; + }; + PushButton BTN_CURSORT + { + HelpID = "sc:PushButton:RID_SCDLG_SORT_WARNING:BTN_CURSORT" ; + Pos = MAP_APPFONT ( 70, 39 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; + TabStop = TRUE ; + Text [ en-US ] = "Current selection" ; + }; + CancelButton BTN_CANCEL + { + Pos = MAP_APPFONT ( 134, 39 ) ; + Size = MAP_APPFONT ( 40, 14 ) ; + TabStop = TRUE ; + }; }; +// ********************************************************************** EOF diff --git a/main/sc/source/ui/src/textdlgs.src b/main/sc/source/ui/src/textdlgs.src index 04d8fcf..4c8c251 100644 --- a/main/sc/source/ui/src/textdlgs.src +++ b/main/sc/source/ui/src/textdlgs.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,22 +7,20 @@ * 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 <svx/dialogs.hrc> #include "sc.hrc" @@ -30,57 +28,56 @@ TabDialog RID_SCDLG_CHAR { OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 289 , 176 ) ; + Size = MAP_APPFONT ( 289, 176 ) ; Text [ en-US ] = "Character" ; Moveable = TRUE ; Closeable = TRUE ; TabControl 1 { OutputSize = TRUE ; - Pos = MAP_APPFONT ( 3 , 3 ) ; - Size = MAP_APPFONT ( 260 , 135 ) ; + Pos = MAP_APPFONT ( 3, 3 ) ; + Size = MAP_APPFONT ( 260, 135 ) ; PageList = { PageItem { Identifier = RID_SVXPAGE_CHAR_NAME ; - Text [ en-US ] = "Font"; + Text [ en-US ] = "Font" ; }; PageItem { Identifier = RID_SVXPAGE_CHAR_EFFECTS ; - Text [ en-US ] = "Font Effects"; + Text [ en-US ] = "Font Effects" ; }; PageItem { Identifier = RID_SVXPAGE_CHAR_POSITION ; - Text [ en-US ] = "Font Position"; + Text [ en-US ] = "Font Position" ; }; }; }; OKButton 1 { - Pos = MAP_APPFONT ( 6 , 151 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 6, 151 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; CancelButton 1 { - Pos = MAP_APPFONT ( 60 , 151 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 60, 151 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton 1 { - Pos = MAP_APPFONT ( 114 , 151 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 114, 151 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; PushButton 1 { - Pos = MAP_APPFONT ( 169 , 151 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - /* ### ACHTUNG: Neuer Text in Resource? Zur�ck : Zur�ck */ + Pos = MAP_APPFONT ( 169, 151 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "Back" ; TabStop = TRUE ; }; @@ -90,31 +87,31 @@ TabDialog RID_SCDLG_PARAGRAPH { OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 289 , 176 ) ; + Size = MAP_APPFONT ( 289, 176 ) ; Text [ en-US ] = "Paragraph" ; Moveable = TRUE ; Closeable = TRUE ; TabControl 1 { OutputSize = TRUE ; - Pos = MAP_APPFONT ( 3 , 3 ) ; - Size = MAP_APPFONT ( 260 , 135 ) ; + Pos = MAP_APPFONT ( 3, 3 ) ; + Size = MAP_APPFONT ( 260, 135 ) ; PageList = { PageItem { Identifier = RID_SVXPAGE_STD_PARAGRAPH ; - /* ### ACHTUNG: Neuer Text in Resource? Einz�ge und Abst�nde : Einz�ge und Abst�nde */ Text [ en-US ] = "Indents & Spacing" ; PageResID = RID_SVXPAGE_STD_PARAGRAPH ; }; /* - PageItem { - Identifier = RID_SVXPAGE_EXT_PARAGRAPH; - Text [ en-US ] = "Paragraph (Extensions)"; - PageResID = RID_SVXPAGE_EXT_PARAGRAPH; - }; -*/ + PageItem + { + Identifier = RID_SVXPAGE_EXT_PARAGRAPH ; + Text [ en-US ] = "Paragraph (Extensions)" ; + PageResID = RID_SVXPAGE_EXT_PARAGRAPH ; + }; + */ PageItem { Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ; @@ -124,7 +121,7 @@ TabDialog RID_SCDLG_PARAGRAPH PageItem { Identifier = RID_SVXPAGE_PARA_ASIAN ; - Text [ en-US ] = "Asian Typography"; + Text [ en-US ] = "Asian Typography" ; }; PageItem { @@ -136,58 +133,29 @@ TabDialog RID_SCDLG_PARAGRAPH }; OKButton 1 { - Pos = MAP_APPFONT ( 6 , 151 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 6, 151 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; CancelButton 1 { - Pos = MAP_APPFONT ( 60 , 151 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 60, 151 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton 1 { - Pos = MAP_APPFONT ( 114 , 151 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 114, 151 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; PushButton 1 { - Pos = MAP_APPFONT ( 169 , 151 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - /* ### ACHTUNG: Neuer Text in Resource? Zur�ck : Zur�ck */ + Pos = MAP_APPFONT ( 169, 151 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "Back" ; TabStop = TRUE ; }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF