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

Jan Holesovsky <[email protected]> changed:

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

--- Comment #6 from Jan Holesovsky <[email protected]> ---
>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 the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to