LibreOffice Module sw (master) 1
Public Member Functions | Static Public Member Functions | Public Attributes | Private Attributes | List of all members
SwXTextTable::Impl Class Reference
Inheritance diagram for SwXTextTable::Impl:
[legend]
Collaboration diagram for SwXTextTable::Impl:
[legend]

Public Member Functions

 Impl (SwFrameFormat *const pFrameFormat)
 
SwFrameFormatGetFrameFormat ()
 
void SetFrameFormat (SwFrameFormat &rFrameFormat)
 
bool IsDescriptor () const
 
sal_uInt16 GetRowCount ()
 
sal_uInt16 GetColumnCount ()
 
virtual void Notify (const SfxHint &) override
 
- 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
 

Static Public Member Functions

static std::pair< sal_uInt16, sal_uInt16 > ThrowIfComplex (SwXTextTable &rThis)
 

Public Attributes

unotools::WeakReference< SwXTextTablem_wThis
 
std::mutex m_Mutex
 
::comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > m_EventListeners
 
::comphelper::OInterfaceContainerHelper4< chart::XChartDataChangeEventListener > m_ChartListeners
 
const SfxItemPropertySetm_pPropSet
 
css::uno::WeakReference< css::table::XTableRows > m_xRows
 
css::uno::WeakReference< css::table::XTableColumns > m_xColumns
 
bool m_bFirstRowAsLabel
 
bool m_bFirstColumnAsLabel
 
std::unique_ptr< SwTableProperties_Impl > m_pTableProps
 
OUString m_sTableName
 
unsigned short m_nRows
 
unsigned short m_nColumns
 

Private Attributes

SwFrameFormatm_pFrameFormat
 

Detailed Description

Definition at line 1870 of file unotbl.cxx.

Constructor & Destructor Documentation

◆ Impl()

SwXTextTable::Impl::Impl ( SwFrameFormat *const  pFrameFormat)
inlineexplicit

Definition at line 1896 of file unotbl.cxx.

References m_pFrameFormat, and SvtListener::StartListening().

Member Function Documentation

◆ GetColumnCount()

sal_uInt16 SwXTextTable::Impl::GetColumnCount ( )

◆ GetFrameFormat()

SwFrameFormat * SwXTextTable::Impl::GetFrameFormat ( )
inline

Definition at line 1909 of file unotbl.cxx.

References m_pFrameFormat.

Referenced by GetRowCount().

◆ GetRowCount()

sal_uInt16 SwXTextTable::Impl::GetRowCount ( )

◆ IsDescriptor()

bool SwXTextTable::Impl::IsDescriptor ( ) const
inline

Definition at line 1917 of file unotbl.cxx.

References m_pTableProps.

◆ Notify()

void SwXTextTable::Impl::Notify ( const SfxHint rHint)
overridevirtual

Reimplemented from SvtListener.

Definition at line 3035 of file unotbl.cxx.

References SfxHint::GetId().

◆ SetFrameFormat()

void SwXTextTable::Impl::SetFrameFormat ( SwFrameFormat rFrameFormat)
inline

◆ ThrowIfComplex()

static std::pair< sal_uInt16, sal_uInt16 > SwXTextTable::Impl::ThrowIfComplex ( SwXTextTable rThis)
inlinestatic

Member Data Documentation

◆ m_bFirstColumnAsLabel

bool SwXTextTable::Impl::m_bFirstColumnAsLabel

Definition at line 1888 of file unotbl.cxx.

◆ m_bFirstRowAsLabel

bool SwXTextTable::Impl::m_bFirstRowAsLabel

Definition at line 1887 of file unotbl.cxx.

◆ m_ChartListeners

::comphelper::OInterfaceContainerHelper4<chart::XChartDataChangeEventListener> SwXTextTable::Impl::m_ChartListeners

Definition at line 1880 of file unotbl.cxx.

◆ m_EventListeners

::comphelper::OInterfaceContainerHelper4<css::lang::XEventListener> SwXTextTable::Impl::m_EventListeners

Definition at line 1879 of file unotbl.cxx.

◆ m_Mutex

std::mutex SwXTextTable::Impl::m_Mutex

Definition at line 1878 of file unotbl.cxx.

◆ m_nColumns

unsigned short SwXTextTable::Impl::m_nColumns

Definition at line 1894 of file unotbl.cxx.

◆ m_nRows

unsigned short SwXTextTable::Impl::m_nRows

Definition at line 1893 of file unotbl.cxx.

◆ m_pFrameFormat

SwFrameFormat* SwXTextTable::Impl::m_pFrameFormat
private

Definition at line 1874 of file unotbl.cxx.

Referenced by GetFrameFormat(), Impl(), and SetFrameFormat().

◆ m_pPropSet

const SfxItemPropertySet* SwXTextTable::Impl::m_pPropSet

Definition at line 1882 of file unotbl.cxx.

◆ m_pTableProps

std::unique_ptr<SwTableProperties_Impl> SwXTextTable::Impl::m_pTableProps

Definition at line 1891 of file unotbl.cxx.

Referenced by IsDescriptor().

◆ m_sTableName

OUString SwXTextTable::Impl::m_sTableName

Definition at line 1892 of file unotbl.cxx.

◆ m_wThis

unotools::WeakReference<SwXTextTable> SwXTextTable::Impl::m_wThis

Definition at line 1877 of file unotbl.cxx.

◆ m_xColumns

css::uno::WeakReference<css::table::XTableColumns> SwXTextTable::Impl::m_xColumns

Definition at line 1885 of file unotbl.cxx.

◆ m_xRows

css::uno::WeakReference<css::table::XTableRows> SwXTextTable::Impl::m_xRows

Definition at line 1884 of file unotbl.cxx.


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