LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwSelUnion Class Reference

#include <tblsel.hxx>

Collaboration diagram for SwSelUnion:
[legend]

Public Member Functions

 SwSelUnion (const SwRect &rRect, SwTabFrame *pTab)
 
const SwRectGetUnion () const
 
SwRectGetUnion ()
 
const SwTabFrameGetTable () const
 
SwTabFrameGetTable ()
 

Private Attributes

SwRect m_aUnion
 
SwTabFramem_pTable
 

Detailed Description

Definition at line 121 of file tblsel.hxx.

Constructor & Destructor Documentation

◆ SwSelUnion()

SwSelUnion::SwSelUnion ( const SwRect rRect,
SwTabFrame pTab 
)
inline

Definition at line 127 of file tblsel.hxx.

Member Function Documentation

◆ GetTable() [1/2]

SwTabFrame * SwSelUnion::GetTable ( )
inline

Definition at line 133 of file tblsel.hxx.

References m_pTable.

◆ GetTable() [2/2]

const SwTabFrame * SwSelUnion::GetTable ( ) const
inline

◆ GetUnion() [1/2]

SwRect & SwSelUnion::GetUnion ( )
inline

Definition at line 131 of file tblsel.hxx.

References m_aUnion.

◆ GetUnion() [2/2]

const SwRect & SwSelUnion::GetUnion ( ) const
inline

Member Data Documentation

◆ m_aUnion

SwRect SwSelUnion::m_aUnion
private

Definition at line 123 of file tblsel.hxx.

Referenced by GetUnion().

◆ m_pTable

SwTabFrame* SwSelUnion::m_pTable
private

Definition at line 124 of file tblsel.hxx.

Referenced by GetTable().


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