/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #pragma once #include #include #include namespace svtools { // QueryDeleteDlg_Impl enum QueryDeleteResult_Impl { QUERYDELETE_YES = RET_YES, QUERYDELETE_ALL = 101 }; class SVT_DLLPUBLIC QueryDeleteDlg_Impl final : public weld::MessageDialogController { private: std::unique_ptr m_xAllButton; public: QueryDeleteDlg_Impl(weld::Widget* pParent, std::u16string_view rName); virtual ~QueryDeleteDlg_Impl() override; void EnableAllButton() { m_xAllButton->set_sensitive(true); } }; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ e-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-27tdf#157930 sc: Add easy to use conditional formatting menuParis Oplopoios
2023-10-17related tdf#141457 sc notebookbar: make statistics a submenuJustin Luth
2023-10-16tdf#148539 sc notebookbar: add Sparklines to MenuDataJustin Luth
2023-06-22tdf#147056 sc: convert xml menu to popupmenu .uno:PrintRangesMenuJustin Luth
2023-03-23jsdialog: enable data validation dialogSzymon Kłos
2023-03-22sc drawstyles: Add a dialog for style editingMaxim Monastirsky
2022-06-07tdf#129674 Add GoTo Sheet commandLaurent BP
2022-04-15sc: introduce SparklineShell and Sparkline contextTomaž Vajngerl
2022-04-10sc: add UI, undo/redo and test to change sparkline data rangeTomaž Vajngerl
2022-04-03sc: SparklineDialog and "Insert Sparkline" to context menuTomaž Vajngerl
2022-01-25tdf#146970 use a textview to show the proposed replacement formulaCaolán McNamara
2021-11-23tdf#139460 improve autofilter sub-menu interaction under gtkCaolán McNamara
2021-11-17weld colormenuCaolán McNamara
2021-08-30Add Swap Rows Transformation.tushar
2021-08-17Add Delete Row Transformation.tushar
2021-07-20tdf#142763 sc UI: add first page header/footer optionsDaniel Arato (NISZ)
2021-07-07Added Find and Replace Transformation .tushar
2021-07-03Implement Interface for Data Providers.tushar
2021-04-19notebookbar: minify for onlineSzymon Kłos
2020-12-21weld pagelistmenuCaolán McNamara
2020-10-16weld InputBarCaolán McNamara
2020-07-17jsdialog: Add mobile version of data validation dialogSzymon Kłos
2020-06-12weld checklistmenuCaolán McNamara
2020-05-25weld ScFilterListBoxCaolán McNamara
2020-02-17weld ScPosWnd Item WindowCaolán McNamara
2020-02-13weld ScZoomSliderWnd ItemWindowCaolán McNamara