[Libreoffice-bugs] [Bug 82064] FILEOPEN: DOCX Strict missing last page with 2 frames
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Aug 31 09:59:29 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=82064
Yousuf Philips (jay) <philipz85 at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jluth at mail.com,
| |mikekaganski at hotmail.com,
| |vmiklos at collabora.co.uk
Blocks| |104442
--- Comment #10 from Yousuf Philips (jay) <philipz85 at hotmail.com> ---
If i compare the transitional and strict xml, transitional has xml like this
for the 2 frames
<w:r>
<w:rPr>
<mc:AlternateContent>
<mc:Choice Requires="wps">
<w:drawing>
</mc:Choice>
<mc:Fallback xmlns:w15="...">
<w:pict>
</mc:Fallback>
</mc:AlternateContent>
</w:r>
while strict only has these
<w:r>
<w:rPr>
<w:drawing>
</w:r>
and after a bit of digging, i think that LO does support the <wp:wsp> tag found
under the <w:drawing> tag, like so, as it does support the <pic:pic> tag when
its in its place.
<w:drawing>
<wp:anchor ...>
<a:graphic ...>
<a:graphicData ...>
<wp:wsp>
<wp:cNvSpPr ...>
<wp:spPr ...>
<wp:txbx>
<wp:bodyPr ...>
</wp:wsp>
</a:graphicData>
</a:graphic>
</wp:anchor>
</w:drawing>
@Justin, @Mike, @Miklos: Any thoughts?
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=104442
[Bug 104442] [META] OOXML shape (DrawingML and VML) related issues
--
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/20170831/4572d129/attachment.html>
More information about the Libreoffice-bugs
mailing list