summaryrefslogtreecommitdiff
path: root/emfio/Module_emfio.mk
AgeCommit message (Collapse)AuthorFilesLines
2017-07-15emfplus: UnitTests and gerrit build correctionsArmin Le Grand1-1/+2
Needed to migrate UnitTest for Emf/Wmf import from vcl to emfio. Corrected stuff based on gerrit build feedback Change-Id: I7fd2456f814ea19583072ba09730a07e9b9d4061
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand1-0/+29
First steps to organize an importer that can read/interpret wmf/emf/emf+ and deliver a primitive representation for the content by parsing it. Use the same mechanisms as already applied for Svg, so to reuse abilities to keep original binary data to allow save again and embedding in files and have an implemented replacement bitmap based representation. For this, unify the used helper classes to handle more than just Svg. For 1st try, add test code and static bool switches Change-Id: I6e0a82943541d811a8f8d65a84115569fcd8cee7