summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_cellformatsobj.mk
blob: 5e5728fcff2da43a13d6e0e1a961ceb55d52ddbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# -*- 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_cellformatsobj))

$(eval $(call gb_CppunitTest_use_external,sc_cellformatsobj,boost_headers))

$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellformatsobj))

$(eval $(call gb_CppunitTest_add_exception_objects,sc_cellformatsobj, \
	sc/qa/extras/sccellformatsobj \
))

$(eval $(call gb_CppunitTest_use_libraries,sc_cellformatsobj, \
	cppu \
	sal \
	subsequenttest \
	test \
	unotest \
))

$(eval $(call gb_CppunitTest_set_include,sc_cellformatsobj,\
	$$(INCLUDE) \
))

$(eval $(call gb_CppunitTest_use_sdk_api,sc_cellformatsobj))

$(eval $(call gb_CppunitTest_use_ure,sc_cellformatsobj))
$(eval $(call gb_CppunitTest_use_vcl,sc_cellformatsobj))

$(eval $(call gb_CppunitTest_use_components,sc_cellformatsobj,\
	$(sc_unoapi_common_components) \
))

$(eval $(call gb_CppunitTest_use_configuration,sc_cellformatsobj))

# vim: set noet sw=4 ts=4:
fy containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov 2019-02-20createInstanceWithContextAndArguments->createInstanceWithArgumentsAndContextCaolán McNamara 2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann 2019-02-04Fix typoAndrea Gelmini 2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin 2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski 2018-10-21pvs-studio: Potentially uninitialized pointer 'ret_type' used.Caolán McNamara 2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin 2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov 2018-07-23Fix typosAndrea Gelmini 2018-07-09Add missing sal/log.hxx headersGabor Kelemen 2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov 2018-04-09tdf#94265: use install directory on delay load failureMike Kaganski 2018-02-01cli_ure: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski 2018-01-16Fix typosAndrea Gelmini 2017-11-24tdf#113787: always require version file with config for CLI assembliesMichael Stahl 2017-11-14Fix typosAndrea Gelmini 2017-10-04add << operator for css::uno::ExceptionNoel Grandin 2017-09-25Fix typosAndrea Gelmini 2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski 2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski 2017-08-17Fix typosAndrea Gelmini 2017-08-16tdf#108709 cli_ure,unoil: bump CLI assembly versions for 5.4Michael Stahl 2017-08-16cli_ure,unoil: always increment all CLI assembly version numbersMichael Stahl 2017-06-23simplify some string handling in tracing callsNoel Grandin 2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke 2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M 2017-05-03remove empty commentsNoel Grandin 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-04-10Clean up uses of SAL_U/SAL_W: cli_ureStephan Bergmann