summaryrefslogtreecommitdiff
path: root/oox/CppunitTest_oox_tokenmap.mk
blob: ddd7b8ef1fcdfe878ba062d98edacaa08ff84cb3 (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,oox_tokenmap))

$(eval $(call gb_CppunitTest_add_exception_objects,oox_tokenmap,\
    oox/qa/token/tokenmap-test \
))

$(eval $(call gb_CppunitTest_use_custom_headers,oox_tokenmap,oox/generated))

$(eval $(call gb_CppunitTest_use_sdk_api,oox_tokenmap))

$(eval $(call gb_CppunitTest_use_library_objects,oox_tokenmap,oox))

ifeq ($(TLS),OPENSSL)
$(eval $(call gb_CppunitTest_use_externals,oox_tokenmap,\
	openssl \
	openssl_headers \
))
else
ifeq ($(TLS),NSS)
$(eval $(call gb_CppunitTest_use_externals,oox_tokenmap,\
       plc4 \
       nss3 \
))
endif
endif

$(eval $(call gb_CppunitTest_use_libraries,oox_tokenmap,\
    $(call gb_Helper_optional,AVMEDIA,avmedia) \
    basegfx \
    comphelper \
    cppu \
    cppuhelper \
    docmodel \
    editeng \
    drawinglayer \
    msfilter \
    sal \
    i18nlangtag \
    sax \
    sfx \
    svl \
    svt \
    svx \
    svxcore \
    sot \
    tl \
    utl \
    vcl \
    xo \
    xmlscript \
))

# vim: set noet sw=4 ts=4:
in 2014-08-08java: remove unused variablesNoel Grandin 2014-08-05java: remove commented out codeNoel Grandin 2014-06-05various: remove SAL_THROW macroNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold 2014-05-08various: sal_Bool->boolNoel Grandin 2014-04-28prefer makefile-gmake-modeTakeshi Abe 2014-04-09Clean up function declarationsStephan Bergmann 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin 2014-03-29typo: inteface -> interfaceThomas Arnhold 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-10testtools: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann 2014-02-27normalize values of CROSS_COMPILINGMichael Stahl 2014-02-27Remove visual noise from testtoolsAlexander Wilms 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-10Typo: execption -> exceptionJulien Nabet 2014-02-04gbuild: component files for Jars in NONE layer and move testComponentMichael Stahl 2014-01-28bool improvementsStephan Bergmann 2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann 2013-12-16Clean-up uno/lbnames.hStephan Bergmann 2013-12-04Revert "throw new ..." fix in Managed C++ codeStephan Bergmann 2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin 2013-11-19-Werror,-Wunused-variableStephan Bergmann 2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin 2013-11-14-Werror,-Wunused-member-functionStephan Bergmann 2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin 2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin 2013-10-31solver doesn't solve anything...Michael Stahl 2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin 2013-10-28gbuild: refactor CliUnoApiMichael Stahl 2013-10-25stop looking for Jar files in solverMichael Stahl 2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza