summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_gen.mk
blob: d4f701782ee8670916f09bb2447af5588dc28acd (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
# -*- 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,vcl_gen))

$(eval $(call gb_CppunitTest_add_exception_objects,vcl_gen, \
	vcl/qa/cppunit/gen/gen \
))

$(eval $(call gb_CppunitTest_use_libraries,vcl_gen, \
	basegfx \
	comphelper \
	cppu \
	cppuhelper \
	sal \
	sfx \
	subsequenttest \
	test \
	tl \
	unotest \
	vcl \
))

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

$(eval $(call gb_CppunitTest_use_sdk_api,vcl_gen))

$(eval $(call gb_CppunitTest_use_ure,vcl_gen))
$(eval $(call gb_CppunitTest_use_vcl_non_headless,vcl_gen))

$(eval $(call gb_CppunitTest_use_rdb,vcl_gen,services))

$(eval $(call gb_CppunitTest_use_configuration,vcl_gen))

# vim: set noet sw=4 ts=4:
579a381592a14af725691f88c'>loplugin:unusedfields in chart2Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12convert Link<> to typedNoel Grandin 2015-09-10convert Link<> to typedNoel Grandin 2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin 2015-07-31avoid crash when chart model is disposedMarkus Mohrhard 2015-07-29Some (mostly HIG) tweaks to chart data series panelKatarina Behrens 2015-07-26add selection change listenerMarkus Mohrhard 2015-07-26handle more than one chart with chart sidebarMarkus Mohrhard 2015-07-17remove duplicated codeMarkus Mohrhard 2015-07-17last item in series panelMarkus Mohrhard 2015-07-17remove unnecessary parts in chart sidebar codeMarkus Mohrhard 2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-07-17add data label handling to series panelMarkus Mohrhard 2015-07-17also handle primary vs secondary axis in series panelMarkus Mohrhard 2015-07-16handle error bars in series panelMarkus Mohrhard 2015-07-16always update the data when we change selectionMarkus Mohrhard 2015-07-16dispose child elementsMarkus Mohrhard 2015-07-16let the series panel also listen to chart changesMarkus Mohrhard 2015-07-16handle trendline checkbox in series panelMarkus Mohrhard 2015-07-16first parts in data series panelMarkus Mohrhard 2015-07-16add skeleton for chart series panelMarkus Mohrhard