When opening attachment 115706 [details] in Bug 91384, some outline numbering is not continued, but rather restarted, for example "Fragebogen und Planausschnitte" instead of being 4 starts from 1, etc. As noted by Oliver Specht: The .docx uses the same "<w:numId w:val="1"/>" while the .odt applies WWNum17 to the first headings while the next use WWNum1
Confirmed Fragebogen und Planausschnitte on page 5. One might actually see the numbering be 4. for a short moment before it changes to 1. This happened when I quickly used find to jump to it. Win 7 Pro 64-bit, Version: 5.0.2.2 (x64) Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe Locale: fi-FI (fi_FI) Version: 5.1.0.0.alpha1+ Build ID: f830600ece806ec365a4839e79afabe183c5e36d TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-10-06_22:49:09 Locale: en-US (fi_FI)
Created attachment 126520 [details] Numbering simplified <w:p w:rsidR="00636BB0" w:rsidRPr="005B7848" w:rsidRDefault="00636BB0" w:rsidP="00636BB0"> <w:t>Gegenüberstellung Übersichtsplan Basisplan - OK</w:t> <w:p w:rsidR="00636BB0" w:rsidRPr="005B7848" w:rsidRDefault="00636BB0" w:rsidP="00636BB0"> <w:t>Zie dieser Umfrage - OK</w:t> <w:p w:rsidR="003A179A" w:rsidRPr="005B7848" w:rsidRDefault="003A179A" w:rsidP="003A179A"> <w:t>Fragebogen und Planausschnitte - NOK</w:t> <w:p w:rsidR="00E6486D" w:rsidRPr="006A1AFF" w:rsidRDefault="006A1AFF" w:rsidP="00351B36"> <w:t>Kontakt - OK</w:t> Looks like Bug 95848 is a duplicate.
In MSO we see that Heading 1 is based on "BVE Fett" style. In LO Heading 1 inherits from "None". Can't say if it's relevant to numbering, seems not.
This is a challenging bug. The problem is that for unidentified reasons, PROP_NUMBERING_RULES are written directly into the paragraph. But there are no identifying marks on PROP_NUMBERING_RULES - so it is impossible to tell whether they came from numId=1/WWNum1 and thus whether one or the other is redundant. This is complicated by the fact that Heading X is treated differently by LO - a secret "Outline" list style is used by Tools->Chapter Numbering which on docx import can only be associated with Heading X. I think that PROP_NUMBERING_RULES ought to be replaced by PROP_NUMBERING_STYLE_NAME in most cases. Attempting this led to a lot of failed unit tests however. PROP_NUMBERING_RULES existed already in OOo.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Created attachment 153977 [details] Numbering sample compared Fixed
*** This bug has been marked as a duplicate of bug 95848 ***