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

#include <vbaparagraph.hxx>

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

Public Member Functions

 SwVbaParagraph (const css::uno::Reference< ooo::vba::XHelperInterface > &rParent, const css::uno::Reference< css::uno::XComponentContext > &rContext, css::uno::Reference< css::text::XTextDocument > xDocument, css::uno::Reference< css::text::XTextRange > xTextRange)
 
virtual ~SwVbaParagraph () override
 
virtual css::uno::Reference< ooo::vba::word::XRange > SAL_CALL getRange () override
 
virtual css::uno::Any SAL_CALL getStyle () override
 
virtual void SAL_CALL setStyle (const css::uno::Any &style) 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
 
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 31 of file vbaparagraph.hxx.

Constructor & Destructor Documentation

◆ SwVbaParagraph()

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

Definition at line 28 of file vbaparagraph.cxx.

◆ ~SwVbaParagraph()

SwVbaParagraph::~SwVbaParagraph ( )
overridevirtual

Definition at line 33 of file vbaparagraph.cxx.

Member Function Documentation

◆ getRange()

uno::Reference< word::XRange > SAL_CALL SwVbaParagraph::getRange ( )
overridevirtual

◆ getServiceImplName()

OUString SwVbaParagraph::getServiceImplName ( )
overridevirtual

◆ getServiceNames()

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

◆ getStyle()

uno::Any SAL_CALL SwVbaParagraph::getStyle ( )
overridevirtual

Definition at line 44 of file vbaparagraph.cxx.

References getRange().

◆ setStyle()

void SAL_CALL SwVbaParagraph::setStyle ( const css::uno::Any &  style)
overridevirtual

Definition at line 51 of file vbaparagraph.cxx.

References getRange().

Member Data Documentation

◆ mxTextDocument

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

Definition at line 34 of file vbaparagraph.hxx.

Referenced by getRange().

◆ mxTextRange

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

Definition at line 35 of file vbaparagraph.hxx.

Referenced by getRange().


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