summaryrefslogtreecommitdiff
path: root/sw/UITest_sw_ui_fmtui.mk
blob: 8cdbaa54bce0ef995e306bcd5d82f392c81aa86e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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,sw_ui_fmtui))

$(eval $(call gb_UITest_add_modules,sw_ui_fmtui,$(SRCDIR)/sw/qa/uitest,\
	ui/fmtui/ \
))

$(eval $(call gb_UITest_set_defs,sw_ui_fmtui, \
    TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
td>2020-07-09eventattacher: create instances with uno constructorsNoel Grandin 2020-05-20use for-range on Sequence in e*Noel Grandin 2019-12-19sal_Char->char in editeng..eventattacherNoel Grandin 2019-11-22Extend loplugin:external to warn about classesStephan Bergmann 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): eventattacherStephan Bergmann 2019-06-21simplify some getSupportedServiceNamesNoel Grandin 2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov 2019-05-23tdf#42949 Fix IWYU warnings in: animations/ eventattacher/ i18nutil/Gabor Kelemen 2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski 2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin 2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin 2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-09-21loplugin:flatten in editeng..extensionsNoel Grandin 2017-05-30teach redundantcast plugin about functional castsNoel Grandin 2017-05-20Translate German comments and debug strings (leftovers in e... dirs)Johnny_M 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-05-07Fix typosAndrea Gelmini 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-02-06Add missing #includesStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, eventattacherStephan Bergmann 2016-12-05loplugin:unnecessaryoverride (dtors) in eventattacherStephan Bergmann 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-02-12tdf#95857 Sort out German plurals ...danielt998 2016-02-09Remove excess newlinesChris Sherlock 2015-12-23loplugin:unusedfields in eventattacherNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-04yyyyyNoel Grandin 2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin 2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin