# -*- 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,sd_tiledrendering)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_tiledrendering)) $(eval $(call gb_CppunitTest_add_exception_objects,sd_tiledrendering, \ sd/qa/unit/tiledrendering/tiledrendering \ )) $(eval $(call gb_CppunitTest_use_libraries,sd_tiledrendering, \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ sal \ sfx \ subsequenttest \ svl \ svt \ svxcore \ sd \ test \ unotest \ vcl \ tl \ utl \ )) $(eval $(call gb_CppunitTest_use_externals,sd_tiledrendering,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sd_tiledrendering,\ -I$(SRCDIR)/sd/inc \ -I$(SRCDIR)/sd/source/ui/inc \ -I$(SRCDIR)/sd/qa/unit \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sd_tiledrendering)) $(eval $(call gb_CppunitTest_use_ure,sd_tiledrendering)) $(eval $(call gb_CppunitTest_use_vcl,sd_tiledrendering)) $(eval $(call gb_CppunitTest_use_rdb,sd_tiledrendering,services)) $(eval $(call gb_CppunitTest_use_configuration,sd_tiledrendering)) $(eval $(call gb_CppunitTest_use_uiconfigs,sd_tiledrendering, \ modules/simpress \ svx \ )) $(eval $(call gb_CppunitTest_add_arguments,sd_tiledrendering, \ -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ )) # vim: set noet sw=4 ts=4: /cib/libreoffice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/drawinglayer
AgeCommit message (Expand)Author
2024-07-17tdf#158397 freeze hovering mouse above animating gifNoel Grandin
2024-04-22tdf#160782: convert to bitmapEx from 0,0 to width,heightXisco Fauli
2024-04-22tdf#160726, tdf#48062: Simplify how BitmapExs are createdXisco Fauli
2024-04-20tdf#160702: improve text positioningMike Kaganski
2024-03-26loplugin:finalmethodsNoel Grandin
2024-03-21Disable EditViewActive when Metafile outputArmin Le Grand (allotropia)
2024-03-21Provide tooling for EditView exclusive PrimitivesArmin Le Grand (allotropia)
2024-02-22IASS: Re-define Text suppression for TextEditArmin Le Grand (allotropia)
2024-02-22split TextAsPolygonExtractor2D for more general reuseCaolán McNamara
2024-02-12use more UNLESS_MERGELIBSNoel Grandin
2024-02-12make BufferedDecompositionPrimitive2D store a Primitive2DReference..Noel Grandin
2024-02-05tdf#108037 Reduce time and memory consumed exporting to PDFNoel Grandin
2024-02-04Move mnTransparenceForShadow down to SdrCellPrimitive2DNoel Grandin
2024-01-19tdf#159067 drawinglayer: fix untagged form control (PDF/UA export)Tibor Nagy
2024-01-16chart2: Make automatic area coloring for charts work for tiled renderingofftkp
2024-01-02tdf#158913 secure Primitive 'visit' using mutexArmin Le Grand (allotropia)
2023-12-21Add flush mechanism to buffered Primitives IIArmin Le Grand (allotropia)
2023-12-19Fix typoAndrea Gelmini
2023-12-19Add flush mechanism to buffered PrimitivesArmin Le Grand (allotropia)
2023-10-12drawinglayer,svx: PDF/UA export: put Form SE into anchor paragraph SEMichael Stahl
2023-09-23tdf#146619 Recheck include/d* with IWYUGabor Kelemen
2023-09-21tdf#146619 Recheck include/basegfx with IWYUGabor Kelemen
2023-09-14tdf#156808 force an alpha mask to be created even if it has no alphaPatrick Luby
2023-08-28tdf#143148: Replace include guards with pragma onceTobias Kokolakis
2023-08-21split to allow getting decoration on its ownCaolán McNamara
2023-07-23drawinglayer: Drop recently unused TextLayouterDevice::getCaretPositions()Khaled Hosny
2023-07-23vcl: Use GetTextArray() when drawing mnemonicsKhaled Hosny
2023-07-21related tdf#152992: rename HitTolerance to HitTolerancePerAxisSarper Akdemir
2023-07-21tdf#152992: for Impress/Draw add horizontal hit tolerance for quick text editSarper Akdemir