summaryrefslogtreecommitdiff
path: root/sdext/Library_PresentationMinimizer.mk
blob: 2ae650a5f855d997ab7da3cbae1aac3cb8fb81a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# -*- 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_Library_Library,PresentationMinimizer))

$(eval $(call gb_Library_set_componentfile,PresentationMinimizer,sdext/source/minimizer/minimizer))

$(eval $(call gb_Library_set_precompiled_header,PresentationMinimizer,$(SRCDIR)/sdext/inc/pch/precompiled_PresentationMinimizer))

$(eval $(call gb_Library_use_externals,PresentationMinimizer,\
	boost_headers \
))

$(eval $(call gb_Library_use_sdk_api,PresentationMinimizer))

$(eval $(call gb_Library_use_api,PresentationMinimizer,\
    offapi \
    udkapi \
))

$(eval $(call gb_Library_use_libraries,PresentationMinimizer,\
    cppu \
    cppuhelper \
    sal \
))

$(eval $(call gb_Library_add_exception_objects,PresentationMinimizer,\
    sdext/source/minimizer/configurationaccess \
    sdext/source/minimizer/fileopendialog \
    sdext/source/minimizer/graphiccollector \
    sdext/source/minimizer/impoptimizer \
    sdext/source/minimizer/informationdialog \
    sdext/source/minimizer/optimizationstats \
    sdext/source/minimizer/optimizerdialog \
    sdext/source/minimizer/optimizerdialogcontrols \
    sdext/source/minimizer/pagecollector \
    sdext/source/minimizer/pppoptimizer \
    sdext/source/minimizer/pppoptimizerdialog \
    sdext/source/minimizer/pppoptimizertoken \
    sdext/source/minimizer/pppoptimizeruno \
    sdext/source/minimizer/unodialog \
))

# vim:set noet sw=4 ts=4:
>Updated README.md files to represent current code / use Markdown formatHossein 2021-04-07tdf#141467 xmloff,sc,sw: ODF export: reorder flys' ZOrder/z-index harderMichael Stahl 2021-03-25tdf#134734 tdf#141059 tdf#122508 cui,sw,xmloff: BackgroundFullSizeMichael Stahl 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein 2021-03-18tdf#91920 sw page gutter margin: link ODF proposalMiklos Vajna 2021-02-03tdf#91920 sw page gutter margin: add ODF filterMiklos Vajna 2020-10-29tdf#137627 sw top page border orientation: add ODFSzabolcs Toth 2020-10-13tdf#134987 convert DOCX to ODT: fix lost chartsBalazs Varga 2020-08-31tdf#134571 chart2, xmloff: add loext:custom-leader-linesBalazs Varga 2020-08-30Fix typo in codeAndrea Gelmini 2020-08-22add bounciness velocity and density options to physics animationsSarper Akdemir 2020-08-20make physics based animation effects importable-exportableSarper Akdemir 2020-08-06schema: add fieldmarks to LO schemaMichael Stahl 2020-07-30tdf#38093 Writer outline folding - persistenceJim Raykowski 2020-06-29OOXML/ODF Support for Shadow blur radiusA_GAN 2020-05-24tdf#101181: drop useless "GlowEffect" boolean propertyMike Kaganski 2020-05-18schema: adapt libreoffice schema to ODF 1.3Michael Stahl 2020-05-18schema: update ODF 1.3 rng drafts to cs01Michael Stahl 2020-05-11tdf#49247: no need in extra boolean property, radius is enoughMike Kaganski 2020-05-11sw from-bottom relative orientation: link ODF proposalMiklos Vajna 2020-05-11tdf#49247: implement soft edges document model and import/exportMike Kaganski 2020-05-07tdf#101181: unit test for glow attributes in ODFMike Kaganski 2020-05-06sw from-bottom relative orientation: add ODF filterMiklos Vajna 2020-04-09tdf#127792 implement UNO chart attribute MajorOriginTünde Tóth 2020-03-30tdf#131370 chart: implement OOXML import/export of legend overlay featureTünde Tóth 2020-02-27tdf#108110 ODF chart: import/export of custom position of data point labelsBalazs Varga 2019-12-06tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt 2019-12-03Remove trailing whitespaceSamuel Mehrbrodt 2019-11-29tdf#123206 Import/Export chart custom label textTamas Bunth 2019-11-25Replace TODO with OASIS proposal for semi-transparent shape textMiklos Vajna 2019-11-21xmloff: add ODF import/export for semi-transparent shape textMiklos Vajna 2019-10-03sw anchored object allow overlap: replace TODO with OASIS proposalMiklos Vajna 2019-09-24Related: tdf#124600 sw anchored object allow overlap: add ODT filterMiklos Vajna 2019-08-22QR Code : ODF import/exportShubham Goyal 2019-07-25tdf#119228 Add storage and serialisation for the Resolved flagScott Clarke 2019-06-18schema: update ODF 1.3 main rng draft to wd12Michael Stahl