[Libreoffice-commits] core.git: Changes to 'private/tbsdy/emf'

Chris Sherlock chris.sherlock79 at gmail.com
Mon Jan 5 01:36:20 PST 2015


New branch 'private/tbsdy/emf' available with the following commits:
commit 832d43812459e6c5297c09811866b23212d23a09
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Wed Dec 24 00:29:25 2014 +1100

    vcl: Read EMF files
    
    I have rewritten the EMF filter to read files based on a command pattern.
    Each record type is read via an "Action" record, much like GDIMetafile does.
    In this commit, I have a demo, mtfparser that can take an emf file and read
    the records one by one. Note that EMF+ records are not yet parsed.
    
    I will be creating a class that contains the EMF records. But for now, this is
    phase 1 of the rewrite.
    
    I will also be pushing unit tests soon.
    
    Change-Id: I6af8f5e4a2741a45ad8e726f383ca883596fd2d2



More information about the Libreoffice-commits mailing list