[Libreoffice-ux-advise] [Bug 86085] TOOLBAR: 'Thousands Separator' button
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Dec 11 06:30:19 PST 2015
https://bugs.documentfoundation.org/show_bug.cgi?id=86085
Jan Holesovsky <kendy at collabora.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |difficultyInteresting,
| |easyHack, skillCpp
Component|ux-advise |Calc
--- Comment #6 from Jan Holesovsky <kendy at 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.
More information about the Libreoffice-ux-advise
mailing list