diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-03-25 23:26:36 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-03-25 23:50:10 +0100 |
commit | 6a6519c27a5a7ea07e6a19fcd43e76ca616dce4d (patch) | |
tree | f0516fe768dcdb17293fb060aa6cf9d6f8650f3d /postprocess/CustomTarget_registry.mk | |
parent | f7a226952ddd335d670f1a3766b2b87eb1572375 (diff) |
Export current Writer page as jpg/png
This is first step to rework of graphic exporting. The idea is to
replace the exporter that works only for Draw/Impress and replace
it with a general exporter for any object. With this it will be
far easier to export objects as charts. Currently only Writer is
supported and only jpg/png.
Additionally, this commit introduces a new Export dialog which
supports setting the pixel width, height and DPI.
Change-Id: I7302b26bd432840d7ef0c3d2d2e13ff150cd2a07
Diffstat (limited to 'postprocess/CustomTarget_registry.mk')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index f7f69585f071..71a968998218 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -97,7 +97,9 @@ postprocess_FILES_graphicfilter := \ $(postprocess_MOD)/fcfg_drawgraphics_filters.xcu \ $(postprocess_MOD)/fcfg_drawgraphics_types.xcu \ $(postprocess_MOD)/fcfg_impressgraphics_filters.xcu \ - $(postprocess_MOD)/fcfg_impressgraphics_types.xcu + $(postprocess_MOD)/fcfg_impressgraphics_types.xcu \ + $(postprocess_MOD)/fcfg_writergraphics_filters.xcu \ + $(postprocess_MOD)/fcfg_writergraphics_types.xcu postprocess_DEPS_impress := main postprocess_FILES_impress := \ |