| 
    LibreOffice Module sw (master) 1
    
   | 
 
#include <unoevent.hxx>
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 SvxMacroItem & | getMacroItem () 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 SvxMacroItem & | getMacroItem ()=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 SvEventDescription * | mpSupportedMacroItems | 
| sal_Int16 | mnMacroItems | 
Definition at line 57 of file unoevent.hxx.
| SwFrameEventDescriptor::SwFrameEventDescriptor | ( | SwXTextFrame & | rFrameRef | ) | 
Definition at line 153 of file unoevent.cxx.
References text().
| SwFrameEventDescriptor::SwFrameEventDescriptor | ( | SwXTextGraphicObject & | rGraphicRef | ) | 
Definition at line 160 of file unoevent.cxx.
References text().
| SwFrameEventDescriptor::SwFrameEventDescriptor | ( | SwXTextEmbeddedObject & | rObjectRef | ) | 
Definition at line 167 of file unoevent.cxx.
References text().
      
  | 
  overridevirtual | 
Definition at line 174 of file unoevent.cxx.
      
  | 
  overridevirtual | 
Implements SvBaseEventDescriptor.
Definition at line 193 of file unoevent.cxx.
      
  | 
  overrideprivatevirtual | 
Implements SvEventDescriptor.
Definition at line 183 of file unoevent.cxx.
References m_rFrame, and RES_FRMMACRO().
      
  | 
  overrideprivatevirtual | 
Implements SvEventDescriptor.
Definition at line 188 of file unoevent.cxx.
References RES_FRMMACRO().
      
  | 
  overrideprivatevirtual | 
      
  | 
  private | 
Definition at line 59 of file unoevent.hxx.
Referenced by getMacroItem(), and setMacroItem().