[Libreoffice-bugs] [Bug 126464] Remove "Numbering on/off" UNO command

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Feb 25 15:39:49 UTC 2021


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

Heiko Tietze <heiko.tietze at documentfoundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |86899
                 CC|libreoffice-ux-advise at lists |heiko.tietze at documentfounda
                   |.freedesktop.org            |tion.org
            Summary|Numbering on/off does not   |Remove "Numbering on/off"
                   |work                        |UNO command
           Keywords|needsUXEval                 |difficultyMedium, easyHack,
                   |                            |skillCpp, topicCleanup

--- Comment #9 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
Cleaning-up is easy hacking

>git grep .uno:NumberOrNoNumber
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu:      <node
oor:name=".uno:NumberOrNoNumber" oor:op="replace">

>git grep FN_NUM_OR_NONUM
sw/inc/cmdid.h:#define FN_NUM_OR_NONUM         (FN_EDIT + 46)  /* Number on/off
*/
sw/sdi/_listsh.sdi:    FN_NUM_OR_NONUM // status(play)
sw/sdi/swriter.sdi:SfxBoolItem NumberOrNoNumber FN_NUM_OR_NONUM
sw/source/uibase/shells/listsh.cxx:        case FN_NUM_OR_NONUM:
sw/source/uibase/shells/listsh.cxx:            case FN_NUM_OR_NONUM:
(and the used functions)

Plus changes in the help according comment 7.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=86899
[Bug 86899] [META] Requests for the addition of UNO commands
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210225/5b2a70b3/attachment.htm>


More information about the Libreoffice-bugs mailing list