LCOV - code coverage report
Current view: top level - sc/source/ui/vba - vbamenuitems.hxx (source / functions) Hit Total Coverage
Test: commit 10e77ab3ff6f4314137acd6e2702a6e5c1ce1fae Lines: 0 1 0.0 %
Date: 2014-11-03 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
       2             : /*
       3             :  * This file is part of the LibreOffice project.
       4             :  *
       5             :  * This Source Code Form is subject to the terms of the Mozilla Public
       6             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       7             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
       8             :  */
       9             : #ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAMENUITEMS_HXX
      10             : #define INCLUDED_SC_SOURCE_UI_VBA_VBAMENUITEMS_HXX
      11             : 
      12             : #include <ooo/vba/excel/XMenuItems.hpp>
      13             : #include <ooo/vba/excel/XMenuItem.hpp>
      14             : #include <ooo/vba/XCommandBarControls.hpp>
      15             : #include <vbahelper/vbahelperinterface.hxx>
      16             : #include <vbahelper/vbacollectionimpl.hxx>
      17             : 
      18             : typedef CollTestImplHelper< ov::excel::XMenuItems > MenuItems_BASE;
      19             : 
      20           0 : class ScVbaMenuItems : public MenuItems_BASE
      21             : {
      22             : private:
      23             :     css::uno::Reference< ov::XCommandBarControls > m_xCommandBarControls;
      24             : 
      25             : public:
      26             :     ScVbaMenuItems( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Reference< ov::XCommandBarControls >& xCommandBarControls ) throw( css::uno::RuntimeException );
      27             : 
      28             :     // XEnumerationAccess
      29             :     virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException) SAL_OVERRIDE;
      30             :     virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw (css::uno::RuntimeException) SAL_OVERRIDE;
      31             :     virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource ) SAL_OVERRIDE;
      32             : 
      33             :     // Methods
      34             :     virtual sal_Int32 SAL_CALL getCount() throw(css::uno::RuntimeException) SAL_OVERRIDE;
      35             :     virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index, const css::uno::Any& /*Index2*/ ) throw (css::uno::RuntimeException) SAL_OVERRIDE;
      36             :     virtual css::uno::Reference< ov::excel::XMenuItem > SAL_CALL Add( const OUString& Caption, const css::uno::Any& OnAction, const css::uno::Any& ShortcutKey, const css::uno::Any& Before, const css::uno::Any& Restore, const css::uno::Any& StatusBar, const css::uno::Any& HelpFile, const css::uno::Any& HelpContextID ) throw (css::script::BasicErrorException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
      37             :     // XHelperInterface
      38             :     virtual OUString getServiceImplName() SAL_OVERRIDE;
      39             :     virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE;
      40             : };
      41             : 
      42             : #endif // INCLUDED_SC_SOURCE_UI_VBA_VBAMENUITEMS_HXX
      43             : 
      44             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10