summaryrefslogtreecommitdiff
path: root/basegfx/Library_basegfx.mk
blob: 087e4a08141919402651e3e7c624a4aeb8df102f (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# -*- 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,basegfx))

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

$(eval $(call gb_Library_set_precompiled_header,basegfx,$(SRCDIR)/basegfx/inc/pch/precompiled_basegfx))

$(eval $(call gb_Library_use_sdk_api,basegfx))

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

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

$(eval $(call gb_Library_add_defs,basegfx,\
    -DBASEGFX_DLLIMPLEMENTATION \
))

$(eval $(call gb_Library_add_exception_objects,basegfx,\
    basegfx/source/color/bcolormodifier \
    basegfx/source/color/bcolortools \
    basegfx/source/curve/b2dbeziertools \
    basegfx/source/curve/b2dcubicbezier \
    basegfx/source/matrix/b2dhommatrix \
    basegfx/source/matrix/b2dhommatrixtools \
    basegfx/source/matrix/b3dhommatrix \
	basegfx/source/numeric/ftools \
    basegfx/source/pixel/bpixel \
    basegfx/source/point/b2dpoint \
    basegfx/source/point/b2ipoint \
    basegfx/source/point/b3dpoint \
    basegfx/source/polygon/b2dlinegeometry \
    basegfx/source/polygon/b2dpolygon \
    basegfx/source/polygon/b2dpolygonclipper \
    basegfx/source/polygon/b2dpolygoncutandtouch \
    basegfx/source/polygon/b2dpolygontools \
    basegfx/source/polygon/b2dpolygontriangulator \
    basegfx/source/polygon/b2dpolypolygon \
    basegfx/source/polygon/b2dpolypolygoncutter \
    basegfx/source/polygon/b2dpolypolygontools \
    basegfx/source/polygon/b2dsvgpolypolygon \
    basegfx/source/polygon/b2dtrapezoid \
    basegfx/source/polygon/b3dpolygon \
    basegfx/source/polygon/b3dpolygontools \
    basegfx/source/polygon/b3dpolypolygon \
    basegfx/source/polygon/b3dpolypolygontools \
    basegfx/source/range/b1drange \
    basegfx/source/range/b2dpolyrange \
    basegfx/source/range/b2drange \
    basegfx/source/range/b2drangeclipper \
    basegfx/source/range/b2xrange \
    basegfx/source/range/b3drange \
    basegfx/source/raster/rasterconvert3d \
    basegfx/source/tools/b2dclipstate \
    basegfx/source/tools/canvastools \
    basegfx/source/tools/gradienttools \
    basegfx/source/tools/keystoplerp \
    basegfx/source/tools/numbertools \
    basegfx/source/tools/stringconversiontools \
    basegfx/source/tools/tools \
    basegfx/source/tools/unopolypolygon \
    basegfx/source/tools/unotools \
    basegfx/source/tools/zoomtools \
    basegfx/source/tuple/b2dtuple \
    basegfx/source/tuple/b2i64tuple \
    basegfx/source/tuple/b2ituple \
    basegfx/source/tuple/b3dtuple \
    basegfx/source/tuple/b3ituple \
    basegfx/source/vector/b2dvector \
    basegfx/source/vector/b2ivector \
    basegfx/source/vector/b3dvector \
))


# vim: set noet sw=4 ts=4:
>use more concrete UNO type in frameworkNoel Grandin Change-Id: I3ee54f3967339ab52c04f48a047bc29fc5161680 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173159 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2024-05-08loplugin:ostr in frameworkNoel Grandin Change-Id: I2fdc32aa5de6a1315fe69997f9b531259aa78605 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167339 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2024-05-02replace createFromAscii with OUString literals in frameworkNoel Grandin Change-Id: I5209ab1b869492234946f8471a30c70121824198 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167010 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2024-03-22improve loplugin:staticmethodsNoel Grandin Some of the exclusions were too aggressive. Restrict them to only the important classes, which exposes some more places this plugin applies. Change-Id: I1b2d1fb24391adc71ed0984f94168f61a149479f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165154 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: frameworkStephan Bergmann Change-Id: I0f17c569eddcdc30bfca4cdcd25cb05cf783ec23 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158200 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2023-10-14Add NUMBERSIGN key handler.Gökay Şatır German keyboard layout has number sign key. Users can print number sign without using modification keys. So this key can be assigned a shortcut. Subscript is assigned to CTRL + NUMBERSIGN. Below PR is used as reference when adding the new key handler: https://gerrit.libreoffice.org/c/core/+/86713 Signed-off-by: Gökay Şatır <gokaysatir@collabora.com> Change-Id: I340dc47764e9200d2477f8db740a629f62f48004 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157554 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> (cherry picked from commit 1db8f6d484b884301a7d3673f4d05478e28cd853) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157959 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>