lokdialog: Convert the Format -> Paragraph... dialog to async exec.
[LibreOffice.git] / sc / CppunitTest_sc_new_cond_format_api.mk
blob8997b907e0f6ac37f8d73af5895fa88ec8b40852
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sc_new_cond_format_api))
14 $(eval $(call gb_CppunitTest_add_exception_objects,sc_new_cond_format_api, \
15 sc/qa/extras/new_cond_format \
18 $(eval $(call gb_CppunitTest_use_external,sc_new_cond_format_api,boost_headers))
20 $(eval $(call gb_CppunitTest_use_libraries,sc_new_cond_format_api, \
21 basegfx \
22 comphelper \
23 cppu \
24 cppuhelper \
25 drawinglayer \
26 editeng \
27 for \
28 forui \
29 i18nlangtag \
30 msfilter \
31 oox \
32 sal \
33 salhelper \
34 sax \
35 sb \
36 sfx \
37 sot \
38 subsequenttest \
39 svl \
40 svt \
41 svx \
42 svxcore \
43 test \
44 tk \
45 tl \
46 ucbhelper \
47 unotest \
48 utl \
49 vbahelper \
50 vcl \
51 xo \
54 $(eval $(call gb_CppunitTest_set_include,sc_new_cond_format_api,\
55 -I$(SRCDIR)/sc/source/ui/inc \
56 -I$(SRCDIR)/sc/inc \
57 $$(INCLUDE) \
60 $(eval $(call gb_CppunitTest_use_sdk_api,sc_new_cond_format_api))
62 $(eval $(call gb_CppunitTest_use_ure,sc_new_cond_format_api))
63 $(eval $(call gb_CppunitTest_use_vcl,sc_new_cond_format_api))
65 $(eval $(call gb_CppunitTest_use_components,sc_new_cond_format_api,\
66 basic/util/sb \
67 comphelper/util/comphelp \
68 configmgr/source/configmgr \
69 dbaccess/util/dba \
70 filter/source/config/cache/filterconfig1 \
71 filter/source/storagefilterdetect/storagefd \
72 forms/util/frm \
73 framework/util/fwk \
74 i18npool/util/i18npool \
75 linguistic/source/lng \
76 oox/util/oox \
77 package/source/xstor/xstor \
78 package/util/package2 \
79 sax/source/expatwrap/expwrap \
80 scripting/source/basprov/basprov \
81 scripting/util/scriptframe \
82 sc/util/sc \
83 sc/util/scd \
84 sc/util/scfilt \
85 $(call gb_Helper_optional,SCRIPTING, \
86 sc/util/vbaobj) \
87 sfx2/util/sfx \
88 sot/util/sot \
89 svl/source/fsstor/fsstorage \
90 toolkit/util/tk \
91 ucb/source/core/ucb1 \
92 ucb/source/ucp/file/ucpfile1 \
93 ucb/source/ucp/tdoc/ucptdoc1 \
94 unotools/util/utl \
95 unoxml/source/rdf/unordf \
96 unoxml/source/service/unoxml \
97 uui/util/uui \
98 xmloff/util/xo \
99 svtools/util/svt \
102 $(eval $(call gb_CppunitTest_use_configuration,sc_new_cond_format_api))
104 $(eval $(call gb_CppunitTest_use_unittest_configuration,sc_new_cond_format_api))
106 # vim: set noet sw=4 ts=4: