11#include <ooo/vba/excel/XMenuItems.hpp>
14namespace ooo::vba {
class XCommandBarControls; }
26 ScVbaMenuItems(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext >& xContext, css::uno::Reference< ov::XCommandBarControls > xCommandBarControls );
30 virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL
createEnumeration()
override;
34 virtual sal_Int32 SAL_CALL
getCount()
override;
35 virtual css::uno::Any SAL_CALL
Item(
const css::uno::Any&
Index,
const css::uno::Any& )
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 )
override;