tdf#117425 - Increase the length of the Name Box drop down menu

Now 20 MRU plus...

Change-Id: I069021bf1f42da793f7ec79a7e0eacbea519bc14
Reviewed-on: https://gerrit.libreoffice.org/64515
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
(cherry picked from commit 271a767d9d8f473ef7829cbf16febe656420959c)
Reviewed-on: https://gerrit.libreoffice.org/64530
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 71abcce..3669d38 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -1808,7 +1808,7 @@ ScPosWnd::ScPosWnd( vcl::Window* pParent ) :
    Size aSize( GetTextWidth( "GW99999:GW99999" ),
                GetTextHeight() );
    aSize.AdjustWidth(25 );    // FIXME: ??
    aSize.setHeight( CalcWindowSizePixel(11) ); // Functions: 10 MRU + "others..."
    aSize.setHeight( CalcWindowSizePixel(21) ); // Functions: 20 MRU + "others..."
    SetSizePixel( aSize );

    FillRangeNames();