# -*- 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,sd_import_tests_smartart)) $(eval $(call gb_CppunitTest_use_externals,sd_import_tests_smartart,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_import_tests_smartart)) $(eval $(call gb_CppunitTest_add_exception_objects,sd_import_tests_smartart, \ sd/qa/unit/import-tests-smartart \ )) $(eval $(call gb_CppunitTest_use_libraries,sd_import_tests_smartart, \ $(call gb_Helper_optional,AVMEDIA,avmedia) \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sd \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sd_import_tests_smartart,\ -I$(SRCDIR)/sd/source/ui/inc \ -I$(SRCDIR)/sd/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sd_import_tests_smartart)) $(eval $(call gb_CppunitTest_use_ure,sd_import_tests_smartart)) $(eval $(call gb_CppunitTest_use_vcl,sd_import_tests_smartart)) $(eval $(call gb_CppunitTest_use_rdb,sd_import_tests_smartart,services)) $(eval $(call gb_CppunitTest_use_configuration,sd_import_tests_smartart)) $(eval $(call gb_CppunitTest_use_packages,sd_import_tests_smartart,\ oox_customshapes \ )) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sccomp
AgeCommit message (Expand)Author
2023-02-23Extend loplugin:cppunitassertequals to more argument typesStephan Bergmann
2022-10-24UnoApiTest: factor out common codeXisco Fauli
2022-10-21test: merge CalcUnoApiTest and UnoApiTest into oneXisco Fauli
2022-10-14CalcUnoApiTest: Move mxComponent to parent and use it everywhereXisco Fauli
2022-05-06remove unnecessary sequenceToContainerNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in sccompStephan Bergmann
2022-02-28tdf#139734 removing redundant asserts after MacrosTest::loadFromDesktoppragat-pandya
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2021-12-21Disallow multiple component files per libraryJan-Marek Glogowski
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-03Fix --disable-scripting for DESKTOP buildJan-Marek Glogowski
2021-10-30Prepare for removal of non-const operator[] from Sequence in sccompMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-08-06use Helper_optional SCRIPTING for libs that don't exist if --disable-scriptingCaolán McNamara
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-06-20cid#1486008 Explicit null dereferencedCaolán McNamara
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-09Simplify Sequences initializations (sccomp)Julien Nabet
2021-06-04fix leak in solver testNoel Grandin
2021-05-17don't leak on error path in Coin solverNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-07-28tdf#135211: fix crash Swarm Non Linear Solver with blank inputJulien Nabet
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: sccompStephan Bergmann