office-gobmx/emfio
Luboš Luňák b342a445cd drop EMF+ also when converting WMF, not just EMF
A WMF may have EMF with EMF+ actions embedded. When we read that,
we drop drawing non-EMF+ actions if we use EMF+. But EMF+ actions
are stored as MetaCommentAction in the metafile, and WMF writer
(unlike EMF) writer simply ignores comments. So when writing WMF,
make sure to read non-EMF actions so that something is written.

This is an extension of 295626a0bd39540544b774094a63df23e5376839.

Change-Id: I37355f694fe656b661abe54274ea203934e68151
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117062
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-06-11 23:59:32 +02:00
..
inc drop EMF+ also when converting WMF, not just EMF 2021-06-11 23:59:32 +02:00
qa/cppunit WMF/EMF tdf#59814 tdf#142567 Fix RestoreDC record 2021-06-11 12:31:59 +02:00
source drop EMF+ also when converting WMF, not just EMF 2021-06-11 23:59:32 +02:00
CppunitTest_emfio_emf.mk
CppunitTest_emfio_wmf.mk
emfio.component
IwyuFilter_emfio.yaml
Library_emfio.mk
Makefile
Module_emfio.mk
README.md

WMF/EMF Reader

It contains emfio/source/reader which is used for "Insert -> Picture -> From File". It is used to read WMF (Windows Metafile), EMF (Enhanced Metafiles) and also MF+ enhanced EMF files.