/* -*- 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/. * */ #ifndef INCLUDED_VCL_IDIALOGRENDERABLE_HXX #define INCLUDED_VCL_IDIALOGRENDERABLE_HXX #include #include #include #include class SfxItemSet; namespace vcl { typedef std::pair LOKPayloadItem; typedef sal_uInt32 LOKWindowId; class VCL_DLLPUBLIC ILibreOfficeKitNotifier { public: virtual ~ILibreOfficeKitNotifier(); /// Callbacks virtual void notifyWindow(vcl::LOKWindowId nLOKWindowId, const OUString& rAction, const std::vector& rPayload = std::vector()) const = 0; virtual void libreOfficeKitViewCallback(int nType, const char* pPayload) const = 0; }; } // namespace vcl #endif // INCLUDED_VCL_IDIALOGRENDERABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ lue='distro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegina Henschel <rb.henschel@t-online.de>2022-03-18 18:31:05 +0100
committerAndras Timar <andras.timar@collabora.com>2022-03-30 09:39:41 +0200
commit37cd417547d0e584d4131c586546ae8779a4d122 (patch)
tree034216fcc4b124e6768622d9fc4d24ebbc0b8f38 /svtools
parent2cf3de8d0cda3997d7993acda9aaa1868c3aa9d2 (diff)
tdf#147978 export subpaths individually in custGeom