*.docx document was saved on Windows 7. After reopening all text was lost. Document contained only 6 of the 12 original pages. Only thing that survived where the title page and the index. the document opens almost fine in microsoft word. so it is most likly the import filter that is not working properly.
Just to clarify: Steps to reproduce: 1. Open the attachment; Observed: The file appears to be several pages long but seems empty. 2. If you export to pdf you get empty pages as well ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Verified: Ubuntu 15.04 x64 LibreOffice (3.3 - 5.0) Note: This file was created with LibreOffice 3.3 - not with Microsoft Office. Setting as: New: Confirmed; Major - the file appears to be completely empty despite the xml having all the required data - plus it opens in Word (2010) and was created with LibreOffice; Highest - to me this seems serious enough to push to most annoying status, as it was created with LibreOffice and the result is a multi-page document that, despite having the needed info, comes up empty within LibreOffice
Created attachment 117937 [details] Original File
Created attachment 117938 [details] PDF Export of Original File
Created attachment 117939 [details] MS OFFICE 2010 PDF
*** Bug 93455 has been marked as a duplicate of this bug. ***
On pc Debian x86-64 with master sources updated today, I could reproduce this. Here are some kinds of console logs: warn:writerfilter:8783:1:writerfilter/source/dmapper/DomainMapper_Impl.cxx:558: no context of type 1 available warn:svl:8783:1:svl/source/items/style.cxx:264: StyleSheet-Follow not found warn:writerfilter:8783:1:writerfilter/source/dmapper/DomainMapper.cxx:1021: DomainMapper::lcl_attribute: unhandled token: 92355 warn:legacy.osl:8783:1:oox/source/helper/storagebase.cxx:67: StorageBase::StorageBase - missing base input stream warn:legacy.osl:8783:1:vcl/source/gdi/image.cxx:392: ImageAryData::Load: failed to load image 'cmd/lc_changecasetolower.png' warn:legacy.osl:8783:1:vcl/source/gdi/image.cxx:392: ImageAryData::Load: failed to load image 'cmd/lc_changecasetoupper.png' warn:sw:8783:1:sw/inc/swrect.hxx:295: SVRect() without Width or Height warn:legacy.osl:8783:1:editeng/source/items/frmitems.cxx:476: unknown MemberId W: Unknown node under /registry/extlang: deprecated W: Unknown node under /registry/grandfathered: comments
The problem is in the document in word/footer2.xml. It opens a field twice. <w:ftr> <w:p> <w:pPr> <w:pStyle w:val="style29"/><w:jc w:val="center"/> </w:pPr> <w:r> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:rPr/> <w:fldChar w:fldCharType="begin"/> </w:r> <w:r> <w:instrText> PAGE </w:instrText> </w:r> <w:r> <w:fldChar w:fldCharType="separate"/> </w:r> <w:r> <w:t>13</w:t> </w:r> <w:r> <w:fldChar w:fldCharType="end"/> </w:r> </w:p> </w:ftr>
** 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 on a currently supported version of LibreOffice (5.2.5 or 5.3.0 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System 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) 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: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20170306
As Joel already noted "This file was created with LibreOffice 3.3" and this bug shouldn't have been confirmed like this. Reporter didn't specify: - do you have the original document, with all the text, can you attach that one? - what is the original document before saving, odt or docx, in which program? - how was the document created, from scratch or by coping from somewhere or by saving from some other format? etc. Attachment 117937 [details] shows 219 errors in OOXML Productivity Tool. Conclusion: this is most likely LO filesave bug, but we cannot confirm without original DOCX from MSO or ODT from LO that saves wrong as DOCX. If attachment 117937 [details] is saved in MSO, it opens with text in LO. So I'll close this one as Invalid.