LibreOffice Module sw (master)
1
|
#include <fltshell.hxx>
Public Member Functions | |
FrameDeleteWatch (SwFrameFormat *pFormat) | |
virtual void | Notify (const SfxHint &rHint) override |
SwFrameFormat * | GetFormat () |
bool | WasDeleted () const |
virtual | ~FrameDeleteWatch () override |
![]() | |
SvtListener () | |
SvtListener (const SvtListener &r) | |
virtual | ~SvtListener () COVERITY_NOEXCEPT_FALSE |
bool | StartListening (SvtBroadcaster &rBroadcaster) |
bool | EndListening (SvtBroadcaster &rBroadcaster) |
void | EndListeningAll () |
void | CopyAllBroadcasters (const SvtListener &r) |
bool | HasBroadcaster () const |
virtual void | Query (QueryBase &rQuery) const |
Private Attributes | |
SwFrameFormat * | m_pFormat |
Definition at line 333 of file fltshell.hxx.
FrameDeleteWatch::FrameDeleteWatch | ( | SwFrameFormat * | pFormat | ) |
Definition at line 1102 of file fltshell.cxx.
References sw::BroadcasterMixin::GetNotifier(), m_pFormat, and SvtListener::StartListening().
|
overridevirtual |
Definition at line 1123 of file fltshell.cxx.
References SvtListener::EndListeningAll(), and m_pFormat.
|
inline |
Definition at line 341 of file fltshell.hxx.
Reimplemented from SvtListener.
Definition at line 1109 of file fltshell.cxx.
References sw::DYING, SvtListener::EndListeningAll(), SfxHint::GetId(), if(), and m_pFormat.
|
inline |
Definition at line 346 of file fltshell.hxx.
Referenced by SwHTMLParser::DeleteSection().
|
private |
Definition at line 335 of file fltshell.hxx.
Referenced by FrameDeleteWatch(), Notify(), and ~FrameDeleteWatch().