sc: filter: rtf: use a separate document stream
[LibreOffice.git] / chart2 / CppunitTest_chart2_trendcalculators.mk
blob2ef23fc9bf90f12f535942e0bec9b888ee3ef4e7
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,chart2_trendcalculators))
14 $(eval $(call gb_CppunitTest_use_externals,chart2_trendcalculators, \
15 boost_headers \
16 libxml2 \
19 $(eval $(call gb_CppunitTest_add_exception_objects,chart2_trendcalculators, \
20 chart2/qa/extras/chart2_trendcalculators \
23 $(eval $(call gb_CppunitTest_use_libraries,chart2_trendcalculators, \
24 basegfx \
25 comphelper \
26 cppu \
27 cppuhelper \
28 drawinglayer \
29 editeng \
30 for \
31 forui \
32 i18nlangtag \
33 msfilter \
34 vcl \
35 oox \
36 sal \
37 salhelper \
38 sax \
39 sb \
40 sc \
41 sw \
42 sd \
43 sfx \
44 sot \
45 svl \
46 svt \
47 svx \
48 svxcore \
49 test \
50 tl \
51 tk \
52 ucbhelper \
53 unotest \
54 utl \
55 $(call gb_Helper_optional,SCRIPTING, \
56 vbahelper) \
57 xo \
58 sw \
61 $(eval $(call gb_CppunitTest_set_include,chart2_trendcalculators,\
62 -I$(SRCDIR)/chart2/inc \
63 $$(INCLUDE) \
66 $(eval $(call gb_CppunitTest_use_sdk_api,chart2_trendcalculators))
68 $(eval $(call gb_CppunitTest_use_ure,chart2_trendcalculators))
69 $(eval $(call gb_CppunitTest_use_vcl,chart2_trendcalculators))
71 $(eval $(call gb_CppunitTest_use_components,chart2_trendcalculators,\
72 basic/util/sb \
73 animations/source/animcore/animcore \
74 chart2/source/controller/chartcontroller \
75 chart2/source/chartcore \
76 comphelper/util/comphelp \
77 configmgr/source/configmgr \
78 embeddedobj/util/embobj \
79 eventattacher/source/evtatt \
80 filter/source/config/cache/filterconfig1 \
81 filter/source/odfflatxml/odfflatxml \
82 filter/source/storagefilterdetect/storagefd \
83 filter/source/xmlfilteradaptor/xmlfa \
84 filter/source/xmlfilterdetect/xmlfd \
85 forms/util/frm \
86 framework/util/fwk \
87 i18npool/util/i18npool \
88 linguistic/source/lng \
89 oox/util/oox \
90 package/source/xstor/xstor \
91 package/util/package2 \
92 sax/source/expatwrap/expwrap \
93 sc/util/sc \
94 sc/util/scd \
95 sc/util/scfilt \
96 sw/util/sw \
97 sw/util/swd \
98 sw/util/msword \
99 sd/util/sd \
100 sd/util/sdfilt \
101 sd/util/sdd \
102 $(call gb_Helper_optional,SCRIPTING, \
103 sc/util/vbaobj) \
104 scaddins/source/analysis/analysis \
105 scaddins/source/datefunc/date \
106 scripting/source/basprov/basprov \
107 scripting/util/scriptframe \
108 sfx2/util/sfx \
109 sot/util/sot \
110 svl/source/fsstor/fsstorage \
111 svl/util/svl \
112 svtools/util/svt \
113 svx/util/svx \
114 svx/util/svxcore \
115 toolkit/util/tk \
116 vcl/vcl.common \
117 ucb/source/core/ucb1 \
118 ucb/source/ucp/file/ucpfile1 \
119 ucb/source/ucp/tdoc/ucptdoc1 \
120 unotools/util/utl \
121 unoxml/source/rdf/unordf \
122 unoxml/source/service/unoxml \
123 uui/util/uui \
124 writerfilter/util/writerfilter \
125 xmloff/util/xo \
126 xmlscript/util/xmlscript \
129 $(eval $(call gb_CppunitTest_use_configuration,chart2_trendcalculators))
131 # vim: set noet sw=4 ts=4: