summaryrefslogtreecommitdiff
path: root/desktop/Library_active_native.mk
blob: 7c09c10737ec59ddbe5ff1bad9b4cb70cafb7b57 (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
# -*- 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,active_native))

$(eval $(call gb_Library_add_exception_objects,active_native, \
    desktop/test/deployment/active/active_native \
))

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

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

$(eval $(call gb_Library_use_sdk_api,active_native))

# vim: set noet sw=4 ts=4:
Improved loplugin:stringconstant (now that GCC 7 supports it): ooxStephan Bergmann 2019-05-13ooxml import: supprt cropping to shapeTamas Bunth 2019-05-07PPTX: Fix import / export of image transparencyTamás Zolnai 2019-01-30Related: tdf#94238 PPTX import: handle subset of radial gradient fillMiklos Vajna 2018-07-30Add missing sal/log.hxx headersGabor Kelemen 2018-03-31Use for-range loops in oox (part2)Julien Nabet 2018-03-31Use for-range loops in oox (part1)Julien Nabet 2018-03-07oox: adapt graphic transformer, cleanup, remove try catchTomaž Vajngerl 2018-03-07oox: BlipFillProperties rename mxGraphic to mxFillGraphicTomaž Vajngerl 2018-03-07oox: rename FillBitmapUrl to FillBitmap, remove obsolete methodsTomaž Vajngerl 2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl 2018-03-05use more Color in ooxNoel Grandin 2018-02-25oox: Remove setting the GraphicURL in fillpropertiesTomaž Vajngerl 2018-02-01Change bitmap table to store XBitmap instead of GraphicObject URLTomaž Vajngerl 2018-01-26tdf#107608: PPTX: Import pattern fill background colorTamás Zolnai 2018-01-12More loplugin:cstylecast: ooxStephan Bergmann 2017-11-30ofz: handle empty Gradient StopsCaolán McNamara 2017-10-23loplugin:includeform: ooxStephan Bergmann 2017-09-18tdf#112088 gradient stop map -> multimapSzymon Kłos 2017-08-10tdf#109187 Fix OOXML import of flipped shapes with gradientsPaul Trojahn 2017-07-17tdf#109067 Fix default value of rotWithShapePaul Trojahn 2017-07-17tdf#89926 Fix OOXML gradient angle importPaul Trojahn 2017-07-14Revert "tdf#109067 Fix default value of rotWithShape"Miklos Vajna 2017-07-14tdf#109067 Fix default value of rotWithShapePaul Trojahn 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert oox module away from OSL_ASSERT to assertChris Sherlock 2017-05-04tdf#106520 xlsx: black square where image should beThomas Beck 2017-02-28new loplugin unoanyNoel Grandin 2017-01-24Move two include files to oox/inc as they are used only in ooxTor Lillqvist 2017-01-24Drop incorrect "artistic" prefix from some token namesTor Lillqvist 2016-10-07tdf#102997 Fix Error in OOXML Transparency Conversion Mathlbenes 2016-10-04tdf#100830 drawingML import: handle <a:alphaModFix>Miklos Vajna 2016-09-17convert ShapePropertyId to scoped enum and use it for enumarrayJochen Nitschke 2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann 2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas 2016-05-06basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl 2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin 2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas 2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke 2016-03-03loplugin:unuseddefaultparams in ooxNoel Grandin