This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8287e18b70 Cleanup resource files
8287e18b70 is described below

commit 8287e18b705aba84f4b99cc05f02a7b6de8d82b7
Author: mseidel <[email protected]>
AuthorDate: Sat Dec 3 14:42:01 2022 +0100

    Cleanup resource files
---
 main/sc/source/ui/dbgui/asciiopt.src   | 371 +++++++-------
 main/sc/source/ui/dbgui/consdlg.src    | 168 +++----
 main/sc/source/ui/dbgui/dapitype.src   | 229 ++++-----
 main/sc/source/ui/dbgui/dpgroupdlg.src | 475 +++++++++---------
 main/sc/source/ui/dbgui/imoptdlg.src   | 133 +++--
 main/sc/source/ui/dbgui/outline.src    |  28 +-
 main/sc/source/ui/dbgui/pivot.src      | 389 +++++++--------
 main/sc/source/ui/dbgui/pvfundlg.src   | 865 ++++++++++++++++-----------------
 8 files changed, 1290 insertions(+), 1368 deletions(-)

diff --git a/main/sc/source/ui/dbgui/asciiopt.src 
b/main/sc/source/ui/dbgui/asciiopt.src
index 533eb8ca69..ef620e83b8 100644
--- a/main/sc/source/ui/dbgui/asciiopt.src
+++ b/main/sc/source/ui/dbgui/asciiopt.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,294 +25,251 @@
 
 ModalDialog RID_SCDLG_ASCII
 {
-    HelpID = "sc:ModalDialog:RID_SCDLG_ASCII";
+       HelpID = "sc:ModalDialog:RID_SCDLG_ASCII" ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-    Size = MAP_APPFONT ( 320 , 305 ) ;
+       Size = MAP_APPFONT ( 320, 305 ) ;
        Text [ en-US ] = "Text Import" ;
        Moveable = TRUE ;
 
-    OKButton BTN_OK
+       OKButton BTN_OK
        {
-        Pos = MAP_APPFONT ( 264 , 6 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 264, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
-        DefButton = TRUE ;
+               DefButton = TRUE ;
        };
-    CancelButton BTN_CANCEL
+       CancelButton BTN_CANCEL
        {
-        Pos = MAP_APPFONT ( 264 , 23 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
+               Pos = MAP_APPFONT ( 264, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
        };
-    HelpButton BTN_HELP
+       HelpButton BTN_HELP
        {
-        Pos = MAP_APPFONT ( 264 , 43 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 264, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
 
-    FixedLine FL_FIELDOPT
+       FixedLine FL_FIELDOPT
        {
-        Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 252 , 8 ) ;
-        Text [ en-US ] = "Import" ;
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 252, 8 ) ;
+               Text [ en-US ] = "Import" ;
        };
 
        FixedText FT_CHARSET
        {
-        Pos = MAP_APPFONT ( 12 , 16 ) ;
-        Size = MAP_APPFONT ( 60 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 16 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
                Text [ en-US ] = "Ch~aracter set" ;
        };
 
        ListBox LB_CHARSET
        {
-           HelpID = "sc:ListBox:RID_SCDLG_ASCII:LB_CHARSET";
-        Pos = MAP_APPFONT ( 76 , 14 ) ;
-        Size = MAP_APPFONT ( 130 , 61 ) ;
+               HelpID = "sc:ListBox:RID_SCDLG_ASCII:LB_CHARSET" ;
+               Pos = MAP_APPFONT ( 76, 14 ) ;
+               Size = MAP_APPFONT ( 130, 61 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
-               Sort = TRUE;
+               Sort = TRUE ;
        };
 
-    FixedText FT_CUSTOMLANG
+       FixedText FT_CUSTOMLANG
        {
-        Pos = MAP_APPFONT ( 12 , 32 ) ;
-        Size = MAP_APPFONT ( 60 , 8 ) ;
-        Text [ en-US ] = "Language" ;
+               Pos = MAP_APPFONT ( 12, 32 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
+               Text [ en-US ] = "Language" ;
        };
 
-    ListBox LB_CUSTOMLANG
+       ListBox LB_CUSTOMLANG
        {
-        HelpID = "sc:ListBox:RID_SCDLG_ASCII:LB_CUSTOMLANG";
-        Pos = MAP_APPFONT ( 76 , 30 ) ;
-        Size = MAP_APPFONT ( 130 , 61 ) ;
+               HelpID = "sc:ListBox:RID_SCDLG_ASCII:LB_CUSTOMLANG" ;
+               Pos = MAP_APPFONT ( 76, 30 ) ;
+               Size = MAP_APPFONT ( 130, 61 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
-        Sort = TRUE;
+               Sort = TRUE ;
        };
 
-    FixedText FT_AT_ROW
+       FixedText FT_AT_ROW
        {
-        Pos = MAP_APPFONT ( 12 , 48 ) ;
-        Size = MAP_APPFONT ( 60 , 8 ) ;
-        Text [ en-US ] = "From ro~w" ;
+               Pos = MAP_APPFONT ( 12, 48 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
+               Text [ en-US ] = "From ro~w" ;
        };
 
-    NumericField NF_AT_ROW
+       NumericField NF_AT_ROW
        {
-        HelpID = "sc:NumericField:RID_SCDLG_ASCII:NF_AT_ROW";
-        Border = TRUE ;
-        SVLook = TRUE ;
-        Pos = MAP_APPFONT ( 76 , 46 ) ;
-        Size = MAP_APPFONT ( 30 , 12 ) ;
+               HelpID = "sc:NumericField:RID_SCDLG_ASCII:NF_AT_ROW" ;
+               Border = TRUE ;
+               SVLook = TRUE ;
+               Pos = MAP_APPFONT ( 76, 46 ) ;
+               Size = MAP_APPFONT ( 30, 12 ) ;
                TabStop = TRUE ;
-        Spin = TRUE ;
-        Repeat = TRUE ;
-        Minimum = 1 ;
+               Spin = TRUE ;
+               Repeat = TRUE ;
+               Minimum = 1 ;
        };
 
-    FixedLine FL_SEPOPT
+       FixedLine FL_SEPOPT
        {
-        Pos = MAP_APPFONT ( 6 , 63 ) ;
-        Size = MAP_APPFONT ( 252 , 8 ) ;
-        Text [ en-US ] = "Separator options" ;
+               Pos = MAP_APPFONT ( 6, 63 ) ;
+               Size = MAP_APPFONT ( 252, 8 ) ;
+               Text [ en-US ] = "Separator options" ;
        };
-    RadioButton RB_FIXED
+       RadioButton RB_FIXED
        {
-        HelpID = "sc:RadioButton:RID_SCDLG_ASCII:RB_FIXED";
-        Pos = MAP_APPFONT ( 12 , 75 ) ;
-        Size = MAP_APPFONT ( 243 , 10 ) ;
-        Text [ en-US ] = "~Fixed width" ;
+               HelpID = "sc:RadioButton:RID_SCDLG_ASCII:RB_FIXED" ;
+               Pos = MAP_APPFONT ( 12, 75 ) ;
+               Size = MAP_APPFONT ( 243, 10 ) ;
+               Text [ en-US ] = "~Fixed width" ;
                TabStop = TRUE ;
        };
-    RadioButton RB_SEPARATED
+       RadioButton RB_SEPARATED
        {
-        HelpID = "sc:RadioButton:RID_SCDLG_ASCII:RB_SEPARATED";
-        Pos = MAP_APPFONT ( 12 , 89 ) ;
-        Size = MAP_APPFONT ( 243 , 10 ) ;
-        Text [ en-US ] = "~Separated by" ;
+               HelpID = "sc:RadioButton:RID_SCDLG_ASCII:RB_SEPARATED" ;
+               Pos = MAP_APPFONT ( 12, 89 ) ;
+               Size = MAP_APPFONT ( 243, 10 ) ;
+               Text [ en-US ] = "~Separated by" ;
                TabStop = TRUE ;
-        Check = TRUE ;
+               Check = TRUE ;
        };
 
-    CheckBox CKB_TAB
+       CheckBox CKB_TAB
        {
-        HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_TAB";
-        Pos = MAP_APPFONT ( 20 , 102 ) ;
-        Size = MAP_APPFONT ( 68 , 10 ) ;
+               HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_TAB" ;
+               Pos = MAP_APPFONT ( 20, 102 ) ;
+               Size = MAP_APPFONT ( 68, 10 ) ;
                TabStop = TRUE ;
-        Text [ en-US ] = "~Tab" ;
+               Text [ en-US ] = "~Tab" ;
        };
-    CheckBox CKB_COMMA
+       CheckBox CKB_COMMA
        {
-        HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_COMMA";
-        Pos = MAP_APPFONT ( 92 , 102 ) ;
-        Size = MAP_APPFONT ( 68 , 10 ) ;
+               HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_COMMA" ;
+               Pos = MAP_APPFONT ( 92, 102 ) ;
+               Size = MAP_APPFONT ( 68, 10 ) ;
                TabStop = TRUE ;
-        Text [ en-US ] = "~Comma" ;
+               Text [ en-US ] = "~Comma" ;
        };
        CheckBox CKB_OTHER
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_OTHER";
-        Pos = MAP_APPFONT ( 164 , 102 ) ;
-        Size = MAP_APPFONT ( 50 , 10 ) ;
+               HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_OTHER" ;
+               Pos = MAP_APPFONT ( 164, 102 ) ;
+               Size = MAP_APPFONT ( 50, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~Other" ;
        };
        Edit ED_OTHER
        {
-           HelpID = "sc:Edit:RID_SCDLG_ASCII:ED_OTHER";
+               HelpID = "sc:Edit:RID_SCDLG_ASCII:ED_OTHER" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 218 , 100 ) ;
-        Size = MAP_APPFONT ( 37 , 12 ) ;
+               Pos = MAP_APPFONT ( 218, 100 ) ;
+               Size = MAP_APPFONT ( 37, 12 ) ;
                TabStop = TRUE ;
-        MaxTextLength = 10 ;
+               MaxTextLength = 10 ;
        };
 
-    CheckBox CKB_SEMICOLON
+       CheckBox CKB_SEMICOLON
        {
-        HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_SEMICOLON";
-        Pos = MAP_APPFONT ( 20 , 115 ) ;
-        Size = MAP_APPFONT ( 68 , 10 ) ;
+               HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_SEMICOLON" ;
+               Pos = MAP_APPFONT ( 20, 115 ) ;
+               Size = MAP_APPFONT ( 68, 10 ) ;
                TabStop = TRUE ;
-        Text [ en-US ] = "S~emicolon" ;
+               Text [ en-US ] = "S~emicolon" ;
        };
-    CheckBox CKB_SPACE
+       CheckBox CKB_SPACE
        {
-        HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_SPACE";
-        Pos = MAP_APPFONT ( 92 , 115 ) ;
-        Size = MAP_APPFONT ( 68 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "S~pace" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CKB_SPACE" ;
+               Pos = MAP_APPFONT ( 92, 115 ) ;
+               Size = MAP_APPFONT ( 68, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "S~pace" ;
        };
 
        CheckBox CB_ASONCE
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CB_ASONCE";
-        Pos = MAP_APPFONT ( 20 , 130 ) ;
-        Size = MAP_APPFONT ( 130 , 10 ) ;
+               HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CB_ASONCE" ;
+               Pos = MAP_APPFONT ( 20, 130 ) ;
+               Size = MAP_APPFONT ( 130, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "Merge ~delimiters" ;
        };
 
-    ComboBox CB_TEXTSEP
-    {
-        HelpID = "sc:ComboBox:RID_SCDLG_ASCII:CB_TEXTSEP";
-        Pos = MAP_APPFONT ( 218 , 128 ) ;
-        Size = MAP_APPFONT ( 37 , 94 ) ;
-        TabStop = TRUE ;
-        DropDown = TRUE ;
-    };
-    FixedText FT_TEXTSEP
-    {
-        Pos = MAP_APPFONT ( 156 , 130 ) ;
-        Size = MAP_APPFONT ( 60 , 8 ) ;
-        Text [ en-US ] = "Te~xt delimiter" ;
-    };
+       ComboBox CB_TEXTSEP
+       {
+               HelpID = "sc:ComboBox:RID_SCDLG_ASCII:CB_TEXTSEP" ;
+               Pos = MAP_APPFONT ( 218, 128 ) ;
+               Size = MAP_APPFONT ( 37, 94 ) ;
+               TabStop = TRUE ;
+               DropDown = TRUE ;
+       };
+       FixedText FT_TEXTSEP
+       {
+               Pos = MAP_APPFONT ( 156, 130 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
+               Text [ en-US ] = "Te~xt delimiter" ;
+       };
 
-    FixedLine FL_OTHER_OPTIONS
-    {
-        Pos = MAP_APPFONT ( 6 , 146 ) ;
-        Size = MAP_APPFONT ( 252 , 8 ) ;
-        Text [ en-US ] = "Other options" ;
-    };
+       FixedLine FL_OTHER_OPTIONS
+       {
+               Pos = MAP_APPFONT ( 6, 146 ) ;
+               Size = MAP_APPFONT ( 252, 8 ) ;
+               Text [ en-US ] = "Other options" ;
+       };
 
-    CheckBox CB_QUOTED_AS_TEXT
-    {
-        HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CB_QUOTED_AS_TEXT";
-        Pos = MAP_APPFONT ( 12 , 158 ) ;
-        Size = MAP_APPFONT ( 130 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "~Quoted field as text" ;
-    };
+       CheckBox CB_QUOTED_AS_TEXT
+       {
+               HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CB_QUOTED_AS_TEXT" ;
+               Pos = MAP_APPFONT ( 12, 158 ) ;
+               Size = MAP_APPFONT ( 130, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "~Quoted field as text" ;
+       };
 
-    CheckBox CB_DETECT_SPECIAL_NUMBER
-    {
-        HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CB_DETECT_SPECIAL_NUMBER";
-        Pos = MAP_APPFONT ( 12 , 171 ) ;
-        Size = MAP_APPFONT ( 130 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "Detect special numbers" ;
-    };
+       CheckBox CB_DETECT_SPECIAL_NUMBER
+       {
+               HelpID = "sc:CheckBox:RID_SCDLG_ASCII:CB_DETECT_SPECIAL_NUMBER" 
;
+               Pos = MAP_APPFONT ( 12, 171 ) ;
+               Size = MAP_APPFONT ( 130, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "Detect special numbers" ;
+       };
 
-    FixedLine FL_WIDTH
-    {
-        Pos = MAP_APPFONT ( 6 , 187 ) ;
-        Size = MAP_APPFONT ( 252 , 8 ) ;
-        Text [ en-US ] = "Fields" ;
-    };
-    FixedText FT_TYPE
-    {
-        Pos = MAP_APPFONT ( 12 , 200 ) ;
-        Size = MAP_APPFONT ( 60 , 8 ) ;
-        Text [ en-US ] = "Column t~ype";
-    };
-    ListBox LB_TYPE1
-    {
-        HelpID = "sc:ListBox:RID_SCDLG_ASCII:LB_TYPE1";
-        Pos = MAP_APPFONT ( 76 , 198 ) ;
-        Size = MAP_APPFONT ( 60 , 68 ) ;
-        TabStop = TRUE ;
-        DropDown = TRUE ;
-    };
-    Control CTR_TABLEBOX
-    {
-        HelpId = HID_SC_ASCII_TABCTR ;
-        Border = TRUE ;
-        DialogControl = TRUE ;
-        Pos = MAP_APPFONT ( 12 , 216 ) ;
-        Size = MAP_APPFONT ( 243 , 82 ) ;
-    };
+       FixedLine FL_WIDTH
+       {
+               Pos = MAP_APPFONT ( 6, 187 ) ;
+               Size = MAP_APPFONT ( 252, 8 ) ;
+               Text [ en-US ] = "Fields" ;
+       };
+       FixedText FT_TYPE
+       {
+               Pos = MAP_APPFONT ( 12, 200 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
+               Text [ en-US ] = "Column t~ype" ;
+       };
+       ListBox LB_TYPE1
+       {
+               HelpID = "sc:ListBox:RID_SCDLG_ASCII:LB_TYPE1" ;
+               Pos = MAP_APPFONT ( 76, 198 ) ;
+               Size = MAP_APPFONT ( 60, 68 ) ;
+               TabStop = TRUE ;
+               DropDown = TRUE ;
+       };
+       Control CTR_TABLEBOX
+       {
+               HelpId = HID_SC_ASCII_TABCTR ;
+               Border = TRUE ;
+               DialogControl = TRUE ;
+               Pos = MAP_APPFONT ( 12, 216 ) ;
+               Size = MAP_APPFONT ( 243, 82 ) ;
+       };
 
-    String STR_TEXTTOCOLUMNS
-    {
-        Text [ en-US ] = "Text to Columns" ;
-    };
+       String STR_TEXTTOCOLUMNS
+       {
+               Text [ en-US ] = "Text to Columns" ;
+       };
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/dbgui/consdlg.src 
b/main/sc/source/ui/dbgui/consdlg.src
index e8acbf7d4d..8692dfadee 100644
--- a/main/sc/source/ui/dbgui/consdlg.src
+++ b/main/sc/source/ui/dbgui/consdlg.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 "consdlg.hrc"
 ModelessDialog RID_SCDLG_CONSOLIDATE
 {
@@ -27,201 +28,202 @@ ModelessDialog RID_SCDLG_CONSOLIDATE
        HelpId = CMD_SID_OPENDLG_CONSOLIDATE ;
        Hide = TRUE ;
        SVLook = TRUE ;
-       Size = MAP_APPFONT ( 280 , 154 ) ;
+       Size = MAP_APPFONT ( 280, 154 ) ;
        Text [ en-US ] = "Consolidate" ;
        Moveable = TRUE ;
        Closeable = FALSE ;
        ListBox LB_FUNC
        {
-           HelpID = "sc:ListBox:RID_SCDLG_CONSOLIDATE:LB_FUNC";
+               HelpID = "sc:ListBox:RID_SCDLG_CONSOLIDATE:LB_FUNC" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 6 , 17 ) ;
-        Size = MAP_APPFONT ( 212 , 90 ) ;
+               Pos = MAP_APPFONT ( 6, 17 ) ;
+               Size = MAP_APPFONT ( 212, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                StringList [ en-US ] =
                {
-                       < "Sum" ; Default ; > ;
-                       < "Count" ; Default ; > ;
-                       < "Average" ; Default ; > ;
-                       < "Max" ; Default ; > ;
-                       < "Min" ; Default ; > ;
-                       < "Product" ; Default ; > ;
-                       < "Count (numbers only)" ; Default ; > ;
-                       < "StDev (sample)" ; Default ; > ;
-                       < "StDevP (population)" ; Default ; > ;
-                       < "Var (sample)" ; Default ; > ;
-                       < "VarP (population)" ; Default ; > ;
+                       < "Sum" ; Default ;                                     
        > ;
+                       < "Count" ; Default ;                                   
> ;
+                       < "Average" ; Default ;                                 
> ;
+                       < "Max" ; Default ;                                     
        > ;
+                       < "Min" ; Default ;                                     
        > ;
+                       < "Product" ; Default ;                                 
> ;
+                       < "Count (numbers only)" ; Default ;    > ;
+                       < "StDev (sample)" ; Default ;                  > ;
+                       < "StDevP (population)" ; Default ;             > ;
+                       < "Var (sample)" ; Default ;                    > ;
+                       < "VarP (population)" ; Default ;               > ;
                };
        };
        Edit ED_DATA_AREA
        {
-           HelpID = "sc:Edit:RID_SCDLG_CONSOLIDATE:ED_DATA_AREA";
+               HelpID = "sc:Edit:RID_SCDLG_CONSOLIDATE:ED_DATA_AREA" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 100 , 106 ) ;
-        Size = MAP_APPFONT ( 104 , 12 ) ;
+               Pos = MAP_APPFONT ( 100, 106 ) ;
+               Size = MAP_APPFONT ( 104, 12 ) ;
                TabStop = TRUE ;
        };
        Edit ED_DEST_AREA
        {
-           HelpID = "sc:Edit:RID_SCDLG_CONSOLIDATE:ED_DEST_AREA";
+               HelpID = "sc:Edit:RID_SCDLG_CONSOLIDATE:ED_DEST_AREA" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 100 , 135 ) ;
-        Size = MAP_APPFONT ( 104 , 12 ) ;
+               Pos = MAP_APPFONT ( 100, 135 ) ;
+               Size = MAP_APPFONT ( 104, 12 ) ;
                TabStop = TRUE ;
        };
        ImageButton RB_DATA_AREA
        {
-           HelpID = "sc:ImageButton:RID_SCDLG_CONSOLIDATE:RB_DATA_AREA";
-        Pos = MAP_APPFONT ( 206 , 105 ) ;
-               Size = MAP_APPFONT ( 13 , 15 ) ;
+               HelpID = "sc:ImageButton:RID_SCDLG_CONSOLIDATE:RB_DATA_AREA" ;
+               Pos = MAP_APPFONT ( 206, 105 ) ;
+               Size = MAP_APPFONT ( 13, 15 ) ;
                TabStop = TRUE ;
                QuickHelpText [ en-US ] = "Shrink" ;
        };
        ImageButton RB_DEST_AREA
        {
-           HelpID = "sc:ImageButton:RID_SCDLG_CONSOLIDATE:RB_DEST_AREA";
-        Pos = MAP_APPFONT ( 206 , 134 ) ;
-               Size = MAP_APPFONT ( 13 , 15 ) ;
+               HelpID = "sc:ImageButton:RID_SCDLG_CONSOLIDATE:RB_DEST_AREA" ;
+               Pos = MAP_APPFONT ( 206, 134 ) ;
+               Size = MAP_APPFONT ( 13, 15 ) ;
                TabStop = TRUE ;
                QuickHelpText [ en-US ] = "Shrink" ;
        };
        ListBox LB_DATA_AREA
        {
-           HelpID = "sc:ListBox:RID_SCDLG_CONSOLIDATE:LB_DATA_AREA";
+               HelpID = "sc:ListBox:RID_SCDLG_CONSOLIDATE:LB_DATA_AREA" ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 6 , 106 ) ;
-        Size = MAP_APPFONT ( 90 , 90 ) ;
+               Pos = MAP_APPFONT ( 6, 106 ) ;
+               Size = MAP_APPFONT ( 90, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        ListBox LB_DEST_AREA
        {
-           HelpID = "sc:ListBox:RID_SCDLG_CONSOLIDATE:LB_DEST_AREA";
+               HelpID = "sc:ListBox:RID_SCDLG_CONSOLIDATE:LB_DEST_AREA" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 6 , 135 ) ;
-        Size = MAP_APPFONT ( 90 , 90 ) ;
+               Pos = MAP_APPFONT ( 6, 135 ) ;
+               Size = MAP_APPFONT ( 90, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        MultiListBox LB_CONSAREAS
        {
-           HelpID = "sc:MultiListBox:RID_SCDLG_CONSOLIDATE:LB_CONSAREAS";
+               HelpID = "sc:MultiListBox:RID_SCDLG_CONSOLIDATE:LB_CONSAREAS" ;
                SimpleMode = TRUE ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 6 , 46 ) ;
-        Size = MAP_APPFONT ( 212 , 43 ) ;
+               Pos = MAP_APPFONT ( 6, 46 ) ;
+               Size = MAP_APPFONT ( 212, 43 ) ;
                TabStop = TRUE ;
        };
        FixedText FT_FUNC
        {
-        Pos = MAP_APPFONT ( 6 , 6 ) ;
-        Size = MAP_APPFONT ( 212 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 6 ) ;
+               Size = MAP_APPFONT ( 212, 8 ) ;
                Text [ en-US ] = "~Function" ;
        };
        FixedText FT_CONSAREAS
        {
-        Pos = MAP_APPFONT ( 6 , 35 ) ;
-        Size = MAP_APPFONT ( 212 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 35 ) ;
+               Size = MAP_APPFONT ( 212, 8 ) ;
                Text [ en-US ] = "~Consolidation ranges" ;
        };
        FixedText FT_DATA_AREA
        {
-        Pos = MAP_APPFONT ( 6 , 95 ) ;
-        Size = MAP_APPFONT ( 212 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 95 ) ;
+               Size = MAP_APPFONT ( 212, 8 ) ;
                Text [ en-US ] = "~Source data range" ;
        };
        FixedText FT_DEST_AREA
        {
-               Pos = MAP_APPFONT ( 6 , 124 ) ;
-        Size = MAP_APPFONT ( 212 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 124 ) ;
+               Size = MAP_APPFONT ( 212, 8 ) ;
                Text [ en-US ] = "Copy results ~to" ;
        };
        CheckBox BTN_BYROW
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_CONSOLIDATE:BTN_BYROW";
-        Pos = MAP_APPFONT ( 12 , 165 ) ;
-        Size = MAP_APPFONT ( 94 , 10 ) ;
+               HelpID = "sc:CheckBox:RID_SCDLG_CONSOLIDATE:BTN_BYROW" ;
+               Pos = MAP_APPFONT ( 12, 165 ) ;
+               Size = MAP_APPFONT ( 94, 10 ) ;
                Text [ en-US ] = "~Row labels" ;
                TabStop = TRUE ;
        };
        CheckBox BTN_BYCOL
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_CONSOLIDATE:BTN_BYCOL";
-        Pos = MAP_APPFONT ( 12 , 179 ) ;
-        Size = MAP_APPFONT ( 94 , 10 ) ;
+               HelpID = "sc:CheckBox:RID_SCDLG_CONSOLIDATE:BTN_BYCOL" ;
+               Pos = MAP_APPFONT ( 12, 179 ) ;
+               Size = MAP_APPFONT ( 94, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "C~olumn labels" ;
        };
-    FixedLine FL_CONSBY
+       FixedLine FL_CONSBY
        {
-               Pos = MAP_APPFONT ( 6 , 154 ) ;
-        Size = MAP_APPFONT ( 103 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 154 ) ;
+               Size = MAP_APPFONT ( 103, 8 ) ;
                Text [ en-US ] = "Consolidate by" ;
        };
-    FixedLine FL_SEP
+       FixedLine FL_SEP
        {
-        Pos = MAP_APPFONT ( 112 , 165 ) ;
-        Size = MAP_APPFONT ( 1 , 24 ) ;
-    };
-    FixedLine FL_OPTIONS
+               Pos = MAP_APPFONT ( 112, 165 ) ;
+               Size = MAP_APPFONT ( 1, 24 ) ;
+       };
+       FixedLine FL_OPTIONS
        {
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 115 , 154 ) ;
-        Size = MAP_APPFONT ( 103 , 8 ) ;
+               Pos = MAP_APPFONT ( 115, 154 ) ;
+               Size = MAP_APPFONT ( 103, 8 ) ;
                Text [ en-US ] = "Options" ;
        };
        CheckBox BTN_REFS
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_CONSOLIDATE:BTN_REFS";
-        Pos = MAP_APPFONT ( 121 , 165 ) ;
-        Size = MAP_APPFONT ( 94 , 10 ) ;
+               HelpID = "sc:CheckBox:RID_SCDLG_CONSOLIDATE:BTN_REFS" ;
+               Pos = MAP_APPFONT ( 121, 165 ) ;
+               Size = MAP_APPFONT ( 94, 10 ) ;
                Text [ en-US ] = "~Link to source data" ;
                TabStop = TRUE ;
        };
        OKButton BTN_OK
        {
-        Pos = MAP_APPFONT ( 224 , 6 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 224, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
        };
        CancelButton BTN_CANCEL
        {
-        Pos = MAP_APPFONT ( 224 , 23 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 224, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        HelpButton BTN_HELP
        {
-        Pos = MAP_APPFONT ( 224 , 43 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 224, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        MoreButton BTN_MORE
        {
-           HelpID = "sc:MoreButton:RID_SCDLG_CONSOLIDATE:BTN_MORE";
-        Pos = MAP_APPFONT ( 224 , 134 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "sc:MoreButton:RID_SCDLG_CONSOLIDATE:BTN_MORE" ;
+               Pos = MAP_APPFONT ( 224, 134 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                MapUnit = MAP_APPFONT ;
-        Delta = 41 ;
+               Delta = 41 ;
        };
        PushButton BTN_REMOVE
        {
-           HelpID = "sc:PushButton:RID_SCDLG_CONSOLIDATE:BTN_REMOVE";
-        Pos = MAP_APPFONT ( 224 , 114 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "sc:PushButton:RID_SCDLG_CONSOLIDATE:BTN_REMOVE" ;
+               Pos = MAP_APPFONT ( 224, 114 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                Text [ en-US ] = "~Delete" ;
                TabStop = TRUE ;
        };
        PushButton BTN_ADD
        {
-           HelpID = "sc:PushButton:RID_SCDLG_CONSOLIDATE:BTN_ADD";
-        Pos = MAP_APPFONT ( 224 , 96 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "sc:PushButton:RID_SCDLG_CONSOLIDATE:BTN_ADD" ;
+               Pos = MAP_APPFONT ( 224, 96 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                Text [ en-US ] = "~Add" ;
                TabStop = TRUE ;
        };
 };
 
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/dbgui/dapitype.src 
b/main/sc/source/ui/dbgui/dapitype.src
index 5fb8db268c..d94916c3d5 100644
--- a/main/sc/source/ui/dbgui/dapitype.src
+++ b/main/sc/source/ui/dbgui/dapitype.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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,59 +30,59 @@ ModalDialog RID_SCDLG_DAPITYPE
        OutputSize = TRUE ;
        HelpId = HID_DATAPILOT_TYPE ;
        SVLook = TRUE ;
-    Size = MAP_APPFONT ( 241 , 63 ) ;
+       Size = MAP_APPFONT ( 241, 63 ) ;
        Moveable = TRUE ;
        Closeable = FALSE ;
        OKButton BTN_OK
        {
-        Pos = MAP_APPFONT ( 185 , 6 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 185, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
        };
        CancelButton BTN_CANCEL
        {
-        Pos = MAP_APPFONT ( 185 , 23 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 185, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        HelpButton BTN_HELP
        {
-        Pos = MAP_APPFONT ( 185 , 43 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 185, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        RadioButton BTN_SELECTION
        {
-           HelpID = "sc:RadioButton:RID_SCDLG_DAPITYPE:BTN_SELECTION";
-               Pos = MAP_APPFONT ( 12 , 14 ) ;
-        Size = MAP_APPFONT ( 164 , 10 ) ;
+               HelpID = "sc:RadioButton:RID_SCDLG_DAPITYPE:BTN_SELECTION" ;
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 164, 10 ) ;
                TabStop = TRUE ;
-               Text [ en-US ] = "~Current selection";
+               Text [ en-US ] = "~Current selection" ;
        };
        RadioButton BTN_DATABASE
        {
-           HelpID = "sc:RadioButton:RID_SCDLG_DAPITYPE:BTN_DATABASE";
-        Pos = MAP_APPFONT ( 12 , 28 ) ;
-        Size = MAP_APPFONT ( 164 , 10 ) ;
+               HelpID = "sc:RadioButton:RID_SCDLG_DAPITYPE:BTN_DATABASE" ;
+               Pos = MAP_APPFONT ( 12, 28 ) ;
+               Size = MAP_APPFONT ( 164, 10 ) ;
                TabStop = TRUE ;
-               Text [ en-US ] = "~Data source registered in %PRODUCTNAME";
+               Text [ en-US ] = "~Data source registered in %PRODUCTNAME" ;
        };
        RadioButton BTN_EXTERNAL
        {
-           HelpID = "sc:RadioButton:RID_SCDLG_DAPITYPE:BTN_EXTERNAL";
-        Pos = MAP_APPFONT ( 12 , 42 ) ;
-        Size = MAP_APPFONT ( 164 , 10 ) ;
+               HelpID = "sc:RadioButton:RID_SCDLG_DAPITYPE:BTN_EXTERNAL" ;
+               Pos = MAP_APPFONT ( 12, 42 ) ;
+               Size = MAP_APPFONT ( 164, 10 ) ;
                TabStop = TRUE ;
-               Text [ en-US ] = "~External source/interface";
+               Text [ en-US ] = "~External source/interface" ;
        };
-    FixedLine FL_FRAME
+       FixedLine FL_FRAME
        {
-               Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 173 , 8 ) ;
-               Text [ en-US ] = "Selection";
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 173, 8 ) ;
+               Text [ en-US ] = "Selection" ;
        };
-       Text [ en-US ] = "Select Source";
+       Text [ en-US ] = "Select Source" ;
 };
 
 
@@ -94,107 +94,107 @@ ModalDialog RID_SCDLG_DAPISERVICE
        OutputSize = TRUE ;
        HelpId = HID_DATAPILOT_SERVICE ;
        SVLook = TRUE ;
-    Size = MAP_APPFONT ( 241 , 94 ) ;
+       Size = MAP_APPFONT ( 241, 94 ) ;
        Moveable = TRUE ;
        Closeable = FALSE ;
        OKButton BTN_OK
        {
-               Pos = MAP_APPFONT ( 185 , 6 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 185, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
        };
        CancelButton BTN_CANCEL
        {
-               Pos = MAP_APPFONT ( 185 , 23 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 185, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        HelpButton BTN_HELP
        {
-               Pos = MAP_APPFONT ( 185 , 43 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 185, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        FixedText FT_SERVICE
        {
-               Pos = MAP_APPFONT ( 12 , 14 ) ;
-        Size = MAP_APPFONT ( 40 , 8 ) ;
-               Text [ en-US ] = "~Service";
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 40, 8 ) ;
+               Text [ en-US ] = "~Service" ;
        };
        ListBox LB_SERVICE
        {
-           HelpID = "sc:ListBox:RID_SCDLG_DAPISERVICE:LB_SERVICE";
+               HelpID = "sc:ListBox:RID_SCDLG_DAPISERVICE:LB_SERVICE" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 56 , 12 ) ;
-        Size = MAP_APPFONT ( 120 , 80 ) ;
+               Pos = MAP_APPFONT ( 56, 12 ) ;
+               Size = MAP_APPFONT ( 120, 80 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        FixedText FT_SOURCE
        {
-        Pos = MAP_APPFONT ( 12 , 30 ) ;
-        Size = MAP_APPFONT ( 40 , 8 ) ;
-               Text [ en-US ] = "So~urce";
+               Pos = MAP_APPFONT ( 12, 30 ) ;
+               Size = MAP_APPFONT ( 40, 8 ) ;
+               Text [ en-US ] = "So~urce" ;
        };
        Edit ED_SOURCE
        {
-           HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_SOURCE";
+               HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_SOURCE" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 56 , 28 ) ;
-        Size = MAP_APPFONT ( 120 , 12 ) ;
+               Pos = MAP_APPFONT ( 56, 28 ) ;
+               Size = MAP_APPFONT ( 120, 12 ) ;
                TabStop = TRUE ;
        };
        FixedText FT_NAME
        {
-        Pos = MAP_APPFONT ( 12 , 46 ) ;
-        Size = MAP_APPFONT ( 40 , 8 ) ;
-               Text [ en-US ] = "~Name";
+               Pos = MAP_APPFONT ( 12, 46 ) ;
+               Size = MAP_APPFONT ( 40, 8 ) ;
+               Text [ en-US ] = "~Name" ;
        };
        Edit ED_NAME
        {
-           HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_NAME";
+               HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_NAME" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 56 , 44 ) ;
-        Size = MAP_APPFONT ( 120 , 12 ) ;
+               Pos = MAP_APPFONT ( 56, 44 ) ;
+               Size = MAP_APPFONT ( 120, 12 ) ;
                TabStop = TRUE ;
        };
        FixedText FT_USER
        {
-        Pos = MAP_APPFONT ( 12 , 62 ) ;
-        Size = MAP_APPFONT ( 40 , 8 ) ;
-               Text [ en-US ] = "Us~er";
+               Pos = MAP_APPFONT ( 12, 62 ) ;
+               Size = MAP_APPFONT ( 40, 8 ) ;
+               Text [ en-US ] = "Us~er" ;
        };
        Edit ED_USER
        {
-           HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_USER";
+               HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_USER" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 56 , 60 ) ;
-        Size = MAP_APPFONT ( 120 , 12 ) ;
+               Pos = MAP_APPFONT ( 56, 60 ) ;
+               Size = MAP_APPFONT ( 120, 12 ) ;
                TabStop = TRUE ;
        };
        FixedText FT_PASSWD
        {
-        Pos = MAP_APPFONT ( 12 , 78 ) ;
-        Size = MAP_APPFONT ( 40 , 8 ) ;
-               Text [ en-US ] = "~Password";
+               Pos = MAP_APPFONT ( 12, 78 ) ;
+               Size = MAP_APPFONT ( 40, 8 ) ;
+               Text [ en-US ] = "~Password" ;
        };
        Edit ED_PASSWD
        {
-           HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_PASSWD";
+               HelpID = "sc:Edit:RID_SCDLG_DAPISERVICE:ED_PASSWD" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 56 , 76 ) ;
-        Size = MAP_APPFONT ( 120 , 12 ) ;
+               Pos = MAP_APPFONT ( 56, 76 ) ;
+               Size = MAP_APPFONT ( 120, 12 ) ;
                TabStop = TRUE ;
                PassWord = TRUE ;
        };
-    FixedLine FL_FRAME
+       FixedLine FL_FRAME
        {
-               Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 173 , 8 ) ;
-               Text [ en-US ] = "Selection";
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 173, 8 ) ;
+               Text [ en-US ] = "Selection" ;
        };
-       Text [ en-US ] = "External Source";
+       Text [ en-US ] = "External Source" ;
 };
 
 
@@ -206,110 +206,91 @@ ModalDialog RID_SCDLG_DAPIDATA
        OutputSize = TRUE ;
        HelpId = HID_DATAPILOT_DATABASE ;
        SVLook = TRUE ;
-    Size = MAP_APPFONT ( 241 , 63 ) ;
+       Size = MAP_APPFONT ( 241, 63 ) ;
        Moveable = TRUE ;
        Closeable = FALSE ;
        OKButton BTN_OK
        {
-               Pos = MAP_APPFONT ( 185 , 6 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 185, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
        };
        CancelButton BTN_CANCEL
        {
-               Pos = MAP_APPFONT ( 185 , 23 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 185, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        HelpButton BTN_HELP
        {
-               Pos = MAP_APPFONT ( 185 , 43 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 185, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
 
        FixedText FT_DATABASE
        {
-               Pos = MAP_APPFONT ( 12 , 14 ) ;
-        Size = MAP_APPFONT ( 52 , 8 ) ;
-               Text [ en-US ] = "~Database";
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 52, 8 ) ;
+               Text [ en-US ] = "~Database" ;
        };
        ListBox LB_DATABASE
        {
-           HelpID = "sc:ListBox:RID_SCDLG_DAPIDATA:LB_DATABASE";
+               HelpID = "sc:ListBox:RID_SCDLG_DAPIDATA:LB_DATABASE" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 66 , 12 ) ;
-        Size = MAP_APPFONT ( 110 , 80 ) ;
+               Pos = MAP_APPFONT ( 66, 12 ) ;
+               Size = MAP_APPFONT ( 110, 80 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
 
        FixedText FT_OBJECT
        {
-        Pos = MAP_APPFONT ( 12 , 46 ) ;
-        Size = MAP_APPFONT ( 52 , 8 ) ;
-               Text [ en-US ] = "Data so~urce";
+               Pos = MAP_APPFONT ( 12, 46 ) ;
+               Size = MAP_APPFONT ( 52, 8 ) ;
+               Text [ en-US ] = "Data so~urce" ;
        };
        ComboBox CB_OBJECT
        {
-           HelpID = "sc:ComboBox:RID_SCDLG_DAPIDATA:CB_OBJECT";
+               HelpID = "sc:ComboBox:RID_SCDLG_DAPIDATA:CB_OBJECT" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 66 , 44 ) ;
-        Size = MAP_APPFONT ( 110 , 80 ) ;
+               Pos = MAP_APPFONT ( 66, 44 ) ;
+               Size = MAP_APPFONT ( 110, 80 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
 
        FixedText FT_OBJTYPE
        {
-        Pos = MAP_APPFONT ( 12 , 30 ) ;
-        Size = MAP_APPFONT ( 52 , 8 ) ;
-               Text [ en-US ] = "~Type";
+               Pos = MAP_APPFONT ( 12, 30 ) ;
+               Size = MAP_APPFONT ( 52, 8 ) ;
+               Text [ en-US ] = "~Type" ;
        };
        ListBox LB_OBJTYPE
        {
-           HelpID = "sc:ListBox:RID_SCDLG_DAPIDATA:LB_OBJTYPE";
+               HelpID = "sc:ListBox:RID_SCDLG_DAPIDATA:LB_OBJTYPE" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 66 , 28 ) ;
-        Size = MAP_APPFONT ( 110 , 80 ) ;
+               Pos = MAP_APPFONT ( 66, 28 ) ;
+               Size = MAP_APPFONT ( 110, 80 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        StringList [ en-US ] =
        {
-               < "Table" ; Default ; > ;
-               < "Query" ; Default ; > ;
-               < "Sql" ; Default ; > ;
-               < "Sql [Native]" ; Default ; > ;
+               < "Table" ; Default ;                   > ;
+               < "Query" ; Default ;                   > ;
+               < "Sql" ; Default ;                             > ;
+               < "Sql [Native]" ; Default ;    > ;
        };
        };
 
-    FixedLine FL_FRAME
+       FixedLine FL_FRAME
        {
-               Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 173 , 8 ) ;
-               Text [ en-US ] = "Selection";
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 173, 8 ) ;
+               Text [ en-US ] = "Selection" ;
        };
-       Text [ en-US ] = "Select Data Source";
+       Text [ en-US ] = "Select Data Source" ;
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/dbgui/dpgroupdlg.src 
b/main/sc/source/ui/dbgui/dpgroupdlg.src
index d72b141298..81c3f6cf69 100644
--- a/main/sc/source/ui/dbgui/dpgroupdlg.src
+++ b/main/sc/source/ui/dbgui/dpgroupdlg.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,243 +27,242 @@
 
 ModalDialog RID_SCDLG_DPNUMGROUP
 {
-    Size = MAP_APPFONT ( 220 , 110 ) ;
-    HelpId = HID_SC_DPNUMGROUP ;
-    OutputSize = TRUE ;
-    SVLook = TRUE ;
-    Moveable = TRUE ;
-    Closeable = FALSE ;
-    Hide = TRUE ;
-    FixedLine FL_START
-    {
-        Pos = MAP_APPFONT ( 6, 3 ) ;
-        Size = MAP_APPFONT ( 152, 8 ) ;
-        Text [ en-US ] = "Start" ;
-    };
-    RadioButton RB_AUTOSTART
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_AUTOSTART";
-        Pos = MAP_APPFONT ( 12 , 14 ) ;
-        Size = MAP_APPFONT ( 80 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "~Automatically" ;
-    };
-    RadioButton RB_MANSTART
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_MANSTART";
-        Pos = MAP_APPFONT ( 12 , 28 ) ;
-        Size = MAP_APPFONT ( 80 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "~Manually at" ;
-    };
-    Edit ED_START
-    {
-        HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_START";
-        Pos = MAP_APPFONT ( 94 , 26 ) ;
-        Size = MAP_APPFONT ( 58 , 12 ) ;
-        TabStop = TRUE ;
-        Border = TRUE ;
-    };
-    FixedLine FL_END
-    {
-        Pos = MAP_APPFONT ( 6 , 42 ) ;
-        Size = MAP_APPFONT ( 152 , 8 ) ;
-        Text [ en-US ] = "End" ;
-    };
-    RadioButton RB_AUTOEND
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_AUTOEND";
-        Pos = MAP_APPFONT ( 12 , 53 ) ;
-        Size = MAP_APPFONT ( 80 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "A~utomatically" ;
-    };
-    RadioButton RB_MANEND
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_MANEND";
-        Pos = MAP_APPFONT ( 12 , 67 ) ;
-        Size = MAP_APPFONT ( 80 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "Ma~nually at" ;
-    };
-    Edit ED_END
-    {
-        HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_END";
-        Pos = MAP_APPFONT ( 94 , 65 ) ;
-        Size = MAP_APPFONT ( 58 , 12 ) ;
-        TabStop = TRUE ;
-        Border = TRUE ;
-    };
-    FixedLine FL_BY
-    {
-        Pos = MAP_APPFONT ( 6 , 81 ) ;
-        Size = MAP_APPFONT ( 152 , 8 ) ;
-        Text [ en-US ] = "~Group by" ;
-    };
-    Edit ED_BY
-    {
-        HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_BY";
-        Pos = MAP_APPFONT ( 94 , 92 ) ;
-        Size = MAP_APPFONT ( 58 , 12 ) ;
-        TabStop = TRUE ;
-        Border = TRUE ;
-    };
-    OKButton BTN_OK
-    {
-        Pos = MAP_APPFONT ( 164 , 6 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-        DefButton = TRUE ;
-    };
-    CancelButton BTN_CANCEL
-    {
-        Pos = MAP_APPFONT ( 164 , 23 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-    };
-    HelpButton BTN_HELP
-    {
-        Pos = MAP_APPFONT ( 164 , 43 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-    };
-    Text [ en-US ] = "Grouping" ;
-} ;
+       Size = MAP_APPFONT ( 220, 110 ) ;
+       HelpId = HID_SC_DPNUMGROUP ;
+       OutputSize = TRUE ;
+       SVLook = TRUE ;
+       Moveable = TRUE ;
+       Closeable = FALSE ;
+       Hide = TRUE ;
+       FixedLine FL_START
+       {
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 152, 8 ) ;
+               Text [ en-US ] = "Start" ;
+       };
+       RadioButton RB_AUTOSTART
+       {
+               HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_AUTOSTART" ;
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 80, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "~Automatically" ;
+       };
+       RadioButton RB_MANSTART
+       {
+               HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_MANSTART" ;
+               Pos = MAP_APPFONT ( 12, 28 ) ;
+               Size = MAP_APPFONT ( 80, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "~Manually at" ;
+       };
+       Edit ED_START
+       {
+               HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_START" ;
+               Pos = MAP_APPFONT ( 94, 26 ) ;
+               Size = MAP_APPFONT ( 58, 12 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+       };
+       FixedLine FL_END
+       {
+               Pos = MAP_APPFONT ( 6, 42 ) ;
+               Size = MAP_APPFONT ( 152, 8 ) ;
+               Text [ en-US ] = "End" ;
+       };
+       RadioButton RB_AUTOEND
+       {
+               HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_AUTOEND" ;
+               Pos = MAP_APPFONT ( 12, 53 ) ;
+               Size = MAP_APPFONT ( 80, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "A~utomatically" ;
+       };
+       RadioButton RB_MANEND
+       {
+               HelpID = "sc:RadioButton:RID_SCDLG_DPNUMGROUP:RB_MANEND" ;
+               Pos = MAP_APPFONT ( 12, 67 ) ;
+               Size = MAP_APPFONT ( 80, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "Ma~nually at" ;
+       };
+       Edit ED_END
+       {
+               HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_END" ;
+               Pos = MAP_APPFONT ( 94, 65 ) ;
+               Size = MAP_APPFONT ( 58, 12 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+       };
+       FixedLine FL_BY
+       {
+               Pos = MAP_APPFONT ( 6, 81 ) ;
+               Size = MAP_APPFONT ( 152, 8 ) ;
+               Text [ en-US ] = "~Group by" ;
+       };
+       Edit ED_BY
+       {
+               HelpID = "sc:Edit:RID_SCDLG_DPNUMGROUP:ED_BY" ;
+               Pos = MAP_APPFONT ( 94, 92 ) ;
+               Size = MAP_APPFONT ( 58, 12 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+       };
+       OKButton BTN_OK
+       {
+               Pos = MAP_APPFONT ( 164, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+               DefButton = TRUE ;
+       };
+       CancelButton BTN_CANCEL
+       {
+               Pos = MAP_APPFONT ( 164, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       HelpButton BTN_HELP
+       {
+               Pos = MAP_APPFONT ( 164, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       Text [ en-US ] = "Grouping" ;
+};
 
 // ----------------------------------------------------------------------------
 
 ModalDialog RID_SCDLG_DPDATEGROUP
 {
-    Size = MAP_APPFONT ( 220 , 180 ) ;
-    HelpId = HID_SC_DPDATEGROUP ;
-    OutputSize = TRUE ;
-    SVLook = TRUE ;
-    Moveable = TRUE ;
-    Closeable = FALSE ;
-    Hide = TRUE ;
-    FixedLine FL_START
-    {
-        Pos = MAP_APPFONT ( 6, 3 ) ;
-        Size = MAP_APPFONT ( 152, 8 ) ;
-        Text [ en-US ] = "Start" ;
-    };
-    RadioButton RB_AUTOSTART
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_AUTOSTART";
-        Pos = MAP_APPFONT ( 12 , 14 ) ;
-        Size = MAP_APPFONT ( 80 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "~Automatically" ;
-    };
-    RadioButton RB_MANSTART
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_MANSTART";
-        Pos = MAP_APPFONT ( 12 , 28 ) ;
-        Size = MAP_APPFONT ( 80 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "~Manually at" ;
-    };
-    DateField ED_START
-    {
-        HelpID = "sc:DateField:RID_SCDLG_DPDATEGROUP:ED_START";
-        Pos = MAP_APPFONT ( 94 , 26 ) ;
-        Size = MAP_APPFONT ( 58 , 12 ) ;
-        TabStop = TRUE ;
-        Border = TRUE ;
-    };
-    FixedLine FL_END
-    {
-        Pos = MAP_APPFONT ( 6 , 42 ) ;
-        Size = MAP_APPFONT ( 152 , 8 ) ;
-        Text [ en-US ] = "End" ;
-    };
-    RadioButton RB_AUTOEND
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_AUTOEND";
-        Pos = MAP_APPFONT ( 12 , 53 ) ;
-        Size = MAP_APPFONT ( 80 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "A~utomatically" ;
-    };
-    RadioButton RB_MANEND
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_MANEND";
-        Pos = MAP_APPFONT ( 12 , 67 ) ;
-        Size = MAP_APPFONT ( 80 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "Ma~nually at" ;
-    };
-    DateField ED_END
-    {
-        HelpID = "sc:DateField:RID_SCDLG_DPDATEGROUP:ED_END";
-        Pos = MAP_APPFONT ( 94 , 65 ) ;
-        Size = MAP_APPFONT ( 58 , 12 ) ;
-        TabStop = TRUE ;
-        Border = TRUE ;
-    };
-    FixedLine FL_BY
-    {
-        Pos = MAP_APPFONT ( 6 , 81 ) ;
-        Size = MAP_APPFONT ( 152 , 8 ) ;
-        Text [ en-US ] = "Group by" ;
-    };
-    RadioButton RB_NUMDAYS
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_NUMDAYS";
-        Pos = MAP_APPFONT ( 12 , 94 ) ;
-        Size = MAP_APPFONT ( 80 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "Number of ~days" ;
-    };
-    RadioButton RB_UNITS
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_UNITS";
-        Pos = MAP_APPFONT ( 12 , 110 ) ;
-        Size = MAP_APPFONT ( 80 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "~Intervals" ;
-    };
-    NumericField ED_NUMDAYS
-    {
-        HelpID = "sc:NumericField:RID_SCDLG_DPDATEGROUP:ED_NUMDAYS";
-        Pos = MAP_APPFONT ( 94, 92 ) ;
-        Size = MAP_APPFONT ( 35, 12 ) ;
-        TabStop = TRUE ;
-        Border = TRUE ;
-        Spin = TRUE ;
-        Repeat = TRUE ;
-        Minimum = 1 ;
-        Maximum = 32767 ;
-        SpinSize = 1 ;
-    };
-    Control LB_UNITS
-    {
-        Pos = MAP_APPFONT( 94, 110 );
-        Size = MAP_APPFONT( 58, 64 );
-        TabStop = TRUE;
-        Border = TRUE;
-    };
-    OKButton BTN_OK
-    {
-        Pos = MAP_APPFONT ( 164 , 6 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-        DefButton = TRUE ;
-    };
-    CancelButton BTN_CANCEL
-    {
-        Pos = MAP_APPFONT ( 164 , 23 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-    };
-    HelpButton BTN_HELP
-    {
-        Pos = MAP_APPFONT ( 164 , 43 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-    };
-    Text [ en-US ] = "Grouping" ;
-} ;
-
-// ----------------------------------------------------------------------------
+       Size = MAP_APPFONT ( 220, 180 ) ;
+       HelpId = HID_SC_DPDATEGROUP ;
+       OutputSize = TRUE ;
+       SVLook = TRUE ;
+       Moveable = TRUE ;
+       Closeable = FALSE ;
+       Hide = TRUE ;
+       FixedLine FL_START
+       {
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 152, 8 ) ;
+               Text [ en-US ] = "Start" ;
+       };
+       RadioButton RB_AUTOSTART
+       {
+               HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_AUTOSTART" ;
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 80, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "~Automatically" ;
+       };
+       RadioButton RB_MANSTART
+       {
+               HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_MANSTART" ;
+               Pos = MAP_APPFONT ( 12, 28 ) ;
+               Size = MAP_APPFONT ( 80, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "~Manually at" ;
+       };
+       DateField ED_START
+       {
+               HelpID = "sc:DateField:RID_SCDLG_DPDATEGROUP:ED_START" ;
+               Pos = MAP_APPFONT ( 94, 26 ) ;
+               Size = MAP_APPFONT ( 58, 12 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+       };
+       FixedLine FL_END
+       {
+               Pos = MAP_APPFONT ( 6, 42 ) ;
+               Size = MAP_APPFONT ( 152, 8 ) ;
+               Text [ en-US ] = "End" ;
+       };
+       RadioButton RB_AUTOEND
+       {
+               HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_AUTOEND" ;
+               Pos = MAP_APPFONT ( 12, 53 ) ;
+               Size = MAP_APPFONT ( 80, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "A~utomatically" ;
+       };
+       RadioButton RB_MANEND
+       {
+               HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_MANEND" ;
+               Pos = MAP_APPFONT ( 12, 67 ) ;
+               Size = MAP_APPFONT ( 80, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "Ma~nually at" ;
+       };
+       DateField ED_END
+       {
+               HelpID = "sc:DateField:RID_SCDLG_DPDATEGROUP:ED_END" ;
+               Pos = MAP_APPFONT ( 94, 65 ) ;
+               Size = MAP_APPFONT ( 58, 12 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+       };
+       FixedLine FL_BY
+       {
+               Pos = MAP_APPFONT ( 6, 81 ) ;
+               Size = MAP_APPFONT ( 152, 8 ) ;
+               Text [ en-US ] = "Group by" ;
+       };
+       RadioButton RB_NUMDAYS
+       {
+               HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_NUMDAYS" ;
+               Pos = MAP_APPFONT ( 12, 94 ) ;
+               Size = MAP_APPFONT ( 80, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "Number of ~days" ;
+       };
+       RadioButton RB_UNITS
+       {
+               HelpID = "sc:RadioButton:RID_SCDLG_DPDATEGROUP:RB_UNITS" ;
+               Pos = MAP_APPFONT ( 12, 110 ) ;
+               Size = MAP_APPFONT ( 80, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "~Intervals" ;
+       };
+       NumericField ED_NUMDAYS
+       {
+               HelpID = "sc:NumericField:RID_SCDLG_DPDATEGROUP:ED_NUMDAYS" ;
+               Pos = MAP_APPFONT ( 94, 92 ) ;
+               Size = MAP_APPFONT ( 35, 12 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+               Spin = TRUE ;
+               Repeat = TRUE ;
+               Minimum = 1 ;
+               Maximum = 32767 ;
+               SpinSize = 1 ;
+       };
+       Control LB_UNITS
+       {
+               Pos = MAP_APPFONT ( 94, 110 ) ;
+               Size = MAP_APPFONT ( 58, 64 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+       };
+       OKButton BTN_OK
+       {
+               Pos = MAP_APPFONT ( 164, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+               DefButton = TRUE ;
+       };
+       CancelButton BTN_CANCEL
+       {
+               Pos = MAP_APPFONT ( 164, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       HelpButton BTN_HELP
+       {
+               Pos = MAP_APPFONT ( 164, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       Text [ en-US ] = "Grouping" ;
+};
 
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/dbgui/imoptdlg.src 
b/main/sc/source/ui/dbgui/imoptdlg.src
index b326feeefc..5a30de81cd 100644
--- a/main/sc/source/ui/dbgui/imoptdlg.src
+++ b/main/sc/source/ui/dbgui/imoptdlg.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,21 +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 "imoptdlg.hrc"
 
 ModalDialog RID_SCDLG_IMPORTOPT
@@ -29,123 +28,107 @@ ModalDialog RID_SCDLG_IMPORTOPT
        HelpId = HID_SC_INPORTOPT ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-    Size = MAP_APPFONT ( 256 , 66 ) ;
+       Size = MAP_APPFONT ( 256, 66 ) ;
        Moveable = TRUE ;
        Closeable = FALSE ;
        Text [ en-US ] = "Import File" ;
        FixedText FT_FIELDSEP
        {
-        Pos = MAP_APPFONT ( 12 , 32 ) ;
-        Size = MAP_APPFONT ( 55 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 32 ) ;
+               Size = MAP_APPFONT ( 55, 8 ) ;
                Text [ en-US ] = "~Field delimiter" ;
        };
        ComboBox ED_FIELDSEP
        {
-           HelpID = "sc:ComboBox:RID_SCDLG_IMPORTOPT:ED_FIELDSEP";
-        Pos = MAP_APPFONT ( 70 , 30 ) ;
-        Size = MAP_APPFONT ( 121 , 60 ) ;
+               HelpID = "sc:ComboBox:RID_SCDLG_IMPORTOPT:ED_FIELDSEP" ;
+               Pos = MAP_APPFONT ( 70, 30 ) ;
+               Size = MAP_APPFONT ( 121, 60 ) ;
                DropDown = TRUE ;
        };
        FixedText FT_TEXTSEP
        {
-        Pos = MAP_APPFONT ( 12 , 48 ) ;
-        Size = MAP_APPFONT ( 55 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 48 ) ;
+               Size = MAP_APPFONT ( 55, 8 ) ;
                Text [ en-US ] = "~Text delimiter" ;
        };
        ComboBox ED_TEXTSEP
        {
-           HelpID = "sc:ComboBox:RID_SCDLG_IMPORTOPT:ED_TEXTSEP";
-        Pos = MAP_APPFONT ( 70 , 46 ) ;
-        Size = MAP_APPFONT ( 121 , 60 ) ;
+               HelpID = "sc:ComboBox:RID_SCDLG_IMPORTOPT:ED_TEXTSEP" ;
+               Pos = MAP_APPFONT ( 70, 46 ) ;
+               Size = MAP_APPFONT ( 121, 60 ) ;
                DropDown = TRUE ;
        };
        FixedText FT_FONT
        {
-               Pos = MAP_APPFONT ( 12 , 16 ) ;
-        Size = MAP_APPFONT ( 55 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 16 ) ;
+               Size = MAP_APPFONT ( 55, 8 ) ;
                Text [ en-US ] = "~Character set" ;
        };
        ListBox DDLB_FONT
        {
-           HelpID = "sc:ListBox:RID_SCDLG_IMPORTOPT:DDLB_FONT";
-               Border = TRUE;
-               Sort = TRUE;
+               HelpID = "sc:ListBox:RID_SCDLG_IMPORTOPT:DDLB_FONT" ;
+               Border = TRUE ;
+               Sort = TRUE ;
                DropDown = TRUE ;
-               Pos = MAP_APPFONT ( 70 , 14 ) ;
-        Size = MAP_APPFONT ( 121 , 52 ) ;
+               Pos = MAP_APPFONT ( 70, 14 ) ;
+               Size = MAP_APPFONT ( 121, 52 ) ;
        };
        ListBox LB_FONT
        {
-           HelpID = "sc:ListBox:RID_SCDLG_IMPORTOPT:LB_FONT";
-               Border = TRUE;
-               Sort = TRUE;
+               HelpID = "sc:ListBox:RID_SCDLG_IMPORTOPT:LB_FONT" ;
+               Border = TRUE ;
+               Sort = TRUE ;
                DropDown = FALSE ;
-        Pos = MAP_APPFONT ( 12 , 14 ) ;
-               Size = MAP_APPFONT ( 179 , 50 ) ;
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 179, 50 ) ;
        };
-    FixedLine FL_FIELDOPT
+       FixedLine FL_FIELDOPT
        {
-               Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 188 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 188, 8 ) ;
                Text [ en-US ] = "Field options" ;
        };
-    CheckBox CB_FIXEDWIDTH
-    {
-        HelpID = "sc:CheckBox:RID_SCDLG_IMPORTOPT:CB_FIXEDWIDTH";
-        Pos = MAP_APPFONT( 12, 92 );
-        Size = MAP_APPFONT( 172, 10 );
-        Hide = TRUE;
-        Text [ en-US ] = "Fixed column ~width";
+       CheckBox CB_FIXEDWIDTH
+       {
+               HelpID = "sc:CheckBox:RID_SCDLG_IMPORTOPT:CB_FIXEDWIDTH" ;
+               Pos = MAP_APPFONT ( 12, 92 ) ;
+               Size = MAP_APPFONT ( 172, 10 ) ;
+               Hide = TRUE ;
+               Text [ en-US ] = "Fixed column ~width" ;
        };
        CheckBox CB_SAVESHOWN
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_IMPORTOPT:CB_SAVESHOWN";
-               Pos = MAP_APPFONT( 12, 78 );
-               Size = MAP_APPFONT( 172, 10 ); 
-               TabStop = TRUE;
-               Hide = TRUE;
-               Text [ en-US ] = "Save cell content as ~shown";
+               HelpID = "sc:CheckBox:RID_SCDLG_IMPORTOPT:CB_SAVESHOWN" ;
+               Pos = MAP_APPFONT ( 12, 78 ) ;
+               Size = MAP_APPFONT ( 172, 10 ) ;
+               TabStop = TRUE ;
+               Hide = TRUE ;
+               Text [ en-US ] = "Save cell content as ~shown" ;
+       };
+       CheckBox CB_QUOTEALL
+       {
+               HelpID = "sc:CheckBox:RID_SCDLG_IMPORTOPT:CB_QUOTEALL" ;
+               Pos = MAP_APPFONT ( 20, 64 ) ;
+               Size = MAP_APPFONT ( 164, 10 ) ;
+               Hide = TRUE ;
+               Text [ en-US ] = "~Quote all text cells" ;
        };
-    CheckBox CB_QUOTEALL
-    {
-        HelpID = "sc:CheckBox:RID_SCDLG_IMPORTOPT:CB_QUOTEALL";
-        Pos = MAP_APPFONT( 20, 64 );
-        Size = MAP_APPFONT( 164, 10 );
-        Hide = TRUE;
-        Text [ en-US ] = "~Quote all text cells";
-    };
        OKButton BTN_OK
        {
-               Pos = MAP_APPFONT ( 202 , 6 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 202, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                DefButton = TRUE ;
        };
        CancelButton BTN_CANCEL
        {
-               Pos = MAP_APPFONT ( 202 , 24 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 202, 24 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
        };
        HelpButton BTN_HELP
        {
-               Pos = MAP_APPFONT ( 202 , 43 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 202, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
        };
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/dbgui/outline.src 
b/main/sc/source/ui/dbgui/outline.src
index 81ca237608..c1020e220a 100644
--- a/main/sc/source/ui/dbgui/outline.src
+++ b/main/sc/source/ui/dbgui/outline.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,41 +7,41 @@
  * 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"
 
-
 // Imageliste hier, damit sie nicht in ui.src beim Zusammenbauen der
 // "echten" Imagelisten stoert
 
-#define OUTLINE_ID_LIST                                     \
-    IdList = { 1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; };    \
-    IdCount = { 12; };
+#define OUTLINE_ID_LIST                                                        
                        \
+       IdList = { 1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; };    \
+       IdCount = { 12; };
 
 ImageList RID_OUTLINEBITMAPS
 {
-    Prefix = "ou";
-    MaskColor = STD_MASKCOLOR;
-    OUTLINE_ID_LIST
+       Prefix = "ou";
+       MaskColor = STD_MASKCOLOR;
+       OUTLINE_ID_LIST
 };
 
 ImageList RID_OUTLINEBITMAPS_H
 {
-    Prefix = "ouh";
-    MaskColor = SC_HC_MASKCOLOR;
-    OUTLINE_ID_LIST
+       Prefix = "ouh";
+       MaskColor = SC_HC_MASKCOLOR;
+       OUTLINE_ID_LIST
 };
 
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/dbgui/pivot.src 
b/main/sc/source/ui/dbgui/pivot.src
index fdfb94a66e..60ae2e7af9 100644
--- a/main/sc/source/ui/dbgui/pivot.src
+++ b/main/sc/source/ui/dbgui/pivot.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,292 +27,292 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT
 {
        OutputSize = TRUE ;
        HelpId = CMD_SID_OPENDLG_PIVOTTABLE ;
-    Size = MAP_APPFONT ( 348 , 186 ) ;
+       Size = MAP_APPFONT ( 348, 186 ) ;
        Hide = TRUE ;
        SVLook = TRUE ;
        Moveable = TRUE ;
        Closeable = FALSE ;
        Text [ en-US ] = "Pivot Table" ;
 
-    FixedText FT_PAGE
-    {
-        Pos = MAP_APPFONT ( 194 , 168 ) ;
-        Size = MAP_APPFONT ( 37 , 8 ) ;
-        Text[ en-US ] = "Page Fields" ;
-    };
-    ScrollBar SCROLL_PAGE
-    {
-        Pos = MAP_APPFONT ( 198 , 14 ) ;
-        Size = MAP_APPFONT ( 8 , 24 ) ;
-        HScroll = FALSE ;
-        TabStop = FALSE ;
-    };
-    Control WND_PAGE
-    {
-        Pos = MAP_APPFONT ( 18 , 14 ) ;
-        Size = MAP_APPFONT ( 180 , 24 ) ;
-        TabStop = TRUE ;
-    };
-    FixedText FT_COL
-       {
-        Pos = MAP_APPFONT ( 231 , 168 ) ;
-        Size = MAP_APPFONT ( 37 , 8 ) ;
-        Text [ en-US ] = "Column Fields" ;
-       };
-    ScrollBar SCROLL_COL
-    {
-        Pos = MAP_APPFONT ( 198 , 42 ) ;
-        Size = MAP_APPFONT ( 8 , 24 ) ;
-        HScroll = FALSE ;
-        TabStop = FALSE ;
-    };
-    Control WND_COL
-       {
-        Pos = MAP_APPFONT ( 54 , 42 ) ;
-        Size = MAP_APPFONT ( 144 , 24 ) ;
-        TabStop = TRUE ;
-       };
-    FixedText FT_ROW
-       {
-        Pos = MAP_APPFONT ( 194 , 176 ) ;
-        Size = MAP_APPFONT ( 37 , 8 ) ;
-        Text [ en-US ] = "Row\nFields" ;
-       };
-    ScrollBar SCROLL_ROW
-    {
-        Pos = MAP_APPFONT ( 42 , 70 ) ;
-        Size = MAP_APPFONT ( 8 , 96 ) ;
-        HScroll = FALSE ;
-        TabStop = FALSE ;
-    };
-    Control WND_ROW
-       {
-        Pos = MAP_APPFONT ( 6 , 70 ) ;
-        Size = MAP_APPFONT ( 36 , 96 ) ;
-        TabStop = TRUE ;
-       };
-    FixedText FT_DATA
-       {
-        Pos = MAP_APPFONT ( 231, 176 ) ;
-        Size = MAP_APPFONT ( 37 , 8 ) ;
-        Text [ en-US ] = "Data Fields" ;
-       };
-    ScrollBar SCROLL_DATA
-    {
-        Pos = MAP_APPFONT ( 198 , 70 ) ;
-        Size = MAP_APPFONT ( 8 , 96 ) ;
-        HScroll = FALSE ;
-        TabStop = FALSE ;
-    };
-    Control WND_DATA
-       {
-        Pos = MAP_APPFONT ( 54 , 70 ) ;
-        Size = MAP_APPFONT ( 144 , 96 ) ;
-        TabStop = TRUE ;
-       };
-    Control WND_SELECT
-       {
-        Pos = MAP_APPFONT ( 212 , 14 ) ;
-        Size = MAP_APPFONT ( 74 , 138 ) ;
-        TabStop = TRUE ;
+       FixedText FT_PAGE
+       {
+               Pos = MAP_APPFONT ( 194, 168 ) ;
+               Size = MAP_APPFONT ( 37, 8 ) ;
+               Text [ en-US ] = "Page Fields" ;
+       };
+       ScrollBar SCROLL_PAGE
+       {
+               Pos = MAP_APPFONT ( 198, 14 ) ;
+               Size = MAP_APPFONT ( 8, 24 ) ;
+               HScroll = FALSE ;
+               TabStop = FALSE ;
+       };
+       Control WND_PAGE
+       {
+               Pos = MAP_APPFONT ( 18, 14 ) ;
+               Size = MAP_APPFONT ( 180, 24 ) ;
+               TabStop = TRUE ;
+       };
+       FixedText FT_COL
+       {
+               Pos = MAP_APPFONT ( 231, 168 ) ;
+               Size = MAP_APPFONT ( 37, 8 ) ;
+               Text [ en-US ] = "Column Fields" ;
+       };
+       ScrollBar SCROLL_COL
+       {
+               Pos = MAP_APPFONT ( 198, 42 ) ;
+               Size = MAP_APPFONT ( 8, 24 ) ;
+               HScroll = FALSE ;
+               TabStop = FALSE ;
+       };
+       Control WND_COL
+       {
+               Pos = MAP_APPFONT ( 54, 42 ) ;
+               Size = MAP_APPFONT ( 144, 24 ) ;
+               TabStop = TRUE ;
+       };
+       FixedText FT_ROW
+       {
+               Pos = MAP_APPFONT ( 194, 176 ) ;
+               Size = MAP_APPFONT ( 37, 8 ) ;
+               Text [ en-US ] = "Row\nFields" ;
+       };
+       ScrollBar SCROLL_ROW
+       {
+               Pos = MAP_APPFONT ( 42, 70 ) ;
+               Size = MAP_APPFONT ( 8, 96 ) ;
+               HScroll = FALSE ;
+               TabStop = FALSE ;
+       };
+       Control WND_ROW
+       {
+               Pos = MAP_APPFONT ( 6, 70 ) ;
+               Size = MAP_APPFONT ( 36, 96 ) ;
+               TabStop = TRUE ;
+       };
+       FixedText FT_DATA
+       {
+               Pos = MAP_APPFONT ( 231, 176 ) ;
+               Size = MAP_APPFONT ( 37, 8 ) ;
+               Text [ en-US ] = "Data Fields" ;
+       };
+       ScrollBar SCROLL_DATA
+       {
+               Pos = MAP_APPFONT ( 198, 70 ) ;
+               Size = MAP_APPFONT ( 8, 96 ) ;
+               HScroll = FALSE ;
+               TabStop = FALSE ;
+       };
+       Control WND_DATA
+       {
+               Pos = MAP_APPFONT ( 54, 70 ) ;
+               Size = MAP_APPFONT ( 144, 96 ) ;
+               TabStop = TRUE ;
+       };
+       Control WND_SELECT
+       {
+               Pos = MAP_APPFONT ( 212, 14 ) ;
+               Size = MAP_APPFONT ( 74, 138 ) ;
+               TabStop = TRUE ;
        };
        String STR_SELECT
        {
-               Text [ en-US ] = "Selection area";
+               Text [ en-US ] = "Selection area" ;
+       };
+       ScrollBar WND_HSCROLL
+       {
+               Pos = MAP_APPFONT ( 212, 154 ) ;
+               Size = MAP_APPFONT ( 74, 8 ) ;
+               HScroll = TRUE ;
+               TabStop = FALSE ;
        };
-    ScrollBar WND_HSCROLL
-    {
-        Pos = MAP_APPFONT ( 212 , 154 ) ;
-        Size = MAP_APPFONT ( 74 , 8 ) ;
-        HScroll = TRUE ;
-        TabStop = FALSE ;
-    };
        FixedText FT_INFO
        {
-        Pos = MAP_APPFONT ( 6 , 172 ) ;
-        Size = MAP_APPFONT ( 280 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 172 ) ;
+               Size = MAP_APPFONT ( 280, 8 ) ;
                WordBreak = TRUE ;
                Text [ en-US ] = "Drag the fields from the right into the 
desired position." ;
        };
-    FixedLine FL_LAYOUT
+       FixedLine FL_LAYOUT
        {
-        Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 200 , 8 ) ;
-               Text [ en-US ] = "Layout";
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 200, 8 ) ;
+               Text [ en-US ] = "Layout" ;
        };
-    FixedLine FL_SELECT
+       FixedLine FL_SELECT
        {
-        Pos = MAP_APPFONT ( 212 , 3 ) ;
-        Size = MAP_APPFONT ( 74 , 8 ) ;
-               Text [ en-US ] = "Fields";
+               Pos = MAP_APPFONT ( 212, 3 ) ;
+               Size = MAP_APPFONT ( 74, 8 ) ;
+               Text [ en-US ] = "Fields" ;
        };
        OKButton BTN_OK
        {
-        Pos = MAP_APPFONT ( 292 , 6 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 292, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
        };
        CancelButton BTN_CANCEL
        {
-        Pos = MAP_APPFONT ( 292 , 23 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 292, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        HelpButton BTN_HELP
        {
-        Pos = MAP_APPFONT ( 292 , 43 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 292, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
-    PushButton BTN_REMOVE
+       PushButton BTN_REMOVE
        {
-        HelpID = "sc:PushButton:RID_SCDLG_PIVOT_LAYOUT:BTN_REMOVE";
-        Pos = MAP_APPFONT ( 292 , 63 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "sc:PushButton:RID_SCDLG_PIVOT_LAYOUT:BTN_REMOVE" ;
+               Pos = MAP_APPFONT ( 292, 63 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
-               Text [ en-US ] = "Remove";
+               Text [ en-US ] = "Remove" ;
        };
-    PushButton BTN_OPTIONS
+       PushButton BTN_OPTIONS
        {
-        HelpID = "sc:PushButton:RID_SCDLG_PIVOT_LAYOUT:BTN_OPTIONS";
-        Pos = MAP_APPFONT ( 292 , 80 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "sc:PushButton:RID_SCDLG_PIVOT_LAYOUT:BTN_OPTIONS" ;
+               Pos = MAP_APPFONT ( 292, 80 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
-               Text [ en-US ] = "Options...";
+               Text [ en-US ] = "Options..." ;
        };
        MoreButton BTN_MORE
        {
-           HelpID = "sc:MoreButton:RID_SCDLG_PIVOT_LAYOUT:BTN_MORE";
-        Pos = MAP_APPFONT ( 292 , 166 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "sc:MoreButton:RID_SCDLG_PIVOT_LAYOUT:BTN_MORE" ;
+               Pos = MAP_APPFONT ( 292, 166 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                MapUnit = MAP_APPFONT ;
-        Delta = 90 ;
+               Delta = 90 ;
        };
-    FixedLine FL_OUTPUT
+       FixedLine FL_OUTPUT
        {
-        Pos = MAP_APPFONT ( 6 , 186 ) ;
-        Size = MAP_APPFONT ( 280 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 186 ) ;
+               Size = MAP_APPFONT ( 280, 8 ) ;
                Text [ en-US ] = "Result" ;
                Hide = TRUE ;
        };
 
-    FixedText FT_INAREA
+       FixedText FT_INAREA
+       {
+               Pos = MAP_APPFONT ( 12, 199 ) ;
+               Size = MAP_APPFONT ( 59, 8 ) ;
+               Hide = TRUE ;
+               Text [ en-US ] = "Selection from" ;
+       };
+       Edit ED_INAREA
+       {
+               HelpID = "sc:Edit:RID_SCDLG_PIVOT_LAYOUT:ED_INAREA" ;
+               Border = TRUE ;
+               Pos = MAP_APPFONT ( 73, 197 ) ;
+               Size = MAP_APPFONT ( 109, 12 ) ;
+               TabStop = TRUE ;
+               Hide = TRUE ;
+       };
+       ImageButton RB_INAREA
        {
-        Pos = MAP_APPFONT ( 12 , 199 ) ;
-        Size = MAP_APPFONT ( 59 , 8 ) ;
+               HelpID = "sc:ImageButton:RID_SCDLG_PIVOT_LAYOUT:RB_INAREA" ;
+               Pos = MAP_APPFONT ( 186, 196 ) ;
+               Size = MAP_APPFONT ( 13, 15 ) ;
+               TabStop = TRUE ;
                Hide = TRUE ;
-        Text [ en-US ] = "Selection from" ;
-    };
-    Edit ED_INAREA
-    {
-        HelpID = "sc:Edit:RID_SCDLG_PIVOT_LAYOUT:ED_INAREA";
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 73 , 197 ) ;
-        Size = MAP_APPFONT ( 109 , 12 ) ;
-        TabStop = TRUE ;
-        Hide = TRUE ;
-    };
-    ImageButton RB_INAREA
-    {
-        HelpID = "sc:ImageButton:RID_SCDLG_PIVOT_LAYOUT:RB_INAREA";
-        Pos = MAP_APPFONT ( 186 , 196 ) ;
-        Size = MAP_APPFONT ( 13 , 15 ) ;
-        TabStop = TRUE ;
-        Hide = TRUE ;
-        QuickHelpText [ en-US ] = "Shrink" ;
-    };
+               QuickHelpText [ en-US ] = "Shrink" ;
+       };
 
        FixedText FT_OUTAREA
        {
-        Pos = MAP_APPFONT ( 12 , 217 ) ;
-        Size = MAP_APPFONT ( 59 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 217 ) ;
+               Size = MAP_APPFONT ( 59, 8 ) ;
                Hide = TRUE ;
                Text [ en-US ] = "Results to" ;
        };
        ListBox LB_OUTAREA
        {
-           HelpID = "sc:ListBox:RID_SCDLG_PIVOT_LAYOUT:LB_OUTAREA";
+               HelpID = "sc:ListBox:RID_SCDLG_PIVOT_LAYOUT:LB_OUTAREA" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 73 , 215 ) ;
-        Size = MAP_APPFONT ( 75 , 90 ) ;
+               Pos = MAP_APPFONT ( 73, 215 ) ;
+               Size = MAP_APPFONT ( 75, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                Hide = TRUE ;
        };
        Edit ED_OUTAREA
        {
-           HelpID = "sc:Edit:RID_SCDLG_PIVOT_LAYOUT:ED_OUTAREA";
+               HelpID = "sc:Edit:RID_SCDLG_PIVOT_LAYOUT:ED_OUTAREA" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 152 , 215 ) ;
-        Size = MAP_APPFONT ( 109 , 12 ) ;
+               Pos = MAP_APPFONT ( 152, 215 ) ;
+               Size = MAP_APPFONT ( 109, 12 ) ;
                TabStop = TRUE ;
                Hide = TRUE ;
        };
        ImageButton RB_OUTAREA
        {
-           HelpID = "sc:ImageButton:RID_SCDLG_PIVOT_LAYOUT:RB_OUTAREA";
-        Pos = MAP_APPFONT ( 265 , 214 ) ;
-               Size = MAP_APPFONT ( 13 , 15 ) ;
-        TabStop = TRUE ;
-        Hide = TRUE ;
+               HelpID = "sc:ImageButton:RID_SCDLG_PIVOT_LAYOUT:RB_OUTAREA" ;
+               Pos = MAP_APPFONT ( 265, 214 ) ;
+               Size = MAP_APPFONT ( 13, 15 ) ;
+               TabStop = TRUE ;
+               Hide = TRUE ;
                QuickHelpText [ en-US ] = "Shrink" ;
        };
        CheckBox BTN_IGNEMPTYROWS
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_IGNEMPTYROWS";
-        Pos = MAP_APPFONT ( 12 , 233 ) ;
-        Size = MAP_APPFONT ( 136 , 10 ) ;
+               HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_IGNEMPTYROWS" ;
+               Pos = MAP_APPFONT ( 12, 233 ) ;
+               Size = MAP_APPFONT ( 136, 10 ) ;
                TabStop = TRUE ;
                Hide = TRUE ;
                Text [ en-US ] = "Ignore ~empty rows" ;
        };
        CheckBox BTN_DETECTCAT
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_DETECTCAT";
-        Pos = MAP_APPFONT ( 152 , 233 ) ;
-        Size = MAP_APPFONT ( 128 , 10 ) ;
+               HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_DETECTCAT" ;
+               Pos = MAP_APPFONT ( 152, 233 ) ;
+               Size = MAP_APPFONT ( 128, 10 ) ;
                TabStop = TRUE ;
                Hide = TRUE ;
                Text [ en-US ] = "~Identify categories" ;
        };
        CheckBox BTN_TOTALCOL
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALCOL";
-        Pos = MAP_APPFONT ( 12 , 247 ) ;
-        Size = MAP_APPFONT ( 136 , 10 ) ;
+               HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALCOL" ;
+               Pos = MAP_APPFONT ( 12, 247 ) ;
+               Size = MAP_APPFONT ( 136, 10 ) ;
                TabStop = TRUE ;
                Hide = TRUE ;
-        Text [ en-US ] = "Total columns" ;
+               Text [ en-US ] = "Total columns" ;
        };
        CheckBox BTN_TOTALROW
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALROW";
-        Pos = MAP_APPFONT ( 152 , 247 ) ;
-        Size = MAP_APPFONT ( 128 , 10 ) ;
+               HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALROW" ;
+               Pos = MAP_APPFONT ( 152, 247 ) ;
+               Size = MAP_APPFONT ( 128, 10 ) ;
                TabStop = TRUE ;
                Hide = TRUE ;
                Text [ en-US ] = "~Total rows" ;
        };
-    CheckBox BTN_FILTER
-    {
-        HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_FILTER";
-        Pos = MAP_APPFONT ( 12 , 261 ) ;
-        Size = MAP_APPFONT ( 136 , 10 ) ;
-        TabStop = TRUE ;
-        Hide = TRUE ;
-        Text [ en-US ] = "~Add filter" ;
-    };
-    CheckBox BTN_DRILLDOWN
-    {
-        HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_DRILLDOWN";
-        Pos = MAP_APPFONT ( 152 , 261 ) ;
-        Size = MAP_APPFONT ( 128 , 10 ) ;
-        TabStop = TRUE ;
-        Hide = TRUE ;
-        Text [ en-US ] = "Ena~ble drill to details" ;
-    };
+       CheckBox BTN_FILTER
+       {
+               HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_FILTER" ;
+               Pos = MAP_APPFONT ( 12, 261 ) ;
+               Size = MAP_APPFONT ( 136, 10 ) ;
+               TabStop = TRUE ;
+               Hide = TRUE ;
+               Text [ en-US ] = "~Add filter" ;
+       };
+       CheckBox BTN_DRILLDOWN
+       {
+               HelpID = "sc:CheckBox:RID_SCDLG_PIVOT_LAYOUT:BTN_DRILLDOWN" ;
+               Pos = MAP_APPFONT ( 152, 261 ) ;
+               Size = MAP_APPFONT ( 128, 10 ) ;
+               TabStop = TRUE ;
+               Hide = TRUE ;
+               Text [ en-US ] = "Ena~ble drill to details" ;
+       };
        String PIVOTSTR_SUM
        {
                Text [ en-US ] = "Sum - " ;
@@ -359,3 +359,4 @@ ModelessDialog RID_SCDLG_PIVOT_LAYOUT
        };
 };
 
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/dbgui/pvfundlg.src 
b/main/sc/source/ui/dbgui/pvfundlg.src
index 32ae340a93..0310ce0b10 100644
--- a/main/sc/source/ui/dbgui/pvfundlg.src
+++ b/main/sc/source/ui/dbgui/pvfundlg.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,157 +25,157 @@
 
 StringArray SCSTR_DPFUNCLISTBOX
 {
-    ItemList [ en-US ] =
-    {
-        < "Sum" ; Default ; > ;
-        < "Count" ; Default ; > ;
-        < "Average" ; Default ; > ;
-        < "Max" ; Default ; > ;
-        < "Min" ; Default ; > ;
-        < "Product" ; Default ; > ;
-        < "Count (Numbers only)" ; Default ; > ;
-        < "StDev (Sample)" ; Default ; > ;
-        < "StDevP (Population)" ; Default ; > ;
-        < "Var (Sample)" ; Default ; > ;
-        < "VarP (Population)" ; Default ; > ;
-    };
+       ItemList [ en-US ] =
+       {
+               < "Sum" ; Default ;                                             
> ;
+               < "Count" ; Default ;                                   > ;
+               < "Average" ; Default ;                                 > ;
+               < "Max" ; Default ;                                             
> ;
+               < "Min" ; Default ;                                             
> ;
+               < "Product" ; Default ;                                 > ;
+               < "Count (Numbers only)" ; Default ;    > ;
+               < "StDev (Sample)" ; Default ;                  > ;
+               < "StDevP (Population)" ; Default ;             > ;
+               < "Var (Sample)" ; Default ;                    > ;
+               < "VarP (Population)" ; Default ;               > ;
+       };
 };
 
 // ----------------------------------------------------------------------------
 
 ModalDialog RID_SCDLG_DPDATAFIELD
 {
-    OutputSize = TRUE ;
-    HelpId = HID_SC_DPDATAFIELD ;
-    SVLook = TRUE ;
-    Size = MAP_APPFONT ( 220 , 99 ) ;
-    Moveable = TRUE ;
-    Closeable = FALSE ;
-    Hide = TRUE ;
-    FixedLine FL_FUNC
-    {
-        Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 152 , 8 ) ;
-        Text [ en-US ] = "~Function" ;
-    };
-    MultiListBox LB_FUNC
-    {
-        HelpID = "sc:MultiListBox:RID_SCDLG_DPDATAFIELD:LB_FUNC";
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 12 , 14 ) ;
-        Size = MAP_APPFONT ( 140 , 65 ) ;
-        TabStop = TRUE ;
-        AutoHScroll = TRUE ;
-        SimpleMode = TRUE ;
-    };
-    FixedText FT_NAMELABEL
-    {
-        Pos = MAP_APPFONT ( 6 , 85 ) ;
-        Size = MAP_APPFONT ( 25 , 8 ) ;
-        Text [ en-US ] = "Name:" ;
-    };
-    FixedText FT_NAME
-    {
-        Pos = MAP_APPFONT ( 32 , 85 ) ;
-        Size = MAP_APPFONT ( 126 , 8 ) ;
-    };
-    FixedLine FL_DISPLAY
-    {
-        Pos = MAP_APPFONT( 6, 99 );
-        Size = MAP_APPFONT( 152, 8 );
-        Text [ en-US ] = "Displayed value";
-    };
-    FixedText FT_TYPE
-    {
-        Pos = MAP_APPFONT( 12, 112 );
-        Size = MAP_APPFONT( 60, 8 );
-        Text [ en-US ] = "~Type";
-    };
-    ListBox LB_TYPE
-    {
-        HelpID = "sc:ListBox:RID_SCDLG_DPDATAFIELD:LB_TYPE";
-        Pos = MAP_APPFONT( 75, 110 );
-        Size = MAP_APPFONT( 77, 120 );
-        TabStop = TRUE;
-        Border = TRUE;
-        DropDown = TRUE;
-        StringList [ en-US ] =
-        {
-            < "Normal"; Default; >;
-            < "Difference from"; Default; >;
-            < "% of"; Default; >;
-            < "% difference from"; Default; >;
-            < "Running total in"; Default; >;
-            < "% of row"; Default; >;
-            < "% of column"; Default; >;
-            < "% of total"; Default; >;
-            < "Index"; Default; >;
-        };
-    };
-    FixedText FT_BASEFIELD
-    {
-        Pos = MAP_APPFONT( 12, 128 );
-        Size = MAP_APPFONT( 60, 8 );
-        Text [ en-US ] = "~Base field";
-    };
-    ListBox LB_BASEFIELD
-    {
-        HelpID = "sc:ListBox:RID_SCDLG_DPDATAFIELD:LB_BASEFIELD";
-        Pos = MAP_APPFONT( 75, 126 );
-        Size = MAP_APPFONT( 77, 120 );
-        TabStop = TRUE;
-        Border = TRUE;
-        DropDown = TRUE;
-    };
-    FixedText FT_BASEITEM
-    {
-        Pos = MAP_APPFONT( 12, 144 );
-        Size = MAP_APPFONT( 60, 8 );
-        Text [ en-US ] = "Ba~se item";
-    };
-    ListBox LB_BASEITEM
-    {
-        HelpID = "sc:ListBox:RID_SCDLG_DPDATAFIELD:LB_BASEITEM";
-        Pos = MAP_APPFONT( 75, 142 );
-        Size = MAP_APPFONT( 77, 120 );
-        TabStop = TRUE;
-        Border = TRUE;
-        DropDown = TRUE;
-        StringList [ en-US ] =
-        {
-            < "- previous item -"; Default; >;
-            < "- next item -"; Default; >;
-        };
-    };
-    OKButton BTN_OK
-    {
-        Pos = MAP_APPFONT ( 164 , 6 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-        DefButton = TRUE ;
-    };
-    CancelButton BTN_CANCEL
-    {
-        Pos = MAP_APPFONT ( 164 , 23 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-    };
-    HelpButton BTN_HELP
-    {
-        Pos = MAP_APPFONT ( 164 , 43 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-    };
-    MoreButton BTN_MORE
-    {
-        HelpID = "sc:MoreButton:RID_SCDLG_DPDATAFIELD:BTN_MORE";
-        Pos = MAP_APPFONT ( 164 , 79 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-        MapUnit = MAP_APPFONT ;
-        Delta = 61 ;
-    };
-    Text [ en-US ] = "Data Field" ;
+       OutputSize = TRUE ;
+       HelpId = HID_SC_DPDATAFIELD ;
+       SVLook = TRUE ;
+       Size = MAP_APPFONT ( 220, 99 ) ;
+       Moveable = TRUE ;
+       Closeable = FALSE ;
+       Hide = TRUE ;
+       FixedLine FL_FUNC
+       {
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 152, 8 ) ;
+               Text [ en-US ] = "~Function" ;
+       };
+       MultiListBox LB_FUNC
+       {
+               HelpID = "sc:MultiListBox:RID_SCDLG_DPDATAFIELD:LB_FUNC" ;
+               Border = TRUE ;
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 140, 65 ) ;
+               TabStop = TRUE ;
+               AutoHScroll = TRUE ;
+               SimpleMode = TRUE ;
+       };
+       FixedText FT_NAMELABEL
+       {
+               Pos = MAP_APPFONT ( 6, 85 ) ;
+               Size = MAP_APPFONT ( 25, 8 ) ;
+               Text [ en-US ] = "Name:" ;
+       };
+       FixedText FT_NAME
+       {
+               Pos = MAP_APPFONT ( 32, 85 ) ;
+               Size = MAP_APPFONT ( 126, 8 ) ;
+       };
+       FixedLine FL_DISPLAY
+       {
+               Pos = MAP_APPFONT ( 6, 99 ) ;
+               Size = MAP_APPFONT ( 152, 8 ) ;
+               Text [ en-US ] = "Displayed value" ;
+       };
+       FixedText FT_TYPE
+       {
+               Pos = MAP_APPFONT ( 12, 112 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
+               Text [ en-US ] = "~Type" ;
+       };
+       ListBox LB_TYPE
+       {
+               HelpID = "sc:ListBox:RID_SCDLG_DPDATAFIELD:LB_TYPE" ;
+               Pos = MAP_APPFONT ( 75, 110 ) ;
+               Size = MAP_APPFONT ( 77, 120 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+               DropDown = TRUE ;
+               StringList [ en-US ] =
+               {
+                       < "Normal" ; Default;                           > ;
+                       < "Difference from" ; Default;          > ;
+                       < "% of" ; Default;                                     
> ;
+                       < "% difference from" ; Default;        > ;
+                       < "Running total in" ; Default;         > ;
+                       < "% of row" ; Default;                         > ;
+                       < "% of column" ; Default;                      > ;
+                       < "% of total" ; Default;                       > ;
+                       < "Index" ; Default;                            > ;
+               };
+       };
+       FixedText FT_BASEFIELD
+       {
+               Pos = MAP_APPFONT ( 12, 128 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
+               Text [ en-US ] = "~Base field" ;
+       };
+       ListBox LB_BASEFIELD
+       {
+               HelpID = "sc:ListBox:RID_SCDLG_DPDATAFIELD:LB_BASEFIELD" ;
+               Pos = MAP_APPFONT ( 75, 126 ) ;
+               Size = MAP_APPFONT ( 77, 120 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+               DropDown = TRUE ;
+       };
+       FixedText FT_BASEITEM
+       {
+               Pos = MAP_APPFONT ( 12, 144 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
+               Text [ en-US ] = "Ba~se item" ;
+       };
+       ListBox LB_BASEITEM
+       {
+               HelpID = "sc:ListBox:RID_SCDLG_DPDATAFIELD:LB_BASEITEM" ;
+               Pos = MAP_APPFONT ( 75, 142 ) ;
+               Size = MAP_APPFONT ( 77, 120 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+               DropDown = TRUE ;
+               StringList [ en-US ] =
+               {
+                       < "- previous item -" ; Default;        > ;
+                       < "- next item -" ; Default;            > ;
+               };
+       };
+       OKButton BTN_OK
+       {
+               Pos = MAP_APPFONT ( 164, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+               DefButton = TRUE ;
+       };
+       CancelButton BTN_CANCEL
+       {
+               Pos = MAP_APPFONT ( 164, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       HelpButton BTN_HELP
+       {
+               Pos = MAP_APPFONT ( 164, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       MoreButton BTN_MORE
+       {
+               HelpID = "sc:MoreButton:RID_SCDLG_DPDATAFIELD:BTN_MORE" ;
+               Pos = MAP_APPFONT ( 164, 79 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+               MapUnit = MAP_APPFONT ;
+               Delta = 61 ;
+       };
+       Text [ en-US ] = "Data Field" ;
 };
 
 // ----------------------------------------------------------------------------
@@ -185,350 +185,349 @@ ModalDialog RID_SCDLG_PIVOTSUBT
        OutputSize = TRUE ;
        HelpId = HID_SC_PIVOTSUBT ;
        SVLook = TRUE ;
-    Size = MAP_APPFONT ( 220 , 155 ) ;
+       Size = MAP_APPFONT ( 220, 155 ) ;
        Text [ en-US ] = "Data Field" ;
        Moveable = TRUE ;
        Closeable = FALSE ;
        Hide = TRUE ;
-    RadioButton RB_NONE
+       RadioButton RB_NONE
        {
-        HelpID = "sc:RadioButton:RID_SCDLG_PIVOTSUBT:RB_NONE";
-               Pos = MAP_APPFONT ( 12 , 14 ) ;
-        Size = MAP_APPFONT ( 140 , 10 ) ;
+               HelpID = "sc:RadioButton:RID_SCDLG_PIVOTSUBT:RB_NONE" ;
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 140, 10 ) ;
                Text [ en-US ] = "~None" ;
                TabStop = TRUE ;
        };
-    RadioButton RB_AUTO
+       RadioButton RB_AUTO
        {
-        HelpID = "sc:RadioButton:RID_SCDLG_PIVOTSUBT:RB_AUTO";
-        Pos = MAP_APPFONT ( 12 , 28 ) ;
-        Size = MAP_APPFONT ( 140 , 10 ) ;
+               HelpID = "sc:RadioButton:RID_SCDLG_PIVOTSUBT:RB_AUTO" ;
+               Pos = MAP_APPFONT ( 12, 28 ) ;
+               Size = MAP_APPFONT ( 140, 10 ) ;
                Text [ en-US ] = "~Automatic" ;
                TabStop = TRUE ;
        };
-    RadioButton RB_USER
+       RadioButton RB_USER
        {
-        HelpID = "sc:RadioButton:RID_SCDLG_PIVOTSUBT:RB_USER";
-        Pos = MAP_APPFONT ( 12 , 42 ) ;
-        Size = MAP_APPFONT ( 140 , 10 ) ;
+               HelpID = "sc:RadioButton:RID_SCDLG_PIVOTSUBT:RB_USER" ;
+               Pos = MAP_APPFONT ( 12, 42 ) ;
+               Size = MAP_APPFONT ( 140, 10 ) ;
                Text [ en-US ] = "~User-defined" ;
                TabStop = TRUE ;
        };
        MultiListBox LB_FUNC
        {
-           HelpID = "sc:MultiListBox:RID_SCDLG_PIVOTSUBT:LB_FUNC";
+               HelpID = "sc:MultiListBox:RID_SCDLG_PIVOTSUBT:LB_FUNC" ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 12 , 56 ) ;
-        Size = MAP_APPFONT ( 140 , 65 ) ;
+               Pos = MAP_APPFONT ( 12, 56 ) ;
+               Size = MAP_APPFONT ( 140, 65 ) ;
                TabStop = TRUE ;
                AutoHScroll = TRUE ;
                SimpleMode = TRUE ;
        };
-    FixedLine FL_FUNC
+       FixedLine FL_FUNC
        {
-               Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 152 , 8 ) ;
-        Text [ en-US ] = "Subtotals" ;
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 152, 8 ) ;
+               Text [ en-US ] = "Subtotals" ;
        };
        CheckBox CB_SHOWALL
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_PIVOTSUBT:CB_SHOWALL";
-        Pos = MAP_APPFONT ( 6 , 127 ) ;
-        Size = MAP_APPFONT ( 152 , 10 ) ;
-        Text [ en-US ] = "Show it~ems without data";
+               HelpID = "sc:CheckBox:RID_SCDLG_PIVOTSUBT:CB_SHOWALL" ;
+               Pos = MAP_APPFONT ( 6, 127 ) ;
+               Size = MAP_APPFONT ( 152, 10 ) ;
+               Text [ en-US ] = "Show it~ems without data" ;
                TabStop = TRUE ;
        };
        FixedText FT_NAMELABEL
        {
-        Pos = MAP_APPFONT ( 6 , 141 ) ;
-        Size = MAP_APPFONT ( 25 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 141 ) ;
+               Size = MAP_APPFONT ( 25, 8 ) ;
                Text [ en-US ] = "Name:" ;
        };
        FixedText FT_NAME
        {
-        Pos = MAP_APPFONT ( 32 , 141 ) ;
-        Size = MAP_APPFONT ( 126 , 8 ) ;
+               Pos = MAP_APPFONT ( 32, 141 ) ;
+               Size = MAP_APPFONT ( 126, 8 ) ;
        };
        OKButton BTN_OK
        {
-               Pos = MAP_APPFONT ( 164 , 6 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 164, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
        };
        CancelButton BTN_CANCEL
        {
-               Pos = MAP_APPFONT ( 164 , 23 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 164, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        HelpButton BTN_HELP
        {
-               Pos = MAP_APPFONT ( 164 , 43 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 164, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       PushButton BTN_OPTIONS
+       {
+               HelpID = "sc:PushButton:RID_SCDLG_PIVOTSUBT:BTN_OPTIONS" ;
+               Pos = MAP_APPFONT ( 164, 135 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
+               Text [ en-US ] = "~Options..." ;
        };
-    PushButton BTN_OPTIONS
-    {
-        HelpID = "sc:PushButton:RID_SCDLG_PIVOTSUBT:BTN_OPTIONS";
-        Pos = MAP_APPFONT ( 164 , 135 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "~Options...";
-    };
 };
 
 // ----------------------------------------------------------------------------
 
 ModalDialog RID_SCDLG_DPSUBTOTAL_OPT
 {
-    OutputSize = TRUE;
-    HelpId = HID_SC_DPSUBT_OPT;
-    SVLook = TRUE;
-    Size = MAP_APPFONT( 266, 240 );
-    Moveable = TRUE;
-    Closeable = FALSE;
-    Hide = TRUE;
-    FixedLine FL_SORT_BY
-    {
-        Pos = MAP_APPFONT( 6, 3 );
-        Size = MAP_APPFONT( 198, 8 );
-        Text [ en-US ] = "Sort ~by";
-    };
-    ListBox LB_SORT_BY
-    {
-        HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_SORT_BY";
-        Pos = MAP_APPFONT( 12, 26 );
-        Size = MAP_APPFONT( 96, 120 );
-        TabStop = TRUE;
-        Border = TRUE;
-        DropDown = TRUE;
-    };
-    RadioButton RB_SORT_ASC
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_DPSUBTOTAL_OPT:RB_SORT_ASC";
-        Pos = MAP_APPFONT( 114, 14 );
-        Size = MAP_APPFONT( 84, 10 );
-        TabStop = TRUE;
-        Text [ en-US ] = "~Ascending";
-    };
-    RadioButton RB_SORT_DESC
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_DPSUBTOTAL_OPT:RB_SORT_DESC";
-        Pos = MAP_APPFONT( 114, 28 );
-        Size = MAP_APPFONT( 84, 10 );
-        TabStop = TRUE;
-        Text [ en-US ] = "~Descending";
-    };
-    RadioButton RB_SORT_MAN
-    {
-        HelpID = "sc:RadioButton:RID_SCDLG_DPSUBTOTAL_OPT:RB_SORT_MAN";
-        Pos = MAP_APPFONT( 114, 42 );
-        Size = MAP_APPFONT( 84, 10 );
-        TabStop = TRUE;
-        Text [ en-US ] = "~Manual";
-    };
-    FixedLine FL_LAYOUT
-    {
-        Pos = MAP_APPFONT( 6, 56 );
-        Size = MAP_APPFONT( 198, 8 );
-        Text [ en-US ] = "Display options";
-    };
-    FixedText FT_LAYOUT
-    {
-        Pos = MAP_APPFONT( 12, 69 );
-        Size = MAP_APPFONT( 70, 8 );
-        Text [ en-US ] = "~Layout";
-    };
-    ListBox LB_LAYOUT
-    {
-        HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_LAYOUT";
-        Pos = MAP_APPFONT( 84, 67 );
-        Size = MAP_APPFONT( 114, 120 );
-        TabStop = TRUE;
-        Border = TRUE;
-        DropDown = TRUE;
-        StringList [ en-US ] =
-        {
-            < "Tabular layout"; Default; >;
-            < "Outline layout with subtotals at the top"; Default; >;
-            < "Outline layout with subtotals at the bottom"; Default; >;
-        };
-    };
-    CheckBox CB_LAYOUT_EMPTY
-    {
-        HelpID = "sc:CheckBox:RID_SCDLG_DPSUBTOTAL_OPT:CB_LAYOUT_EMPTY";
-        Pos = MAP_APPFONT( 12, 85 );
-        Size = MAP_APPFONT( 186, 10 );
-        TabStop = TRUE;
-        Text [ en-US ] = "~Empty line after each item";
-    };
-    FixedLine FL_AUTOSHOW
-    {
-        Pos = MAP_APPFONT( 6, 99 );
-        Size = MAP_APPFONT( 198, 8 );
-        Text [ en-US ] = "Show automatically";
-    };
-    CheckBox CB_SHOW
-    {
-        HelpID = "sc:CheckBox:RID_SCDLG_DPSUBTOTAL_OPT:CB_SHOW";
-        Pos = MAP_APPFONT( 12, 112 );
-        Size = MAP_APPFONT( 70, 10 );
-        TabStop = TRUE;
-        Text[ en-US ] = "~Show";
-    };
-    NumericField NF_SHOW
-    {
-        HelpID = "sc:NumericField:RID_SCDLG_DPSUBTOTAL_OPT:NF_SHOW";
-        Pos = MAP_APPFONT( 84, 110 );
-        Size = MAP_APPFONT( 30, 12 );
-        TabStop = TRUE;
-        Border = TRUE;
-        Repeat = TRUE;
-        Spin = TRUE;
-        Minimum = 1;
-        Maximum = 999;
-        SpinSize = 1;
-        StrictFormat = TRUE;
-    };
-    FixedText FT_SHOW
-    {
-        Pos = MAP_APPFONT( 118, 112 );
-        Size = MAP_APPFONT( 80, 8 );
-        Text [ en-US ] = "items";
-    };
-    FixedText FT_SHOW_FROM
-    {
-        Pos = MAP_APPFONT( 22, 128 );
-        Size = MAP_APPFONT( 60, 8 );
-        Text [ en-US ] = "~From";
-    };
-    ListBox LB_SHOW_FROM
-    {
-        HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_SHOW_FROM";
-        Pos = MAP_APPFONT( 84, 126 );
-        Size = MAP_APPFONT( 114, 50 );
-        TabStop = TRUE;
-        Border = TRUE;
-        DropDown = TRUE;
-        StringList [ en-US ] =
-        {
-            < "Top"; Default; >;
-            < "Bottom"; Default; >;
-        };
-    };
-    FixedText FT_SHOW_USING
-    {
-        Pos = MAP_APPFONT( 22, 144 );
-        Size = MAP_APPFONT( 60, 8 );
-        Text [ en-US ] = "~Using field";
-    };
-    ListBox LB_SHOW_USING
-    {
-        HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_SHOW_USING";
-        Pos = MAP_APPFONT( 84, 142 );
-        Size = MAP_APPFONT( 114, 120 );
-        TabStop = TRUE;
-        Border = TRUE;
-        DropDown = TRUE;
-    };
-    FixedLine FL_HIDE
-    {
-        Pos = MAP_APPFONT( 6, 160 );
-        Size = MAP_APPFONT( 198, 8 );
-        Text [ en-US ] = "Hide i~tems";
-    };
-    Control CT_HIDE
-    {
-        Pos = MAP_APPFONT( 12, 171 );
-        Size = MAP_APPFONT( 186, 45 );
-        TabStop = TRUE;
-        Border = TRUE;
-    };
-    FixedText FT_HIERARCHY
-    {
-        Pos = MAP_APPFONT( 6, 224 );
-        Size = MAP_APPFONT( 76, 8 );
-        Text [ en-US ] = "Hierarch~y";
-    };
-    ListBox LB_HIERARCHY
-    {
-        HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_HIERARCHY";
-        Pos = MAP_APPFONT( 84, 222 );
-        Size = MAP_APPFONT( 114, 120 );
-        TabStop = TRUE;
-        Border = TRUE;
-        DropDown = TRUE;
-    };
-    OKButton BTN_OK
-    {
-        Pos = MAP_APPFONT( 210, 6 );
-        Size = MAP_APPFONT( 50, 14 );
-        TabStop = TRUE;
-        DefButton = TRUE;
-    };
-    CancelButton BTN_CANCEL
-    {
-        Pos = MAP_APPFONT( 210, 23 );
-        Size = MAP_APPFONT( 50, 14 );
-        TabStop = TRUE;
-    };
-    HelpButton BTN_HELP
-    {
-        Pos = MAP_APPFONT( 210, 43 );
-        Size = MAP_APPFONT( 50, 14 );
-        TabStop = TRUE;
-    };
-    Text [ en-US ] = "Data Field Options";
+       OutputSize = TRUE ;
+       HelpId = HID_SC_DPSUBT_OPT ;
+       SVLook = TRUE ;
+       Size = MAP_APPFONT ( 266, 240 ) ;
+       Moveable = TRUE ;
+       Closeable = FALSE ;
+       Hide = TRUE ;
+       FixedLine FL_SORT_BY
+       {
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 198, 8 ) ;
+               Text [ en-US ] = "Sort ~by" ;
+       };
+       ListBox LB_SORT_BY
+       {
+               HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_SORT_BY" ;
+               Pos = MAP_APPFONT ( 12, 26 ) ;
+               Size = MAP_APPFONT ( 96, 120 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+               DropDown = TRUE ;
+       };
+       RadioButton RB_SORT_ASC
+       {
+               HelpID = "sc:RadioButton:RID_SCDLG_DPSUBTOTAL_OPT:RB_SORT_ASC" ;
+               Pos = MAP_APPFONT ( 114, 14 ) ;
+               Size = MAP_APPFONT ( 84, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "~Ascending" ;
+       };
+       RadioButton RB_SORT_DESC
+       {
+               HelpID = "sc:RadioButton:RID_SCDLG_DPSUBTOTAL_OPT:RB_SORT_DESC" 
;
+               Pos = MAP_APPFONT ( 114, 28 ) ;
+               Size = MAP_APPFONT ( 84, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "~Descending" ;
+       };
+       RadioButton RB_SORT_MAN
+       {
+               HelpID = "sc:RadioButton:RID_SCDLG_DPSUBTOTAL_OPT:RB_SORT_MAN" ;
+               Pos = MAP_APPFONT ( 114, 42 ) ;
+               Size = MAP_APPFONT ( 84, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "~Manual" ;
+       };
+       FixedLine FL_LAYOUT
+       {
+               Pos = MAP_APPFONT ( 6, 56 ) ;
+               Size = MAP_APPFONT ( 198, 8 ) ;
+               Text [ en-US ] = "Display options" ;
+       };
+       FixedText FT_LAYOUT
+       {
+               Pos = MAP_APPFONT ( 12, 69 ) ;
+               Size = MAP_APPFONT ( 70, 8 ) ;
+               Text [ en-US ] = "~Layout" ;
+       };
+       ListBox LB_LAYOUT
+       {
+               HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_LAYOUT" ;
+               Pos = MAP_APPFONT ( 84, 67 ) ;
+               Size = MAP_APPFONT ( 114, 120 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+               DropDown = TR UE ;
+               StringList [ en-US ] =
+               {
+                       < "Tabular layout" ; Default;                           
                                > ;
+                       < "Outline layout with subtotals at the top" ; Default; 
        > ;
+                       < "Outline layout with subtotals at the bottom" ; 
Default;      > ;
+               };
+       };
+       CheckBox CB_LAYOUT_EMPTY
+       {
+               HelpID = "sc:CheckBox:RID_SCDLG_DPSUBTOTAL_OPT:CB_LAYOUT_EMPTY" 
;
+               Pos = MAP_APPFONT ( 12, 85 ) ;
+               Size = MAP_APPFONT ( 186, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "~Empty line after each item" ;
+       };
+       FixedLine FL_AUTOSHOW
+       {
+               Pos = MAP_APPFONT ( 6, 99 ) ;
+               Size = MAP_APPFONT ( 198, 8 ) ;
+               Text [ en-US ] = "Show automatically" ;
+       };
+       CheckBox CB_SHOW
+       {
+               HelpID = "sc:CheckBox:RID_SCDLG_DPSUBTOTAL_OPT:CB_SHOW" ;
+               Pos = MAP_APPFONT ( 12, 112 ) ;
+               Size = MAP_APPFONT ( 70, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "~Show" ;
+       };
+       NumericField NF_SHOW
+       {
+               HelpID = "sc:NumericField:RID_SCDLG_DPSUBTOTAL_OPT:NF_SHOW" ;
+               Pos = MAP_APPFONT ( 84, 110 ) ;
+               Size = MAP_APPFONT ( 30, 12 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+               Repeat = TRUE ;
+               Spin = TRUE ;
+               Minimum = 1 ;
+               Maximum = 999 ;
+               SpinSize = 1 ;
+               StrictFormat = TRUE ;
+       };
+       FixedText FT_SHOW
+       {
+               Pos = MAP_APPFONT ( 118, 112 ) ;
+               Size = MAP_APPFONT ( 80, 8 ) ;
+               Text [ en-US ] = "items" ;
+       };
+       FixedText FT_SHOW_FROM
+       {
+               Pos = MAP_APPFONT ( 22, 128 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
+               Text [ en-US ] = "~From" ;
+       };
+       ListBox LB_SHOW_FROM
+       {
+               HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_SHOW_FROM" ;
+               Pos = MAP_APPFONT ( 84, 126 ) ;
+               Size = MAP_APPFONT ( 114, 50 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+               DropDown = TRUE ;
+               StringList [ en-US ] =
+               {
+                       < "Top" ; Default;              > ;
+                       < "Bottom" ; Default;   > ;
+               };
+       };
+       FixedText FT_SHOW_USING
+       {
+               Pos = MAP_APPFONT ( 22, 144 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
+               Text [ en-US ] = "~Using field" ;
+       };
+       ListBox LB_SHOW_USING
+       {
+               HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_SHOW_USING" ;
+               Pos = MAP_APPFONT ( 84, 142 ) ;
+               Size = MAP_APPFONT ( 114, 120 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+               DropDown = TRUE ;
+       };
+       FixedLine FL_HIDE
+       {
+               Pos = MAP_APPFONT ( 6, 160 ) ;
+               Size = MAP_APPFONT ( 198, 8 ) ;
+               Text [ en-US ] = "Hide i~tems" ;
+       };
+       Control CT_HIDE
+       {
+               Pos = MAP_APPFONT ( 12, 171 ) ;
+               Size = MAP_APPFONT ( 186, 45 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+       };
+       FixedText FT_HIERARCHY
+       {
+               Pos = MAP_APPFONT ( 6, 224 ) ;
+               Size = MAP_APPFONT ( 76, 8 ) ;
+               Text [ en-US ] = "Hierarch~y" ;
+       };
+       ListBox LB_HIERARCHY
+       {
+               HelpID = "sc:ListBox:RID_SCDLG_DPSUBTOTAL_OPT:LB_HIERARCHY" ;
+               Pos = MAP_APPFONT ( 84, 222 ) ;
+               Size = MAP_APPFONT ( 114, 120 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+               DropDown = TRUE ;
+       };
+       OKButton BTN_OK
+       {
+               Pos = MAP_APPFONT ( 210, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+               DefButton = TRUE ;
+       };
+       CancelButton BTN_CANCEL
+       {
+               Pos = MAP_APPFONT ( 210, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       HelpButton BTN_HELP
+       {
+               Pos = MAP_APPFONT ( 210, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       Text [ en-US ] = "Data Field Options" ;
 };
 
 // ----------------------------------------------------------------------------
 
 ModalDialog RID_SCDLG_DPSHOWDETAIL
 {
-    OutputSize = TRUE;
-    HelpId = HID_SC_DPSHOWDETAIL;
-    SVLook = TRUE;
-    Size = MAP_APPFONT( 200, 116 );
-    Moveable = TRUE;
-    Closeable = FALSE;
-    FixedText FT_DIMS
-    {
-        Pos = MAP_APPFONT( 6, 3 );
-        Size = MAP_APPFONT( 132, 24 );
-        WordBreak = TRUE;
-        Text [ en-US ] = "~Choose the field containing the detail you want to 
show";
-    };
-    ListBox LB_DIMS
-    {
-        HelpID = "sc:ListBox:RID_SCDLG_DPSHOWDETAIL:LB_DIMS";
-        Pos = MAP_APPFONT( 6, 30 );
-        Size = MAP_APPFONT( 132, 80 );
-        TabStop = TRUE;
-        Border = TRUE;
-        DropDown = FALSE;
-    };
-    OKButton BTN_OK
-    {
-        Pos = MAP_APPFONT( 144, 6 );
-        Size = MAP_APPFONT( 50, 14 );
-        TabStop = TRUE;
-        DefButton = TRUE;
-    };
-    CancelButton BTN_CANCEL
-    {
-        Pos = MAP_APPFONT( 144, 23 );
-        Size = MAP_APPFONT( 50, 14 );
-        TabStop = TRUE;
-    };
-    HelpButton BTN_HELP
-    {
-        Pos = MAP_APPFONT( 144, 43 );
-        Size = MAP_APPFONT( 50, 14 );
-        TabStop = TRUE;
-    };
-    Text [ en-US ] = "Show Detail";
+       OutputSize = TRUE ;
+       HelpId = HID_SC_DPSHOWDETAIL ;
+       SVLook = TRUE ;
+       Size = MAP_APPFONT ( 200, 116 ) ;
+       Moveable = TRUE ;
+       Closeable = FALSE ;
+       FixedText FT_DIMS
+       {
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 132, 24 ) ;
+               WordBreak = TRUE ;
+               Text [ en-US ] = "~Choose the field containing the detail you 
want to show" ;
+       };
+       ListBox LB_DIMS
+       {
+               HelpID = "sc:ListBox:RID_SCDLG_DPSHOWDETAIL:LB_DIMS" ;
+               Pos = MAP_APPFONT ( 6, 30 ) ;
+               Size = MAP_APPFONT ( 132, 80 ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+               DropDown = FALSE ;
+       };
+       OKButton BTN_OK
+       {
+               Pos = MAP_APPFONT ( 144, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+               DefButton = TRUE ;
+       };
+       CancelButton BTN_CANCEL
+       {
+               Pos = MAP_APPFONT ( 144, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       HelpButton BTN_HELP
+       {
+               Pos = MAP_APPFONT ( 144, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       Text [ en-US ] = "Show Detail" ;
 };
 
-// ----------------------------------------------------------------------------
-
+// ********************************************************************** EOF


Reply via email to