[Libreoffice-bugs] [Bug 138725] Duplicate function "Borders (Shift to overwrite)" in Writer's customization dialog

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Feb 10 08:34:08 UTC 2021


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

--- Comment #14 from Maxim Monastirsky <momonasmon at gmail.com> ---
(In reply to Rafael Lima from comment #12)
> Maxim, do you know where in the code happens the correlation between the
> GenericCategories and GenericCommands?
> 
> I tried my best but could not find where the association between the
> SetBorderStyle command and the Table / Frame categories is defined.

.uno:SetBorderStyle corresponds to the SID_ATTR_BORDER application slot.
Searching *.sdi files for SID_ATTR_BORDER gives you:

- svx/sdi/svx.sdi - this is a global file, which puts the command in the format
category.

And two overrides for Writer:

- sw/sdi/_frmsh.sdi - puts the command in the frame category.
- sw/sdi/_tabsh.sdi - puts the command in the table category.

-- 
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/20210210/8072df96/attachment.htm>


More information about the Libreoffice-bugs mailing list