223f6b631c
unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute (cherry picked from commit f15874d8f976f3874bdbcb53429eeefa65c28841) Conflicts: basegfx/inc/basegfx/polygon/b2dpolygontools.hxx basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx basegfx/source/polygon/b2dpolypolygontools.cxx basegfx/source/polygon/b2dsvgpolypolygon.cxx basegfx/source/polygon/b3dpolypolygontools.cxx basegfx/source/tools/makefile.mk basegfx/test/boxclipper.cxx basegfx/test/clipstate.cxx basegfx/test/genericclipper.cxx canvas/source/tools/surfaceproxy.cxx sdext/source/pdfimport/tree/drawtreevisiting.cxx sdext/source/pdfimport/tree/writertreevisiting.cxx xmloff/inc/xexptran.hxx xmloff/source/draw/XMLImageMapContext.cxx xmloff/source/draw/XMLImageMapExport.cxx xmloff/source/draw/shapeexport2.cxx xmloff/source/draw/shapeexport3.cxx xmloff/source/draw/xexptran.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximpshap.cxx xmloff/source/style/MarkerStyle.cxx xmloff/source/text/XMLTextFrameContext.cxx xmloff/source/text/txtparae.cxx Change-Id: I5171b4a3559ea116bea45152e1f2685666463635
38 lines
1 KiB
Makefile
38 lines
1 KiB
Makefile
# -*- 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_CppunitTest_CppunitTest,basebmp_cpputest))
|
|
|
|
$(eval $(call gb_CppunitTest_use_sdk_api,basebmp_cpputest))
|
|
|
|
$(eval $(call gb_CppunitTest_use_external,basebmp_cpputest,boost_headers))
|
|
|
|
$(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\
|
|
basebmp \
|
|
))
|
|
|
|
$(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\
|
|
basegfx \
|
|
sal \
|
|
$(gb_UWINAPI) \
|
|
))
|
|
|
|
$(eval $(call gb_CppunitTest_add_exception_objects,basebmp_cpputest,\
|
|
basebmp/test/basictest \
|
|
basebmp/test/bmpmasktest \
|
|
basebmp/test/bmptest \
|
|
basebmp/test/cliptest \
|
|
basebmp/test/filltest \
|
|
basebmp/test/linetest \
|
|
basebmp/test/masktest \
|
|
basebmp/test/polytest \
|
|
basebmp/test/tools \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|