Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


On 28/02/2013 12:58, Caolán McNamara wrote:
On Tue, 2013-02-12 at 08:13 -0800, julien2412 wrote:
     544     if( nMaxWidth>  aSize.Width() )
     545     {
...
     556     }
     557     else
     558         nMaxWidth = aSize.Width();

see
http://opengrok.libreoffice.org/xref/core/svtools/source/dialogs/filedlg2.cxx#544

Any idea what should be done with this?
It's another "been like this since day 0", go ahead and remove the
does-nothing else branch. (The exciting manual move of widgets around
and determination of the size etc can all eventually go if it gets
converted to the widget layout stuff)

I noticed these lines in tools/inc/tools/gen.hxx:
long            Width() const  { return nA; }
long&             Width() const  { return nA; }
I must recognize I don't understand the interest since there's a setWidth
function
and setWidth just calls the second Width() variant. I can only speculate
it was an ancient abandoned incremental cleanup effort to remove one or
the other.
As usual, thank you for your feedback Caolán! :-)
I pushed a commit on master, see http://cgit.freedesktop.org/libreoffice/core/commit/?id=9509f5c7923ebd9a95068dd7b9231af79080b6bf
Finally, I replaced Width() by setWidth method to make it clearer.

Julien

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.