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

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

$(eval $(call gb_UITest_set_defs,chart, \
    TDOC="$(SRCDIR)/sc/qa/uitest/data" \
))

# vim: set noet sw=4 ts=4:
StringLiteral from char[] to char16_t[]Stephan Bergmann 2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: testStephan Bergmann 2020-06-05Upcoming loplugin:elidestringvar: testStephan Bergmann 2019-12-19tdf#42949 Fix IWYU warnings in test/Gabor Kelemen 2019-12-06Test results across all imported and inserted sheets.Eike Rathke 2019-12-06Swap expected and actual valuesEike Rathke 2019-12-06Use correct destination sheet instead of arbitrary leftover of expected nameEike Rathke 2019-08-12Fix typosAndrea Gelmini 2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin 2019-03-27condition always true in XSpreadsheets2::importSheetToCopyNoel Grandin 2018-10-03loplugin:constfields in swNoel Grandin 2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin 2018-01-15More loplugin:cstylecast: testStephan Bergmann 2017-10-23loplugin:includeform: testStephan Bergmann 2017-06-28loplugin:oncevar in test..toolsNoel Grandin 2017-05-12remove unused uno::Reference varsNoel Grandin 2017-04-28loplugin:cppunitassertequals: testStephan Bergmann 2017-04-03use actual UNO enums in test..vbahelperNoel Grandin 2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann 2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-20loplugin:defaultparamsStephan Bergmann 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-10-21sc: fix temp file leak in ScTableSheetsObjMichael Stahl