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

#include <vbalistformat.hxx>

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

Public Member Functions

 SwVbaListFormat (const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, css::uno::Reference< css::text::XTextRange > xTextRange)
 
virtual ~SwVbaListFormat () override
 
virtual void SAL_CALL ApplyListTemplate (const css::uno::Reference< ::ooo::vba::word::XListTemplate > &ListTemplate, const css::uno::Any &ContinuePreviousList, const css::uno::Any &ApplyTo, const css::uno::Any &DefaultListBehavior) override
 
virtual void SAL_CALL ConvertNumbersToText () 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::XTextRange > mxTextRange
 

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

Constructor & Destructor Documentation

◆ SwVbaListFormat()

SwVbaListFormat::SwVbaListFormat ( const css::uno::Reference< ooo::vba::XHelperInterface > &  rParent,
const css::uno::Reference< css::uno::XComponentContext > &  rContext,
css::uno::Reference< css::text::XTextRange >  xTextRange 
)
Exceptions
css::uno::RuntimeException

Definition at line 45 of file vbalistformat.cxx.

◆ ~SwVbaListFormat()

SwVbaListFormat::~SwVbaListFormat ( )
overridevirtual

Definition at line 49 of file vbalistformat.cxx.

Member Function Documentation

◆ ApplyListTemplate()

void SAL_CALL SwVbaListFormat::ApplyListTemplate ( const css::uno::Reference< ::ooo::vba::word::XListTemplate > &  ListTemplate,
const css::uno::Any &  ContinuePreviousList,
const css::uno::Any &  ApplyTo,
const css::uno::Any &  DefaultListBehavior 
)
overridevirtual

Definition at line 53 of file vbalistformat.cxx.

References SwVbaListTemplate::applyListTemplate(), and mxTextRange.

◆ ConvertNumbersToText()

void SAL_CALL SwVbaListFormat::ConvertNumbersToText ( )
overridevirtual

◆ getServiceImplName()

OUString SwVbaListFormat::getServiceImplName ( )
overridevirtual

◆ getServiceNames()

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

Member Data Documentation

◆ mxTextRange

css::uno::Reference< css::text::XTextRange > SwVbaListFormat::mxTextRange
private

Definition at line 32 of file vbalistformat.hxx.

Referenced by ApplyListTemplate(), and ConvertNumbersToText().


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