summaryrefslogtreecommitdiff
path: root/scripting/Library_protocolhandler.mk
blob: 31599c3d865bdc52cb7c80c00e16674a5c5c0321 (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
# -*- 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,protocolhandler))

$(eval $(call gb_Library_set_componentfile,protocolhandler,scripting/source/protocolhandler/protocolhandler,services))

$(eval $(call gb_Library_set_include,protocolhandler,\
	$$(INCLUDE) \
	-I$(SRCDIR)/scripting/source/inc \
))

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

$(eval $(call gb_Library_use_sdk_api,protocolhandler))

$(eval $(call gb_Library_use_custom_headers,protocolhandler,\
    officecfg/registry \
))

$(eval $(call gb_Library_use_libraries,protocolhandler,\
	comphelper \
	cppu \
	cppuhelper \
	fwk \
	sal \
	sfx \
	tl \
	vcl \
))

$(eval $(call gb_Library_add_exception_objects,protocolhandler,\
	scripting/source/protocolhandler/scripthandler \
))

# vim: set noet sw=4 ts=4:
3aa713d'>Drop some wrapper methods from SvtOptionsDrawinglayerGabor Kelemen 2023-01-13SDPR: Direct support for FillGraphicPrimitive2DArmin Le Grand (Allotropia) 2022-12-21initial Experimental System-Dependent PrimitiveRenderer for CairoCaolán McNamara 2022-12-20Example System-Dependent PrimitiveRenderer for Direct2D (Win)Armin Le Grand (Allotropia) 2022-12-19remove dependency from drawinglayer to frameworkNoel Grandin 2022-11-06Remove double functionalityArmin Le Grand (allotropia) 2022-09-01Added BufferedDecompositionGroupPrimitive2DArmin Le Grand (allotropia) 2022-08-31Rework of GlowPrimitive2DArmin Le Grand (allotropia) 2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia) 2021-12-22Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl 2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann 2021-11-08extend XML dumpig for primitives to support fontwork objectsTomaž Vajngerl 2021-06-23move BufferedDecompositionPrimitive2D impl. into its own fileTomaž Vajngerl 2020-07-07drawinglayer: create instances with uno constructorsNoel Grandin 2020-05-13tdf#49247: draw soft edgesMike Kaganski 2020-04-07split up polypolygonprimitive2d.cxx into separate filesTomaž Vajngerl 2020-03-03tdf#101181 Implement glow effect on shapesTamas Bunth 2020-01-04drawinglayer: extract classes from baseprimitive2d.hxx to own filesTomaž Vajngerl 2019-12-06drawinglayer: add EMFPImageAttributesChris Sherlock 2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák 2019-02-09move and extend primitive2dxmldump to drawinglayerTomaž Vajngerl 2018-06-13Replace SVGFilter using SVGIOArmin Le Grand 2018-04-12hold MetaAction by rtl::ReferenceNoel Grandin 2017-07-15emfplus: migrate gdiplus reader to drawinglayerArmin Le Grand 2017-07-12borderline: correct problems with border displayArmin Le Grand 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky