LibreOffice Module sw (master)
1
|
Public Member Functions | |
Impl (SwFrameFormat &rHeadFootFormat, const bool bIsHeader) | |
SwFrameFormat * | GetHeadFootFormat () const |
SwFrameFormat & | GetHeadFootFormatOrThrow () |
![]() | |
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 | Query (QueryBase &rQuery) const |
Public Attributes | |
SwFrameFormat * | m_pHeadFootFormat |
bool | m_bIsHeader |
Protected Member Functions | |
virtual void | Notify (const SfxHint &rHint) override |
Definition at line 2518 of file unotext.cxx.
|
inline |
Definition at line 2525 of file unotext.cxx.
References sw::BroadcasterMixin::GetNotifier(), and SvtListener::StartListening().
|
inline |
Definition at line 2532 of file unotext.cxx.
References m_pHeadFootFormat.
|
inline |
Definition at line 2536 of file unotext.cxx.
References m_pHeadFootFormat.
Reimplemented from SvtListener.
Definition at line 2543 of file unotext.cxx.
References SfxHint::GetId().
bool SwXHeadFootText::Impl::m_bIsHeader |
Definition at line 2523 of file unotext.cxx.
SwFrameFormat* SwXHeadFootText::Impl::m_pHeadFootFormat |
Definition at line 2522 of file unotext.cxx.
Referenced by GetHeadFootFormat(), and GetHeadFootFormatOrThrow().