# -*- 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_Module_Module,chart2)) $(eval $(call gb_Module_add_targets,chart2,\ Library_chartcontroller \ Library_chartcore \ )) ifeq ($(ENABLE_OPENGL),TRUE) $(eval $(call gb_Module_add_targets,chart2,\ Library_chartopengl \ Package_opengl \ )) endif $(eval $(call gb_Module_add_l10n_targets,chart2,\ AllLangResTarget_chartcontroller \ UIConfig_chart2 \ )) $(eval $(call gb_Module_add_check_targets,chart2,\ CppunitTest_chart2_common_functors \ )) $(eval $(call gb_Module_add_slowcheck_targets,chart2,\ CppunitTest_chart2_export \ CppunitTest_chart2_import \ CppunitTest_chart2_trendcalculators \ )) ifeq ($(ENABLE_CHART_TESTS),TRUE) $(eval $(call gb_Module_add_slowcheck_targets,chart2,\ CppunitTest_chart2_xshape \ )) endif $(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\ JunitTest_chart2_unoapi \ )) # vim: set noet sw=4 ts=4: distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/tools/SlideshowLayerRenderer.cxx
AgeCommit message (Expand)Author
2025-01-06lokit: add scale parameter to "renderNextSlideLayer"Henry Castro
2025-01-03cid#1637439 COPY_INSTEAD_OF_MOVECaolán McNamara
2025-01-02slideshow: Render each animated paragraph in its own layerTomaž Vajngerl
2024-12-06slideshow: use unified hash for animations and layersSzymon Kłos
2024-12-02slideshow: export isField property for layersSzymon Kłos
2024-11-29lok: slideshow: animated shape bounding box in twipsMarco Cecchetti
2024-11-25slideshow: lok: export bounds for animated layersSzymon Kłos
2024-11-25slideshow: lok: correct z-orderSzymon Kłos
2024-11-25slideshow: fix initVisible valueSzymon Kłos
2024-11-25lok: slideshow: render animated objects as separate layersSzymon Kłos
2024-11-25lok: slideshow: render background as separate layerSzymon Kłos
2024-11-25slideshow: extract initial visibility of the animation targetSzymon Kłos
2024-11-25Identify layers so can be recognized as animation targetSzymon Kłos
2024-11-22loplugin:unusedfieldsNoel Grandin
2024-11-22Render objects that are in an animation as a separate layerTomaž Vajngerl
2024-11-21Make rendering more flexible, render fields in separate layerTomaž Vajngerl
2024-11-19intruduce RenderContext, RenderOptions to remove code duplicationTomaž Vajngerl
2024-11-15render master and slide content separately (drawinglayer render)Miklos Vajna
2024-11-14render slide layers with VCL / drawinglayer primitivesTomaž Vajngerl