|
LibreOffice Module sw (master) 1
|
Used by SwFltAnchor, to listen to an SwFrameFormat (to be aware when it is replaced or deleted). More...
#include <fltshell.hxx>
Public Member Functions | |
| SwFltAnchorListener (SwFltAnchor *pFltAnchor) | |
| virtual void | Notify (const SfxHint &) 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 | |
| SwFltAnchor * | m_pFltAnchor |
Used by SwFltAnchor, to listen to an SwFrameFormat (to be aware when it is replaced or deleted).
Definition at line 185 of file fltshell.hxx.
| SwFltAnchorListener::SwFltAnchorListener | ( | SwFltAnchor * | pFltAnchor | ) |
Definition at line 886 of file fltshell.cxx.
|
overridevirtual |
Reimplemented from SvtListener.
Definition at line 890 of file fltshell.cxx.
References sw::DYING, SfxHint::GetId(), m_pFltAnchor, RES_FMT_CHG(), and SwFltAnchor::SetFrameFormat().
|
private |
Definition at line 187 of file fltshell.hxx.
Referenced by Notify().