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

#include <unoevent.hxx>

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

Public Member Functions

 SwFrameStyleEventDescriptor (sw::ICoreFrameStyle &rStyle)
 
virtual ~SwFrameStyleEventDescriptor () override
 
virtual OUString SAL_CALL getImplementationName () override
 
- Public Member Functions inherited from SvEventDescriptor
 SvEventDescriptor (css::uno::XInterface &rParent, const SvEventDescription *pSupportedMacroItems)
 
virtual ~SvEventDescriptor () override
 
- Public Member Functions inherited from SvBaseEventDescriptor
 SvBaseEventDescriptor (const SvEventDescription *pSupportedMacroItems)
 
virtual ~SvBaseEventDescriptor () override
 
virtual void SAL_CALL replaceByName (const OUString &rName, const css::uno::Any &rElement) override
 
virtual css::uno::Any SAL_CALL getByName (const OUString &rName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getElementNames () override
 
virtual sal_Bool SAL_CALL hasByName (const OUString &rName) override
 
virtual css::uno::Type SAL_CALL getElementType () override
 
virtual sal_Bool SAL_CALL hasElements () override
 
virtual OUString SAL_CALL getImplementationName () override=0
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Private Member Functions

virtual void setMacroItem (const SvxMacroItem &rItem) override
 
virtual const SvxMacroItemgetMacroItem () override
 
virtual sal_uInt16 getMacroItemWhich () const override
 

Private Attributes

sw::ICoreFrameStylem_rStyle
 

Additional Inherited Members

- Protected Member Functions inherited from SvEventDescriptor
virtual void replaceByName (const SvMacroItemId nEvent, const SvxMacro &rMacro) override
 
virtual void getByName (SvxMacro &rMacros, const SvMacroItemId nEvent) override
 
virtual const SvxMacroItemgetMacroItem ()=0
 
virtual void setMacroItem (const SvxMacroItem &rItem)=0
 
virtual sal_uInt16 getMacroItemWhich () const=0
 
virtual void SAL_CALL replaceByName (const OUString &rName, const css::uno::Any &rElement) override
 
virtual void replaceByName (const SvMacroItemId nEvent, const SvxMacro &rMacro)=0
 
virtual css::uno::Any SAL_CALL getByName (const OUString &rName) override
 
virtual void getByName (SvxMacro &rMacro, const SvMacroItemId nEvent)=0
 
- Protected Member Functions inherited from SvBaseEventDescriptor
virtual void replaceByName (const SvMacroItemId nEvent, const SvxMacro &rMacro)=0
 
virtual void getByName (SvxMacro &rMacro, const SvMacroItemId nEvent)=0
 
SvMacroItemId mapNameToEventID (std::u16string_view rName) const
 
SvMacroItemId getMacroID (std::u16string_view rName) const
 
- Protected Attributes inherited from SvBaseEventDescriptor
const SvEventDescriptionmpSupportedMacroItems
 
sal_Int16 mnMacroItems
 

Detailed Description

Definition at line 76 of file unoevent.hxx.

Constructor & Destructor Documentation

◆ SwFrameStyleEventDescriptor()

SwFrameStyleEventDescriptor::SwFrameStyleEventDescriptor ( sw::ICoreFrameStyle rStyle)

Definition at line 198 of file unoevent.cxx.

◆ ~SwFrameStyleEventDescriptor()

SwFrameStyleEventDescriptor::~SwFrameStyleEventDescriptor ( )
overridevirtual

Definition at line 206 of file unoevent.cxx.

Member Function Documentation

◆ getImplementationName()

OUString SwFrameStyleEventDescriptor::getImplementationName ( )
overridevirtual

Implements SvBaseEventDescriptor.

Definition at line 223 of file unoevent.cxx.

◆ getMacroItem()

const SvxMacroItem & SwFrameStyleEventDescriptor::getMacroItem ( )
overrideprivatevirtual

Implements SvEventDescriptor.

Definition at line 217 of file unoevent.cxx.

References aEmptyMacroItem, sw::ICoreFrameStyle::GetItem(), m_rStyle, and RES_FRMMACRO().

◆ getMacroItemWhich()

sal_uInt16 SwFrameStyleEventDescriptor::getMacroItemWhich ( ) const
overrideprivatevirtual

Implements SvEventDescriptor.

Definition at line 228 of file unoevent.cxx.

References RES_FRMMACRO().

◆ setMacroItem()

void SwFrameStyleEventDescriptor::setMacroItem ( const SvxMacroItem rItem)
overrideprivatevirtual

Implements SvEventDescriptor.

Definition at line 210 of file unoevent.cxx.

References m_rStyle, RES_FRMMACRO(), and sw::ICoreFrameStyle::SetItem().

Member Data Documentation

◆ m_rStyle

sw::ICoreFrameStyle& SwFrameStyleEventDescriptor::m_rStyle
private

Definition at line 78 of file unoevent.hxx.

Referenced by getMacroItem(), and setMacroItem().


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