LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwVbaListGallery Class Reference

#include <vbalistgallery.hxx>

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

Public Member Functions

 SwVbaListGallery (const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, css::uno::Reference< css::text::XTextDocument > xTextDoc, sal_Int32 nType)
 
virtual ~SwVbaListGallery () override
 
virtual css::uno::Any SAL_CALL ListTemplates (const css::uno::Any &index) override
 
virtual OUString getServiceImplName () override
 
virtual css::uno::Sequence< OUString > getServiceNames () override
 
- Public Member Functions inherited from InheritedHelperInterfaceWeakImpl< typename... 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

css::uno::Reference< css::text::XTextDocument > mxTextDocument
 
sal_Int32 mnType
 

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 28 of file vbalistgallery.hxx.

Constructor & Destructor Documentation

◆ SwVbaListGallery()

SwVbaListGallery::SwVbaListGallery ( const css::uno::Reference< ooo::vba::XHelperInterface > &  rParent,
const css::uno::Reference< css::uno::XComponentContext > &  rContext,
css::uno::Reference< css::text::XTextDocument >  xTextDoc,
sal_Int32  nType 
)
Exceptions
css::uno::RuntimeException

Definition at line 27 of file vbalistgallery.cxx.

References mnType, and nType.

◆ ~SwVbaListGallery()

SwVbaListGallery::~SwVbaListGallery ( )
overridevirtual

Definition at line 31 of file vbalistgallery.cxx.

Member Function Documentation

◆ getServiceImplName()

OUString SwVbaListGallery::getServiceImplName ( )
overridevirtual

◆ getServiceNames()

uno::Sequence< OUString > SwVbaListGallery::getServiceNames ( )
overridevirtual

◆ ListTemplates()

uno::Any SAL_CALL SwVbaListGallery::ListTemplates ( const css::uno::Any &  index)
overridevirtual

Member Data Documentation

◆ mnType

sal_Int32 SwVbaListGallery::mnType
private

Definition at line 32 of file vbalistgallery.hxx.

Referenced by ListTemplates().

◆ mxTextDocument

css::uno::Reference< css::text::XTextDocument > SwVbaListGallery::mxTextDocument
private

Definition at line 31 of file vbalistgallery.hxx.

Referenced by ListTemplates().


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