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 --- svtools/uiconfig/ui/GraphicExportOptionsDialog.ui | 272 ++++++++++++++++++++++ 1 file changed, 272 insertions(+) create mode 100644 svtools/uiconfig/ui/GraphicExportOptionsDialog.ui (limited to 'svtools/uiconfig/ui') diff --git a/svtools/uiconfig/ui/GraphicExportOptionsDialog.ui b/svtools/uiconfig/ui/GraphicExportOptionsDialog.ui new file mode 100644 index 000000000000..f98882b1a327 --- /dev/null +++ b/svtools/uiconfig/ui/GraphicExportOptionsDialog.ui @@ -0,0 +1,272 @@ + + + + + 20000 + 1 + 10 + + + 20000 + 1 + 10 + + + False + 5 + dialog + + + False + vertical + 2 + + + False + end + + + gtk-ok + True + True + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + False + True + end + 0 + + + + + True + False + vertical + + + True + False + 0 + none + + + True + False + 12 + + + True + False + 6 + 6 + + + True + False + 0 + Width: + + + 0 + 0 + 1 + 1 + + + + + True + False + 0 + Height: + + + 0 + 1 + 1 + 1 + + + + + True + False + 0 + Resolution: + + + 0 + 2 + 1 + 1 + + + + + True + False + True + + adjustment-width + + + 1 + 0 + 1 + 1 + + + + + True + False + True + + adjustment-height + + + 1 + 1 + 1 + 1 + + + + + True + False + 0 + px + + + 2 + 0 + 1 + 1 + + + + + True + False + 0 + px + + + 2 + 1 + 1 + 1 + + + + + True + False + 0 + DPI + + + 2 + 2 + 1 + 1 + + + + + True + False + True + 0 + True + 0 + 1 + + 50 + 75 + 96 + 150 + 200 + 300 + 600 + + + + False + True + + + + + + 1 + 2 + 1 + 1 + + + + + + + + + True + False + Size + + + + + + + + False + True + 0 + + + + + + + + False + True + 1 + + + + + + ok + cancel + + + -- cgit