summaryrefslogtreecommitdiff
path: root/uitest/UITest_calc_demo.mk
blob: 9869300a0675630a1bc9b1c6d8a5e889e0f9abce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- 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_demo))

$(eval $(call gb_UITest_add_modules,calc_demo,$(SRCDIR)/uitest,\
	calc_tests/ \
))
# vim: set noet sw=4 ts=4:
fd1b1e1f504864f9489076283ebc413625'>make PlaceEditDialog a bit more ordinaryCaolán McNamara 2018-04-11weld PlaceEditDialogCaolán McNamara 2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara 2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-06-24loplugin:singlevalfields in svtoolsNoel Grandin 2016-05-26Resolves: tdf#96279 set correct parents for password dialogsCaolán McNamara 2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin 2016-01-08Related tdf#96833: hide user and password for WebDAV servers...Giuseppe Castagno 2015-11-17loplugin:unnecessaryvirtualNoel Grandin 2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin 2015-10-16convert Link<> to typedNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12convert Link<> to typedNoel Grandin 2015-09-30Fix typosAndrea Gelmini 2015-09-14convert Link<> to typedNoel Grandin 2015-08-29remember password for all types of serviceSzymon Kłos 2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin 2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin 2015-08-17make Link<> typedNoel Grandin 2015-08-14don't show remember password in the CMIS connectionsSzymon Kłos 2015-08-14Rework of the 'Add service' dialogSzymon Kłos 2015-08-14Show unavailable services with disabled controlsSzymon Kłos 2015-07-16loplugin:passstuffbyrefStephan Bergmann 2015-07-16-Werror,-Winconsistent-missing-overrideStephan Bergmann 2015-07-16PlaceEditDialog: temporary error box (showing when auth failed)Szymon Kłos 2015-07-16services reordering, changed PlaceEditDialog UISzymon Kłos 2015-07-16CMIS types moved level up to the service type listboxSzymon Kłos 2015-04-30Gradually typed LinkStephan Bergmann 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-13svtools,svx: prefer passing OUString and OString by referenceNoel Grandin 2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold 2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks 2013-04-23execute move of global headersBjoern Michaelsen