summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_mailmerge.mk
blob: 0fc83a21b629cf4e1df0bdb958fadb354e42ca6b (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
# -*- 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,sw_mailmerge))

$(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_mailmerge))

$(eval $(call gb_CppunitTest_add_exception_objects,sw_mailmerge, \
    sw/qa/extras/mailmerge/mailmerge \
))

$(eval $(call gb_CppunitTest_use_libraries,sw_mailmerge, \
    comphelper \
    cppu \
    cppuhelper \
    sal \
    sfx \
    subsequenttest \
    svl \
    sw \
	swqahelper \
    test \
    tl \
    unotest \
    utl \
))

$(eval $(call gb_CppunitTest_use_externals,sw_mailmerge, \
    boost_headers \
    libxml2 \
))

$(eval $(call gb_CppunitTest_use_api,sw_mailmerge,\
	udkapi \
	offapi \
	oovbaapi \
))

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

$(eval $(call gb_CppunitTest_use_configuration,sw_mailmerge))
$(eval $(call gb_CppunitTest_use_ure,sw_mailmerge))
$(eval $(call gb_CppunitTest_use_vcl,sw_mailmerge))

$(eval $(call gb_CppunitTest_set_include,sw_mailmerge,\
    -I$(SRCDIR)/sw/inc \
    -I$(SRCDIR)/sw/source/core/inc \
    -I$(SRCDIR)/sw/qa/inc \
    -I$(SRCDIR)/sw/source/uibase/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_CppunitTest_use_uiconfigs,sw_mailmerge,\
	modules/swriter \
))

# vim: set noet sw=4 ts=4:
/tr> 2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert 2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin 2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet 2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet 2014-04-09Clean up function declarations and some unused functionsStephan Bergmann 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-27Remove visual noise from editengAlexander Wilms 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-01-28bool improvementsStephan Bergmann 2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann 2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann 2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann 2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann 2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann 2013-11-22replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin 2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin 2013-10-28fixincludeguards.sh: editengThomas Arnhold 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold 2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin 2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin 2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks 2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin 2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin 2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud 2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann 2012-09-03fdo#46808, Adapt io::Pipe UNO service to new styleNoel Grandin 2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann 2012-06-21re-base on ALv2 code.Michael Meeks 2012-05-11Removing EXTENDED_DATE. There is really no such thing.Kohei Yoshida 2012-05-05Use the UNO field type values instead of the internal ones.Kohei Yoshida