Steps: 1) Open attached doc 2) Export to docx 3) Open docx in MS Word 4) Select the 'Outline Level 1 Paragraph Style' line or any of the ones below it 5) Notice that the bullets button is toggled in the paragraph group of the Home tab Version: 5.4.0.0.alpha0+ Build ID: 74ccd02eda2d6325a27266fd935aba29b3d75020 CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2017-04-27_23:51:14 Locale: en-US (en_US.UTF-8); Calc: group LO is incorrectly exporting headings outline level info into <w:numPr> tags, when it is already defined in the <w:outlineLvl> tag, like so <w:style w:type="paragraph" w:styleId="Heading4"> <...> <w:pPr> <w:numPr> <w:ilvl w:val="3" /> <w:numId w:val="1" /> </w:numPr> <...> <w:outlineLvl w:val="3" /> </w:pPr> <...> </w:style> This is how MS word exports it <w:style w:type="paragraph" w:styleId="Heading4"> <...> <w:pPr> <...> <w:outlineLvl w:val="3" /> </w:pPr> <...> </w:style>
Created attachment 133132 [details] sample
@Miklos: Have an opinion about this issue?
Yep, confirmed with MSO 2013 and Version: 5.5.0.0.alpha0+ Build ID: d8e704ef30a6d7f606e58b25be54bbe79c9e40b6 CPU threads: 4; OS: Windows 6.29; UI render: default; TinderBox: Win-x86@42, Branch:master, Time: 2017-06-02_00:43:23 Locale: fi-FI (fi_FI); Calc: group
See bug 76817 and https://gerrit.libreoffice.org/47828. Not exactly what this bug report is requesting, but similar. It prevents printing numId/iLvl for Outlines in document.xml, while this report is about styles.xml. Heading X might not be the best style to use for testing, since it is handled as a special case in .docx import. It uses the special, built-in Outline list style (aka Chapter Numbering). So, actually, in the ODT, Heading 1 IS turning on numbering - it just happens to be using display character NONE, but numbering itself is enabled. (Heading 1 properties - Numbering Style = Outline Numbering). So there SHOULD be a numId and ilvl associated with Heading 1. Roundtripping with Word 2003, I still see numPr with ilvl and numId. OutlineLvl doesn't contain any connection to the numId, and documentation doesn't make any link between ilvl and OutlineLvl. As far as I can see, LO is handling the styles.xml part OK.
** 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 154229 [details] Screenshot of the exported example document in LO master and word Still present in: Verzió: 6.4.0.0.alpha0+ (x64) Build az.: 4883da6fd25e4645a3b30cb58212a2f666dae75a CPU szálak: 8; OS: Windows 10.0; Felületmegjelenítés: GL; VCL: win; Területi beállítások: hu-HU (hu_HU); Felület nyelve: hu-HU Calc: CL
*** Bug 133802 has been marked as a duplicate of this bug. ***
08cebde32b71a64eeb6d4c1f3d6aedfbcfe56371 is the first bad commit commit 08cebde32b71a64eeb6d4c1f3d6aedfbcfe56371 Author: Norbert Thiebaud <nthiebaud@gmail.com> Date: Tue Oct 20 00:10:59 2020 -0700 source 9e455724e50bf512683b1cddfeb7493e047c19ae source 9e455724e50bf512683b1cddfeb7493e047c19ae :040000 040000 d5e4628df3d0c3e59686871229b494ad9c199c0a e00be83b1cda0cae080c4bf9f902baf66bf7bfaa M instdir
(In reply to NISZ LibreOffice Team from comment #8) > 08cebde32b71a64eeb6d4c1f3d6aedfbcfe56371 is the first bad commit > commit 08cebde32b71a64eeb6d4c1f3d6aedfbcfe56371 > Author: Norbert Thiebaud <nthiebaud@gmail.com> > Date: Tue Oct 20 00:10:59 2020 -0700 > > source 9e455724e50bf512683b1cddfeb7493e047c19ae > > source 9e455724e50bf512683b1cddfeb7493e047c19ae > > :040000 040000 d5e4628df3d0c3e59686871229b494ad9c199c0a > e00be83b1cda0cae080c4bf9f902baf66bf7bfaa M instdir I'm sorry to say the commit was just reverted in master, sigh. See https://cgit.freedesktop.org/libreoffice/core/commit/?id=32d11fb200d45cdacb973b625488d0b8bbee6d81
(In reply to Justin L from comment #4) > As far as I can see, LO is handling the styles.xml part OK. I'm going to mark this as NOTABUG. I worked on lists/chapter numbering extensively in LO 7.3, and from what I read here (this bug and duplicate 133802), I don't notice anything that I would consider incorrect.