# -*- 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,vbaevents)) $(eval $(call gb_Library_set_componentfile,vbaevents,scripting/source/vbaevents/vbaevents)) $(eval $(call gb_Library_set_include,vbaevents,\ $$(INCLUDE) \ -I$(SRCDIR)/scripting/source/inc \ )) $(eval $(call gb_Library_use_external,vbaevents,boost_headers)) $(eval $(call gb_Library_use_api,vbaevents,\ offapi \ oovbaapi \ udkapi \ )) $(eval $(call gb_Library_use_libraries,vbaevents,\ comphelper \ cppu \ cppuhelper \ msfilter \ sal \ sfx \ sb \ tl \ )) $(eval $(call gb_Library_add_exception_objects,vbaevents,\ scripting/source/vbaevents/eventhelper \ )) # vim: set noet sw=4 ts=4: stro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dtrans/test
AgeCommit message (Expand)Author
2016-03-04-Werror,-Wnon-virtual-dtorStephan Bergmann
2016-02-17Typo: namesapce(s)->namespace(s)Julien Nabet
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn
2015-07-28tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-04-15whitespace for include statementsThomas Arnhold
2014-02-26Remove visual noise from dtransAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-22Fix other typosJulien Nabet
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák