Author: hanya
Date: Sun Jan 19 13:40:29 2014
New Revision: 1559496

URL: http://svn.apache.org/r1559496
Log:
#i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM with parcent CustomUnitText 
on metric fields

Modified:
    
openoffice/trunk/main/chart2/source/controller/dialogs/tp_3D_SceneGeometry.src
    openoffice/trunk/main/chart2/source/controller/dialogs/tp_SeriesToAxis.src
    openoffice/trunk/main/cui/source/dialogs/colorpicker.src
    openoffice/trunk/main/cui/source/dialogs/grfflt.src
    openoffice/trunk/main/cui/source/dialogs/zoom.src
    openoffice/trunk/main/cui/source/options/optgdlg.src
    openoffice/trunk/main/cui/source/tabpages/autocdlg.src
    openoffice/trunk/main/cui/source/tabpages/backgrnd.src
    openoffice/trunk/main/cui/source/tabpages/chardlg.src
    openoffice/trunk/main/cui/source/tabpages/grfpage.src
    openoffice/trunk/main/cui/source/tabpages/numpages.src
    openoffice/trunk/main/cui/source/tabpages/paragrph.src
    openoffice/trunk/main/cui/source/tabpages/tabarea.src
    openoffice/trunk/main/cui/source/tabpages/tabline.src
    openoffice/trunk/main/cui/source/tabpages/tparea.cxx
    openoffice/trunk/main/cui/source/tabpages/tplnedef.cxx
    openoffice/trunk/main/sc/source/ui/pagedlg/pagedlg.src
    openoffice/trunk/main/sd/source/ui/animations/CustomAnimationDialog.src
    openoffice/trunk/main/starmath/source/dialog.cxx
    openoffice/trunk/main/starmath/source/smres.src
    openoffice/trunk/main/svx/source/dialog/bmpmask.src
    openoffice/trunk/main/svx/source/dialog/contdlg.src
    openoffice/trunk/main/svx/source/dialog/fontwork.cxx
    openoffice/trunk/main/svx/source/dialog/fontwork.src
    openoffice/trunk/main/svx/source/engine3d/float3d.src
    openoffice/trunk/main/svx/source/sidebar/area/AreaPropertyPanel.src
    openoffice/trunk/main/svx/source/sidebar/graphic/GraphicPropertyPanel.src
    openoffice/trunk/main/svx/source/sidebar/line/LinePropertyPanel.src
    openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.src
    openoffice/trunk/main/svx/source/tbxctrls/fontworkgallery.src
    openoffice/trunk/main/sw/source/ui/frmdlg/column.src
    openoffice/trunk/main/sw/source/ui/misc/pgfnote.src

Modified: 
openoffice/trunk/main/chart2/source/controller/dialogs/tp_3D_SceneGeometry.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/chart2/source/controller/dialogs/tp_3D_SceneGeometry.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- 
openoffice/trunk/main/chart2/source/controller/dialogs/tp_3D_SceneGeometry.src 
(original)
+++ 
openoffice/trunk/main/chart2/source/controller/dialogs/tp_3D_SceneGeometry.src 
Sun Jan 19 13:40:29 2014
@@ -143,8 +143,7 @@ TabPage TP_3D_SCENEGEOMETRY
         First = 0 ;
         Last = 100 ;
         SpinSize = 5 ;
-        Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+        Unit = FUNIT_PERCENT ;
        };
 };
 

Modified: 
openoffice/trunk/main/chart2/source/controller/dialogs/tp_SeriesToAxis.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/chart2/source/controller/dialogs/tp_SeriesToAxis.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/chart2/source/controller/dialogs/tp_SeriesToAxis.src 
(original)
+++ openoffice/trunk/main/chart2/source/controller/dialogs/tp_SeriesToAxis.src 
Sun Jan 19 13:40:29 2014
@@ -77,8 +77,7 @@ TabPage TP_OPTIONS
                Minimum = -100 ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText  = "%" ;
+               Unit = FUNIT_PERCENT ;
                First = 1 ;
                Last = 100 ;
                SpinSize = 1 ;
@@ -104,8 +103,7 @@ TabPage TP_OPTIONS
                Minimum = 0 ;
                Maximum = 600 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText  = "%" ;
+               Unit = FUNIT_PERCENT ;
                First = 1 ;
                Last = 100 ;
                SpinSize = 1 ;

Modified: openoffice/trunk/main/cui/source/dialogs/colorpicker.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/dialogs/colorpicker.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/dialogs/colorpicker.src (original)
+++ openoffice/trunk/main/cui/source/dialogs/colorpicker.src Sun Jan 19 
13:40:29 2014
@@ -322,8 +322,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
         Spin = TRUE ;
         Maximum = 100 ;
         Last = 100 ;
-        Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+        Unit = FUNIT_PERCENT ;
     };
 
     FixedText CT_BRIGHTNESS
@@ -344,8 +343,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
         Spin = TRUE ;
         Maximum = 100 ;
         Last = 100 ;
-        Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+        Unit = FUNIT_PERCENT ;
     };
 
 // -------------------------------------------------------------------------
@@ -377,8 +375,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
         Spin = TRUE ;
         Maximum = 100 ;
         Last = 100 ;
-        Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+        Unit = FUNIT_PERCENT ;
     };
 
     FixedText CT_MAGENTA
@@ -399,8 +396,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
         Spin = TRUE ;
         Maximum = 100 ;
         Last = 100 ;
-        Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+        Unit = FUNIT_PERCENT ;
     };
 
     FixedText CT_YELLOW
@@ -421,8 +417,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
         Spin = TRUE ;
         Maximum = 100 ;
         Last = 100 ;
-        Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+        Unit = FUNIT_PERCENT ;
     };
 
     FixedText CT_KEY
@@ -443,8 +438,7 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER
         Spin = TRUE ;
         Maximum = 100 ;
         Last = 100 ;
-        Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+        Unit = FUNIT_PERCENT ;
     };
 
     // ------------------------------------------------------

Modified: openoffice/trunk/main/cui/source/dialogs/grfflt.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/dialogs/grfflt.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/dialogs/grfflt.src (original)
+++ openoffice/trunk/main/cui/source/dialogs/grfflt.src Sun Jan 19 13:40:29 2014
@@ -178,8 +178,7 @@ ModalDialog RID_SVX_GRFFILTER_DLG_SOLARI
         Spin = TRUE ; 
         Maximum = 100 ; 
         StrictFormat = TRUE ; 
-        Unit = FUNIT_CUSTOM ; 
-        CustomUnitText = "%" ;
+        Unit = FUNIT_PERCENT ; 
         Last = 100 ; 
         SpinSize = 1 ; 
     };
@@ -259,8 +258,7 @@ ModalDialog RID_SVX_GRFFILTER_DLG_SEPIA
         Minimum = 1 ; 
         Maximum = 100 ; 
         StrictFormat = TRUE ; 
-        Unit = FUNIT_CUSTOM ; 
-        CustomUnitText = "%" ;
+        Unit = FUNIT_PERCENT ; 
         First = 1 ; 
         Last = 100 ; 
         SpinSize = 1 ; 

Modified: openoffice/trunk/main/cui/source/dialogs/zoom.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/dialogs/zoom.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/dialogs/zoom.src (original)
+++ openoffice/trunk/main/cui/source/dialogs/zoom.src Sun Jan 19 13:40:29 2014
@@ -67,7 +67,7 @@ ModalDialog RID_SVXDLG_ZOOM
         HelpID = "cui:RadioButton:RID_SVXDLG_ZOOM:BTN_100";
         Pos = MAP_APPFONT ( 12 , 53 ) ;
         Size = MAP_APPFONT ( 105, 10 ) ;
-        Text = "~100%" ;
+        Text = "~100 %" ;
        };
     RadioButton BTN_USER
        {
@@ -86,8 +86,7 @@ ModalDialog RID_SVXDLG_ZOOM
                Left = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                SpinSize = 1 ;
        };
     FixedLine FL_VIEWLAYOUT

Modified: openoffice/trunk/main/cui/source/options/optgdlg.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/options/optgdlg.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/options/optgdlg.src (original)
+++ openoffice/trunk/main/cui/source/options/optgdlg.src Sun Jan 19 13:40:29 
2014
@@ -211,8 +211,7 @@ TabPage OFA_TP_VIEW
         First = 80 ;
         Last = 130 ;
                SpinSize = 1 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
        };
     FixedText FT_ICONSIZESTYLE
        {
@@ -448,8 +447,7 @@ TabPage OFA_TP_VIEW
         First = 10 ;
         Last = 90 ;
                SpinSize = 5 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText [ en-US ] = "%" ;
+               Unit = FUNIT_PERCENT ;
        };
 };
 // *******************************************************************

Modified: openoffice/trunk/main/cui/source/tabpages/autocdlg.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/tabpages/autocdlg.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/tabpages/autocdlg.src (original)
+++ openoffice/trunk/main/cui/source/tabpages/autocdlg.src Sun Jan 19 13:40:29 
2014
@@ -280,8 +280,7 @@ ModalDialog RID_OFADLG_PRCNT_SET
                Spin = TRUE ;
                Maximum = 100 ;
                Value = 77 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                First = 10 ;
                Last = 100 ;
                SpinSize = 5 ;

Modified: openoffice/trunk/main/cui/source/tabpages/backgrnd.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/tabpages/backgrnd.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/tabpages/backgrnd.src (original)
+++ openoffice/trunk/main/cui/source/tabpages/backgrnd.src Sun Jan 19 13:40:29 
2014
@@ -148,8 +148,7 @@ TabPage RID_SVXPAGE_BACKGROUND
                Left = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
         SpinSize = 5 ;
         Minimum = 0;
         Maximum = 100;
@@ -245,8 +244,7 @@ TabPage RID_SVXPAGE_BACKGROUND
                Left = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
         SpinSize = 5 ;
         Minimum = 0;
         Maximum = 100;

Modified: openoffice/trunk/main/cui/source/tabpages/chardlg.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/tabpages/chardlg.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/tabpages/chardlg.src (original)
+++ openoffice/trunk/main/cui/source/tabpages/chardlg.src Sun Jan 19 13:40:29 
2014
@@ -747,8 +747,7 @@ TabPage RID_SVXPAGE_CHAR_POSITION
                Spin = TRUE ;
                Minimum = 1 ;
                Maximum = 100 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                First = 1 ;
                Last = 100 ;
                SpinSize = 1 ;
@@ -778,8 +777,7 @@ TabPage RID_SVXPAGE_CHAR_POSITION
                Spin = TRUE ;
                Minimum = 1 ;
                Maximum = 100 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                First = 1 ;
                Last = 100 ;
                SpinSize = 1 ;
@@ -845,8 +843,7 @@ TabPage RID_SVXPAGE_CHAR_POSITION
                Spin = TRUE ;
                Minimum = 1 ;
                Maximum = 999 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                First = 50 ;
                Last = 200 ;
                SpinSize = 1 ;

Modified: openoffice/trunk/main/cui/source/tabpages/grfpage.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/tabpages/grfpage.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/tabpages/grfpage.src (original)
+++ openoffice/trunk/main/cui/source/tabpages/grfpage.src Sun Jan 19 13:40:29 
2014
@@ -197,8 +197,7 @@ TabPage RID_SVXPAGE_GRFCROP
                Last = 1000 ;
                Maximum = 9999 ;
                Value = 100 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                SpinSize = 10 ;
        };
        FixedText FT_HEIGHTZOOM
@@ -224,8 +223,7 @@ TabPage RID_SVXPAGE_GRFCROP
                Last = 1000 ;
                Maximum = 9999 ;
                Value = 100 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                SpinSize = 10 ;
        };
     FixedLine FL_SIZE

Modified: openoffice/trunk/main/cui/source/tabpages/numpages.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/tabpages/numpages.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/tabpages/numpages.src (original)
+++ openoffice/trunk/main/cui/source/tabpages/numpages.src Sun Jan 19 13:40:29 
2014
@@ -296,8 +296,7 @@ TabPage RID_SVXPAGE_NUM_OPTIONS
                Left = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText  = "%" ;
+               Unit = FUNIT_PERCENT ;
                SpinSize = 1 ;
                Minimum = 1;
                Maximum = 250;

Modified: openoffice/trunk/main/cui/source/tabpages/paragrph.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/tabpages/paragrph.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/tabpages/paragrph.src (original)
+++ openoffice/trunk/main/cui/source/tabpages/paragrph.src Sun Jan 19 13:40:29 
2014
@@ -212,8 +212,7 @@ TabPage RID_SVXPAGE_STD_PARAGRAPH
                Minimum = 50 ;
                Maximum = 200 ;
                Value = 100 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                First = 50 ;
                Last = 200 ;
                SpinSize = 1 ;

Modified: openoffice/trunk/main/cui/source/tabpages/tabarea.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/tabpages/tabarea.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/tabpages/tabarea.src (original)
+++ openoffice/trunk/main/cui/source/tabpages/tabarea.src Sun Jan 19 13:40:29 
2014
@@ -70,8 +70,7 @@ TabPage RID_SVXPAGE_TRANSPARENCE
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -123,8 +122,7 @@ TabPage RID_SVXPAGE_TRANSPARENCE
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -145,8 +143,7 @@ TabPage RID_SVXPAGE_TRANSPARENCE
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -188,8 +185,7 @@ TabPage RID_SVXPAGE_TRANSPARENCE
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -210,8 +206,7 @@ TabPage RID_SVXPAGE_TRANSPARENCE
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -232,8 +227,7 @@ TabPage RID_SVXPAGE_TRANSPARENCE
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -428,7 +422,6 @@ TabPage RID_SVXPAGE_AREA
                StrictFormat = TRUE ;
                DecimalDigits = 2 ;
                Unit = FUNIT_MM ;
-        CustomUnitText = "%" ;
                Minimum = 5 ;
                Maximum = 100 ;
                First = 5 ;
@@ -453,7 +446,6 @@ TabPage RID_SVXPAGE_AREA
                StrictFormat = TRUE ;
                DecimalDigits = 2 ;
                Unit = FUNIT_MM ;
-        CustomUnitText = "%" ;
                Minimum = 5 ;
                Maximum = 100 ;
                First = 5 ;
@@ -497,8 +489,7 @@ TabPage RID_SVXPAGE_AREA
                Repeat = TRUE ;
                Spin = TRUE ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Maximum = 100 ;
                Last = 100 ;
                SpinSize = 5 ;
@@ -514,8 +505,7 @@ TabPage RID_SVXPAGE_AREA
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -566,8 +556,7 @@ TabPage RID_SVXPAGE_AREA
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -664,8 +653,7 @@ TabPage RID_SVXPAGE_SHADOW
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -1047,8 +1035,7 @@ TabPage RID_SVXPAGE_GRADIENT
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -1069,8 +1056,7 @@ TabPage RID_SVXPAGE_GRADIENT
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -1112,8 +1098,7 @@ TabPage RID_SVXPAGE_GRADIENT
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -1144,8 +1129,7 @@ TabPage RID_SVXPAGE_GRADIENT
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -1176,8 +1160,7 @@ TabPage RID_SVXPAGE_GRADIENT
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -1356,8 +1339,7 @@ TabPage RID_SVXPAGE_COLOR
                Repeat = TRUE ;
                Spin = TRUE ;
                Maximum = 100 ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
        };
     FixedText FT_2
@@ -1376,8 +1358,7 @@ TabPage RID_SVXPAGE_COLOR
                Repeat = TRUE ;
                Spin = TRUE ;
                Maximum = 100 ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
        };
     FixedText FT_3
@@ -1396,8 +1377,7 @@ TabPage RID_SVXPAGE_COLOR
                Repeat = TRUE ;
                Spin = TRUE ;
                Maximum = 100 ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
        };
     FixedText FT_4
@@ -1416,8 +1396,7 @@ TabPage RID_SVXPAGE_COLOR
                Repeat = TRUE ;
                Spin = TRUE ;
                Maximum = 100 ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
        };
     PushButton BTN_ADD

Modified: openoffice/trunk/main/cui/source/tabpages/tabline.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/tabpages/tabline.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/tabpages/tabline.src (original)
+++ openoffice/trunk/main/cui/source/tabpages/tabline.src Sun Jan 19 13:40:29 
2014
@@ -116,8 +116,7 @@ TabPage RID_SVXPAGE_LINE
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -541,7 +540,6 @@ TabPage RID_SVXPAGE_LINE_DEF
                DecimalDigits = 2 ;
                Value = 1 ;
                Unit = FUNIT_MM ;
-               CustomUnitText = "%" ;
                SpinSize = 10 ;
        };
        MetricField MTR_FLD_LENGTH_2
@@ -562,7 +560,6 @@ TabPage RID_SVXPAGE_LINE_DEF
                DecimalDigits = 2 ;
                Value = 1 ;
                Unit = FUNIT_MM ;
-               CustomUnitText = "%" ;
                SpinSize = 10 ;
        };
        FixedText FT_DISTANCE
@@ -586,7 +583,6 @@ TabPage RID_SVXPAGE_LINE_DEF
                DecimalDigits = 2 ;
                Value = 1 ;
                Unit = FUNIT_MM ;
-               CustomUnitText = "%" ;
                Last = 5000 ;
                SpinSize = 10 ;
        };

Modified: openoffice/trunk/main/cui/source/tabpages/tparea.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/tabpages/tparea.cxx?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/tabpages/tparea.cxx (original)
+++ openoffice/trunk/main/cui/source/tabpages/tparea.cxx Sun Jan 19 13:40:29 
2014
@@ -2523,13 +2523,13 @@ IMPL_LINK( SvxAreaTabPage, ClickScaleHdl
        if( aTsbScale.GetState() == STATE_CHECK )
        {
                aMtrFldXSize.SetDecimalDigits( 0 );
-               aMtrFldXSize.SetUnit( FUNIT_CUSTOM );
+               aMtrFldXSize.SetUnit( FUNIT_PERCENT );
                aMtrFldXSize.SetValue( 100 );
         aMtrFldXSize.SetMax( 100 );
                aMtrFldXSize.SetLast( 100 );
 
                aMtrFldYSize.SetDecimalDigits( 0 );
-               aMtrFldYSize.SetUnit( FUNIT_CUSTOM );
+               aMtrFldYSize.SetUnit( FUNIT_PERCENT );
                aMtrFldYSize.SetValue( 100 );
         aMtrFldYSize.SetMax( 100 );
                aMtrFldYSize.SetLast( 100 );

Modified: openoffice/trunk/main/cui/source/tabpages/tplnedef.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/tabpages/tplnedef.cxx?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/tabpages/tplnedef.cxx (original)
+++ openoffice/trunk/main/cui/source/tabpages/tplnedef.cxx Sun Jan 19 13:40:29 
2014
@@ -508,7 +508,7 @@ IMPL_LINK( SvxLineDefTabPage, ChangeMetr
                SetMetricValue( aMtrLength2, nTmp2, ePoolUnit );
                SetMetricValue( aMtrDistance, nTmp3, ePoolUnit );
        }
-       else if( aCbxSynchronize.IsChecked() && aMtrLength1.GetUnit() != 
FUNIT_CUSTOM )
+       else if( aCbxSynchronize.IsChecked() && aMtrLength1.GetUnit() != 
FUNIT_PERCENT )
        {
                long nTmp1, nTmp2, nTmp3;
 
@@ -530,9 +530,9 @@ IMPL_LINK( SvxLineDefTabPage, ChangeMetr
                aMtrLength2.SetDecimalDigits( 0 );
                aMtrDistance.SetDecimalDigits( 0 );
 
-               aMtrLength1.SetUnit( FUNIT_CUSTOM );
-               aMtrLength2.SetUnit( FUNIT_CUSTOM );
-               aMtrDistance.SetUnit( FUNIT_CUSTOM );
+               aMtrLength1.SetUnit( FUNIT_PERCENT );
+               aMtrLength2.SetUnit( FUNIT_PERCENT );
+               aMtrDistance.SetUnit( FUNIT_PERCENT );
 
 
                SetMetricValue( aMtrLength1, nTmp1, ePoolUnit );

Modified: openoffice/trunk/main/sc/source/ui/pagedlg/pagedlg.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/pagedlg/pagedlg.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/pagedlg/pagedlg.src (original)
+++ openoffice/trunk/main/sc/source/ui/pagedlg/pagedlg.src Sun Jan 19 13:40:29 
2014
@@ -331,8 +331,7 @@ TabPage RID_SCPAGE_TABLE
                First = 15 ;
                Last = 200 ;
                SpinSize = 1 ;
-        Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+        Unit = FUNIT_PERCENT ;
     };
     NumericField ED_SCALEPAGEWIDTH
     {

Modified: 
openoffice/trunk/main/sd/source/ui/animations/CustomAnimationDialog.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/animations/CustomAnimationDialog.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/animations/CustomAnimationDialog.src 
(original)
+++ openoffice/trunk/main/sd/source/ui/animations/CustomAnimationDialog.src Sun 
Jan 19 13:40:29 2014
@@ -447,8 +447,7 @@ TabPage RID_TP_CUSTOMANIMATION_EFFECT
                Minimum = 0 ;
                Maximum = 1024 ;
                DecimalDigits = 1 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText [ en-US ] = "%";
+               Unit = FUNIT_PERCENT ;
                SpinSize = 1 ;
                
        };

Modified: openoffice/trunk/main/starmath/source/dialog.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/starmath/source/dialog.cxx?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/starmath/source/dialog.cxx (original)
+++ openoffice/trunk/main/starmath/source/dialog.cxx Sun Jan 19 13:40:29 2014
@@ -865,9 +865,8 @@ void SmDistanceDialog::SetCategory(sal_u
                sal_uInt16     nDigits;
                if (nCategory < 9)
                {
-                       eUnit   = FUNIT_CUSTOM;
+            eUnit = FUNIT_PERCENT;
                        nDigits = 0;
-                       pMF->SetCustomUnitText( '%' );
                }
                else
                {

Modified: openoffice/trunk/main/starmath/source/smres.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/starmath/source/smres.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/starmath/source/smres.src (original)
+++ openoffice/trunk/main/starmath/source/smres.src Sun Jan 19 13:40:29 2014
@@ -153,8 +153,7 @@ ModalDialog RID_FONTSIZEDIALOG
                Spin = TRUE ;
                Minimum = 5 ;
                Maximum = 200 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
        };
        FixedText 5
        {
@@ -175,8 +174,7 @@ ModalDialog RID_FONTSIZEDIALOG
                Spin = TRUE ;
                Minimum = 5 ;
                Maximum = 200 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
        };
        FixedText 6
        {
@@ -197,8 +195,7 @@ ModalDialog RID_FONTSIZEDIALOG
                Spin = TRUE ;
                Minimum = 5 ;
                Maximum = 200 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
        };
        FixedText 7
        {
@@ -219,8 +216,7 @@ ModalDialog RID_FONTSIZEDIALOG
                Spin = TRUE ;
                Minimum = 5 ;
                Maximum = 200 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
        };
        FixedText 8
        {
@@ -241,8 +237,7 @@ ModalDialog RID_FONTSIZEDIALOG
                Spin = TRUE ;
                Minimum = 5 ;
                Maximum = 200 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
        };
     FixedLine 1
        {
@@ -462,7 +457,6 @@ ModalDialog RID_DISTANCEDIALOG
                Repeat = TRUE;
                Pos = MAP_APPFONT ( 78 , 18 ) ;
                Size = MAP_APPFONT ( 38 , 12 ) ;
-               CustomUnitText [ en-US ] = "%" ;
        };
        FixedText 2
        {
@@ -483,7 +477,6 @@ ModalDialog RID_DISTANCEDIALOG
                Repeat = TRUE;
                Pos = MAP_APPFONT ( 78 , 34 ) ;
                Size = MAP_APPFONT ( 38 , 12 ) ;
-               CustomUnitText [ en-US ] = "%" ;
        };
        CheckBox 1
        {
@@ -512,7 +505,6 @@ ModalDialog RID_DISTANCEDIALOG
                Repeat = TRUE;
                Pos = MAP_APPFONT ( 78 , 50 ) ;
                Size = MAP_APPFONT ( 38 , 12 ) ;
-               CustomUnitText [ en-US ] = "%" ;
        };
        FixedText 4
        {
@@ -1078,8 +1070,7 @@ TabPage RID_PRINTOPTIONPAGE
                Spin = TRUE ;
                Minimum = 10 ;
                Maximum = 400 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
        };
     FixedLine FL_MISC_OPTIONS
        {
@@ -1459,19 +1450,19 @@ Menu RID_VIEWMENU
                {
                        Identifier = SID_VIEW050 ;
                        HelpId = CMD_SID_VIEW050 ;
-                       Text [ en-US ] = "~View 50%" ;
+                       Text [ en-US ] = "~View 50 %" ;
                };
                MenuItem
                {
                        Identifier = SID_VIEW100 ;
                        HelpId = CMD_SID_VIEW100 ;
-                       Text [ en-US ] = "View ~100%" ;
+                       Text [ en-US ] = "View ~100 %" ;
                };
                MenuItem
                {
                        Identifier = SID_VIEW200 ;
                        HelpId = CMD_SID_VIEW200 ;
-                       Text [ en-US ] = "View ~200%" ;
+                       Text [ en-US ] = "View ~200 %" ;
                };
                MenuItem
                {

Modified: openoffice/trunk/main/svx/source/dialog/bmpmask.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/dialog/bmpmask.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/dialog/bmpmask.src (original)
+++ openoffice/trunk/main/svx/source/dialog/bmpmask.src Sun Jan 19 13:40:29 2014
@@ -99,8 +99,7 @@ DockingWindow RID_SVXDLG_BMPMASK
                Maximum = 99 ;
                Last = 99 ;
                SpinSize = 1 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
        };
        ListBox LB_1
        {
@@ -142,8 +141,7 @@ DockingWindow RID_SVXDLG_BMPMASK
                Maximum = 99 ;
                Last = 99 ;
                SpinSize = 1 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
        };
        ListBox LB_2
        {
@@ -185,8 +183,7 @@ DockingWindow RID_SVXDLG_BMPMASK
                Maximum = 99 ;
                Last = 99 ;
                SpinSize = 1 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
        };
        ListBox LB_3
        {
@@ -228,8 +225,7 @@ DockingWindow RID_SVXDLG_BMPMASK
                Maximum = 99 ;
                Last = 99 ;
                SpinSize = 1 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
        };
        ListBox LB_4
        {

Modified: openoffice/trunk/main/svx/source/dialog/contdlg.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/dialog/contdlg.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/dialog/contdlg.src (original)
+++ openoffice/trunk/main/svx/source/dialog/contdlg.src Sun Jan 19 13:40:29 2014
@@ -183,9 +183,8 @@ FloatingWindow RID_SVXDLG_CONTOUR
                Maximum = 99 ;
                Last = 99 ;
                SpinSize = 1 ;
-               Unit = FUNIT_CUSTOM ;
+               Unit = FUNIT_PERCENT ;
                QuickHelpText [ en-US ] = "Color Tolerance" ;
-               CustomUnitText [ en-US ] = "%" ;
        };
        Control CTL_CONTOUR
        {

Modified: openoffice/trunk/main/svx/source/dialog/fontwork.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/dialog/fontwork.cxx?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/dialog/fontwork.cxx (original)
+++ openoffice/trunk/main/svx/source/dialog/fontwork.cxx Sun Jan 19 13:40:29 
2014
@@ -600,7 +600,7 @@ void SvxFontWorkDialog::SetShadow_Impl(c
                                aMtrFldShadowX.SetSpinSize(10);
 
 //              aFbShadowY.SetBitmap( Bitmap( ResId( RID_SVXBMP_SHADOW_SIZE, 
_pMgr ) ) );
-                               aMtrFldShadowY.SetUnit(FUNIT_CUSTOM);
+                               aMtrFldShadowY.SetUnit(FUNIT_PERCENT);
                                aMtrFldShadowY.SetDecimalDigits(0);
                 aMtrFldShadowY.SetMin(-999);
                 aMtrFldShadowY.SetMax( 999);

Modified: openoffice/trunk/main/svx/source/dialog/fontwork.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/dialog/fontwork.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/dialog/fontwork.src (original)
+++ openoffice/trunk/main/svx/source/dialog/fontwork.src Sun Jan 19 13:40:29 
2014
@@ -293,7 +293,6 @@ DockingWindow RID_SVXDLG_FONTWORK
                Last = 5000000 ;
                SpinSize = 50 ;
                QuickHelpText [ en-US ] = "Distance Y" ;
-               CustomUnitText [ en-US ] = "%" ;
        };
        ListBox CLB_SHADOW_COLOR
        {

Modified: openoffice/trunk/main/svx/source/engine3d/float3d.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/engine3d/float3d.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/engine3d/float3d.src (original)
+++ openoffice/trunk/main/svx/source/engine3d/float3d.src Sun Jan 19 13:40:29 
2014
@@ -250,8 +250,7 @@ DockingWindow RID_SVXFLOAT_3D
                SpinSize = 5 ;
                Maximum = 100 ;
                Last = 100 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
        };
        FixedText FT_BACKSCALE
        {
@@ -271,8 +270,7 @@ DockingWindow RID_SVXFLOAT_3D
                Spin = TRUE ;
                SpinSize = 5 ;
                Maximum = 10000 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText  = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 10000 ;
        };
        FixedText FT_END_ANGLE
@@ -1168,8 +1166,7 @@ DockingWindow RID_SVXFLOAT_3D
                TabStop = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText  = "%" ;
+               Unit = FUNIT_PERCENT ;
                Minimum = 1 ;
                First = 1 ;
                Maximum = 100 ;

Modified: openoffice/trunk/main/svx/source/sidebar/area/AreaPropertyPanel.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/area/AreaPropertyPanel.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/sidebar/area/AreaPropertyPanel.src 
(original)
+++ openoffice/trunk/main/svx/source/sidebar/area/AreaPropertyPanel.src Sun Jan 
19 13:40:29 2014
@@ -167,14 +167,13 @@ Control RID_SIDEBAR_AREA_PANEL
         Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + MBOX_WIDTH + 
CONTROL_SPACING_HORIZONTAL , SECTIONPAGE_MARGIN_VERTICAL_TOP + 
2*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL) + CBOX_HEIGHT + 
CONTROL_SPACING_VERTICAL ) ;
         Size = MAP_APPFONT ( MBOX_WIDTH + 1 ,MBOX_HEIGHT ) ;
         HelpID = HID_PPROPERTYPANEL_AREA_MTR_TRANSPARENT ;
-        QuickHelpText [ en-US ] = "Specify 0% for fully opaque through 100% 
for fully transparent." ;
+        QuickHelpText [ en-US ] = "Specify 0 % for fully opaque through 100 % 
for fully transparent." ;
                TabStop = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -226,14 +225,13 @@ Control RID_POPUPPANEL_AREAPAGE_TRGR
                Border = TRUE ;
         Size = MAP_APPFONT ( CONTROL_WIDTH , MBOX_HEIGHT ) ;
         HelpID = HID_PPROPERTYPANEL_AREA_MTR_TRGR_CENTER_X ;
-        QuickHelpText [ en-US ] = "Specify the horizontal offset percentage 
from the center for the gradient shading style. 50% is the horizontal center." ;
+        QuickHelpText [ en-US ] = "Specify the horizontal offset percentage 
from the center for the gradient shading style. 50 % is the horizontal center." 
;
                TabStop = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -247,14 +245,13 @@ Control RID_POPUPPANEL_AREAPAGE_TRGR
                Border = TRUE ;
         Size = MAP_APPFONT ( CONTROL_WIDTH , MBOX_HEIGHT ) ;
         HelpID = HID_PPROPERTYPANEL_AREA_MTR_TRGR_CENTER_Y ;
-        QuickHelpText [ en-US ] = "Specify the vertical offset percentage from 
the center for the gradient shading style.  50% is the vertical center." ;
+        QuickHelpText [ en-US ] = "Specify the vertical offset percentage from 
the center for the gradient shading style.  50 % is the vertical center." ;
                TabStop = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -288,14 +285,13 @@ Control RID_POPUPPANEL_AREAPAGE_TRGR
                Border = TRUE ;
         Size = MAP_APPFONT ( CONTROL_WIDTH , MBOX_HEIGHT ) ;
         HelpID = HID_PPROPERTYPANEL_AREA_MTR_TRGR_SVALUE ;
-        QuickHelpText [ en-US ] = "Enter a transparency value for the 
beginning point of the gradient, where 0% is fully opaque and 100% is fully 
transparent." ;
+        QuickHelpText [ en-US ] = "Enter a transparency value for the 
beginning point of the gradient, where 0% is fully opaque and 100 % is fully 
transparent." ;
                TabStop = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -309,14 +305,13 @@ Control RID_POPUPPANEL_AREAPAGE_TRGR
                Border = TRUE ;
         Size = MAP_APPFONT ( CONTROL_WIDTH , MBOX_HEIGHT ) ;
         HelpID = HID_PPROPERTYPANEL_AREA_MTR_TRGR_EVALUE ;
-        QuickHelpText [ en-US ] = "Enter a transparency value for the endpoint 
of the gradient, where 0% is fully opaque and 100% is fully transparent." ;
+        QuickHelpText [ en-US ] = "Enter a transparency value for the endpoint 
of the gradient, where 0 % is fully opaque and 100 % is fully transparent." ;
                TabStop = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };
@@ -336,8 +331,7 @@ Control RID_POPUPPANEL_AREAPAGE_TRGR
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };      

Modified: 
openoffice/trunk/main/svx/source/sidebar/graphic/GraphicPropertyPanel.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/graphic/GraphicPropertyPanel.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/sidebar/graphic/GraphicPropertyPanel.src 
(original)
+++ openoffice/trunk/main/svx/source/sidebar/graphic/GraphicPropertyPanel.src 
Sun Jan 19 13:40:29 2014
@@ -69,8 +69,7 @@ Control RID_SIDEBAR_GRAPHIC_PANEL
                Maximum = 100 ;
                Minimum = -100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                SpinSize = 1 ;
        };
        FixedText FT_CONTRAST
@@ -92,8 +91,7 @@ Control RID_SIDEBAR_GRAPHIC_PANEL
                Maximum = 100 ;
                Minimum = -100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                SpinSize = 1 ;
        };
        FixedText FT_COLOR_MODE
@@ -124,14 +122,13 @@ Control RID_SIDEBAR_GRAPHIC_PANEL
         Pos = MAP_APPFONT (X2, Y3) ;
         Size = MAP_APPFONT ( MBOX_WIDTH ,MBOX_HEIGHT ) ;
         HelpID = HID_PROPERTY_PANEL_GRAPHIC_MTR_TRANSP;
-        QuickHelpText [ en-US ] = "Specify the percentage of transparency; 0% 
is fully opaque and 100% is fully transparent.";
+        QuickHelpText [ en-US ] = "Specify the percentage of transparency; 0 % 
is fully opaque and 100 % is fully transparent.";
                TabStop = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                SpinSize = 1 ;
        };      
        MetricField MF_RED
@@ -147,8 +144,7 @@ Control RID_SIDEBAR_GRAPHIC_PANEL
                Maximum = 100 ;
                Minimum = -100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                SpinSize = 1 ;
        };
        MetricField MF_GREEN
@@ -164,8 +160,7 @@ Control RID_SIDEBAR_GRAPHIC_PANEL
                Maximum = 100 ;
                Minimum = -100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                SpinSize = 1 ;
        };
        MetricField MF_BLUE
@@ -181,8 +176,7 @@ Control RID_SIDEBAR_GRAPHIC_PANEL
                Maximum = 100 ;
                Minimum = -100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                SpinSize = 1 ;
        };
        MetricField MF_GAMMA

Modified: openoffice/trunk/main/svx/source/sidebar/line/LinePropertyPanel.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/line/LinePropertyPanel.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/sidebar/line/LinePropertyPanel.src 
(original)
+++ openoffice/trunk/main/svx/source/sidebar/line/LinePropertyPanel.src Sun Jan 
19 13:40:29 2014
@@ -131,8 +131,7 @@ Control RID_SIDEBAR_LINE_PANEL
                Spin = TRUE ;
                Maximum = 100 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
                QuickHelpText [ en-US ] = "Specify the transparency of the 
line.";

Modified: 
openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.src 
(original)
+++ openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.src 
Sun Jan 19 13:40:29 2014
@@ -661,8 +661,7 @@ Control RID_POPUPPANEL_PARAPAGE_LINESPAC
                Maximum = 200;
                Value = 100;
                StrictFormat = TRUE;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%";
+               Unit = FUNIT_PERCENT ;
                First = 50;
                Last = 200;
                SpinSize = 1;

Modified: openoffice/trunk/main/svx/source/tbxctrls/fontworkgallery.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/tbxctrls/fontworkgallery.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/tbxctrls/fontworkgallery.src (original)
+++ openoffice/trunk/main/svx/source/tbxctrls/fontworkgallery.src Sun Jan 19 
13:40:29 2014
@@ -315,8 +315,7 @@ ModalDialog RID_SVX_MDLG_FONTWORK_CHARSP
                Spin = TRUE ;
                Maximum = 500 ;
                StrictFormat = TRUE ;
-               Unit = FUNIT_CUSTOM ;
-        CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
        };

Modified: openoffice/trunk/main/sw/source/ui/frmdlg/column.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/ui/frmdlg/column.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/ui/frmdlg/column.src (original)
+++ openoffice/trunk/main/sw/source/ui/frmdlg/column.src Sun Jan 19 13:40:29 
2014
@@ -293,8 +293,7 @@ TabPage TP_COLUMN
                Minimum = 25 ;
                Maximum = 100 ;
                Value = 100 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                First = 25 ;
                Last = 100 ;
        };

Modified: openoffice/trunk/main/sw/source/ui/misc/pgfnote.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/ui/misc/pgfnote.src?rev=1559496&r1=1559495&r2=1559496&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/ui/misc/pgfnote.src (original)
+++ openoffice/trunk/main/sw/source/ui/misc/pgfnote.src Sun Jan 19 13:40:29 2014
@@ -157,8 +157,7 @@ TabPage TP_FOOTNOTE_PAGE
                Spin = TRUE ;
                Maximum = 100 ;
                Value = 100 ;
-               Unit = FUNIT_CUSTOM ;
-               CustomUnitText = "%" ;
+               Unit = FUNIT_PERCENT ;
                First = 10 ;
                Last = 100 ;
        };


Reply via email to