LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
SwXLineBreak::Impl Class Reference

The inner part SwXLineBreak, which is deleted with a locked SolarMutex. More...

Inheritance diagram for SwXLineBreak::Impl:
[legend]
Collaboration diagram for SwXLineBreak::Impl:
[legend]

Public Member Functions

 Impl (SwFormatLineBreak *const pLineBreak)
 
const SwFormatLineBreakGetLineBreakFormat () const
 
const SwFormatLineBreakGetLineBreakFormatOrThrow () 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
 
SwFormatLineBreakm_pFormatLineBreak
 
SwLineBreakClear m_eClear
 

Protected Member Functions

void Notify (const SfxHint &rHint) override
 

Detailed Description

The inner part SwXLineBreak, which is deleted with a locked SolarMutex.

Definition at line 39 of file unolinebreak.cxx.

Constructor & Destructor Documentation

◆ Impl()

SwXLineBreak::Impl::Impl ( SwFormatLineBreak *const  pLineBreak)
inline

Definition at line 46 of file unolinebreak.cxx.

References m_pFormatLineBreak, NONE, and SvtListener::StartListening().

Member Function Documentation

◆ GetLineBreakFormat()

const SwFormatLineBreak * SwXLineBreak::Impl::GetLineBreakFormat ( ) const

Definition at line 67 of file unolinebreak.cxx.

References m_pFormatLineBreak.

◆ GetLineBreakFormatOrThrow()

const SwFormatLineBreak & SwXLineBreak::Impl::GetLineBreakFormatOrThrow ( ) const

Definition at line 72 of file unolinebreak.cxx.

◆ Invalidate()

void SwXLineBreak::Impl::Invalidate ( )

Definition at line 83 of file unolinebreak.cxx.

◆ Notify()

void SwXLineBreak::Impl::Notify ( const SfxHint rHint)
overrideprotectedvirtual

Reimplemented from SvtListener.

Definition at line 89 of file unolinebreak.cxx.

References SfxHint::GetId().

Member Data Documentation

◆ m_bIsDescriptor

bool SwXLineBreak::Impl::m_bIsDescriptor

Definition at line 42 of file unolinebreak.cxx.

◆ m_eClear

SwLineBreakClear SwXLineBreak::Impl::m_eClear

Definition at line 44 of file unolinebreak.cxx.

◆ m_pFormatLineBreak

SwFormatLineBreak* SwXLineBreak::Impl::m_pFormatLineBreak

Definition at line 43 of file unolinebreak.cxx.

Referenced by GetLineBreakFormat(), and Impl().


The documentation for this class was generated from the following file: