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 | Notify (const SfxHint &rHint) |
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 2569 of file unotext.cxx.
|
inline |
Definition at line 2576 of file unotext.cxx.
References m_pHeadFootFormat, and SvtListener::StartListening().
|
inline |
Definition at line 2583 of file unotext.cxx.
References m_pHeadFootFormat.
|
inline |
Definition at line 2587 of file unotext.cxx.
References m_pHeadFootFormat.
|
inlineoverrideprotectedvirtual |
Reimplemented from SvtListener.
Definition at line 2594 of file unotext.cxx.
References SfxHint::GetId(), and m_pHeadFootFormat.
bool SwXHeadFootText::Impl::m_bIsHeader |
Definition at line 2574 of file unotext.cxx.
SwFrameFormat* SwXHeadFootText::Impl::m_pHeadFootFormat |
Definition at line 2573 of file unotext.cxx.
Referenced by GetHeadFootFormat(), GetHeadFootFormatOrThrow(), Impl(), and Notify().