# -*- 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_Pyuno_Pyuno,commonwizards,$(SRCDIR)/wizards/com/sun/star/wizards)) $(eval $(call gb_Pyuno_add_files,commonwizards,wizards,\ __init__.py \ common/ConfigGroup.py \ common/ConfigSet.py \ common/Configuration.py \ common/Desktop.py \ common/FileAccess.py \ common/HelpIds.py \ common/NoValidPathException.py \ common/NumberFormatter.py \ common/Properties.py \ common/PropertyNames.py \ common/Resource.py \ common/SystemDialog.py \ common/IRenderer.py \ common/UCB.py \ common/XMLHelper.py \ common/XMLProvider.py \ common/ListModel.py \ common/__init__.py \ document/OfficeDocument.py \ document/__init__.py \ text/TextDocument.py \ text/TextElement.py \ text/TextFieldHandler.py \ text/TextSectionHandler.py \ text/__init__.py \ ui/ControlScroller.py \ ui/DocumentPreview.py \ ui/PathSelection.py \ ui/PeerConfig.py \ ui/UIConsts.py \ ui/UnoDialog.py \ ui/UnoDialog2.py \ ui/WizardDialog.py \ ui/__init__.py \ ui/event/CommonListener.py \ ui/event/DataAware.py \ ui/event/ListModelBinder.py \ ui/event/RadioDataAware.py \ ui/event/UnoDataAware.py \ ui/event/SimpleDataAware.py \ ui/event/Task.py \ ui/event/TaskEvent.py \ ui/event/TaskListener.py \ ui/event/ListDataEvent.py \ ui/event/ListDataListener.py \ ui/event/EventListenerList.py \ ui/event/__init__.py \ )) # vim:set noet sw=4 ts=4: ro/collabora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/uitest
AgeCommit message (Expand)Author
2023-12-04cid#1545810 Using invalid iteratorJulien Nabet
2023-09-08add SAL_WARN to UIObjectUnoObj::getChildNoel Grandin
2023-08-31remove null checks for mpObj in UIObjectUnoObjNoel Grandin
2023-08-13Revert "clang-tidy bugprone-parent-virtual-call in vcl"Noel Grandin
2023-08-11clang-tidy bugprone-parent-virtual-call in vclNoel Grandin
2023-04-15tdf#154269 - Respect FindReplaceRememberedSearches expert option in quick findAndreas Heinisch
2023-04-13add some debugging on failure to find impress_allCaolán McNamara
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-02-27UITest does not need to be a classNoel Grandin
2023-02-24use comphelper::WeakComponentImplHelper for UIObjectUnoObjNoel Grandin
2023-02-24use comphelper::WeakComponentImplHelper for UITestUnoObjNoel Grandin
2023-02-01Let executeAction always ProcessEventsToIdleStephan Bergmann
2023-01-05tdf#56973 - Copy/paste (single) sheet is checked but not enabledAndreas Heinisch
2022-09-21use more string_view in vclNoel Grandin
2022-06-10new loplugin:moveitNoel Grandin
2022-05-20revert some questionable changes "new loplugin:unnecessary locking"Noel Grandin
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-04-04use string_view in comphelper::string::splitNoel Grandin
2022-04-01uitest: add wrapper for VclExpanderXisco Fauli
2022-02-19uilogger: make vertical tab handling more robustIlmari Lauhakangas
2021-11-30tdf#145952 don't crash with LO_COLLECT_UIINFO set in autofilterCaolán McNamara
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin