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

#include <unosett.hxx>

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

Public Member Functions

 SwXFootnoteProperties (SwDoc *pDoc)
 
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
 
void Invalidate ()
 
- Public Member Functions inherited from cppu::WeakAggImplHelper2< css::beans::XPropertySet, css::lang::XServiceInfo >
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) SAL_OVERRIDE
 
virtual css::uno::Any SAL_CALL queryAggregation (css::uno::Type const &rType) SAL_OVERRIDE
 
virtual void SAL_CALL acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void SAL_CALL release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () SAL_OVERRIDE
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () SAL_OVERRIDE
 
- Public Member Functions inherited from cppu::OWeakAggObject
 OWeakAggObject ()
 
virtual void SAL_CALL acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void SAL_CALL release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) SAL_OVERRIDE
 
virtual void SAL_CALL setDelegator (const css::uno::Reference< css::uno::XInterface > &Delegator) SAL_OVERRIDE
 
virtual css::uno::Any SAL_CALL queryAggregation (const css::uno::Type &rType) SAL_OVERRIDE
 
- Public Member Functions inherited from cppu::OWeakObject
 OWeakObject ()
 
 OWeakObject (const OWeakObject &)
 
OWeakObject &SAL_CALL operator= (const OWeakObject &)
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) SAL_OVERRIDE
 
virtual void SAL_CALL acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void SAL_CALL release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL queryAdapter () SAL_OVERRIDE
 
SAL_CALL operator css::uno::Reference< css::uno::XInterface > ()
 

Private Member Functions

virtual ~SwXFootnoteProperties () override
 

Private Attributes

SwDocm_pDoc
 
const SfxItemPropertySetm_pPropertySet
 

Additional Inherited Members

- Protected Member Functions inherited from cppu::OWeakAggObject
virtual ~OWeakAggObject () SAL_OVERRIDE
 
- Protected Member Functions inherited from cppu::OWeakObject
virtual ~OWeakObject () COVERITY_NOEXCEPT_FALSE
 
void disposeWeakConnectionPoint ()
 
- Protected Attributes inherited from cppu::OWeakAggObject
css::uno::WeakReferenceHelper xDelegator
 
- Protected Attributes inherited from cppu::OWeakObject
oslInterlockedCount m_refCount
 

Detailed Description

Definition at line 44 of file unosett.hxx.

Constructor & Destructor Documentation

◆ ~SwXFootnoteProperties()

SwXFootnoteProperties::~SwXFootnoteProperties ( )
overrideprivatevirtual

Definition at line 271 of file unosett.cxx.

◆ SwXFootnoteProperties()

SwXFootnoteProperties::SwXFootnoteProperties ( SwDoc pDoc)

Definition at line 265 of file unosett.cxx.

Member Function Documentation

◆ addPropertyChangeListener()

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

Definition at line 505 of file unosett.cxx.

◆ addVetoableChangeListener()

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

Definition at line 517 of file unosett.cxx.

◆ getImplementationName()

OUString SwXFootnoteProperties::getImplementationName ( )
overridevirtual

Definition at line 249 of file unosett.cxx.

◆ getPropertySetInfo()

uno::Reference< beans::XPropertySetInfo > SwXFootnoteProperties::getPropertySetInfo ( )
overridevirtual

Definition at line 276 of file unosett.cxx.

References SfxItemPropertySet::getPropertySetInfo(), and m_pPropertySet.

◆ getPropertyValue()

uno::Any SwXFootnoteProperties::getPropertyValue ( const OUString &  PropertyName)
overridevirtual

◆ getSupportedServiceNames()

Sequence< OUString > SwXFootnoteProperties::getSupportedServiceNames ( )
overridevirtual

Definition at line 259 of file unosett.cxx.

◆ Invalidate()

void SwXFootnoteProperties::Invalidate ( )
inline

Definition at line 71 of file unosett.hxx.

References m_pDoc.

◆ removePropertyChangeListener()

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

Definition at line 511 of file unosett.cxx.

◆ removeVetoableChangeListener()

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

Definition at line 523 of file unosett.cxx.

◆ setPropertyValue()

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

◆ supportsService()

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

Definition at line 254 of file unosett.cxx.

References cppu::supportsService().

Member Data Documentation

◆ m_pDoc

SwDoc* SwXFootnoteProperties::m_pDoc
private

Definition at line 50 of file unosett.hxx.

Referenced by getPropertyValue(), Invalidate(), and setPropertyValue().

◆ m_pPropertySet

const SfxItemPropertySet* SwXFootnoteProperties::m_pPropertySet
private

Definition at line 51 of file unosett.hxx.

Referenced by getPropertySetInfo(), getPropertyValue(), and setPropertyValue().


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