6a6519c27a
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
20 lines
618 B
Makefile
20 lines
618 B
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#
|
|
# This file is part of the LibreOffice project.
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
#
|
|
|
|
$(eval $(call gb_UI_UI,svt))
|
|
|
|
$(eval $(call gb_UI_add_uifiles,svt,\
|
|
svtools/uiconfig/ui/graphicexport \
|
|
svtools/uiconfig/ui/placeedit \
|
|
svtools/uiconfig/ui/printersetupdialog \
|
|
svtools/uiconfig/ui/restartdialog \
|
|
svtools/uiconfig/ui/GraphicExportOptionsDialog \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|