# -*- 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_CppunitTest_CppunitTest,writerperfect_stream)) $(eval $(call gb_CppunitTest_set_include,writerperfect_stream,\ -I$(SRCDIR)/writerperfect/source/common \ -I$(SRCDIR)/writerperfect/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,writerperfect_stream)) $(eval $(call gb_CppunitTest_use_ure,writerperfect_stream)) $(eval $(call gb_CppunitTest_use_vcl,writerperfect_stream)) $(eval $(call gb_CppunitTest_use_externals,writerperfect_stream,\ boost_headers \ revenge \ )) $(eval $(call gb_CppunitTest_use_libraries,writerperfect_stream,\ comphelper \ cppu \ cppuhelper \ sal \ sot \ test \ tl \ ucbhelper \ unotest \ utl \ writerperfect \ )) $(eval $(call gb_CppunitTest_use_configuration,writerperfect_stream)) $(eval $(call gb_CppunitTest_use_components,writerperfect_stream,\ configmgr/source/configmgr \ i18npool/util/i18npool \ package/util/package2 \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unotools/util/utl \ )) $(eval $(call gb_CppunitTest_add_exception_objects,writerperfect_stream,\ writerperfect/qa/unit/DirectoryStreamTest \ writerperfect/qa/unit/WPXSvStreamTest \ writerperfect/qa/unit/stream \ )) # vim: set noet sw=4 ts=4: ffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/stoc/source/javavm/javavm.hxx
AgeCommit message (Expand)Author
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-06loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin
2015-07-03Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"Michael Stahl
2015-07-03loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-05-22stoc: fix includesThomas Arnhold
2014-05-22stoc: make use of css aliasThomas Arnhold
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-07-14simplify include guardsThomas Arnhold
2012-06-21re-base on ALv2 code.Michael Meeks