LibreOffice Module sw (master)
1
|
#include <swhtml.hxx>
Public Member Functions | |
SwHTMLFrameFormatListener (SwFrameFormat *pFrameFormat) | |
SwFrameFormat * | GetFrameFormat () |
virtual void | Notify (const SfxHint &) 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_pFrameFormat |
Definition at line 336 of file swhtml.hxx.
SwHTMLFrameFormatListener::SwHTMLFrameFormatListener | ( | SwFrameFormat * | pFrameFormat | ) |
Definition at line 2698 of file swhtml.cxx.
References sw::BroadcasterMixin::GetNotifier(), m_pFrameFormat, and SvtListener::StartListening().
|
inline |
Definition at line 341 of file swhtml.hxx.
References m_pFrameFormat.
Reimplemented from SvtListener.
Definition at line 2704 of file swhtml.cxx.
References SfxHint::GetId(), and m_pFrameFormat.
|
private |
Definition at line 338 of file swhtml.hxx.
Referenced by GetFrameFormat(), Notify(), and SwHTMLFrameFormatListener().