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

#include <unoevent.hxx>

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

Public Member Functions

 SwFrameEventDescriptor (SwXTextFrame &rFrameRef)
 
 SwFrameEventDescriptor (SwXTextGraphicObject &rGraphicRef)
 
 SwFrameEventDescriptor (SwXTextEmbeddedObject &rObjectRef)
 
virtual ~SwFrameEventDescriptor () 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

SwXFrame & m_rFrame
 

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 57 of file unoevent.hxx.

Constructor & Destructor Documentation

◆ SwFrameEventDescriptor() [1/3]

SwFrameEventDescriptor::SwFrameEventDescriptor ( SwXTextFrame rFrameRef)

Definition at line 153 of file unoevent.cxx.

References text().

◆ SwFrameEventDescriptor() [2/3]

SwFrameEventDescriptor::SwFrameEventDescriptor ( SwXTextGraphicObject rGraphicRef)

Definition at line 160 of file unoevent.cxx.

References text().

◆ SwFrameEventDescriptor() [3/3]

SwFrameEventDescriptor::SwFrameEventDescriptor ( SwXTextEmbeddedObject rObjectRef)

Definition at line 167 of file unoevent.cxx.

References text().

◆ ~SwFrameEventDescriptor()

SwFrameEventDescriptor::~SwFrameEventDescriptor ( )
overridevirtual

Definition at line 174 of file unoevent.cxx.

Member Function Documentation

◆ getImplementationName()

OUString SwFrameEventDescriptor::getImplementationName ( )
overridevirtual

Implements SvBaseEventDescriptor.

Definition at line 193 of file unoevent.cxx.

◆ getMacroItem()

const SvxMacroItem & SwFrameEventDescriptor::getMacroItem ( )
overrideprivatevirtual

Implements SvEventDescriptor.

Definition at line 183 of file unoevent.cxx.

References m_rFrame, and RES_FRMMACRO().

◆ getMacroItemWhich()

sal_uInt16 SwFrameEventDescriptor::getMacroItemWhich ( ) const
overrideprivatevirtual

Implements SvEventDescriptor.

Definition at line 188 of file unoevent.cxx.

References RES_FRMMACRO().

◆ setMacroItem()

void SwFrameEventDescriptor::setMacroItem ( const SvxMacroItem rItem)
overrideprivatevirtual

Implements SvEventDescriptor.

Definition at line 178 of file unoevent.cxx.

References m_rFrame.

Member Data Documentation

◆ m_rFrame

SwXFrame& SwFrameEventDescriptor::m_rFrame
private

Definition at line 59 of file unoevent.hxx.

Referenced by getMacroItem(), and setMacroItem().


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