/* -*- 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_SC_SOURCE_UI_VBA_VBAMENUBARS_HXX #define INCLUDED_SC_SOURCE_UI_VBA_VBAMENUBARS_HXX #include #include #include #include #include #include typedef CollTestImplHelper< ov::excel::XMenuBars > MenuBars_BASE; class ScVbaMenuBars : public MenuBars_BASE { private: css::uno::Reference< ov::XCommandBars > m_xCommandBars; public: ScVbaMenuBars( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Reference< ov::XCommandBars >& xCommandBars ) throw (css::uno::RuntimeException); virtual ~ScVbaMenuBars() override; // XEnumerationAccess virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException) override; virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw (css::uno::RuntimeException) override; virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource ) override; virtual sal_Int32 SAL_CALL getCount() throw(css::uno::RuntimeException) override; virtual css::uno::Any SAL_CALL Item( const css::uno::Any& aIndex, const css::uno::Any& /*aIndex2*/ ) throw( css::uno::RuntimeException) override; // XHelperInterface virtual OUString getServiceImplName() override; virtual css::uno::Sequence getServiceNames() override; }; #endif // INCLUDED_SC_SOURCE_UI_VBA_VBAMENUBARS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ value='distro/collabora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-17scp2: argh, fix the *other* typo on that line tooMichael Stahl
Change-Id: I21f309e6cb53c129035d2985642a0e96c485cc56
2016-02-17scp2: fix typo in InstallModule_quickstart.mkMichael Stahl
Change-Id: I1a574e9838bc19349bec4c922acf6955919ac459
2014-10-31scp2: forgot to remove file_quickstart from makefileMichael Stahl
Change-Id: Ieb34db019c03e7f20f06d3a690b3717b41645e90
2014-10-31scp2: move WNT executables to AutoInstallMichael Stahl
Change-Id: I3e541053faf956dc0cd2a3f068cd93b73fcaab6d
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-09-19gbuild: avoid unnecessary Packages while processing scp2 filesMatúš Kukan
This is first in do-not-duplicate-stuff-in-solver patch series. Adds direct include path for gb_ScpPreprocessTarget. Avoids copying .par files by using gb_InstallScriptTarget__get_dirs for include paths. Change-Id: I0a2b76accbbe7f33c83816fb8ad69cc29590e9e2