emfio/README.md | 18 ++++++++++++++++-- vcl/README.md | 8 ++++---- 2 files changed, 20 insertions(+), 6 deletions(-)
New commits: commit 7e53757f91a176d68cdad1dbde2ecaba1db5c764 Author: Hossein <hoss...@libreoffice.org> AuthorDate: Tue Oct 26 14:36:34 2021 +0200 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Tue Oct 26 15:15:05 2021 +0200 Using .md extension for vcl README files * Renaming all README files inside 'vcl' to use .md extension * The content was previously converted into Markdown format in dc984e7fed26ed26a2cafecb0c5b27feca56bfe2 Change-Id: If55d363b418ff14864297d02a6986c4fc3625ed7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113531 Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/vcl/README.GDIMetaFile b/vcl/README.GDIMetaFile.md similarity index 100% rename from vcl/README.GDIMetaFile rename to vcl/README.GDIMetaFile.md diff --git a/vcl/README.lifecycle b/vcl/README.lifecycle.md similarity index 100% rename from vcl/README.lifecycle rename to vcl/README.lifecycle.md diff --git a/vcl/README.md b/vcl/README.md index 63eb77d67405..66d4c1bd20b3 100644 --- a/vcl/README.md +++ b/vcl/README.md @@ -245,7 +245,7 @@ In short, never hold any mutex unless necessary, especially not when calling out. ## Read More -* [Environment variables in VCL](README.vars) -* [GDIMetaFile class](README.GDIMetaFile) -* [Understanding transitional VCL lifecycle](README.lifecycle) -* [VCL scheduler](README.scheduler) +* [Environment variables in VCL](README.vars.md) +* [GDIMetaFile class](README.GDIMetaFile.md) +* [Understanding transitional VCL lifecycle](README.lifecycle.md) +* [VCL scheduler](README.scheduler.md) diff --git a/vcl/README.scheduler b/vcl/README.scheduler.md similarity index 100% rename from vcl/README.scheduler rename to vcl/README.scheduler.md diff --git a/vcl/README.vars b/vcl/README.vars.md similarity index 100% rename from vcl/README.vars rename to vcl/README.vars.md commit e57793158700c48a9a9adf9fb1201e01dc6c270e Author: Hossein <hoss...@libreoffice.org> AuthorDate: Tue Oct 26 12:00:52 2021 +0200 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Tue Oct 26 15:14:55 2021 +0200 Update emfio documentation * Added information about dumping metaactions using mtfdemo * 'sax' dependency was removed in d49900e5a3aae75a4c673f593e99fbc296f67cee * Listing indirect dependencies from 'emfio/Library_emfio.mk' Change-Id: I5ee7e20c872aff388424930a23c9a17614b5e3c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124180 Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/emfio/README.md b/emfio/README.md index 2981ef98bd4c..4cbd9d45a4ad 100644 --- a/emfio/README.md +++ b/emfio/README.md @@ -24,6 +24,17 @@ An example demo that renders a metafile using `vcl` be seen by invoking: ./bin/run mtfdemo odk/examples/basic/forms_and_controls/burger.wmf This opens the burger.wmf file from the ODK examples. + +It is also possible to dump metaactions created as the intermediary format +before rendering the metafile using: + + ./bin/run mtfdemo -d odk/examples/basic/forms_and_controls/burger.wmf + +If the command is successful, this message will be shown, and metadump.xml will +be put in the current folder: + +"Dumped metaactions as metadump.xml" + The demo code structure is described in [GDIMetaFile](../vcl/README.GDIMetaFile) documentation. @@ -86,8 +97,11 @@ Known remaining bugs for this module is gathered here: enhancements](https://bugs.documentfoundation.org/show\_bug.cgi?id=103859) ## Dependencies -Direct dependencies for **emfio** are [**drawinglayer**](../drawinglayer) and -[**sax**](../sax). +The direct dependency for **emfio** is [**drawinglayer**](../drawinglayer). The +complete list of dependencies including the indirect dependencies is as below: +``` +basegfx drawinglayer cppu cppuhelper sal comphelper tl salhelper vcl svt utl +``` ## Tools Several tools are available for inspecting WMF/EMF/EMF+ files, which are binary