# -*- 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_Executable_Executable,mtfdemo)) $(eval $(call gb_Executable_use_api,mtfdemo,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_set_include,mtfdemo,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,mtfdemo,\ basegfx \ tl \ sal \ cppu \ cppuhelper \ comphelper \ fwk \ drawinglayer \ emfio \ i18nlangtag \ vcl \ )) $(eval $(call gb_Executable_use_vclmain,mtfdemo)) $(eval $(call gb_Executable_add_exception_objects,mtfdemo,\ vcl/workben/mtfdemo \ )) # vim: set noet sw=4 ts=4: on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/animations
AgeCommit message (Expand)Author
2016-11-23loplugin:unnecessaryoverride (dtors) in animationsStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-05tdf#43157 - Clean up OSL_ASSERT, DBG_ASSERT, etc.Gökhan Gurbetoğlu
2016-08-02tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara
2016-07-08loplugin:redundantcast: redundant static_casts in animationsStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-29chmod -xTor Lillqvist
2015-07-17com::sun::uno->css in avmedia and animationsNoel Grandin
2015-07-06tdf#88206: replace cppu::WeakImplHelper1 with cppu::WeakImplHelperTakeshi Abe
2015-05-08Rephrase comparisons between bool and sal_BoolStephan Bergmann
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara
2015-05-02cppcheck: noExplicitConstructorCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-12native-code: animcore_component_getFactory -> ctorsMiklos Vajna
2015-03-11Clean up previous commitStephan Bergmann
2015-03-11animations: convert animcore.component to constructor usageChris Sherlock