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

Mike Kaganski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #24 from Mike Kaganski <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to