LibreOffice Module sc (master)
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sc
source
ui
vba
vbamenus.hxx
Go to the documentation of this file.
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_VBAMENUS_HXX
10
#define INCLUDED_SC_SOURCE_UI_VBA_VBAMENUS_HXX
11
12
#include <ooo/vba/excel/XMenus.hpp>
13
#include <
vbahelper/vbacollectionimpl.hxx
>
14
15
namespace
ooo::vba
{
class
XCommandBarControls; }
16
namespace
ooo::vba::excel
{
class
XMenu; }
17
18
typedef
CollTestImplHelper< ov::excel::XMenus >
Menus_BASE
;
19
20
class
ScVbaMenus
:
public
Menus_BASE
21
{
22
private
:
23
css::uno::Reference< ov::XCommandBarControls >
m_xCommandBarControls
;
24
25
public
:
27
ScVbaMenus
(
const
css::uno::Reference< ov::XHelperInterface >& xParent,
const
css::uno::Reference< css::uno::XComponentContext >& xContext,
const
css::uno::Reference< ov::XCommandBarControls >& xCommandBarControls );
28
29
// XEnumerationAccess
30
virtual
css::uno::Type SAL_CALL
getElementType
()
override
;
31
virtual
css::uno::Reference< css::container::XEnumeration > SAL_CALL
createEnumeration
()
override
;
32
virtual
css::uno::Any
createCollectionObject
(
const
css::uno::Any& aSource )
override
;
33
34
// Methods
35
virtual
sal_Int32 SAL_CALL
getCount
()
override
;
36
virtual
css::uno::Any SAL_CALL
Item
(
const
css::uno::Any&
Index
,
const
css::uno::Any&
/*Index2*/
)
override
;
37
virtual
css::uno::Reference< ov::excel::XMenu > SAL_CALL
Add
(
const
OUString& Caption,
const
css::uno::Any& Before,
const
css::uno::Any& Restore )
override
;
38
// XHelperInterface
39
virtual
OUString
getServiceImplName
()
override
;
40
virtual
css::uno::Sequence<OUString>
getServiceNames
()
override
;
41
};
42
43
#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAMENUS_HXX
44
45
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ooo::vba
ScVbaMenus::m_xCommandBarControls
css::uno::Reference< ov::XCommandBarControls > m_xCommandBarControls
Definition:
vbamenus.hxx:23
ScVbaMenus::createCollectionObject
virtual css::uno::Any createCollectionObject(const css::uno::Any &aSource) override
Definition:
vbamenus.cxx:75
ScVbaMenus::getServiceImplName
virtual OUString getServiceImplName() override
Definition:
vbamenus.cxx:109
ScVbaMenus::getServiceNames
virtual css::uno::Sequence< OUString > getServiceNames() override
Definition:
vbamenus.cxx:115
ScVbaMenus::ScVbaMenus
ScVbaMenus(const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< ov::XCommandBarControls > &xCommandBarControls)
Definition:
vbamenus.cxx:56
ScVbaMenus::Item
virtual css::uno::Any SAL_CALL Item(const css::uno::Any &Index, const css::uno::Any &) override
Definition:
vbamenus.cxx:90
ScVbaMenus::createEnumeration
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() override
Definition:
vbamenus.cxx:68
ooo::vba::excel
Definition:
docsh.hxx:63
ScVbaMenus::getElementType
virtual css::uno::Type SAL_CALL getElementType() override
Definition:
vbamenus.cxx:62
ScVbaMenus::getCount
virtual sal_Int32 SAL_CALL getCount() override
Definition:
vbamenus.cxx:82
Menus_BASE
CollTestImplHelper< ov::excel::XMenus > Menus_BASE
Definition:
vbamenus.hxx:18
ScVbaMenus
Definition:
vbamenus.hxx:20
ScVbaMenus::Add
virtual css::uno::Reference< ov::excel::XMenu > SAL_CALL Add(const OUString &Caption, const css::uno::Any &Before, const css::uno::Any &Restore) override
Definition:
vbamenus.cxx:98
CollTestImplHelper
vbacollectionimpl.hxx
Index
struct _ADOIndex Index
Generated on Thu Jan 14 2021 06:10:37 for LibreOffice Module sc (master) by
1.8.10