# -*- 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,slideshow)) $(eval $(call gb_Library_set_include,slideshow,\ $$(INCLUDE) \ -I$(SRCDIR)/slideshow/source/inc \ )) $(eval $(call gb_Library_add_defs,slideshow,\ -DBOOST_SPIRIT_USE_OLD_NAMESPACE \ )) ifneq ($(strip $(debug)$(DEBUG)),) $(eval $(call gb_Library_add_defs,slideshow,\ -DBOOST_SP_ENABLE_DEBUG_HOOKS \ )) endif $(eval $(call gb_Library_set_precompiled_header,slideshow,$(SRCDIR)/slideshow/inc/pch/precompiled_slideshow)) $(eval $(call gb_Library_use_externals,slideshow,\ boost_headers \ )) ifeq ($(ENABLE_HEADLESS),) $(eval $(call gb_Library_use_externals,slideshow,\ epoxy \ )) endif $(eval $(call gb_Library_use_sdk_api,slideshow)) $(eval $(call gb_Library_use_libraries,slideshow,\ $(call gb_Helper_optional,AVMEDIA,avmedia) \ basegfx \ canvastools \ comphelper \ cppcanvas \ cppu \ cppuhelper \ sal \ svt \ tl \ utl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,slideshow,slideshow/util/slideshow)) $(eval $(call gb_Library_add_exception_objects,slideshow,\ slideshow/source/engine/activities/activitiesfactory \ slideshow/source/engine/activities/activitybase \ slideshow/source/engine/activities/continuousactivitybase \ slideshow/source/engine/activities/continuouskeytimeactivitybase \ slideshow/source/engine/activities/discreteactivitybase \ slideshow/source/engine/activitiesqueue \ slideshow/source/engine/activities/simplecontinuousactivitybase \ slideshow/source/engine/animatedsprite \ slideshow/source/engine/animationfactory \ slideshow/source/engine/animationnodes/animationaudionode \ slideshow/source/engine/animationnodes/animationbasenode \ slideshow/source/engine/animationnodes/animationcolornode \ slideshow/source/engine/animationnodes/animationcommandnode \ slideshow/source/engine/animationnodes/animationnodefactory \ slideshow/source/engine/animationnodes/animationpathmotionnode \ slideshow/source/engine/animationnodes/animationsetnode \ slideshow/source/engine/animationnodes/animationtransformnode \ slideshow/source/engine/animationnodes/animationtransitionfilternode \ slideshow/source/engine/animationnodes/basecontainernode \ slideshow/source/engine/animationnodes/basenode \ slideshow/source/engine/animationnodes/generateevent \ slideshow/source/engine/animationnodes/nodetools \ slideshow/source/engine/animationnodes/paralleltimecontainer \ slideshow/source/engine/animationnodes/propertyanimationnode \ slideshow/source/engine/animationnodes/sequentialtimecontainer \ slideshow/source/engine/attributemap \ slideshow/source/engine/color \ slideshow/source/engine/delayevent \ slideshow/source/engine/effectrewinder \ slideshow/source/engine/eventmultiplexer \ slideshow/source/engine/eventqueue \ slideshow/source/engine/expressionnodefactory \ slideshow/source/engine/rehearsetimingsactivity \ slideshow/source/engine/screenupdater \ slideshow/source/engine/shapeattributelayer \ slideshow/source/engine/shapes/appletshape \ slideshow/source/engine/shapes/backgroundshape \ slideshow/source/engine/shapes/drawinglayeranimation \ slideshow/source/engine/shapes/drawshape \ slideshow/source/engine/shapes/drawshapesubsetting \ slideshow/source/engine/shapes/externalshapebase \ slideshow/source/engine/shapes/gdimtftools \ slideshow/source/engine/shapes/intrinsicanimationactivity \ slideshow/source/engine/shapes/mediashape \ slideshow/source/engine/shapes/shapeimporter \ slideshow/source/engine/shapesubset \ slideshow/source/engine/shapes/viewappletshape \ slideshow/source/engine/shapes/viewbackgroundshape \ slideshow/source/engine/shapes/viewmediashape \ slideshow/source/engine/shapes/viewshape \ slideshow/source/engine/slidebitmap \ slideshow/source/engine/slide/layer \ slideshow/source/engine/slide/layermanager \ slideshow/source/engine/slide/shapemanagerimpl \ slideshow/source/engine/slideshowcontext \ slideshow/source/engine/slideshowimpl \ slideshow/source/engine/slide/slideanimations \ slideshow/source/engine/slide/slideimpl \ slideshow/source/engine/slide/targetpropertiescreator \ slideshow/source/engine/slide/userpaintoverlay \ slideshow/source/engine/slideview \ slideshow/source/engine/smilfunctionparser \ slideshow/source/engine/soundplayer \ slideshow/source/engine/tools \ slideshow/source/engine/transitions/barndoorwipe \ slideshow/source/engine/transitions/barwipepolypolygon \ slideshow/source/engine/transitions/boxwipe \ slideshow/source/engine/transitions/checkerboardwipe \ slideshow/source/engine/transitions/clippingfunctor \ slideshow/source/engine/transitions/clockwipe \ slideshow/source/engine/transitions/combtransition \ slideshow/source/engine/transitions/doublediamondwipe \ slideshow/source/engine/transitions/ellipsewipe \ slideshow/source/engine/transitions/fanwipe \ slideshow/source/engine/transitions/figurewipe \ slideshow/source/engine/transitions/fourboxwipe \ slideshow/source/engine/transitions/iriswipe \ slideshow/source/engine/transitions/parametricpolypolygonfactory \ slideshow/source/engine/transitions/pinwheelwipe \ slideshow/source/engine/transitions/randomwipe \ slideshow/source/engine/transitions/shapetransitionfactory \ slideshow/source/engine/transitions/slidechangebase \ slideshow/source/engine/transitions/slidetransitionfactory \ slideshow/source/engine/transitions/snakewipe \ slideshow/source/engine/transitions/spiralwipe \ slideshow/source/engine/transitions/sweepwipe \ slideshow/source/engine/transitions/transitionfactorytab \ slideshow/source/engine/transitions/transitiontools \ slideshow/source/engine/transitions/veewipe \ slideshow/source/engine/transitions/waterfallwipe \ slideshow/source/engine/transitions/zigzagwipe \ slideshow/source/engine/unoviewcontainer \ slideshow/source/engine/usereventqueue \ slideshow/source/engine/waitsymbol \ slideshow/source/engine/pointersymbol \ slideshow/source/engine/wakeupevent \ )) # vim: set noet sw=4 ts=4: fice-7-1+backports LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/dlg_InsertTitle.cxx
AgeCommit message (Collapse)Author
2024-05-07loplugin:ostr in chart2Noel Grandin
Change-Id: I2985b6793a776639214a25bf9732c000b9026bfc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167236 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
2022-01-26Revert "extra include needed for UBSAN"Noel Grandin
This reverts commit ddf7e388f2e45dbbe4e1f90610373dea530a425f. Reason for revert: because we're using a differnt approach with https://gerrit.libreoffice.org/c/core/+/128973 Change-Id: I69bf4eda463052573d49379f7c4b4de155fbb3c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128951 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-01-25extra include needed for UBSANNoel Grandin
Change-Id: I7a5125947bac0ff657a98fda9cdc34f188d0f5d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128913 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-11-22tdf#123936 Formatting files in module chart2 with clang-formatPhilipp Hofer
Change-Id: Ie4dea73190040e5716fe531cf35fae20d7e175db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105650 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2018-10-27merge SchTitleResources/TitleResources back togetherCaolán McNamara
Change-Id: I4c7ff790b2b6d76a96a5d54f1537fa051beac7d1 Reviewed-on: https://gerrit.libreoffice.org/62439 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-10-04weld SchTitleDlgCaolán McNamara
Change-Id: Ie4537b9b6d856178ae378473fda4a1b27a1ed0b5 Reviewed-on: https://gerrit.libreoffice.org/61356 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-05tdf#42949 Remove unnecessary localization headers from chart2Gabor Kelemen
Found by searching for the header names and the localization function: git grep -l -e \<ResId.hxx\> -e \<strings.hrc\> chart2 | xargs grep -c SchResId | grep :0$ | grep -v /pch Change-Id: Ic4fd9245a7e4c3dc96216687f6f8e9820e062a5e Reviewed-on: https://gerrit.libreoffice.org/52410 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2017-10-23loplugin:includeform: chart2Stephan Bergmann
Change-Id: I5b455c684e7cd689d5160135246f3400363c7d40