# -*- 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_Module_Module,desktop)) $(eval $(call gb_Module_add_targets,desktop,\ CustomTarget_desktop_unopackages_install \ GeneratedPackage_desktop_unopackages_install \ Library_deployment \ Library_deploymentgui \ Library_deploymentmisc \ Library_offacc \ Library_sofficeapp \ $(if $(ENABLE_HEADLESS),,Library_spl) \ Package_branding \ $(if $(CUSTOM_BRAND_DIR),Package_branding_custom) \ )) $(eval $(call gb_Module_add_l10n_targets,desktop,\ AllLangResTarget_deployment \ AllLangResTarget_deploymentgui \ AllLangResTarget_dkt \ UIConfig_deployment \ )) ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,desktop,\ Executable_soffice_bin \ Executable_unopkg_bin \ Library_migrationoo2 \ Library_migrationoo3 \ Library_unopkgapp \ Package_scripts \ )) ifneq ($(OS),MACOSX) ifneq ($(OS),WNT) $(eval $(call gb_Module_add_targets,desktop,\ Pagein_calc \ Pagein_common \ Pagein_draw \ Pagein_impress \ Pagein_writer \ CustomTarget_soffice \ Package_soffice_sh \ )) endif endif endif ifeq ($(OS),WNT) $(eval $(call gb_Module_add_targets,desktop,\ StaticLibrary_winextendloaderenv \ StaticLibrary_winlauncher \ Executable_crashrep_com \ Executable_quickstart \ Executable_sbase \ Executable_scalc \ Executable_sdraw \ Executable_simpress \ Executable_smath \ Executable_soffice \ Executable_sweb \ Executable_swriter \ Executable_unoinfo \ Executable_unopkg \ Executable_unopkg_com \ WinResTarget_quickstart \ WinResTarget_sbase \ WinResTarget_scalc \ WinResTarget_sdraw \ WinResTarget_simpress \ WinResTarget_soffice \ WinResTarget_sofficebin \ WinResTarget_smath \ WinResTarget_sweb \ WinResTarget_swriter \ )) else ifeq ($(OS),MACOSX) $(eval $(call gb_Module_add_targets,desktop,\ Package_desktop_install \ )) else ifeq ($(OS),ANDROID) else ifeq ($(OS),IOS) else $(eval $(call gb_Module_add_targets,desktop,\ Executable_oosplash \ )) endif ifneq (,$(filter Extension_test-active,$(MAKECMDGOALS))) $(eval $(call gb_Module_add_targets,desktop, \ Extension_test-active \ Jar_active_java \ Library_active_native \ )) endif ifneq (,$(filter Extension_test-passive,$(MAKECMDGOALS))) $(eval $(call gb_Module_add_targets,desktop, \ Extension_test-passive \ Jar_passive_java \ Library_passive_native \ Pyuno_passive_python \ Rdb_passive_generic \ Rdb_passive_platform \ )) endif # vim: set ts=4 sw=4 et: bora/co-24.04.4'>distro/collabora/co-24.04.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/window/msgbox.cxx
AgeCommit message (Expand)Author
2020-05-27vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian
2019-10-03merge msgbox and stdtextCaolán McNamara
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-04-19drop some unneeded includesCaolán McNamara
2018-12-07utility constructor for Image "private:graphicrepository" urlsNoel Grandin
2018-11-27Preserve stock images until render time.Michael Meeks
2018-02-27cast MessBox into exileCaolán McNamara
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2018-02-26split out GetStandardWarningBoxImageCaolán McNamara
2018-02-26convert corner case warningboxes with checkboxesCaolán McNamara
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara
2018-02-26sc lok: Make the Validation "Invalid value." message box working.Jan Holesovsky
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-06tdf#114818 hold the mutex before executing the error dialogXisco Fauli
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-11-03Resolves: tdf#113160 changing all warning dialogs to non-modal is unsafeCaolán McNamara
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-27tdf#108809 Message boxes: Add more descriptive window titleSamuel Mehrbrodt
2017-06-27gpg4libre: Show error message when signing failsSamuel Mehrbrodt
2017-05-19make string translation loading more uniformCaolán McNamara
2017-04-25remove bitmaps from .src filesCaolán McNamara
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-01-04split SV_RESID_BITMAP_MSGBOX upCaolán McNamara
2016-11-23loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin
2016-06-12VCL: Simplify MessBox and its children initialisation.Arnaud Versini
2016-02-22loplugin:write only fieldsNoel Grandin
2016-01-04vcl: split classes out of metric.hxxChris Sherlock
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann