[Libreoffice-bugs] [Bug 131321] FILEOPEN: ms word docx with styles that include bulleting / numbering loses bullet / number part of style in Writer

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Apr 10 09:52:54 UTC 2020


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

--- Comment #10 from Justin L <jluth at mail.com> ---
A little history lesson, using ooxmlexport's tdf95376.docx, looking at the
Paragraph style Bullet (parent style Plain Text).
Back in LO 3.6, numbering was not imported. Then it switched to "Outline
Numbering" likely due to fixing an exception related to the string of patches
starting with commit fb68711fc3fbab99e47cc94f5abd27b1425bc468 by Author: Lubo?
Lu?ák on Thu Apr 5 13:57:05 2012 +0200

That was quickly fixed to set the numbering style to WWNum1 by commit
042da092165eea856596db5ba5f18ea1273b88eb Author: Lubo? Lu?ák on Wed May 2
17:40:10 2012 +0200
    finish handling of w:pStyle in numbering (bnc#751028)

But I think the premise is ALL WRONG here.  w:pStyle should have nothing to do
with assigning this numbering style to a paragraph style. It just means that
you get certain properties from that style. (see ListLevel::AddParaProperties)

This ought to come from NumPr_numId - where the style assigns itself to a
nonAbstract numbering list. So I think the real question is why isn't this
working?

-- 
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/20200410/72aab25f/attachment.htm>


More information about the Libreoffice-bugs mailing list