summaryrefslogtreecommitdiff
path: root/cppcanvas/Library_mtfrenderer.mk
blob: e94f12bccddec2e77bf6703eede4b91559f8fa8d (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
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_Library_Library,mtfrenderer))

$(eval $(call gb_Library_set_componentfile,mtfrenderer,cppcanvas/source/uno/mtfrenderer))

$(eval $(call gb_Library_use_external,mtfrenderer,boost_headers))

$(eval $(call gb_Library_use_libraries,mtfrenderer,\
	sal \
	cppu \
	cppuhelper \
	comphelper \
	cppcanvas \
	basegfx \
))

$(eval $(call gb_Library_use_sdk_api,mtfrenderer))

$(eval $(call gb_Library_add_exception_objects,mtfrenderer,\
	cppcanvas/source/uno/uno_mtfrenderer \
))

# vim: set noet sw=4 ts=4:
Grandin 2015-10-20coverity#1326963 RV: Bad use of return valueCaolán McNamara 2015-10-20coverity#1327463 Dm: Dubious method usedCaolán McNamara 2015-10-20coverity#1327464 Dm: Dubious method usedCaolán McNamara 2015-10-15coverity#1326241 Dereference after null checkCaolán McNamara 2015-10-14java:remove unused importsNoel Grandin 2015-10-09swext: increment the extension version number to 1.2.0Michael Stahl 2015-10-09swext: add a logging out stream to help debugging TLS connectionsMichael Stahl 2015-10-09swext: Wiki Publisher does not use those apache-commons librariesMichael Stahl 2015-10-09swext: remove commons-httpclient dependency from Wiki PublisherMichael Stahl 2015-09-30Fix typosAndrea Gelmini 2015-06-15java: 'final static' to 'static final'Noel Grandin 2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin 2015-05-20odt2mediawiki.xsl: ensure the node selectionRobert Antoni Buj Gelonch 2015-05-19odt2mediawiki.xsl: hide table of contents if there is a customized tocRobert Antoni Buj Gelonch 2015-05-18odt2mediawiki.xsl: tabulation in toc entriesRobert Antoni Buj Gelonch 2015-04-27tdf#75360 tdf#90474 line breaks in exporting to mediawikiRobert Antoni Buj Gelonch 2015-04-27odt2mediawiki.xsl: vertical & horizontal align of a imageRobert Antoni Buj Gelonch 2015-04-27tdf#75531 failed to convert the marginsRobert Antoni Buj Gelonch 2015-04-27tdf#75019 bookmarks in exporting to mediawikiRobert Antoni Buj Gelonch 2015-04-20odt2mediawiki.xsl: table cell color in cell attributesRobert Antoni Buj Gelonch 2015-04-20odt2mediawiki.xsl: reuse table cell code, check USE_DEFAULT_TABLE_CLASS, use ...Robert Antoni Buj Gelonch 2015-04-20odt2mediawiki.xsl: improve export filterRobert Antoni Buj Gelonch 2015-03-25Typo: formated->formattedJulien Nabet