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

#include <vbalisttemplate.hxx>

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

Public Member Functions

 SwVbaListTemplate (const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, const css::uno::Reference< css::text::XTextDocument > &xTextDoc, sal_Int32 nGalleryType, sal_Int32 nTemplateType)
 
virtual ~SwVbaListTemplate () override
 
void applyListTemplate (css::uno::Reference< css::beans::XPropertySet > const &xProps)
 
virtual css::uno::Any SAL_CALL ListLevels (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

SwVbaListHelperRef m_pListHelper
 

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 29 of file vbalisttemplate.hxx.

Constructor & Destructor Documentation

◆ SwVbaListTemplate()

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

Definition at line 26 of file vbalisttemplate.cxx.

References m_pListHelper.

◆ ~SwVbaListTemplate()

SwVbaListTemplate::~SwVbaListTemplate ( )
overridevirtual

Definition at line 31 of file vbalisttemplate.cxx.

Member Function Documentation

◆ applyListTemplate()

void SwVbaListTemplate::applyListTemplate ( css::uno::Reference< css::beans::XPropertySet > const &  xProps)
Exceptions
css::uno::RuntimeException

Definition at line 44 of file vbalisttemplate.cxx.

References m_pListHelper.

Referenced by SwVbaListFormat::ApplyListTemplate().

◆ getServiceImplName()

OUString SwVbaListTemplate::getServiceImplName ( )
overridevirtual

◆ getServiceNames()

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

◆ ListLevels()

uno::Any SAL_CALL SwVbaListTemplate::ListLevels ( const css::uno::Any &  index)
overridevirtual

Member Data Documentation

◆ m_pListHelper

SwVbaListHelperRef SwVbaListTemplate::m_pListHelper
private

Definition at line 32 of file vbalisttemplate.hxx.

Referenced by applyListTemplate(), ListLevels(), and SwVbaListTemplate().


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