LibreOffice Module sw (master) 1
|
Public Member Functions | |
ExtraTextNodeListener (SwTextNode *pTextNode, wwExtraneousParas *pOwner) | |
virtual void | removed (SwModify *pTextNode) override |
Public Member Functions inherited from TextNodeListener | |
TextNodeListener (SwTextNode *pTextNode) | |
bool | operator< (const TextNodeListener &rOther) const |
void | StopListening (SwModify *pTextNode) |
SwTextNode * | GetTextNode () const |
virtual void | removed (SwModify *pTextNode) |
virtual | ~TextNodeListener () override |
Public Member Functions inherited from SwClient | |
SwClient () | |
SwClient (SwClient &&) noexcept | |
virtual | ~SwClient () override |
std::optional< sw::ModifyChangedHint > | CheckRegistration (const SfxPoolItem *pOldValue) |
void | CheckRegistrationFormat (SwFormat &rOld) |
const SwModify * | GetRegisteredIn () const |
SwModify * | GetRegisteredIn () |
void | EndListeningAll () |
void | StartListeningToSameModifyAs (const SwClient &) |
virtual bool | GetInfo (SfxPoolItem &) const |
Public Member Functions inherited from sw::WriterListener | |
bool | IsLast () const |
virtual const SwCellFrame * | DynCastCellFrame () const |
virtual const SwTabFrame * | DynCastTabFrame () const |
virtual const SwRowFrame * | DynCastRowFrame () const |
virtual const SwTable * | DynCastTable () const |
Private Attributes | |
wwExtraneousParas * | m_pOwner |
Additional Inherited Members | |
Protected Member Functions inherited from TextNodeListener | |
virtual void | SwClientNotify (const SwModify &, const SfxHint &) override |
Protected Member Functions inherited from SwClient | |
SwClient (SwModify *pToRegisterIn) | |
SwModify * | GetRegisteredInNonConst () const |
virtual void | SwClientNotify (const SwModify &, const SfxHint &rHint) override |
Protected Member Functions inherited from sw::WriterListener | |
WriterListener () | |
virtual | ~WriterListener () COVERITY_NOEXCEPT_FALSE |
virtual void | SwClientNotify (const SwModify &, const SfxHint &rHint)=0 |
Definition at line 933 of file ww8par.hxx.
|
inline |
Definition at line 938 of file ww8par.hxx.
References pOwner.
|
overridevirtual |
Reimplemented from TextNodeListener.
Definition at line 4766 of file ww8par.cxx.
References m_pOwner, and wwExtraneousParas::remove_if_present().
|
private |
Definition at line 936 of file ww8par.hxx.
Referenced by removed().