LibreOffice Module vbahelper (master) 1
Public Member Functions | Private Attributes | List of all members
VbaDialogBase Class Referenceabstract

#include <vbadialogbase.hxx>

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

Public Member Functions

 VbaDialogBase (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::frame::XModel > xModel, sal_Int32 nIndex)
 
virtual void SAL_CALL Show () override
 
virtual OUString mapIndexToName (sal_Int32 nIndex)=0
 
- 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
 

Private Attributes

sal_Int32 mnIndex
 
css::uno::Reference< css::frame::XModel > m_xModel
 

Additional Inherited Members

- 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 vbadialogbase.hxx.

Constructor & Destructor Documentation

◆ VbaDialogBase()

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

Definition at line 51 of file vbadialogbase.hxx.

References m_xModel, mnIndex, nIndex, and xModel.

Member Function Documentation

◆ mapIndexToName()

virtual OUString VbaDialogBase::mapIndexToName ( sal_Int32  nIndex)
pure virtual

Referenced by Show().

◆ Show()

void SAL_CALL VbaDialogBase::Show ( )
overridevirtual

Definition at line 26 of file vbadialogbase.cxx.

References aURL, ooo::vba::dispatchRequests(), m_xModel, mapIndexToName(), and mnIndex.

Member Data Documentation

◆ m_xModel

css::uno::Reference< css::frame::XModel > VbaDialogBase::m_xModel
private

Definition at line 49 of file vbadialogbase.hxx.

Referenced by Show().

◆ mnIndex

sal_Int32 VbaDialogBase::mnIndex
private

Definition at line 48 of file vbadialogbase.hxx.

Referenced by Show().


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