Created attachment 126964 [details] sample this document only text shows on the second page, while msword shows all
*** Bug 101666 has been marked as a duplicate of this bug. ***
*** Bug 101667 has been marked as a duplicate of this bug. ***
*** Bug 101668 has been marked as a duplicate of this bug. ***
*** Bug 101669 has been marked as a duplicate of this bug. ***
*** Bug 101670 has been marked as a duplicate of this bug. ***
Reproduced with v5.2.1.1 and v3.6.0.4 / Windows 7 (even buggier in 3.5.0.3, not regression).
Page break sets page style for the 2nd page to 'Converted 1'. which causes the issue. The setting for header/footer: checked 'same content on first page' is OK. Version: 5.3.0.0.alpha0+ Build ID: d5fab973d0af95c433c5f6a9492014f7db642489 CPU Threads: 4; OS Version: Linux 4.4; UI Render: default; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2016-08-24_00:37:02 Locale: nl-NL (nl_NL.UTF-8); Calc: group @justin: something of your interest?
Too difficult for me - requires good understanding of unotext and may require writing a different function than SwXText::copyText() to copy the header between styles. The first thing to accomplish is to keep the header's table while round-tripping. Currently the table is lost, which means it never really is saved in the style properties. Thus, it isn't being copied into a subsequent page styles either.
Created attachment 129047 [details] File in MS Word Viewer
** 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
Changing priority to 'high' since the number of duplicates is 5 or higher
(In reply to Xisco Faulí from comment #11) > Changing priority to 'high' since the number of duplicates is 5 or higher The root cause of this bug is the Word HF option called "Link to Previous", which is set in this bugdoc, but since Writer does not have a similar feature, we don't handle it at all. Also this option is behind bug #57155 and bug #124524 (ours is explicitly about the option lacking).
This looks correct in Version: 6.5.0.0.alpha0+ Build ID: 6015634de5ada0f9dda9bb4354b2939d8f015a27 CPU threads: 8; OS: Linux 5.3; UI render: default; VCL: gtk3; Locale: de-DE (de_DE.UTF-8); UI-Language: en-US Calc: threaded
The following is the fixing commit, thanks Michael! https://cgit.freedesktop.org/libreoffice/core/commit/?id=08f13ab85b5c65b5dc8adfa15918fb3e426fcc3c author Michael Stahl <Michael.Stahl@cib.de> 2019-12-16 12:58:46 +0100 committer Michael Stahl <michael.stahl@cib.de> 2019-12-17 10:16:36 +0100 tdf#112202 writerfilter,sw: fix loss of headers Backport to 6.4 was: https://git.libreoffice.org/core/commit/eeb0630b81866edc166f5ee83392b3f885fddc70
Setting to VERIFIED Version: 6.5.0.0.alpha0+ Build ID: dee81fb2e1df5091702b3c8b0e4a3f2b58e89291 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded