Description: MS Word document with Citation reference in Footnote is not rendered successfully. Stopped rendering from the footnote reference. Steps to Reproduce: 1.Open attached document with LibreOffice Writer 2.Note the document stopped rendering after first footnote reference Actual Results: Document not converting entirely. Expected Results: Document not converts entirely. Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 152818 [details] Test document with citation reference
Mohammed, I think the biggest problem is, that text gets lost WS Word: 3 pages, 2 citations, bibliography and 912 words LO: 1 page, 1 citation and 172 words Text ends behind the first footnote Do you get the same result? Version: 6.4.0.0.alpha0+ (x64) Build ID: 2f2f4767089512c34514896bc37823f9310e9dd4 CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; TinderBox: Win-x86_64@42, Branch:master, Time: 2019-07-10_02:13:57 Locale: de-DE (de_DE); UI-Language: en-US Calc: threaded
Created attachment 153114 [details] Two very similar .docx files, one with problem, other without Two very similar files: Citation Reference - Test2updated10.docx has the problem, Citation Reference - Test2updated11.docx does not. Renaming the files from .docx to .zip, unzip, compare results, shows the difference is in file word\footnotes.xml (Visual Studio can format the .xml files better. Load .xml file into Visual Studio, do CTRL-K CTRL D)
Created attachment 153224 [details] How it looks in MSO 2010
Reproduced in Version: 6.4.0.0.alpha0+ Build ID: 63889d3d465e9b4292dd5bb630bd3394494c8a6d CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES-valencia (ca_ES.UTF-8); UI-Language: en-US Calc: threaded but not in Version: 4.3.0.0.alpha1+ Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e
Regression introduced by: author sushil_shinde <sushil.shinde@synerzip.com> 2014-06-09 16:23:48 +0530 committer Miklos Vajna <vmiklos@collabora.co.uk> 2014-06-11 11:21:35 +0200 commit 63d1aa4dc8aa70256edb19638bcab3a6d5b1f3b6 (patch) tree 85e6ea0f08415258151a93c2e78a8d198b5d8161 parent e19670ac3cbef9f0e83edda7576b6462e21e62b5 (diff) fdo#78885 : File crashed while opening in LO Bisected with: bibisect-44max
Hi Miklos, Justin, I thought you might be interested in this issue. Reverting https://cgit.freedesktop.org/libreoffice/core/commit/?id=63d1aa4dc8aa70256edb19638bcab3a6d5b1f3b6 would fix this issue, and the document from bug 78885 wouldn't crash, however it prompts a 'Incorrect file content' warning
Reverting also doesn't fix Test2updated10.docx from comment 3. That one seems to have one too many m_aTextAppendStack.pop().
prior to this LO 4.3 commit 598d02d71f40901eab9275704c8bc0e1641b56e3, the bibliography was just imported as plain text (I think). This is just a codepointer for insight into the bibliography/citation code. Author: Rohit Deshmukh <rohit.deshmukh@synerzip.com> CommitDate: Wed Feb 26 12:50:29 2014 +0100 fdo#75133: Preseved bibliography after round trip.