b342a445cd
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> |
||
---|---|---|
.. | ||
inc | ||
qa/cppunit | ||
source | ||
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.