# -*- 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_odfimport)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_odfimport, \ sw/qa/extras/odfimport/odfimport \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_odfimport, \ comphelper \ cppu \ cppuhelper \ sal \ svt \ sw \ test \ unotest \ vcl \ tl \ utl \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_externals,sw_odfimport,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_odfimport,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/uibase/inc \ -I$(SRCDIR)/sw/qa/extras/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_odfimport,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_odfimport)) $(eval $(call gb_CppunitTest_use_vcl,sw_odfimport)) $(eval $(call gb_CppunitTest_use_components,sw_odfimport,\ basic/util/sb \ comphelper/util/comphelp \ configmgr/source/configmgr \ embeddedobj/util/embobj \ filter/source/config/cache/filterconfig1 \ filter/source/storagefilterdetect/storagefd \ filter/source/odfflatxml/odfflatxml \ filter/source/xmlfilterdetect/xmlfd \ filter/source/xmlfilteradaptor/xmlfa \ framework/util/fwk \ i18npool/util/i18npool \ lingucomponent/source/languageguessing/guesslang \ linguistic/source/lng \ package/util/package2 \ package/source/xstor/xstor \ sw/util/sw \ sw/util/swd \ sax/source/expatwrap/expwrap \ sfx2/util/sfx \ svl/source/fsstor/fsstorage \ svtools/util/svt \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unotools/util/utl \ unoxml/source/service/unoxml \ uui/util/uui \ $(if $(filter-out MACOSX WNT,$(OS)), \ $(if $(ENABLE_HEADLESS),, \ vcl/vcl.unx \ ) \ ) \ $(if $(filter DESKTOP,$(BUILD_TYPE)),xmlhelp/util/ucpchelp1) \ xmloff/util/xo \ )) $(eval $(call gb_CppunitTest_use_configuration,sw_odfimport)) # vim: set noet sw=4 ts=4: abora/co-22.05-testflight'>distro/collabora/co-22.05-testflight LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlscript
AgeCommit message (Expand)Author
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlscriptMike Kaganski
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-10loplugin:moveparam in xmlscriptNoel Grandin
2021-09-15loplugin:constvarsNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-01osl::Mutex->std::mutex in XMLBasicExporterBaseNoel Grandin
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet
2021-06-09dtd files are not xml files and shouldn't have xml headersCaolán McNamara
2021-05-31crashtesting fixNoel Grandin
2021-05-27no need to allocate Style objects separatelyNoel Grandin
2021-05-25fix leaks in loading xmlscriptNoel Grandin
2021-05-18loplugin:unusedfieldsNoel Grandin
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-06tdf#137652 add xmlscript unittest & infrastructureVasily Melenchuk
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-18tdf#88205: Use initializer_list ctor in css::uno::SequenceMani Kumar
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-03-09Make sal/config.h the first in pchMike Kaganski
2021-02-19update pchesCaolán McNamara
2021-02-19loplugin:refcounting in xmlscriptNoel
2021-02-18loplugin:referencecasting in xmlscriptNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-18tdf#123936 Formatting files in module xmlscript with clang-formatPhilipp Hofer
2020-10-22tdf#137652 fix XDL import: no more missing empty items for comboboxSerge Krot
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin
2020-08-02loplugin:flatten in xmlscriptNoel Grandin
2020-07-06xmlscript: create instances with uno constructorsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlscriptStephan Bergmann
2020-05-10compact namespace in xmlhelp..xmlsecurityNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara
2020-04-07loplugin:unusedvariableplus in ucb,xmlscriptNoel Grandin