[Libreoffice-bugs] [Bug 43767] Writer FORMATTING: Impossible numbering with small Roman numbers of list with capital letters

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed May 19 13:38:51 UTC 2021


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

Justin L <jluth at mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bz.apache.org/ooo/s
                   |                            |how_bug.cgi?id=18463

--- Comment #13 from Justin L <jluth at mail.com> ---
Note: footnotes have the same problem...

I think
https://cgit.freedesktop.org/libreoffice/core/commit/?id=478f9ad06412c910d0264f76962a6d5e1a01aaa2
is probably a good code pointer. It added overlines as a similar exception to
underlines. But it is a BIG commit, and I don't know for sure if it handled
ignoring overlines on numbering right away or if that was added later...


If you add this line to txtfld.cxx
     // i18463:
     // Underline style of paragraph font should not be considered
     pNumFnt->SetUnderline( LINESTYLE_NONE );
     // Overline style of paragraph font should not be considered
     pNumFnt->SetOverline( LINESTYLE_NONE );
+    pNumFnt->SetCaseMap(SvxCaseMap::NotMapped);

then any line with an underline or overline also fixes the case mapping. But
what triggers the font to be used (or repainted)???

-- 
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/20210519/b87aabb2/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list