[Libreoffice-bugs] [Bug 55053] FORMATTING: Outline Formatting Spacing Issues
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Mar 24 08:28:20 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=55053
Mike Kaganski <mikekaganski at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |erack at redhat.com
--- Comment #24 from Mike Kaganski <mikekaganski at hotmail.com> ---
The outline numbering data is locale-specific, and is defined in
i18npool/source/localedata/data/*.xml (see LC_OutLineNumberingLevel element).
There, OutLineNumberingLevel elements have LeftMargin, SymbolTextDistance, and
FirstLineOffset attributes (likely in 100th of inch); but apparently, those
values are ignored (changing them and rebuilding does not change things; also
lcl_CreateNumSettingsPtr does not take those into account).
The actual default offsets are global, and are created in SwNumRule::SwNumRule.
So making a change there would change all pre-defined numbering styles.
Eike: is there some preferred way to change this, so that some list styles have
different offsets?
--
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/20190324/01ac32f5/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list