# -*- 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_htmlimport)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_htmlimport, \ sw/qa/extras/htmlimport/htmlimport \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_htmlimport, \ comphelper \ cppu \ cppuhelper \ editeng \ i18nlangtag \ sal \ sfx \ svl \ svt \ sw \ test \ tl \ unotest \ utl \ vcl \ )) $(eval $(call gb_CppunitTest_use_externals,sw_htmlimport,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_htmlimport,\ -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_sdk_api,sw_htmlimport)) $(eval $(call gb_CppunitTest_use_ure,sw_htmlimport)) $(eval $(call gb_CppunitTest_use_vcl,sw_htmlimport)) $(eval $(call gb_CppunitTest_use_rdb,sw_htmlimport,services)) $(eval $(call gb_CppunitTest_use_configuration,sw_htmlimport)) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sax/source/fastparser
AgeCommit message (Expand)Author
2017-07-17loplugin:constparams in basegfx,sax,shellNoel Grandin
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-25Fix typosAndrea Gelmini
2017-02-23Better make the zero-initialization more explicitStephan Bergmann
2017-02-22Revert "Fix typos"jan iversen
2017-02-22Fix typosAndrea Gelmini
2017-02-20MSVC 14.0: Fix warning C4702: unreachable codeDavid Ostrovsky
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, saxStephan Bergmann
2017-01-19Also consider saved exceptions when mbEnableThreads is trueMike Kaganski
2016-08-25cid#1371329 Misused comma operatorNoel Grandin
2016-08-25cid#1371333 Misused comma operatorNoel Grandin
2016-08-10GSoC - Making legacyfastparser to use tokens:Mohammed Abdul Azeem
2016-07-29GSoC - moving FastAttributeList::clear to consumer thread:Mohammed Abdul Azeem
2016-07-27GSOC - Avoid tokenizing strings for Unknown elements:Mohammed Abdul Azeem
2016-07-19GSOC - Handling namespace declaration missing case:Mohammed Abdul Azeem
2016-07-16GSoC - Sync namespace handler calls with elements:Mohammed Abdul Azeem
2016-07-09GSOC: Adapt XLegacyFastParser to function like XParser.Mohammed Abdul Azeem
2016-07-08loplugin:redundantcast: redundant static_casts in saxStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin
2016-06-17GSoC: Mapping legacy sax parser and XFastParserMohammed Abdul Azeem
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-01-20loplugin:unusedmethodsNoel Grandin
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-18use unique_ptr for pImpl in sax/Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin