|
LibreOffice Module sw (master) 1
|
#include <unoevent.hxx>
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 SvxMacroItem & | getMacroItem () override |
| virtual sal_uInt16 | getMacroItemWhich () const override |
Private Attributes | |
| sw::ICoreFrameStyle & | m_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 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 76 of file unoevent.hxx.
| SwFrameStyleEventDescriptor::SwFrameStyleEventDescriptor | ( | sw::ICoreFrameStyle & | rStyle | ) |
Definition at line 198 of file unoevent.cxx.
|
overridevirtual |
Definition at line 206 of file unoevent.cxx.
|
overridevirtual |
Implements SvBaseEventDescriptor.
Definition at line 223 of file unoevent.cxx.
|
overrideprivatevirtual |
Implements SvEventDescriptor.
Definition at line 217 of file unoevent.cxx.
References aEmptyMacroItem, sw::ICoreFrameStyle::GetItem(), m_rStyle, and RES_FRMMACRO().
|
overrideprivatevirtual |
Implements SvEventDescriptor.
Definition at line 228 of file unoevent.cxx.
References RES_FRMMACRO().
|
overrideprivatevirtual |
Implements SvEventDescriptor.
Definition at line 210 of file unoevent.cxx.
References m_rStyle, RES_FRMMACRO(), and sw::ICoreFrameStyle::SetItem().
|
private |
Definition at line 78 of file unoevent.hxx.
Referenced by getMacroItem(), and setMacroItem().