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

Jan Holesovsky <ke...@collabora.com> changed:

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

--- Comment #6 from Jan Holesovsky <ke...@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.
_______________________________________________
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

Reply via email to