# -*- 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_sortdescriptorbaseobj)) $(eval $(call gb_CppunitTest_use_external,sc_sortdescriptorbaseobj,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_sortdescriptorbaseobj, \ sc/qa/extras/scsortdescriptorbaseobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_sortdescriptorbaseobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_sortdescriptorbaseobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_sortdescriptorbaseobj)) $(eval $(call gb_CppunitTest_use_ure,sc_sortdescriptorbaseobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_sortdescriptorbaseobj)) $(eval $(call gb_CppunitTest_use_components,sc_sortdescriptorbaseobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_sortdescriptorbaseobj)) # vim: set noet sw=4 ts=4: ib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLChartStyleContext.hxx
AgeCommit message (Expand)Author
2020-08-30use more fastparser in SvXMLStyleContext subclassesNoel Grandin
2020-08-27convert remaining XMLPropStyleContext subclasses to fastparserNoel Grandin
2020-08-26remove slowparser stuff from SvXMLStyleContextNoel Grandin
2020-04-17tdf#131979 Chart ODF import-export of Link to source formatBalazs Varga
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin
2019-12-22loplugin:finalclasses in xmloffNoel Grandin
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann