# -*- 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,sc_drawpagesobj)) $(eval $(call gb_CppunitTest_use_external,sc_drawpagesobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_drawpagesobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_drawpagesobj, \ sc/qa/extras/scdrawpagesobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_drawpagesobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ vcl \ )) $(eval $(call gb_CppunitTest_set_include,sc_drawpagesobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_drawpagesobj)) $(eval $(call gb_CppunitTest_use_ure,sc_drawpagesobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_drawpagesobj)) $(eval $(call gb_CppunitTest_use_components,sc_drawpagesobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_drawpagesobj)) # vim: set noet sw=4 ts=4: -5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlictxt.hxx
AgeCommit message (Expand)Author
2017-10-07drop use of tools::SvRef in xmloffNoel Grandin
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-02-09xmloff: remove onDemandRescueUsefulDataFromTemporaryMichael Stahl
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-06tdf#88206 replace cppu::WeakImplHelper* in sax and xml*Jochen Nitschke
2016-09-16coverity#1372990 xmloff: use unique_ptr for RewindMapsMichael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-09loplugin:refcountingNoel Grandin
2016-09-09resolve the snafu with 2 separate refcounted basesDavid Tardon
2015-12-19xmloff: missing includeMiklos Vajna
2015-12-19coverity#1343637 Double freeCaolán McNamara
2015-12-17Avoid memory leaksStephan Bergmann
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-10-23com::sun::star->css in include/ucbhelper to include/xmlscriptNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2014-10-31fdo#80403: Import baseclasses implement FastParser interfacesDaniel Sikeler
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-02-05Resolves: #i124143# for draw:frame containing multiple draw:image...Armin Le Grand
2014-01-20Removed unused solar.h referenceAlexandre Vicenzi
2013-11-09fdo#65108 inter-module includes <> include/xmloffNorbert Thiebaud
2013-10-23fixincludeguards.sh: include/xml*Thomas Arnhold
2013-04-25comments and code reformatMaxime de Roucy
2013-04-23execute move of global headersBjoern Michaelsen