LibreOffice Module vbahelper (master) 1
Public Member Functions | Protected Attributes | List of all members
VbaDialogsBase Class Reference

#include <vbadialogsbase.hxx>

Inheritance diagram for VbaDialogsBase:
[legend]
Collaboration diagram for VbaDialogsBase:
[legend]

Public Member Functions

 VbaDialogsBase (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::frame::XModel > xModel)
 
virtual ::sal_Int32 SAL_CALL getCount () override
 
virtual css::uno::Any SAL_CALL Item (const css::uno::Any &Index) override
 
- Public Member Functions inherited from InheritedHelperInterfaceWeakImpl< Ifc >
 InheritedHelperInterfaceWeakImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext)
 
- Public Member Functions inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >
 InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, css::uno::Reference< css::uno::XComponentContext > xContext)
 
virtual OUString getServiceImplName ()=0
 
virtual css::uno::Sequence< OUString > getServiceNames ()=0
 
virtual ::sal_Int32 SAL_CALL getCreator () override
 
virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL getParent () override
 
virtual css::uno::Any SAL_CALL Application () override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Protected Attributes

css::uno::Reference< css::frame::XModel > m_xModel
 
- Protected Attributes inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >
css::uno::WeakReference< ov::XHelperInterface > mxParent
 
css::uno::Reference< css::uno::XComponentContext > mxContext
 

Detailed Description

Definition at line 46 of file vbadialogsbase.hxx.

Constructor & Destructor Documentation

◆ VbaDialogsBase()

VbaDialogsBase::VbaDialogsBase ( const css::uno::Reference< ov::XHelperInterface > &  xParent,
const css::uno::Reference< css::uno::XComponentContext > &  xContext,
css::uno::Reference< css::frame::XModel >  xModel 
)
inline

Definition at line 51 of file vbadialogsbase.hxx.

References m_xModel, and xModel.

Member Function Documentation

◆ getCount()

sal_Int32 VbaDialogsBase::getCount ( )
override

Definition at line 24 of file vbadialogsbase.cxx.

◆ Item()

uno::Any VbaDialogsBase::Item ( const css::uno::Any &  Index)
overridevirtual

Definition at line 30 of file vbadialogsbase.cxx.

Member Data Documentation

◆ m_xModel

css::uno::Reference< css::frame::XModel > VbaDialogsBase::m_xModel
protected

Definition at line 49 of file vbadialogsbase.hxx.


The documentation for this class was generated from the following files: