/* -*- 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 . */ #ifndef INCLUDED_VCL_ABSTDLG_HXX #define INCLUDED_VCL_ABSTDLG_HXX #include #include #include #include #include #include #include namespace vcl { class Window; } class Dialog; class Bitmap; /** * Some things multiple-inherit from VclAbstractDialog and OutputDevice, * so we need to use virtual inheritance to keep the referencing counting * OK. */ class VCL_DLLPUBLIC VclAbstractDialog : public virtual VclReferenceBase { protected: virtual ~VclAbstractDialog() override; public: virtual short Execute() = 0; struct AsyncContext { VclPtr mxOwner; std::function maEndDialogFn; bool isSet() { return !!maEndDialogFn; } }; bool StartExecuteAsync(const std::function &rEndDialogFn) { AsyncContext aCtx; aCtx.mxOwner = this; aCtx.maEndDialogFn = rEndDialogFn; return StartExecuteAsync(aCtx); } /// Commence execution of a modal dialog. virtual bool StartExecuteAsync(AsyncContext &); // Screenshot interface virtual std::vector getAllPageUIXMLDescriptions() const; virtual bool selectPageByUIXMLDescription(const OString& rUIXMLDescription); virtual Bitmap createScreenshot() const; virtual OString GetScreenshotId() const { return OString(); }; }; class VCL_DLLPUBLIC VclAbstractDialog2 : public virtual VclReferenceBase { protected: virtual ~VclAbstractDialog2() override; public: virtual void StartExecuteModal( const Link& rEndDialogHdl ) = 0; virtual sal_Int32 GetResult() = 0; }; class VCL_DLLPUBLIC VclAbstractTerminatedDialog : public VclAbstractDialog { protected: virtual ~VclAbstractTerminatedDialog() override = default; public: virtual void EndDialog(sal_Int32 nResult) = 0; }; class VCL_DLLPUBLIC VclAbstractRefreshableDialog : public VclAbstractDialog { protected: virtual ~VclAbstractRefreshableDialog() override = default; public: virtual void Update() = 0; }; class VCL_DLLPUBLIC AbstractPasswordToOpenModifyDialog : public VclAbstractDialog { protected: virtual ~AbstractPasswordToOpenModifyDialog() override = default; public: virtual OUString GetPasswordToOpen() const = 0; virtual OUString GetPasswordToModify() const = 0; virtual bool IsRecommendToOpenReadonly() const = 0; }; class VCL_DLLPUBLIC AbstractScreenshotAnnotationDlg : public VclAbstractDialog { protected: virtual ~AbstractScreenshotAnnotationDlg() override = default; }; class VCL_DLLPUBLIC VclAbstractDialogFactory { public: virtual ~VclAbstractDialogFactory(); // needed for export of vtable static VclAbstractDialogFactory* Create(); // The Id is an implementation detail of the factory virtual VclPtr CreateVclDialog(vcl::Window* pParent, sal_uInt32 nId) = 0; // creates instance of PasswordToOpenModifyDialog from cui virtual VclPtr CreatePasswordToOpenModifyDialog( vcl::Window * pParent, sal_uInt16 nMaxPasswdLen, bool bIsPasswordToModify ) = 0; // creates instance of ScreenshotAnnotationDlg from cui virtual VclPtr CreateScreenshotAnnotationDlg( vcl::Window* pParent, Dialog& rParentDialog) = 0; }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ e='distro/collabora/dcm-7.5'>distro/collabora/dcm-7.5 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/schema
AgeCommit message (Expand)Author
2023-10-01tdf#154449 Add support for hidden named rangesRafael Lima
2023-09-12Added parent / child relationship to comments.Gökay Şatır
2023-08-25tdf#152724 Extend ODF for blank width "_x"Laurent Balland
2023-08-25xmloff: support stroke/line complex color import/export + testTomaž Vajngerl
2023-08-02sc: theme color support for sparklines + ODF & OOXML import/exportTomaž Vajngerl
2023-08-01sc: Add import/export ODF support for border complex colorsTomaž Vajngerl
2023-07-18sc: ODF import/export of background cell complex colorTomaž Vajngerl
2023-07-11tdf#150408: Implement "Legal" numbering (all levels using Arabic numbers)Mike Kaganski
2023-07-06xmloff: ODF export: stop producing decorative on draw:frame etc.Michael Stahl
2023-06-27related tdf#153993 Embedded text in scientific numbersLaurent Balland
2023-05-27xmloff: add color-type attribute to complex colorTomaž Vajngerl
2023-05-25xmloff: rename theme color names and color-table to theme-colorsTomaž Vajngerl
2023-05-25xmloff: rename *-color-theme-reference to *-complex-colorTomaž Vajngerl
2023-05-22tdf#155271 add drawooo:display to libreoffice-schemaRegina Henschel
2023-05-11tdf#155238: Reimplement how ListAutoFormat is stored to ODFMike Kaganski
2023-05-11tdf#150673 sw xmloff: import/export tracked table columnLászló Németh
2023-05-05Reworked bibliography mark link target to have user-selectable typeVojtěch Doležal
2023-05-04WIP ODF import and export for MCGRRegina Henschel
2023-04-27sc: pivot table compact layoutDennis Francis
2023-03-24related tdf#102261: xmloff: ODF import/export for ParaTabStopDefaultDistanceSarper Akdemir
2023-03-10Moved target-url and use-target-url into loext namespaceVojtěch Doležal
2023-03-08Bibliography Marks: Added tests for target-url and use-target-urlVojtěch Doležal
2023-03-03tdf#153925 xmloff,sw: decorative flag on frame stylesMichael Stahl
2023-02-23sw floattable: teach the ODT filter about SwFormatFlySplitMiklos Vajna
2023-02-01schema: properly extend office-styles instead of style-style "hack"Tomaž Vajngerl
2023-01-30tdf#118324 Treat blank ? in integerLaurent Balland
2023-01-27xmloff: export Theme for ODT (Writer) documentsTomaž Vajngerl
2023-01-24tdf#153090 xmloff: ODF import/export of source style on ToXMichael Stahl
2023-01-13xmloff: use XThemeColor in ODF, change the format for themesTomaž Vajngerl
2022-12-16sw content controls: enhance preserve idJustin Luth
2022-12-14tdf#151548 sw content controls: preserve tabIndexJustin Luth
2022-12-13tdf#151548 sw content controls: preserve lockJustin Luth
2022-12-12schema: add link for decorative proposalMichael Stahl
2022-12-09tdf#143311 offapi,oox,writerfilter,xmloff,sw: decorative flag on flysMichael Stahl
2022-11-09sw content controls: allow no list items in a dropdownMiklos Vajna
2022-10-18sw content controls, alias and tag: add ODT filterMiklos Vajna
2022-09-22sw content controls, combo box: add ODT filterMiklos Vajna
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel
2022-08-18Fix typoAndrea Gelmini
2022-08-15xmloff: import and export for the chart data tableTomaž Vajngerl
2022-07-22sw content controls, date: add ODT filterMiklos Vajna
2022-07-08xmloff, sw: ODF import/export of fieldmark separatorMichael Stahl