|
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 |
Public Member Functions inherited from SvtListener | |
| SvtListener ()=default | |
| SvtListener (const SvtListener &r)=default | |
| virtual | ~SvtListener () COVERITY_NOEXCEPT_FALSE |
| bool | StartListening (SvtBroadcaster &rBroadcaster) |
| void | EndListening (SvtBroadcaster &rBroadcaster) |
| void | EndListeningAll () |
| void | CopyAllBroadcasters (const SvtListener &r) |
| bool | HasBroadcaster () const |
| virtual void | Notify (const SfxHint &rHint) |
| virtual void | Query (QueryBase &rQuery) const |
Private Attributes | |
| SwFrameFormat * | m_pFormat |
Definition at line 315 of file fltshell.hxx.
| FrameDeleteWatch::FrameDeleteWatch | ( | SwFrameFormat * | pFormat | ) |
Definition at line 1033 of file fltshell.cxx.
References m_pFormat, and SvtListener::StartListening().
|
overridevirtual |
Definition at line 1057 of file fltshell.cxx.
References SvtListener::EndListeningAll(), and m_pFormat.
|
inline |
Definition at line 323 of file fltshell.hxx.
|
overridevirtual |
Reimplemented from SvtListener.
Definition at line 1040 of file fltshell.cxx.
References sw::DYING, SvtListener::EndListeningAll(), SfxHint::GetId(), sw::DrawFrameFormatHint::m_eId, and m_pFormat.
|
inline |
Definition at line 328 of file fltshell.hxx.
Referenced by SwHTMLParser::DeleteSection().
|
private |
Definition at line 317 of file fltshell.hxx.
Referenced by FrameDeleteWatch(), Notify(), and ~FrameDeleteWatch().