summaryrefslogtreecommitdiff
path: root/test/Library_test_setupvcl.mk
blob: 16f79ddf3a4186fce490ad45e81bb1e1f9353ef5 (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
# -*- 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_Library_Library,test-setupvcl))

$(eval $(call gb_Library_add_defs,test-setupvcl,\
    -DOOO_DLLIMPLEMENTATION_TEST_SETUPVCL \
))

$(eval $(call gb_Library_add_exception_objects,test-setupvcl, \
    test/source/setupvcl \
))

$(eval $(call gb_Library_use_externals,test-setupvcl, \
    boost_headers \
))

$(eval $(call gb_Library_use_libraries,test-setupvcl, \
    comphelper \
    cppu \
    i18nlangtag \
    sal \
    tl \
    utl \
    vcl \
))

$(eval $(call gb_Library_use_sdk_api,test-setupvcl))

# vim: set noet sw=4 ts=4:
: rowcol: tdf#50916 convert mark data structuresNoel Grandin 2019-08-23Mark move ctors/assignments noexceptMike Kaganski 2019-05-18tdf#125254 Performance: A spreadsheet opens too slow, part2Noel Grandin 2019-05-16document ScMarkArray a littleNoel Grandin 2019-04-02tdf#120445 File-open ODS: Slower as compared to LibO 4.4.7.2Noel Grandin 2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti 2017-06-04Perf-sc: tdf#100709 avoid segment tree with ScMultiSelIter where possibleEike Rathke 2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin 2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin 2016-11-14avoid reallocating if allocating once is enoughEike Rathke 2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis 2014-10-15speed up range list generation from multi marks, fdo#75486 relatedEike Rathke 2014-06-25remove whitespaceMarkus Mohrhard 2014-04-19fixincludeguards.sh: scThomas Arnhold 2014-04-06whitespace cleanup in scMarkus Mohrhard 2014-02-15fdo#63154 Remove unused solar.h reference in scAlexandre Vicenzi 2014-02-14sal_Bool->boolNoel Grandin