|
LibreOffice Module sw (master) 1
|
The inner part SwXLineBreak, which is deleted with a locked SolarMutex. More...
Public Member Functions | |
| Impl (SwFormatLineBreak *const pLineBreak) | |
| const SwFormatLineBreak * | GetLineBreakFormat () const |
| const SwFormatLineBreak & | GetLineBreakFormatOrThrow () const |
| void | Invalidate () |
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 | |
| bool | m_bIsDescriptor |
| SwFormatLineBreak * | m_pFormatLineBreak |
| SwLineBreakClear | m_eClear |
Protected Member Functions | |
| void | Notify (const SfxHint &rHint) override |
The inner part SwXLineBreak, which is deleted with a locked SolarMutex.
Definition at line 39 of file unolinebreak.cxx.
|
inline |
Definition at line 46 of file unolinebreak.cxx.
References m_pFormatLineBreak, NONE, and SvtListener::StartListening().
| const SwFormatLineBreak * SwXLineBreak::Impl::GetLineBreakFormat | ( | ) | const |
Definition at line 67 of file unolinebreak.cxx.
References m_pFormatLineBreak.
| const SwFormatLineBreak & SwXLineBreak::Impl::GetLineBreakFormatOrThrow | ( | ) | const |
Definition at line 72 of file unolinebreak.cxx.
| void SwXLineBreak::Impl::Invalidate | ( | ) |
Definition at line 83 of file unolinebreak.cxx.
|
overrideprotectedvirtual |
Reimplemented from SvtListener.
Definition at line 89 of file unolinebreak.cxx.
References SfxHint::GetId().
| bool SwXLineBreak::Impl::m_bIsDescriptor |
Definition at line 42 of file unolinebreak.cxx.
| SwLineBreakClear SwXLineBreak::Impl::m_eClear |
Definition at line 44 of file unolinebreak.cxx.
| SwFormatLineBreak* SwXLineBreak::Impl::m_pFormatLineBreak |
Definition at line 43 of file unolinebreak.cxx.
Referenced by GetLineBreakFormat(), and Impl().