# -*- 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_datapilottableobj)) $(eval $(call gb_CppunitTest_use_external,sc_datapilottableobj,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_datapilottableobj, \ sc/qa/extras/scdatapilottableobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_datapilottableobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_datapilottableobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_datapilottableobj)) $(eval $(call gb_CppunitTest_use_ure,sc_datapilottableobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_datapilottableobj)) $(eval $(call gb_CppunitTest_use_components,sc_datapilottableobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_datapilottableobj)) # vim: set noet sw=4 ts=4: eoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/rangeutl.hxx
AgeCommit message (Expand)Author
2018-01-02clang-tidy modernize-use-equals-default in sc/source/core/toolJochen Nitschke
2017-08-24loplugin:constparam in sc part3Noel Grandin
2017-06-27add way to handle update refs for addresses, related tdf#107289Markus Mohrhard
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2016-12-23loplugin:unusedmethodsNoel Grandin
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-03-23loplugin:constantfunction: scNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard