# # # 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_Module_Module,bean)) ifneq ($(ENABLE_JAVA),) ifneq ($(OS),MACOSX) ifneq ($(OS),ANDROID) $(eval $(call gb_Module_add_targets,bean,\ Jar_officebean \ Library_officebean \ )) # complex tests compilable but fail at runtime #$(eval $(call gb_Module_add_subsequentcheck_targets,bean,\ # JunitTest_bean_complex \ #)) endif endif endif e
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/CppunitTest_svx_unit.mk
AgeCommit message (Expand)Author
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl
2023-01-01oox: add support for importing font scheme into a svx::ThemeTomaž Vajngerl
2022-11-01CppunitTest_svx_unit: inherit from UnoApiTestXisco Fauli
2021-12-22Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl
2021-09-20tdf#144091 svx: fix unwanted blur of shadow from table cell fillMiklos Vajna
2021-08-30tdf#137310 ODF import: fix loading of images with multiple slashes in pathMiklos Vajna
2021-03-17tdf#141021 Correct sign in Origin in Extrusion NorthRegina Henschel
2021-02-26tdf#132368 svx: empty the interop grab-bag on ending text editMiklos Vajna
2020-05-11tdf#129916 svx: fix origin of scaled shadowMiklos Vajna
2020-01-17tdf#98584 Correct import draw:transform values skewY and matrixRegina Henschel
2019-11-20svx: add rendering for semi-transparent shape textMiklos Vajna
2019-03-04tdf#121845 rework custom shape path command U and TRegina Henschel
2018-12-13tdf#121890 ODF custom shapes use left and top from viewBoxRegina Henschel
2018-05-19tdf#117614 svx: make drawing.GraphicExportFilter work with sw imagesMiklos Vajna