<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Writer FORMATTING: Impossible numbering with small Roman numbers of list with capital letters"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=43767">bug 43767</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">See Also</td>
<td>
</td>
<td>https://bz.apache.org/ooo/show_bug.cgi?id=18463
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Writer FORMATTING: Impossible numbering with small Roman numbers of list with capital letters"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=43767#c13">Comment # 13</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Writer FORMATTING: Impossible numbering with small Roman numbers of list with capital letters"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=43767">bug 43767</a>
from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
<pre>Note: footnotes have the same problem...
I think
<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=478f9ad06412c910d0264f76962a6d5e1a01aaa2">https://cgit.freedesktop.org/libreoffice/core/commit/?id=478f9ad06412c910d0264f76962a6d5e1a01aaa2</a>
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)???</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>