[Libreoffice-bugs] [Bug 31036] New: docx import: Imported images (png) not shown

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Oct 21 22:42:43 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=31036

           Summary: docx import: Imported images (png) not shown
           Product: LibreOffice
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: libreoffice
        AssignedTo: libreoffice-bugs at lists.freedesktop.org
        ReportedBy: tobias.burnus at physik.fu-berlin.de


Created an attachment (id=39617)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=39617)
Simple test.docx file

The attached file, created with Microsoft Word 2003 (on Windows) contains a
simple .png image and an equation editor OLE with an .wmf replacement image.

Opening the file in LibreOffice beta 2 (package from openSUSE Factory) or also
in OOO330m6 works OK, just the boxes with the image and formula remain empty.
(The boxes are hard to see as there is (correctly!) no line drawn around them.)


In case of the .png, the OOXML does not look that complicated:

word/document.xml contains
<v:imagedata r:id="rId7" o:title="" croptop="6533f" cropbottom="3266f"
cropleft="2726f" cropright="2726f"/>

word/_rels/document.xml.rels contains:
<Relationship Id="rId7"
Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"
Target="media/image1.png"/>

which is the file "word/media/image1.png" - a harmless .PNG file.



Cross reference:

a) OOo issue 92625: http://qa.openoffice.org/issues/show_bug.cgi?id=92625
some partial fix was committed in Jan 21, 2009 - though it is not completely
clear into which branch. There seem to be also issues with VML-shapes and
cropping, though I think that does not affect my example. February 2009 the
issue was targeted for OOo 3.2.

b) There is a OOo (or rather Go-OOo) bug reported against openSUSE/Novell:
https://bugzilla.novell.com/show_bug.cgi?id=645557
That bugreport has a bit simpler test case - though mine here seems to be still
simpler.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list