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


https://bugs.documentfoundation.org/show_bug.cgi?id=86085

Jan Holesovsky <kendy@collabora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |difficultyInteresting,
                   |                            |easyHack, skillCpp
          Component|ux-advise                   |Calc

--- Comment #6 from Jan Holesovsky <kendy@collabora.com> ---
From the UX point of view - this is a request for the UNO command /
functionality that could be an Easy Hack; so let's move to needsDevEval for a
creation of this UNO command.

To implement that, you want to take the functionality from:

IMPL_LINK_NOARG_TYPED( NumberFormatPropertyPanel, NumFormatValueHdl, Edit&,
void )

in sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx

and when the button is pressed, either add or remove the thousand separator
from the number format.

To actually create the .uno: command for that, git grep SID_NUMBER_FORMAT -
this is where the number format is applied; you want to do the same, but
specialized on the thousand separator only.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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.