summaryrefslogtreecommitdiff
path: root/filter/CppunitTest_filter_dialogs_test.mk
blob: 7ae73639c7e216c5131adf730a6b5b5ae1c0ef00 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# -*- 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_CppunitScreenShot,filter_dialogs_test))

$(eval $(call gb_CppunitTest_add_exception_objects,filter_dialogs_test, \
    filter/qa/unit/filter-dialogs-test \
))

$(eval $(call gb_CppunitTest_use_sdk_api,filter_dialogs_test))

$(eval $(call gb_CppunitTest_set_include,filter_dialogs_test,\
    -I$(SRCDIR)/filter/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_CppunitTest_use_libraries,filter_dialogs_test, \
    basegfx \
    comphelper \
    cppu \
    cppuhelper \
    drawinglayer \
    editeng \
    i18nlangtag \
    i18nutil \
    msfilter \
    oox \
    sal \
    salhelper \
    sax \
    sfx \
    sot \
    svl \
    svt \
    test \
    tl \
    tk \
    ucbhelper \
    unotest \
    utl \
    vcl \
    xo \
))

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

$(eval $(call gb_CppunitTest_use_sdk_api,filter_dialogs_test))

$(eval $(call gb_CppunitTest_use_ure,filter_dialogs_test))
$(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,filter_dialogs_test))

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

$(eval $(call gb_CppunitTest_use_configuration,filter_dialogs_test))

$(eval $(call gb_CppunitTest_use_uiconfigs,filter_dialogs_test,\
	filter \
))

# vim: set noet sw=4 ts=4:
9 +0200'>2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann 2012-08-31package: kill RTL_CONSTASCII_USTRINGPARAM in zipapiMiklos Vajna 2012-08-28throw earlier on broken zip streamsCaolán McNamara 2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin 2012-08-23Some clean up after previous commitStephan Bergmann 2012-08-23fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instancesNoel Grandin 2012-08-17package: no more RTL_CONSTASCII_USTRINGPARAM in zippackageMiklos Vajna 2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET 2012-07-29Use memcpy & memcmp insteadof rtl_copyMemory & rtl_compareMemory in packageArnaud Versini 2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann 2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET 2012-07-07removed unnecessary forward declarations of classTakeshi Abe 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-06-23Fix prefix ++/-- operators for non-primitive typesJulien Nabet 2012-06-22re-base on ALv2 code.Michael Meeks 2012-06-22re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-09Remove superfluous empty lines on topThomas Arnhold 2012-06-07nuke dead codeTakeshi Abe 2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin 2012-06-02count and order of receipt of properties doesn't matterCaolán McNamara 2012-06-01unwind manifest xml parser and follow tag hierarchy modelCaolán McNamara 2012-05-31targetted prefer prefix operators reversionMichael Meeks