# -*- 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_JunitTest_JunitTest,juh)) $(eval $(call gb_JunitTest_set_defs,juh,\ $$(DEFS) \ -XX:MaxGCPauseMillis=50 \ )) $(eval $(call gb_JunitTest_use_jars,juh,\ OOoRunnerLight \ ridl \ jurt \ )) $(eval $(call gb_JunitTest_use_jar_classset,juh,ridljar)) $(eval $(call gb_JunitTest_add_sourcefiles,juh,\ javaunohelper/com/sun/star/comp/helper/Bootstrap \ javaunohelper/com/sun/star/comp/helper/BootstrapException \ javaunohelper/com/sun/star/comp/helper/ComponentContext \ javaunohelper/com/sun/star/comp/helper/ComponentContextEntry \ javaunohelper/com/sun/star/lib/uno/helper/ComponentBase \ javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer \ javaunohelper/com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer \ javaunohelper/com/sun/star/lib/uno/helper/PropertySet \ javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter \ javaunohelper/com/sun/star/lib/uno/helper/WeakBase \ javaunohelper/test/com/sun/star/comp/helper/ComponentContext_Test \ javaunohelper/test/com/sun/star/lib/uno/helper/AWeakBase \ javaunohelper/test/com/sun/star/lib/uno/helper/ComponentBase_Test \ javaunohelper/test/com/sun/star/lib/uno/helper/InterfaceContainer_Test \ javaunohelper/test/com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer_Test \ javaunohelper/test/com/sun/star/lib/uno/helper/PropertySet_Test \ javaunohelper/test/com/sun/star/lib/uno/helper/ProxyProvider \ javaunohelper/test/com/sun/star/lib/uno/helper/WeakBase_Test \ )) $(eval $(call gb_JunitTest_add_classes,juh,\ com.sun.star.comp.helper.ComponentContext_Test \ com.sun.star.lib.uno.helper.ComponentBase_Test \ com.sun.star.lib.uno.helper.InterfaceContainer_Test \ com.sun.star.lib.uno.helper.MultiTypeInterfaceContainer_Test \ com.sun.star.lib.uno.helper.PropertySet_Test \ com.sun.star.lib.uno.helper.WeakBase_Test \ )) # vim:set noet sw=4 ts=4: d-5.3-3.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/ucbhelper/content.hxx
AgeCommit message (Expand)Author
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin
2017-10-20loplugin:finalclasses in ucb,ucbhelperNoel Grandin
2017-02-10convert InsertOperation to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbhelperStephan Bergmann
2016-08-29cid#1371163 Missing move assignment operatorNoel Grandin
2016-04-11clang-tidy performance-unnecessary-value-param in ucbhelperNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in include/ucbhelper to include/xmlscriptNoel Grandin
2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno