summaryrefslogtreecommitdiff
path: root/oox/CppunitTest_oox_vml.mk
blob: aa12fa423d65e10f52d4ac5a6644c37c6dbda5e6 (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
# -*- 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_vml))

$(eval $(call gb_CppunitTest_use_externals,oox_vml,\
	boost_headers \
))

$(eval $(call gb_CppunitTest_add_exception_objects,oox_vml, \
    oox/qa/unit/vml \
))

$(eval $(call gb_CppunitTest_use_libraries,oox_vml, \
    comphelper \
    cppu \
    oox \
    sal \
    test \
    unotest \
    utl \
))

$(eval $(call gb_CppunitTest_use_sdk_api,oox_vml))

$(eval $(call gb_CppunitTest_use_ure,oox_vml))
$(eval $(call gb_CppunitTest_use_vcl,oox_vml))

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

$(eval $(call gb_CppunitTest_use_custom_headers,oox_vml,\
	officecfg/registry \
))

$(eval $(call gb_CppunitTest_use_configuration,oox_vml))

# vim: set noet sw=4 ts=4:
62645d9c0f24f7ce662b'>normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara 2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke 2011-12-01Remove uses of charAtAugust Sodora 2011-11-30fixed fdo#40363 freeze chart wizard with non-gregorian dateEike Rathke 2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke 2011-11-29move reconfigure into gbuildBjoern Michaelsen 2011-11-29catch by const referenceTakeshi Abe 2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud 2011-11-27remove pch from the include listNorbert Thiebaud 2011-11-27remove include of pch header in chart2Norbert Thiebaud 2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud 2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen 2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud 2011-11-01WaE: more windows tinderbox warning cleanupMichael Meeks 2011-10-24Put neq-operator for awt::Size in correct namespaceKristian Rietveld 2011-10-22make numeric field circular, i.e. pressing up from 359 goes to 0Andras Timar 2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen 2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara 2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann 2011-09-26remove obsolete ColorTable lifecycle workaroundMichael Meeks 2011-09-25hide a WaE... should be fixed properly when the issue is understoodNorbert Thiebaud 2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks 2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara 2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara 2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold 2011-09-20Removed unused fMaxSize introduced by previous changeset 3e5edf6c.Stephan Bergmann 2011-09-20Add missing chart data point ODF1.2 standard symbolsRegina Henschel 2011-09-10Some cppcheck cleaningJulien Nabet