Created attachment 134817 [details] the original file Reproduce: 1. Make one or more paragraph, any type of text. 2. The first letter of the pharagraps are changed to drop caps 3. Save the file DOCX format. 4. Reopened and the drop caps are lost. The place of the drop caps is not important, all of the drop caps are lost.
Created attachment 134818 [details] drop caps saved docx
Created attachment 134819 [details] docx and odt comparation LibreOffice
Created attachment 134820 [details] docx and odt comparation LibreOffice and MS Office
LibreOffice isnt outputting the <w:framePr> paragraph property as well the necessary run properties in the saved ooxml. How Word outputs it. <w:p ...> <w:pPr> <...> <w:framePr w:dropCap="drop" w:lines="3" w:wrap="around" w:vAnchor="text" w:hAnchor="text" /> <...> <w:rPr> <w:rFonts w:cs="Liberation Serif" /> <w:position w:val="-11" /> <w:sz w:val="113" /> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:cs="Liberation Serif" /> <w:position w:val="-11" /> <w:sz w:val="113" /> </w:rPr> <w:t>L</w:t> </w:r> </w:p> http://www.datypic.com/sc/ooxml/e-w_framePr-1.html
Created attachment 135599 [details] sledgehammer patch for exporting drop-caps also submitted at https://gerrit.libreoffice.org/41235 I'm going to need so much help to get this one publishable. I'm just posting how far I got and am walking away.
I can be reproduced in RTF.
Dear Pénzes Dávid, 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
Still reproduce in LibreOffice 6.3.
The error still exists in Version: 7.1.0.3 (x64) / LibreOffice Community Build ID: f6099ecf3d29644b5008cc8f48f42f4a40986e4c CPU threads: 8; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win Locale: de-DE (en_US); UI: en-US Calc: CL
*** Bug 147351 has been marked as a duplicate of this bug. ***
Repro on : Version: 7.5.0.3 (X86_64) / LibreOffice Community Build ID: 50(Build:3) CPU threads: 2; OS: Linux 6.1; UI render: default; VCL: kf5 (cairo+xcb) Locale: en-US (en_US.UTF-8); UI: en-US 7.5.0-1 Calc: threaded
*** Bug 158673 has been marked as a duplicate of this bug. ***