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

#include <unotxdoc.hxx>

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

Public Member Functions

 SwXOutlineTarget (OUString aOutlineText, OUString aActualText, const sal_Int32 nOutlineLevel)
 
virtual ~SwXOutlineTarget () override
 
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo () override
 
virtual void SAL_CALL setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override
 
virtual css::uno::Any SAL_CALL getPropertyValue (const OUString &PropertyName) override
 
virtual void SAL_CALL addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override
 
virtual void SAL_CALL removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override
 
virtual void SAL_CALL addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override
 
virtual void SAL_CALL removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) 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

const SfxItemPropertySetm_pPropSet
 
OUString m_sOutlineText
 
OUString m_sActualText
 
const sal_Int32 m_nOutlineLevel
 

Detailed Description

Definition at line 573 of file unotxdoc.hxx.

Constructor & Destructor Documentation

◆ SwXOutlineTarget()

SwXOutlineTarget::SwXOutlineTarget ( OUString  aOutlineText,
OUString  aActualText,
const sal_Int32  nOutlineLevel 
)

Definition at line 4517 of file unotxdoc.cxx.

◆ ~SwXOutlineTarget()

SwXOutlineTarget::~SwXOutlineTarget ( )
overridevirtual

Definition at line 4526 of file unotxdoc.cxx.

Member Function Documentation

◆ addPropertyChangeListener()

void SwXOutlineTarget::addPropertyChangeListener ( const OUString &  aPropertyName,
const css::uno::Reference< css::beans::XPropertyChangeListener > &  xListener 
)
overridevirtual

Definition at line 4557 of file unotxdoc.cxx.

◆ addVetoableChangeListener()

void SwXOutlineTarget::addVetoableChangeListener ( const OUString &  PropertyName,
const css::uno::Reference< css::beans::XVetoableChangeListener > &  aListener 
)
overridevirtual

Definition at line 4567 of file unotxdoc.cxx.

◆ getImplementationName()

OUString SwXOutlineTarget::getImplementationName ( )
overridevirtual

Definition at line 4577 of file unotxdoc.cxx.

◆ getPropertySetInfo()

Reference< XPropertySetInfo > SwXOutlineTarget::getPropertySetInfo ( )
overridevirtual

Definition at line 4530 of file unotxdoc.cxx.

References SfxItemPropertySet::getPropertySetInfo(), and m_pPropSet.

◆ getPropertyValue()

Any SwXOutlineTarget::getPropertyValue ( const OUString &  PropertyName)
overridevirtual

Definition at line 4542 of file unotxdoc.cxx.

References Any, m_nOutlineLevel, m_sActualText, m_sOutlineText, and UNO_LINK_DISPLAY_NAME.

◆ getSupportedServiceNames()

Sequence< OUString > SwXOutlineTarget::getSupportedServiceNames ( )
overridevirtual

Definition at line 4587 of file unotxdoc.cxx.

◆ removePropertyChangeListener()

void SwXOutlineTarget::removePropertyChangeListener ( const OUString &  aPropertyName,
const css::uno::Reference< css::beans::XPropertyChangeListener > &  aListener 
)
overridevirtual

Definition at line 4562 of file unotxdoc.cxx.

◆ removeVetoableChangeListener()

void SwXOutlineTarget::removeVetoableChangeListener ( const OUString &  PropertyName,
const css::uno::Reference< css::beans::XVetoableChangeListener > &  aListener 
)
overridevirtual

Definition at line 4572 of file unotxdoc.cxx.

◆ setPropertyValue()

void SwXOutlineTarget::setPropertyValue ( const OUString &  aPropertyName,
const css::uno::Any &  aValue 
)
overridevirtual

Definition at line 4536 of file unotxdoc.cxx.

◆ supportsService()

sal_Bool SwXOutlineTarget::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 4582 of file unotxdoc.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_nOutlineLevel

const sal_Int32 SwXOutlineTarget::m_nOutlineLevel
private

Definition at line 582 of file unotxdoc.hxx.

Referenced by getPropertyValue().

◆ m_pPropSet

const SfxItemPropertySet* SwXOutlineTarget::m_pPropSet
private

Definition at line 579 of file unotxdoc.hxx.

Referenced by getPropertySetInfo().

◆ m_sActualText

OUString SwXOutlineTarget::m_sActualText
private

Definition at line 581 of file unotxdoc.hxx.

Referenced by getPropertyValue().

◆ m_sOutlineText

OUString SwXOutlineTarget::m_sOutlineText
private

Definition at line 580 of file unotxdoc.hxx.

Referenced by getPropertyValue().


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