# -*- 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,services)) $(eval $(call gb_CppunitTest_add_exception_objects,services, \ postprocess/qa/services \ )) $(eval $(call gb_CppunitTest_use_externals,services, \ boost_headers \ )) $(eval $(call gb_CppunitTest_use_libraries,services, \ cppu \ cppuhelper \ sal \ test \ unotest \ vcl \ )) $(eval $(call gb_CppunitTest_use_sdk_api,services)) $(eval $(call gb_CppunitTest_use_api,services,oovbaapi)) $(eval $(call gb_CppunitTest_use_ure,services)) $(eval $(call gb_CppunitTest_use_vcl,services)) $(eval $(call gb_CppunitTest_use_rdb,services,services)) ifneq ($(DISABLE_PYTHON),TRUE) $(eval $(call gb_CppunitTest_use_python_ure,services)) $(eval $(call gb_CppunitTest_use_rdb,services,pyuno)) endif $(eval $(call gb_CppunitTest_use_configuration,services)) ifeq ($(ENABLE_JAVA),TRUE) $(eval $(call gb_CppunitTest_use_java_ure,services)) $(eval $(call gb_CppunitTest_use_jars,services,\ ScriptProviderForJava \ smoketest \ )) endif $(eval $(call gb_CppunitTest_use_packages,services,\ autotextshare_en-US \ instsetoo_native_setup \ )) # vim: set noet sw=4 ts=4: ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/IwyuFilter_cui.yaml
s='decoration'>
AgeCommit message (Expand)Author
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-08-13Remove some unused includesMiklos Vajna
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-01-06tdf#42949 Fix IWYU warnings in cui/Gabor Kelemen
2019-07-31tdf#42949 Fix IWYU warnings in cui/source/{c-f}*/*cxxGabor Kelemen
2019-07-25tdf#42949 Fix IWYU warnings in cui/*hxxGabor Kelemen
Dennis Francis
2019-11-25sc: rowcol: tdf#50916 convert segmenttreeNoel Grandin
2019-03-26flatten TabRangesNoel Grandin
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann
2018-06-11tdf#42949 Fix IWYU warnings in sc/inc/s*Gabor Kelemen
2018-03-15loplugin:unused-returns in scNoel Grandin
2016-08-04save about 50% of the import time for nearly empty ods documentsMarkus Mohrhard
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-10rename findLastNotOf -> findLastTrueNoel Grandin
2016-03-10loplugin:constantparam in scNoel Grandin
2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis