|
LibreOffice Module sw (master) 1
|
Public Member Functions | |
| Impl (SwFrameFormat &rHeadFootFormat, const bool bIsHeader) | |
| SwFrameFormat * | GetHeadFootFormat () const |
| SwFrameFormat & | GetHeadFootFormatOrThrow () |
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 |
Public Attributes | |
| SwFrameFormat * | m_pHeadFootFormat |
| bool | m_bIsHeader |
Protected Member Functions | |
| virtual void | Notify (const SfxHint &rHint) override |
Definition at line 2595 of file unotext.cxx.
|
inline |
Definition at line 2602 of file unotext.cxx.
References m_pHeadFootFormat, and SvtListener::StartListening().
|
inline |
Definition at line 2609 of file unotext.cxx.
References m_pHeadFootFormat.
|
inline |
Definition at line 2613 of file unotext.cxx.
References m_pHeadFootFormat.
|
inlineoverrideprotectedvirtual |
Reimplemented from SvtListener.
Definition at line 2620 of file unotext.cxx.
References SfxHint::GetId(), and m_pHeadFootFormat.
| bool SwXHeadFootText::Impl::m_bIsHeader |
Definition at line 2600 of file unotext.cxx.
| SwFrameFormat* SwXHeadFootText::Impl::m_pHeadFootFormat |
Definition at line 2599 of file unotext.cxx.
Referenced by GetHeadFootFormat(), GetHeadFootFormatOrThrow(), Impl(), and Notify().