tdf#62032 use style list level when changing style
[LibreOffice.git] / sc / CppunitTest_sc_copypaste.mk
blob9a5938271739ac92c70acbf50eb511bd60cbf1f7
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,sc_copypaste))
12 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_copypaste))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_copypaste, \
15 sc/qa/unit/copy_paste_test \
18 $(eval $(call gb_CppunitTest_use_externals,sc_copypaste, \
19 boost_headers \
20 mdds_headers \
21 libxml2 \
24 $(eval $(call gb_CppunitTest_use_libraries,sc_copypaste, \
25 basegfx \
26 comphelper \
27 cppu \
28 cppuhelper \
29 drawinglayer \
30 editeng \
31 for \
32 forui \
33 i18nlangtag \
34 msfilter \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sb \
40 sc \
41 scqahelper \
42 sfx \
43 sot \
44 subsequenttest \
45 svl \
46 svt \
47 svx \
48 svxcore \
49 test \
50 tk \
51 tl \
52 ucbhelper \
53 unotest \
54 utl \
55 $(call gb_Helper_optional,SCRIPTING, \
56 vbahelper) \
57 vcl \
58 xo \
61 $(eval $(call gb_CppunitTest_set_include,sc_copypaste,\
62 -I$(SRCDIR)/sc/source/ui/inc \
63 -I$(SRCDIR)/sc/inc \
64 $$(INCLUDE) \
67 $(eval $(call gb_CppunitTest_use_api,sc_copypaste,\
68 udkapi \
69 offapi \
70 oovbaapi \
73 $(eval $(call gb_CppunitTest_use_ure,sc_copypaste))
74 $(eval $(call gb_CppunitTest_use_vcl,sc_copypaste))
76 $(eval $(call gb_CppunitTest_use_components,sc_copypaste,\
77 basic/util/sb \
78 chart2/source/chartcore \
79 chart2/source/controller/chartcontroller \
80 comphelper/util/comphelp \
81 configmgr/source/configmgr \
82 dbaccess/util/dba \
83 embeddedobj/util/embobj \
84 eventattacher/source/evtatt \
85 filter/source/config/cache/filterconfig1 \
86 forms/util/frm \
87 framework/util/fwk \
88 i18npool/source/search/i18nsearch \
89 i18npool/util/i18npool \
90 linguistic/source/lng \
91 oox/util/oox \
92 package/source/xstor/xstor \
93 package/util/package2 \
94 sax/source/expatwrap/expwrap \
95 scaddins/source/analysis/analysis \
96 scaddins/source/datefunc/date \
97 sc/util/sc \
98 sc/util/scfilt \
99 sfx2/util/sfx \
100 sot/util/sot \
101 svl/util/svl \
102 svl/source/fsstor/fsstorage \
103 svtools/util/svt \
104 toolkit/util/tk \
105 ucb/source/core/ucb1 \
106 ucb/source/ucp/file/ucpfile1 \
107 ucb/source/ucp/tdoc/ucptdoc1 \
108 unotools/util/utl \
109 unoxml/source/rdf/unordf \
110 unoxml/source/service/unoxml \
111 uui/util/uui \
112 vcl/vcl.common \
113 xmloff/util/xo \
114 xmlsecurity/util/xmlsecurity \
117 $(eval $(call gb_CppunitTest_use_components,sc_copypaste,\
118 xmlsecurity/util/xsec_xmlsec \
121 $(eval $(call gb_CppunitTest_use_configuration,sc_copypaste))
123 # vim: set noet sw=4 ts=4: