https://bugs.freedesktop.org/show_bug.cgi?id=59405
Michael Stahl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #25 from Michael Stahl <[email protected]> --- trying this on master with Visio 2010: Method 1: Insert → object → OLE object → Other object (create new selected) → ok (new dialog opens)→ from file → browse –> select File → ok this worked fine at first, but after storing the file, loading it again and then editing the OLE the preview image disappears. the "new" preview image is an EMF which appears to consist mainly of "EMF_PLUS" comments, and the exporter in vcl drops these. this is fixed by bf8450cfa2e9e899c716fbddadd7d5485aefe520, which simply writes the comments into the file; no idea if that is a good idea in general though. this turned up the next problem, apparently the MTF renderer doesn't interpret some records correnctly, and goes into infinite loop. this is fixed by ec0d1440cf07008a220708535848567bcbb233ea. Method 2: Insert → object → OLE object → create from file → find → select file → ok this appears to work already (comment #17). Method 3: Copy to clipboard in Visio → paste special in libreoffice → Microsoft visio drawing → ok this was working after fixing Method 1. only problem was that the object had a default square size, not the size of the "source" object. this is due to uninitialized variables, fixed with 0cf6433117477642897fb2d874a4353eff8a1f35. now i've got the problem that backporting the commit bf8450cfa2e9e899c716fbddadd7d5485aefe520 fails because it depends on the commit f1fee2a65c8c1968798e1246a4b455d9160d8eb9 "n#780748: Basic EMF+ implementation" which is only on master. is it a good idea to backport that or not? how this ever worked in older versions that apparently didn't understand this newfangled EMFPlus at all is a mystery to met. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
