Bug 168227 - DOCX: Diagrams, Flowcharts and some part of contents are not rendered
Summary: DOCX: Diagrams, Flowcharts and some part of contents are not rendered
Status: RESOLVED DUPLICATE of bug 166084
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
25.8.0.4 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-01 10:54 UTC by SATYA SRINIVAS K
Modified: 2025-09-01 15:53 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Test Error Multilayer Pictures-2025-08-25 07_50_46.docx (119.80 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2025-09-01 10:56 UTC, SATYA SRINIVAS K
Details
LIbreOffice.png (122.45 KB, image/png)
2025-09-01 10:56 UTC, SATYA SRINIVAS K
Details
MSOffice.png (140.63 KB, image/png)
2025-09-01 10:56 UTC, SATYA SRINIVAS K
Details
Warnings displayed for opening image1.emf (58.36 KB, text/plain)
2025-09-01 13:34 UTC, Hossein
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SATYA SRINIVAS K 2025-09-01 10:54:32 UTC
Description:
Pictures/Diagrams are not rendered in Libre office as shown in the MS office.

Steps to Reproduce:
1.Open the attached document in Libre office.
2.Please observe that, the pictures/flow charts are not displayed.
3.Check the attached screen shots fron MS office.

Actual Results:
Diagrams, Flowcharts and some part of contents are not

Expected Results:
The content should not be omitted.


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 25.8.0.4 (X86_64)
Build ID: 48f00303701489684e67c38c28aff00cd5929e67
CPU threads: 22; OS: Windows 11 X86_64 (build 22631); UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded
Comment 1 SATYA SRINIVAS K 2025-09-01 10:56:13 UTC
Created attachment 202637 [details]
Test Error Multilayer Pictures-2025-08-25 07_50_46.docx
Comment 2 SATYA SRINIVAS K 2025-09-01 10:56:26 UTC
Created attachment 202638 [details]
LIbreOffice.png
Comment 3 SATYA SRINIVAS K 2025-09-01 10:56:39 UTC
Created attachment 202639 [details]
MSOffice.png
Comment 4 Hossein 2025-09-01 13:34:02 UTC
Created attachment 202642 [details]
Warnings displayed for opening image1.emf

If you open the DOCX file with an archive viewer, you can see these two EMF image files inside it:

/word/media/image1.emf
/word/media/image2.emf

If you start LibreOffice from the command line and open above files, you can see various warnings for unimplemented features:

$ instdir/program/soffice image1.emf 2>&1|grep TODO
warn:drawinglayer.emf:804559:804559:drawinglayer/source/tools/emfphelperdata.cxx:1795: EMF+	 TODO SetAntiAliasMode
warn:drawinglayer.emf:804559:804559:drawinglayer/source/tools/emfppen.cxx:285: EMF+		 TODO PenDataDashedLineCap: 0x2
...

And several more of the same warnings. Also:

warn:drawinglayer.emf:804559:804559:drawinglayer/source/tools/emfphelperdata.cxx:1802: EMF+	 TODO InterpolationMode
warn:drawinglayer.emf:804559:804559:drawinglayer/source/tools/emfphelperdata.cxx:1808: EMF+	 TODO SetPixelOffsetMode
warn:drawinglayer.emf:804559:804559:drawinglayer/source/tools/

This is the list of un-implemented features:

$ instdir/program/soffice image1.emf 2>&1|grep TODO|awk {'print $4'}|sort -u
InterpolationMode
PenDataDashedLineCap:
PenDataDashedLineOffset:
SetAntiAliasMode
SetPixelOffsetMode

The list is also the same for image2.emf.

There are also various other warnings, which you can see in the attached text file.
Comment 5 m_a_riosv 2025-09-01 15:53:09 UTC

*** This bug has been marked as a duplicate of bug 166084 ***