LibreOffice Module sw (master) 1
|
#include <ww8par.hxx>
Public Member Functions | |
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 |
Protected Member Functions | |
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 |
Private Attributes | |
SwTextNode * | m_pTextNode |
Definition at line 899 of file ww8par.hxx.
TextNodeListener::TextNodeListener | ( | SwTextNode * | pTextNode | ) |
Definition at line 4730 of file ww8par.cxx.
References m_pTextNode.
|
overridevirtual |
Definition at line 4736 of file ww8par.cxx.
References m_pTextNode, and StopListening().
|
inline |
Definition at line 913 of file ww8par.hxx.
References m_pTextNode.
Referenced by wwExtraneousParas::delete_all_from_doc().
|
inline |
Definition at line 908 of file ww8par.hxx.
References SwNode::GetIndex(), and m_pTextNode.
|
virtual |
Reimplemented in wwExtraneousParas::ExtraTextNodeListener.
Definition at line 4761 of file ww8par.cxx.
References StopListening().
Referenced by SwClientNotify().
void TextNodeListener::StopListening | ( | SwModify * | pTextNode | ) |
Definition at line 4755 of file ww8par.cxx.
References m_pTextNode, and SwModify::Remove().
Referenced by wwExtraneousParas::delete_all_from_doc(), removed(), and ~TextNodeListener().
|
overrideprotectedvirtual |
Reimplemented from SwClient.
Definition at line 4743 of file ww8par.cxx.
References SfxHint::GetId(), removed(), and RES_OBJECTDYING().
|
private |
Definition at line 901 of file ww8par.hxx.
Referenced by GetTextNode(), operator<(), StopListening(), TextNodeListener(), and ~TextNodeListener().