summaryrefslogtreecommitdiff
path: root/sc/UITest_calc_tests9.mk
blob: 9935977d66c00ffb2de8cc70ae90be8dfe0aa59f (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,calc_tests9))

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

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

# vim: set noet sw=4 ts=4:
er includes ..Jochen Nitschke 2018-04-15remove some unused comphelper includesJochen Nitschke 2018-04-01remove unused processfactory.hxx includesJochen Nitschke 2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara 2018-02-21loplugin:changetoolsgen in svxNoel Grandin 2018-02-17loplugin:useuniqueptr in FmEntryDataNoel Grandin 2017-11-14Fix typosAndrea Gelmini 2017-10-26vcl: make MapMode constructor explicitMichael Stahl 2017-10-23loplugin:includeform: svxStephan Bergmann 2017-07-21de-hrc various thingsCaolán McNamara 2017-07-21migrate to boost::gettextCaolán McNamara 2017-07-14use more OUString::operator== in svxNoel Grandin 2017-05-20cleanup unused css/script/ includesJochen Nitschke 2017-05-19make string translation loading more uniformCaolán McNamara 2017-05-12Translate German comments (rest of svx/)Johnny_M 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-04-27remove svx bitmaps from .src filesCaolán McNamara 2016-12-22unwind RID_SVXIMGLIST_FMEXPL ImageListCaolán McNamara 2016-10-20loplugin:expandablemethodds in svxNoel Grandin 2016-10-05convert MapUnit to scoped enumNoel Grandin 2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin 2016-04-14Use const_iterator when possible (svx/dialog,engine3d,fmcomp,form)Julien Nabet 2016-02-09Remove excess newlinesChris Sherlock 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-31com::sun::star->css in svxNoel Grandin 2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht 2015-08-25make pWindow private in SfxChildWindowNoel Grandin 2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin 2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann 2015-05-29dispose SfxControllerItem objects correctlyLászló Németh 2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini 2015-04-17svx: convert new to ::Create.Noel Grandin 2015-04-10vclwidget: only call dispose() onceNoel Grandin 2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in svx.Noel Grandin 2015-03-24convert SfxChildAlignment to enum classNoel Grandin