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 |
Public Member Functions inherited from SfxHint | |
SfxHint () | |
SfxHint (SfxHintId nId) | |
virtual | ~SfxHint () |
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 72 of file calbck.hxx.
|
inline |
Definition at line 74 of file calbck.hxx.
References SwLegacyModify.
|
overridevirtual |
Definition at line 56 of file calbck.cxx.
|
inline |
Definition at line 75 of file calbck.hxx.
Referenced by SwCursorShell::SwClientNotify(), SwSectionFormat::SwClientNotify(), SwTable::SwClientNotify(), SwTextRuby::SwClientNotify(), SwTextINetFormat::SwClientNotify(), SwNoTextFrame::SwClientNotify(), SwContentNode::SwClientNotify(), sw::sidebar::WriterInspectorTextPanel::SwClientNotify(), and SwTextCharFormat::TriggerNodeUpdate().
const SfxPoolItem* sw::LegacyModifyHint::m_pNew |
Definition at line 78 of file calbck.hxx.
Referenced by SwFrameFormat::SwClientNotify(), and SwTextNode::TriggerNodeUpdate().
const SfxPoolItem* sw::LegacyModifyHint::m_pOld |
Definition at line 77 of file calbck.hxx.
Referenced by SwSection::Notify(), SwPageDesc::SwClientNotify(), SwUndoSetFlyFormat::SwClientNotify(), SwTextNode::TriggerNodeUpdate(), and SwFormatField::UpdateTextNode().