summaryrefslogtreecommitdiff
path: root/sc/UITest_signatureLine.mk
blob: add2a1377d40327f817139ab855e014f580bce85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- 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_UITest_UITest,signatureLine))

$(eval $(call gb_UITest_add_modules,signatureLine,$(SRCDIR)/sc/qa/uitest,\
	signatureLine/ \
))

$(eval $(call gb_UITest_set_defs,signatureLine, \
    TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \
))
# vim: set noet sw=4 ts=4:
f23783e'>revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock 2017-03-25Fix typosAndrea Gelmini 2017-03-03Remove redundant 'inline' keywordStephan Bergmann 2017-02-01improve exception messages in stocNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann 2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin 2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke 2016-04-01tdf#97966 Drop 'static' keywordsWastack 2016-02-09Remove excess newlinesChris Sherlock 2015-11-19use comphelper::containerToSequenceNoel Grandin 2015-11-16use initialiser list for Sequence<OUString>Noel Grandin 2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann 2015-07-15cppcheck: noExplicitConstructorCaolán McNamara 2015-06-15cppcheck:unreadVariableNoel Grandin