# -*- 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_cellsenumeration)) $(eval $(call gb_CppunitTest_use_external,sc_cellsenumeration,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellsenumeration)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_cellsenumeration, \ sc/qa/extras/sccellsenumeration \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_cellsenumeration, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_cellsenumeration,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_cellsenumeration)) $(eval $(call gb_CppunitTest_use_ure,sc_cellsenumeration)) $(eval $(call gb_CppunitTest_use_vcl,sc_cellsenumeration)) $(eval $(call gb_CppunitTest_use_components,sc_cellsenumeration,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_cellsenumeration)) # vim: set noet sw=4 ts=4: ro/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoxml/source/service
AgeCommit message (Expand)Author
2020-07-08unoxml: create instances with uno constructorsNoel Grandin
2020-01-09tdf#42949 Fix IWYU warnings in unoxml/Gabor Kelemen
2019-12-24sal_Char->char in unoxmlNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2014-11-03coverity#705527 drop testlistener that logs to c:\listener.outCaolán McNamara
2014-05-22unoxml: huge namespacing cleanupThomas Arnhold
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann