From 6a6519c27a5a7ea07e6a19fcd43e76ca616dce4d Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 25 Mar 2013 23:26:36 +0100 Subject: 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 --- filter/Configuration_filter.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'filter/Configuration_filter.mk') diff --git a/filter/Configuration_filter.mk b/filter/Configuration_filter.mk index 483da495946e..7ca392c81749 100644 --- a/filter/Configuration_filter.mk +++ b/filter/Configuration_filter.mk @@ -829,6 +829,17 @@ $(call filter_Configuration_add_ui_filters,fcfg_langpack,filter/source/config/fr impress_html_Export_ui \ ) +# fcfg_writergraphics +$(call filter_Configuration_add_types,fcfg_langpack,fcfg_writergraphics_types.xcu,filter/source/config/fragments/types,\ + jpg_JPEG \ + png_Portable_Network_Graphic \ +) + +$(call filter_Configuration_add_filters,fcfg_langpack,fcfg_writergraphics_filters.xcu,filter/source/config/fragments/filters,\ + writer_jpg_Export \ + writer_png_Export \ +) + # fcfg_internalgraphics $(call filter_Configuration_add_types,fcfg_langpack,fcfg_internalgraphics_types.xcu,filter/source/config/fragments/types,\ bmp_MS_Windows \ -- cgit