/* -*- 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_VBAHELPER_VBADIALOGBASE_HXX #define INCLUDED_VBAHELPER_VBADIALOGBASE_HXX #include #include #include #include #include #include #include #include #include #include namespace com::sun::star { namespace frame { class XModel; } namespace uno { class XComponentContext; } } namespace ooo::vba { class XDialogBase; class XHelperInterface; } typedef InheritedHelperInterfaceWeakImpl< ov::XDialogBase > VbaDialogBase_BASE; class VBAHELPER_DLLPUBLIC VbaDialogBase : public VbaDialogBase_BASE { sal_Int32 mnIndex; css::uno::Reference< css::frame::XModel > m_xModel; public: VbaDialogBase( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, css::uno::Reference< css::frame::XModel > xModel, sal_Int32 nIndex ):VbaDialogBase_BASE( xParent, xContext ), mnIndex( nIndex ), m_xModel(std::move( xModel )) {} // Methods virtual void SAL_CALL Show() override; virtual OUString mapIndexToName( sal_Int32 nIndex ) = 0; }; #endif // INCLUDED_VBAHELPER_VBADIALOGBASE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ .3-3.4'>distro/collabora/cd-5.3-3.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/schema
AgeCommit message (Expand)Author
2022-07-01sw content controls: link ODF proposalMiklos Vajna
2022-06-20tdf#128150 xmloff: ODF import/export of fill-use-slide-backgroundMichael Stahl
2022-06-02tdf#149420 sw offapi xmloff: add hyphenation zoneLászló Németh
2022-05-27sw content controls, date: add current date handlingMiklos Vajna
2022-05-26tdf#149324 sw offapi xmloff: add option to not hyphenate short wordsLászló Németh
2022-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh
2022-05-26sw content controls, date: add ODT filterMiklos Vajna
2022-05-19sw content controls, picture: add ODT filterMiklos Vajna
2022-05-09sw content controls, drop-down: add ODT filterMiklos Vajna
2022-05-05sd theme: add ODP import/export for shape fill color effectsMiklos Vajna
2022-04-27sw content controls, checkbox: add ODT filterMiklos Vajna
2022-04-08sw content controls: add ODT exportMiklos Vajna
2022-04-04sc: sparkline import/export for ODFTomaž Vajngerl
2022-03-30sw clearing breaks: link ODF proposalMiklos Vajna
2022-03-18sd theme: add ODP import/export for shape fill colorMiklos Vajna
2022-03-11sw clearing breaks: add ODF exportMiklos Vajna
2022-02-24tdf#147580 use valid values for extrusion-specularityRegina Henschel
2022-02-17tdf#145700 Improve lighting in extruded custom shapesRegina Henschel
2021-12-13ODP import/export: refer to theme from shape text color with effectsMiklos Vajna
2021-12-09ODP import/export: refer to theme from shape text colorMiklos Vajna
2021-12-07ODP export: write the theme of a master pageMiklos Vajna
2021-10-29tdf#141193 Added support for bar codes in qrcode dialog box[API Change].homeboy445
2021-09-28sw: paragraph styles: add ODT filter for a linked character styleMiklos Vajna
2021-09-01tdf#143942: oox: import/export labels from <c15:datalabelsRange>Dennis Francis
2021-07-23sw bibliography, local copy: add ODF filterMiklos Vajna
2021-06-29new ODF numbered list parameter loext:num-list-formatVasily Melenchuk
2021-06-10schema: update to ODF 1.3 OSMichael Stahl