[Libreoffice-bugs] [Bug 109308] FILESAVE: DOCX - Drop caps is lost when saving
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 24 16:53:08 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=109308
Yousuf Philips (jay) <philipz85 at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |philipz85 at hotmail.com
Version|5.4.0.1 rc |Inherited From OOo
Blocks|107943 |107831
Summary|[FILESAVE DOCX] Drop caps |FILESAVE: DOCX - Drop caps
|is lost when saving docx |is lost when saving
Ever confirmed|0 |1
--- Comment #4 from Yousuf Philips (jay) <philipz85 at hotmail.com> ---
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
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=107831
[Bug 107831] [META] Paragraph-level bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=107943
[Bug 107943] [META] Save bugs and enhancements
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170724/5244afd9/attachment.html>
More information about the Libreoffice-bugs
mailing list