LibreOffice Module sw (master)
1
|
#include <calbck.hxx>
Public Member Functions | |
LegacyModifyHint (const SfxPoolItem *pOld, const SfxPoolItem *pNew) | |
sal_uInt16 | GetWhich () const |
virtual | ~LegacyModifyHint () override |
![]() | |
SfxHint () | |
SfxHint (SfxHintId nId) | |
virtual | ~SfxHint () COVERITY_NOEXCEPT_FALSE |
SfxHint (SfxHint const &)=default | |
SfxHint (SfxHint &&)=default | |
SfxHint & | operator= (SfxHint const &)=default |
SfxHint & | operator= (SfxHint &&)=default |
SfxHintId | GetId () const |
Public Attributes | |
const SfxPoolItem * | m_pOld |
const SfxPoolItem * | m_pNew |
Definition at line 68 of file calbck.hxx.
|
inline |
Definition at line 70 of file calbck.hxx.
|
overridevirtual |
Definition at line 57 of file calbck.cxx.
|
inline |
Definition at line 71 of file calbck.hxx.
References m_pNew, m_pOld, and SfxPoolItem::Which().
Referenced by SwTextINetFormat::SwClientNotify(), SwNoTextFrame::SwClientNotify(), SwTextRuby::SwClientNotify(), SwFormat::SwClientNotify(), SwTable::SwClientNotify(), SwSectionFormat::SwClientNotify(), SwCursorShell::SwClientNotify(), and SwTextCharFormat::TriggerNodeUpdate().
const SfxPoolItem* sw::LegacyModifyHint::m_pNew |
Definition at line 74 of file calbck.hxx.
Referenced by GetWhich(), SwFrameFormat::SwClientNotify(), SwTabFrame::SwClientNotify(), and SwTextNode::TriggerNodeUpdate().
const SfxPoolItem* sw::LegacyModifyHint::m_pOld |
Definition at line 73 of file calbck.hxx.
Referenced by GetWhich(), SwSection::SwClientNotify(), SwUndoSetFlyFormat::SwClientNotify(), and SwTextNode::TriggerNodeUpdate().