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 0fa8332  Cleaned up resource files
0fa8332 is described below

commit 0fa833251bca2bcbf29050de704ec31cde3d02ea
Author: mseidel <msei...@apache.org>
AuthorDate: Sat Sep 5 23:25:25 2020 +0200

    Cleaned up resource files
    
    (cherry picked from commit e414e35e85b0d08a5dbee6db06b784cfffa1ce0f)
---
 main/cui/source/dialogs/iconcdlg.src   |  37 ++-----
 main/cui/source/dialogs/multipat.src   | 127 ++++++++++------------
 main/cui/source/dialogs/sdrcelldlg.src |  72 ++++---------
 main/cui/source/dialogs/showcols.src   |  86 +++++----------
 main/cui/source/dialogs/srchxtra.src   | 149 ++++++++++----------------
 main/cui/source/dialogs/tbxform.src    |  37 ++++---
 main/cui/source/dialogs/thesdlg.src    | 188 ++++++++++++++++-----------------
 7 files changed, 278 insertions(+), 418 deletions(-)

diff --git a/main/cui/source/dialogs/iconcdlg.src 
b/main/cui/source/dialogs/iconcdlg.src
index f23cfcb..71ed054 100644
--- a/main/cui/source/dialogs/iconcdlg.src
+++ b/main/cui/source/dialogs/iconcdlg.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,19 +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 <cuires.hrc>
 
 String RID_SVXSTR_ICONCHOICEDLG_RESETBUT
@@ -27,30 +28,4 @@ String RID_SVXSTR_ICONCHOICEDLG_RESETBUT
        Text [ en-US ] = "~Back" ;
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/cui/source/dialogs/multipat.src 
b/main/cui/source/dialogs/multipat.src
index 32ae9a6..d0260b7 100644
--- a/main/cui/source/dialogs/multipat.src
+++ b/main/cui/source/dialogs/multipat.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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,74 +31,74 @@ ModalDialog RID_SVXDLG_MULTIPATH
 {
        HelpId = HID_MULTIPATH ;
        OutputSize = TRUE ;
-       Size = MAP_APPFONT ( 260 , 120 ) ;
+       Size = MAP_APPFONT ( 260, 120 ) ;
        Text [ en-US ] = "Select Paths" ;
        Moveable = TRUE ;
        Closeable = TRUE ;
-    FixedLine FL_MULTIPATH
-    {
-        Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 248 , 8 ) ;
-        Text [ en-US ] = "Paths" ;
-    };
-    ListBox LB_MULTIPATH
-    {
-        HelpID = "cui:ListBox:RID_SVXDLG_MULTIPATH:LB_MULTIPATH";
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 12 , 14 ) ;
-        Size = MAP_APPFONT ( 189 , 80 ) ;
-        AutoHScroll = TRUE ;
-    };
-    Control LB_RADIOBUTTON
-    {
-        HelpId = HID_OPTIONS_MULTIPATH_LIST ;
-        Hide = TRUE ;
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 6 , 6 ) ;
-        Size = MAP_APPFONT ( 195 , 77 ) ;
-    };
-    FixedText FT_RADIOBUTTON
-    {
-        Hide = TRUE ;
-        NoLabel = TRUE ;
-        Pos = MAP_APPFONT ( 6 , 86 );
-        Size = MAP_APPFONT ( 195 , 8 );
-        Text [ en-US ] = "Mark the default path for new files.";
-    };
-    PushButton BTN_ADD_MULTIPATH
+       FixedLine FL_MULTIPATH
        {
-        HelpID = "cui:PushButton:RID_SVXDLG_MULTIPATH:BTN_ADD_MULTIPATH";
-               Pos = MAP_APPFONT ( 204 , 14 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 248, 8 ) ;
+               Text [ en-US ] = "Paths" ;
+       };
+       ListBox LB_MULTIPATH
+       {
+               HelpID = "cui:ListBox:RID_SVXDLG_MULTIPATH:LB_MULTIPATH" ;
+               Border = TRUE ;
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 189, 80 ) ;
+               AutoHScroll = TRUE ;
+       };
+       Control LB_RADIOBUTTON
+       {
+               HelpId = HID_OPTIONS_MULTIPATH_LIST ;
+               Hide = TRUE ;
+               Border = TRUE ;
+               Pos = MAP_APPFONT ( 6, 6 ) ;
+               Size = MAP_APPFONT ( 195, 77 ) ;
+       };
+       FixedText FT_RADIOBUTTON
+       {
+               Hide = TRUE ;
+               NoLabel = TRUE ;
+               Pos = MAP_APPFONT ( 6, 86 ) ;
+               Size = MAP_APPFONT ( 195, 8 ) ;
+               Text [ en-US ] = "Mark the default path for new files." ;
+       };
+       PushButton BTN_ADD_MULTIPATH
+       {
+               HelpID = 
"cui:PushButton:RID_SVXDLG_MULTIPATH:BTN_ADD_MULTIPATH" ;
+               Pos = MAP_APPFONT ( 204, 14 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                Text [ en-US ] = "~Add..." ;
        };
        PushButton BTN_DEL_MULTIPATH
        {
-           HelpID = "cui:PushButton:RID_SVXDLG_MULTIPATH:BTN_DEL_MULTIPATH";
-               Pos = MAP_APPFONT ( 204 , 31 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = 
"cui:PushButton:RID_SVXDLG_MULTIPATH:BTN_DEL_MULTIPATH" ;
+               Pos = MAP_APPFONT ( 204, 31 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                Text [ en-US ] = "~Delete" ;
        };
        OKButton BTN_MULTIPATH_OK
        {
-               Pos = MAP_APPFONT ( 95 , 100 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 95, 100 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                DefButton = TRUE;
        };
        CancelButton BTN_MULTIPATH_CANCEL
        {
-               Pos = MAP_APPFONT ( 148 , 100 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 148, 100 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
        };
        HelpButton BTN_MULTIPATH_HELP
        {
-               Pos = MAP_APPFONT (  204 , 100 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 204, 100 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+       };
+       String STR_HEADER_PATHS
+       {
+               Text [ en-US ] = "Path list" ;
        };
-    String STR_HEADER_PATHS
-    {
-        Text [ en-US ] = "Path list" ;
-    };
 };
 String RID_MULTIPATH_DBL_ERR
 {
@@ -125,25 +125,4 @@ String RID_SVXSTR_MULTIFILE_DBL_ERR
        Text [ en-US ] = "The file %1 already exists." ;
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/cui/source/dialogs/sdrcelldlg.src 
b/main/cui/source/dialogs/sdrcelldlg.src
index 1af15f7..2f0ba5f 100644
--- a/main/cui/source/dialogs/sdrcelldlg.src
+++ b/main/cui/source/dialogs/sdrcelldlg.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,15 +28,15 @@ TabDialog RID_SVX_FORMAT_CELLS_DLG
 {
        OutputSize = TRUE ;
        SVLook = TRUE ;
-       Size = MAP_APPFONT ( 289 , 176 ) ;
+       Size = MAP_APPFONT ( 289, 176 ) ;
        Text [ en-US ] = "Format Cells" ;
        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
@@ -53,73 +53,43 @@ TabDialog RID_SVX_FORMAT_CELLS_DLG
                        };
                        PageItem
                        {
-                               Identifier = RID_SVXPAGE_BORDER;
-                               PageResID = RID_SVXPAGE_BORDER;
+                               Identifier = RID_SVXPAGE_BORDER ;
+                               PageResID = RID_SVXPAGE_BORDER ;
                                Text [ en-US ] = "Borders" ;
                        };
                        PageItem
                        {
-                               Identifier = RID_SVXPAGE_AREA;
-                               PageResID = RID_SVXPAGE_AREA;
-                               Text [ en-US ] = "Background";
+                               Identifier = RID_SVXPAGE_AREA ;
+                               PageResID = RID_SVXPAGE_AREA ;
+                               Text [ en-US ] = "Background" ;
                        };
                };
        };
        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 ] = "Return" ;
                TabStop = TRUE ;
        };
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/cui/source/dialogs/showcols.src 
b/main/cui/source/dialogs/showcols.src
index 55b3539..bd4d0ec 100644
--- a/main/cui/source/dialogs/showcols.src
+++ b/main/cui/source/dialogs/showcols.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,76 +25,48 @@
 
 ModalDialog RID_SVX_DLG_SHOWGRIDCOLUMNS
 {
-    HelpID = "cui:ModalDialog:RID_SVX_DLG_SHOWGRIDCOLUMNS";
-       OutputSize = TRUE;
+    HelpID = "cui:ModalDialog:RID_SVX_DLG_SHOWGRIDCOLUMNS" ;
+       OutputSize = TRUE ;
        SVLook = TRUE ;
-       Size = MAP_APPFONT( 200, 117 );
-       Moveable = TRUE;
-       Closeable = TRUE;
+       Size = MAP_APPFONT ( 200, 117 ) ;
+       Moveable = TRUE ;
+       Closeable = TRUE ;
 
        FixedText 1
        {
-               Pos = MAP_APPFONT( 6, 6 );
-               Size = MAP_APPFONT( 188, 30 );
-               WordBreak = TRUE;
-               Text [ en-US ] = "The following columns are currently hidden. 
Please mark the fields you want to show and choose OK.";
+               Pos = MAP_APPFONT ( 6, 6 ) ;
+               Size = MAP_APPFONT ( 188, 30 ) ;
+               WordBreak = TRUE ;
+               Text [ en-US ] = "The following columns are currently hidden. 
Please mark the fields you want to show and choose OK." ;
        };
 
        ListBox 1
        {
-           HelpID = "cui:ListBox:RID_SVX_DLG_SHOWGRIDCOLUMNS:1";
-               Border = TRUE;
-               Pos = MAP_APPFONT( 6, 39 );
-               Size = MAP_APPFONT( 188, 55 );
-               TabStop = TRUE;
-               DropDown = FALSE;
-               AutoHScroll = TRUE;
-               VScroll = TRUE;
+           HelpID = "cui:ListBox:RID_SVX_DLG_SHOWGRIDCOLUMNS:1" ;
+               Border = TRUE ;
+               Pos = MAP_APPFONT ( 6, 39 ) ;
+               Size = MAP_APPFONT ( 188, 55 ) ;
+               TabStop = TRUE ;
+               DropDown = FALSE ;
+               AutoHScroll = TRUE ;
+               VScroll = TRUE ;
        };
 
        OKButton 1
        {
-               Pos = MAP_APPFONT( 6, 97 );
-               Size = MAP_APPFONT( 50, 14 );
-               TabStop = TRUE;
+               Pos = MAP_APPFONT ( 6, 97 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
                DefButton = TRUE ;
        };
 
        CancelButton 1
        {
-               Pos = MAP_APPFONT( 144, 97 );
-               Size = MAP_APPFONT( 50, 14 );
-               TabStop = TRUE;
+               Pos = MAP_APPFONT ( 144, 97 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
        };
-       Text [ en-US ] = "Show columns";
+       Text [ en-US ] = "Show columns" ;
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/cui/source/dialogs/srchxtra.src 
b/main/cui/source/dialogs/srchxtra.src
index b01afde..2ed7bc5 100644
--- a/main/cui/source/dialogs/srchxtra.src
+++ b/main/cui/source/dialogs/srchxtra.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,27 @@
  * 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 "helpid.hrc"
 #include <cuires.hrc>
 #include "srchxtra.hrc"
 #include <svx/dialogs.hrc>
 
- // RID_SVXDLG_SEARCHFORMAT -----------------------------------------------
+// RID_SVXDLG_SEARCHFORMAT -----------------------------------------------
 TabDialog RID_SVXDLG_SEARCHFORMAT
 {
        OutputSize = TRUE ;
@@ -75,24 +76,24 @@ TabDialog RID_SVXDLG_SEARCHFORMAT
                        };
                        PageItem
                        {
-                               Identifier = RID_SVXPAGE_PARA_ASIAN;
-                               Text [ en-US ] = "Asian Typography";
+                               Identifier = RID_SVXPAGE_PARA_ASIAN ;
+                               Text [ en-US ] = "Asian Typography" ;
                        };
                        PageItem
                        {
-                               Identifier = RID_SVXPAGE_BACKGROUND;
+                               Identifier = RID_SVXPAGE_BACKGROUND ;
                                Text [ en-US ] = "Background" ;
                        };
                };
        };
 };
- // RID_SVXDLG_SEARCHATTRIBUTE --------------------------------------------
+// RID_SVXDLG_SEARCHATTRIBUTE --------------------------------------------
 ModalDialog RID_SVXDLG_SEARCHATTR
 {
        HelpId = HID_SEARCHATTR ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-    Size = MAP_APPFONT ( 194 , 128 ) ;
+       Size = MAP_APPFONT ( 194, 128 ) ;
        Text [ en-US ] = "Attributes" ;
        Moveable = TRUE ;
        Control LB_ATTR
@@ -100,53 +101,53 @@ ModalDialog RID_SVXDLG_SEARCHATTR
                HelpId = HID_SEARCHATTR_CTL_ATTR ;
                ClipChildren = TRUE ;
                Border = TRUE ;
-        TabStop = TRUE ;
-        Pos = MAP_APPFONT ( 6 , 14 ) ;
-        Size = MAP_APPFONT ( 120 , 108 ) ;
+               TabStop = TRUE ;
+               Pos = MAP_APPFONT ( 6, 14 ) ;
+               Size = MAP_APPFONT ( 120, 108 ) ;
        };
-    FixedText FL_ATTR
+       FixedText FL_ATTR
        {
-               Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 124 , 8 ) ;
-        Text [ en-US ] = "~Options" ;
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 124, 8 ) ;
+               Text [ en-US ] = "~Options" ;
        };
        OKButton BTN_ATTR_OK
        {
-        Pos = MAP_APPFONT ( 136 , 6 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 136, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                DefButton = TRUE ;
        };
        CancelButton BTN_ATTR_CANCEL
        {
-        Pos = MAP_APPFONT ( 136 , 23 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 136, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
        };
        HelpButton BTN_ATTR_HELP
        {
-        Pos = MAP_APPFONT ( 136 , 43 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 136, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
        };
 };
- // RID_SVXDLG_SEARCHSIMILARITY -------------------------------------------
+// RID_SVXDLG_SEARCHSIMILARITY -------------------------------------------
 ModalDialog RID_SVXDLG_SEARCHSIMILARITY
 {
        HelpId = HID_SEARCHSIMILARITY ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-    Size = MAP_APPFONT ( 178 , 76 ) ;
+       Size = MAP_APPFONT ( 178, 76 ) ;
        Text [ en-US ] = "Similarity Search" ;
        Moveable = TRUE ;
        FixedText FT_OTHER
        {
-        Pos = MAP_APPFONT ( 12 , 16 ) ;
-        Size = MAP_APPFONT ( 70 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 16 ) ;
+               Size = MAP_APPFONT ( 70, 8 ) ;
                Text [ en-US ] = "~Exchange characters" ;
        };
        NumericField NF_OTHER
        {
-           HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_OTHER";
-        Pos = MAP_APPFONT ( 86 , 14 ) ;
-               Size = MAP_APPFONT ( 24 , 12 ) ;
+               HelpID = 
"cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_OTHER" ;
+               Pos = MAP_APPFONT ( 86, 14 ) ;
+               Size = MAP_APPFONT ( 24, 12 ) ;
                Border = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
@@ -160,15 +161,15 @@ ModalDialog RID_SVXDLG_SEARCHSIMILARITY
        };
        FixedText FT_LONGER
        {
-               Pos = MAP_APPFONT ( 12 , 30 ) ;
-        Size = MAP_APPFONT ( 70 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 30 ) ;
+               Size = MAP_APPFONT ( 70, 8 ) ;
                Text [ en-US ] = "~Add characters" ;
        };
        NumericField NF_LONGER
        {
-           HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_LONGER";
-        Pos = MAP_APPFONT ( 86 , 28 ) ;
-               Size = MAP_APPFONT ( 24 , 12 ) ;
+               HelpID = 
"cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_LONGER" ;
+               Pos = MAP_APPFONT ( 86, 28 ) ;
+               Size = MAP_APPFONT ( 24, 12 ) ;
                Border = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
@@ -182,15 +183,15 @@ ModalDialog RID_SVXDLG_SEARCHSIMILARITY
        };
        FixedText FT_SHORTER
        {
-        Pos = MAP_APPFONT ( 12 , 46 ) ;
-        Size = MAP_APPFONT ( 70 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 46 ) ;
+               Size = MAP_APPFONT ( 70, 8 ) ;
                Text [ en-US ] = "~Remove characters" ;
        };
        NumericField NF_SHORTER
        {
-           HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_SHORTER";
-        Pos = MAP_APPFONT ( 86 , 44 ) ;
-               Size = MAP_APPFONT ( 24 , 12 ) ;
+               HelpID = 
"cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_SHORTER" ;
+               Pos = MAP_APPFONT ( 86, 44 ) ;
+               Size = MAP_APPFONT ( 24, 12 ) ;
                Border = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
@@ -204,76 +205,36 @@ ModalDialog RID_SVXDLG_SEARCHSIMILARITY
        };
        CheckBox CB_RELAX
        {
-           HelpID = "cui:CheckBox:RID_SVXDLG_SEARCHSIMILARITY:CB_RELAX";
-        Pos = MAP_APPFONT ( 12 , 60 ) ;
-               Size = MAP_APPFONT ( 98 , 10 ) ;
+               HelpID = "cui:CheckBox:RID_SVXDLG_SEARCHSIMILARITY:CB_RELAX" ;
+               Pos = MAP_APPFONT ( 12, 60 ) ;
+               Size = MAP_APPFONT ( 98, 10 ) ;
                Text [ en-US ] = "~Combine" ;
                TabStop = TRUE ;
        };
-    FixedLine FL_SIMILARITY
+       FixedLine FL_SIMILARITY
        {
-               Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 110 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 110, 8 ) ;
                Text [ en-US ] = "Settings" ;
        };
        OKButton BTN_ATTR_OK
        {
-               Pos = MAP_APPFONT ( 122 , 6 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 122, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                DefButton = TRUE ;
        };
        CancelButton BTN_ATTR_CANCEL
        {
-               Pos = MAP_APPFONT ( 122 , 23 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 122, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        HelpButton BTN_ATTR_HELP
        {
-               Pos = MAP_APPFONT ( 122 , 43 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 122, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
 };
- // ********************************************************************** EOF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
+// ********************************************************************** EOF
diff --git a/main/cui/source/dialogs/tbxform.src 
b/main/cui/source/dialogs/tbxform.src
index 9478d1f..ec5286b 100644
--- a/main/cui/source/dialogs/tbxform.src
+++ b/main/cui/source/dialogs/tbxform.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,56 +7,59 @@
  * 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 "fmsearch.hrc"
 
 ModalDialog RID_SVX_DLG_INPUTRECORDNO
 {
-    HelpID = "cui:ModalDialog:RID_SVX_DLG_INPUTRECORDNO";
+       HelpID = "cui:ModalDialog:RID_SVX_DLG_INPUTRECORDNO" ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-       Size = MAP_APPFONT ( 130 , 45 ) ;
+       Size = MAP_APPFONT ( 130, 45 ) ;
        Moveable = TRUE ;
        Closeable = TRUE ;
-       Text [ en-US ] = "Record Number";
+       Text [ en-US ] = "Record Number" ;
 
        FixedText 1
        {
-               Pos = MAP_APPFONT ( 6 , 6 ) ;
-               Size = MAP_APPFONT ( 70 , 12 ) ;
-               Text [ en-US ] = "go to record";
+               Pos = MAP_APPFONT ( 6, 6 ) ;
+               Size = MAP_APPFONT ( 70, 12 ) ;
+               Text [ en-US ] = "go to record" ;
        };
        NumericField 1
        {
-           HelpID = "cui:NumericField:RID_SVX_DLG_INPUTRECORDNO:1";
+               HelpID = "cui:NumericField:RID_SVX_DLG_INPUTRECORDNO:1" ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 79 , 6 ) ;
-               Size = MAP_APPFONT ( 45 , 12 ) ;
+               Pos = MAP_APPFONT ( 79, 6 ) ;
+               Size = MAP_APPFONT ( 45, 12 ) ;
                TabStop = TRUE ;
        };
        OKButton 1
        {
-               Pos = MAP_APPFONT ( 6 , 25 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 6, 25 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
        };
        CancelButton 1
        {
-               Pos = MAP_APPFONT ( 74 , 25 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 74, 25 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
 };
+
+// ********************************************************************** EOF
diff --git a/main/cui/source/dialogs/thesdlg.src 
b/main/cui/source/dialogs/thesdlg.src
index dbd2333..2177c72 100644
--- a/main/cui/source/dialogs/thesdlg.src
+++ b/main/cui/source/dialogs/thesdlg.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,140 +7,140 @@
  * 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 "cuires.hrc"
 #include "thesdlg.hrc"
 #include "helpid.hrc"
 #include <svx/svxids.hrc> // SID_THESAURUS
- 
 
- // RID_SVXDLG_THES -------------------------------------------------------
+// RID_SVXDLG_THES -------------------------------------------------------
 ModalDialog RID_SVXDLG_THESAURUS
 {
        HelpId = CMD_SID_THESAURUS ;
        OutputSize = TRUE ;
-    Size = MAP_APPFONT ( 235, 230 ) ;
+       Size = MAP_APPFONT ( 235, 230 ) ;
        Text [ en-US ] = "Thesaurus" ;
        SvLook = TRUE ;
-    Moveable = TRUE ;
+       Moveable = TRUE ;
+
+       FixedImage IMG_VENDOR
+       {
+               Pos = MAP_APPFONT ( 0, 0 ) ;
+               Size = MAP_APPFONT ( 235, 0 ) ; // correct size will be applied 
at runtime
+               Hide = TRUE;
+       };
 
-    FixedImage IMG_VENDOR
-    {
-        Pos = MAP_APPFONT ( 0, 0 ) ;
-        Size = MAP_APPFONT ( 235, 0  ) ;    // correct size will be applied at 
runtime
-        Hide = TRUE;
-    };
-    
-    ImageButton BTN_LEFT
-    {
-        HelpID = "cui:ImageButton:RID_SVXDLG_THESAURUS:BTN_LEFT";
-        Pos = MAP_APPFONT ( 5 , 15 ) ;
-        Size = MAP_APPFONT ( 14 , 14 ) ;
-        TABSTOP = TRUE ;
-        SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
-    };
-    FixedText FT_WORD
-       {
-        Pos = MAP_APPFONT ( 24 , 5 ) ;
-        Size = MAP_APPFONT ( 143 , 8 ) ;
-        Text [ en-US ] = "~Current word" ;
+       ImageButton BTN_LEFT
+       {
+               HelpID = "cui:ImageButton:RID_SVXDLG_THESAURUS:BTN_LEFT" ;
+               Pos = MAP_APPFONT ( 5, 15 ) ;
+               Size = MAP_APPFONT ( 14, 14 ) ;
+               TABSTOP = TRUE ;
+               SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
+       };
+       FixedText FT_WORD
+       {
+               Pos = MAP_APPFONT ( 24, 5 ) ;
+               Size = MAP_APPFONT ( 143, 8 ) ;
+               Text [ en-US ] = "~Current word" ;
                LEFT = TRUE ;
        };
-    ComboBox CB_WORD
+       ComboBox CB_WORD
        {
-        HelpID = "cui:ComboBox:RID_SVXDLG_THESAURUS:CB_WORD";
+               HelpID = "cui:ComboBox:RID_SVXDLG_THESAURUS:CB_WORD" ;
                DropDown = TRUE ;
-        Pos = MAP_APPFONT ( 24 , 16 ) ;
-        Size = MAP_APPFONT ( 141 , 60 ) ;   // have drop down space for 
several lines 
-       };
-    MenuButton MB_LANGUAGE
-    {
-        HelpID = "cui:MenuButton:RID_SVXDLG_THESAURUS:MB_LANGUAGE";
-        Pos = MAP_APPFONT ( 170 , 16 ) ;
-        Size = MAP_APPFONT ( 60 , 14 ) ;
-        Text [ en-US ] = "~Language" ;
-    };
-    
-    FixedText FT_THES_ALTERNATIVES
-    {
-        Pos = MAP_APPFONT ( 5 , 33 ) ;
-        Size = MAP_APPFONT ( 255 , 8 ) ;
-        Text [ en-US ] = "~Alternatives" ;
-        LEFT = TRUE ;
-    };
-    Control CT_THES_ALTERNATIVES
-    {
-        HelpID = HID_CT_THES_ALTERNATIVES ;     // also needed for automatic 
testing to find the control
-        Pos = MAP_APPFONT ( 5 , 45 ) ;
-        Size = MAP_APPFONT ( 225 , 121 ) ;
-        Border = TRUE;
-        TabStop = TRUE ;
-    };
+               Pos = MAP_APPFONT ( 24, 16 ) ;
+               Size = MAP_APPFONT ( 141, 60 ) ; // have drop down space for 
several lines
+       };
+       MenuButton MB_LANGUAGE
+       {
+               HelpID = "cui:MenuButton:RID_SVXDLG_THESAURUS:MB_LANGUAGE" ;
+               Pos = MAP_APPFONT ( 170, 16 ) ;
+               Size = MAP_APPFONT ( 60, 14 ) ;
+               Text [ en-US ] = "~Language" ;
+       };
+
+       FixedText FT_THES_ALTERNATIVES
+       {
+               Pos = MAP_APPFONT ( 5, 33 ) ;
+               Size = MAP_APPFONT ( 255, 8 ) ;
+               Text [ en-US ] = "~Alternatives" ;
+               LEFT = TRUE ;
+       };
+       Control CT_THES_ALTERNATIVES
+       {
+               HelpID = HID_CT_THES_ALTERNATIVES ; // also needed for 
automatic testing to find the control
+               Pos = MAP_APPFONT ( 5, 45 ) ;
+               Size = MAP_APPFONT ( 225, 121 ) ;
+               Border = TRUE;
+               TabStop = TRUE ;
+       };
 
-    FixedText FT_REPL
+       FixedText FT_REPL
        {
-        Pos = MAP_APPFONT ( 5 , 173 ) ;
-        Size = MAP_APPFONT ( 255 , 8 ) ;
-        Text [ en-US ] = "~Replace with" ;
+               Pos = MAP_APPFONT ( 5, 173 ) ;
+               Size = MAP_APPFONT ( 255, 8 ) ;
+               Text [ en-US ] = "~Replace with" ;
                LEFT = TRUE ;
        };
        Edit ED_REPL
        {
-           HelpID = "cui:Edit:RID_SVXDLG_THESAURUS:ED_REPL";
+               HelpID = "cui:Edit:RID_SVXDLG_THESAURUS:ED_REPL" ;
                BORDER = TRUE ;
-        Pos = MAP_APPFONT ( 5 , 184 ) ;
-        Size = MAP_APPFONT ( 225 , 12 ) ;
+               Pos = MAP_APPFONT ( 5, 184 ) ;
+               Size = MAP_APPFONT ( 225, 12 ) ;
                LEFT = TRUE ;
        };
-    FixedLine FL_VAR
+       FixedLine FL_VAR
        {
-        Pos = MAP_APPFONT ( 0 , 200 ) ;
-        Size = MAP_APPFONT ( 235 , 8 ) ;
+               Pos = MAP_APPFONT ( 0, 200 ) ;
+               Size = MAP_APPFONT ( 235, 8 ) ;
        };
 
-    HelpButton BTN_THES_HELP
-    {
-        Pos = MAP_APPFONT ( 5 , 210 ) ;
-        Size = MAP_APPFONT ( 60 , 14 ) ;
-    };
-    OkButton BTN_THES_OK
-    {
-        Pos = MAP_APPFONT ( 105 , 210 ) ;
-        Size = MAP_APPFONT ( 60 , 14 ) ;
-        Text [ en-US ] = "Replace" ;
-        DefButton = TRUE ;
-    };
-    CancelButton BTN_THES_CANCEL
-    {
-        Pos = MAP_APPFONT ( 170 , 210 ) ;
-        Size = MAP_APPFONT ( 60 , 14 ) ;
-    };
+       HelpButton BTN_THES_HELP
+       {
+               Pos = MAP_APPFONT ( 5, 210 ) ;
+               Size = MAP_APPFONT ( 60, 14 ) ;
+       };
+       OkButton BTN_THES_OK
+       {
+               Pos = MAP_APPFONT ( 105, 210 ) ;
+               Size = MAP_APPFONT ( 60, 14 ) ;
+               Text [ en-US ] = "Replace" ;
+               DefButton = TRUE ;
+       };
+       CancelButton BTN_THES_CANCEL
+       {
+               Pos = MAP_APPFONT ( 170, 210 ) ;
+               Size = MAP_APPFONT ( 60, 14 ) ;
+       };
 
-    String STR_ERR_TEXTNOTFOUND
+       String STR_ERR_TEXTNOTFOUND
        {
-        Text [ en-US ] = "No alternatives found." ;
+               Text [ en-US ] = "No alternatives found." ;
        };
 
-    Image IMG_DEFAULT_VENDOR
-    {
-        ImageBitmap = Bitmap { File = "vendor01.png"; };
-    };
-    Image IMG_DEFAULT_VENDOR_HC
-    {
-        ImageBitmap = Bitmap { File = "vendor01h.png"; };
-    };
+       Image IMG_DEFAULT_VENDOR
+       {
+               ImageBitmap = Bitmap {File = "vendor01.png" ;} ;
+       };
+       Image IMG_DEFAULT_VENDOR_HC
+       {
+               ImageBitmap = Bitmap {File = "vendor01h.png" ;} ;
+       };
 };
 
+// ********************************************************************** EOF

Reply via email to