# -*- 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,sw_globalfilter)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_globalfilter, \ sw/qa/extras/globalfilter/globalfilter \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_globalfilter, \ comphelper \ cppu \ cppuhelper \ sal \ sfx \ svt \ sw \ test \ tl \ unotest \ utl \ vcl \ )) $(eval $(call gb_CppunitTest_use_externals,sw_globalfilter,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_globalfilter,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/qa/extras/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_globalfilter,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_globalfilter)) $(eval $(call gb_CppunitTest_use_vcl,sw_globalfilter)) $(eval $(call gb_CppunitTest_use_rdb,sw_globalfilter,services)) $(eval $(call gb_CppunitTest_use_custom_headers,sw_globalfilter,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,sw_globalfilter)) # vim: set noet sw=4 ts=4: /libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vbahelper
AgeCommit message (Expand)Author
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-03-06use more Color in vbahelperNoel Grandin
2018-03-02delete colordata.hxxNoel Grandin
2018-02-09Decrease fragility in odd use cases with no current documentTor Lillqvist
2018-02-07Fix typosAndrea Gelmini
2018-01-18Fix typosAndrea Gelmini
2018-01-15More loplugin:cstylecast: vbahelperStephan Bergmann
2018-01-14Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: vbahelperStephan Bergmann
2017-12-19inline use-once typedefsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin
2017-11-13Fix typosAndrea Gelmini
2017-10-26More loplugin:unnecessaryparenStephan Bergmann
2017-10-23loplugin:includeform: vbahelperStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-05loplugin:finalclasses in unotools..vbahelperNoel Grandin
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin
2017-09-08oovbaapi: create XOval and XLine shape typesTamas Bunth
2017-08-31inline some use-once typedefsNoel Grandin
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-08-01loplugin:constparams in variousNoel Grandin
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-06Create vba library if it did not exist beforeTamas Bunth
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin
2017-06-24oovbaapi: use autoshape in case of EllipseShapeTamas Bunth
2017-06-21convert ErrCode to strong typedefNoel Grandin