tdf#104816 sw: if non-section content, let all sections hide.
[LibreOffice.git] / sc / CppunitTest_sc_html_export_test.mk
blob4111f519a078b8a761906830900001a089ce4337
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_html_export_test))
12 $(eval $(call gb_CppunitTest_add_exception_objects,sc_html_export_test, \
13 sc/qa/extras/htmlexporttest \
16 $(eval $(call gb_CppunitTest_use_externals,sc_html_export_test, \
17 boost_headers \
18 libxml2 \
21 $(eval $(call gb_CppunitTest_use_libraries,sc_html_export_test, \
22 basegfx \
23 comphelper \
24 cppu \
25 cppuhelper \
26 drawinglayer \
27 editeng \
28 for \
29 forui \
30 i18nlangtag \
31 msfilter \
32 oox \
33 sal \
34 salhelper \
35 sax \
36 sc \
37 scqahelper \
38 sfx \
39 sot \
40 svl \
41 svt \
42 svx \
43 svxcore \
44 test \
45 tk \
46 tl \
47 ucbhelper \
48 unotest \
49 utl \
50 vcl \
51 xo \
54 $(eval $(call gb_CppunitTest_set_include,sc_html_export_test,\
55 -I$(SRCDIR)/sc/source/ui/inc \
56 -I$(SRCDIR)/sc/inc \
57 $$(INCLUDE) \
60 $(eval $(call gb_CppunitTest_use_api,sc_html_export_test,\
61 udkapi \
62 offapi \
63 oovbaapi \
66 $(eval $(call gb_CppunitTest_use_ure,sc_html_export_test))
67 $(eval $(call gb_CppunitTest_use_vcl,sc_html_export_test))
69 $(eval $(call gb_CppunitTest_use_components,sc_html_export_test,\
70 basic/util/sb \
71 comphelper/util/comphelp \
72 configmgr/source/configmgr \
73 dbaccess/util/dba \
74 eventattacher/source/evtatt \
75 filter/source/config/cache/filterconfig1 \
76 filter/source/storagefilterdetect/storagefd \
77 forms/util/frm \
78 framework/util/fwk \
79 i18npool/source/search/i18nsearch \
80 i18npool/util/i18npool \
81 linguistic/source/lng \
82 oox/util/oox \
83 package/source/xstor/xstor \
84 package/util/package2 \
85 sax/source/expatwrap/expwrap \
86 scripting/source/basprov/basprov \
87 scripting/source/dlgprov/dlgprov \
88 scripting/source/vbaevents/vbaevents \
89 scripting/util/scriptframe \
90 sc/util/sc \
91 sc/util/scd \
92 sc/util/scfilt \
93 $(call gb_Helper_optional,SCRIPTING, \
94 sc/util/vbaobj) \
95 sfx2/util/sfx \
96 sot/util/sot \
97 svl/source/fsstor/fsstorage \
98 svtools/util/svt \
99 svx/util/svx \
100 svx/util/svxcore \
101 toolkit/util/tk \
102 ucb/source/core/ucb1 \
103 ucb/source/ucp/file/ucpfile1 \
104 ucb/source/ucp/tdoc/ucptdoc1 \
105 unotools/util/utl \
106 unoxml/source/rdf/unordf \
107 unoxml/source/service/unoxml \
108 uui/util/uui \
109 vcl/vcl.common \
110 vbahelper/util/msforms \
111 xmloff/util/xo \
114 $(eval $(call gb_CppunitTest_use_configuration,sc_html_export_test))
116 # vim: set noet sw=4 ts=4: