# -*- 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,web,$(SRCDIR)/wizards/com/sun/star/wizards/web)) $(eval $(call gb_Pyuno_add_files,web,wizards/web,\ CallWizard.py \ BackgroundsDialog.py \ ErrorHandler.py \ AbstractErrorHandler.py \ FTPDialog.py \ FTPDialogResources.py \ IconsDialog.py \ ImageListDialog.py \ Process.py \ ProcessErrorHandler.py \ ProcessErrors.py \ ProcessStatusRenderer.py \ StatusDialog.py \ StylePreview.py \ TOCPreview.py \ WWD_Events.py \ WWD_General.py \ WWD_Startup.py \ WWHID.py \ WebWizardConst.py \ WebWizardDialog.py \ WebWizardDialogResources.py \ TypeDetection.py \ ExtensionVerifier.py\ WebConfigSet.py\ __init__.py \ data/CGArgument.py \ data/CGContent.py \ data/CGDesign.py \ data/CGDocument.py \ data/CGExporter.py \ data/CGFilter.py \ data/CGGeneralInfo.py \ data/CGIconSet.py \ data/CGImage.py \ data/CGLayout.py \ data/CGPublish.py \ data/CGSession.py \ data/CGSessionName.py \ data/CGSettings.py \ data/CGStyle.py\ data/__init__.py \ export/Exporter.py \ export/AbstractExporter.py \ export/CopyExporter.py \ export/FilterExporter.py \ export/ConfiguredExporter.py \ export/ImpressHTMLExporter.py \ export/__init__.py \ )) $(eval $(call gb_Pyuno_set_componentfile_full,web,wizards/com/sun/star/wizards/web/web,vnd.openoffice.pymodule:wizards.web,.CallWizard)) lue='distro/cib/libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/graphic/UnoGraphicDescriptor.cxx
AgeCommit message (Expand)Author
2024-05-10loplugin:ostr in vclNoel Grandin
2024-02-28tdf#149714 BitsPerPixel property of Graphic has Boolean UNO typeAdam Seskunas
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen
2023-03-30Report correct mimetypes for TIF and EMFMike Kaganski
2023-01-20Base GraphicDescriptor on OWeakObjectStephan Bergmann
2022-08-19Remove code duplication in GraphicDescriptor for SVGofftkp
2022-08-19Remove code duplication in GraphicDescriptor for WMF/EMFofftkp
2022-05-24modernize and improve PropertySetInfoNoel Grandin
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-02-11loplugin:indentation in vclNoel Grandin
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen