LibreOffice Module sw (master) 1
|
#include <tblsel.hxx>
Public Member Functions | |
SwSelUnion (const SwRect &rRect, SwTabFrame *pTab) | |
const SwRect & | GetUnion () const |
SwRect & | GetUnion () |
const SwTabFrame * | GetTable () const |
SwTabFrame * | GetTable () |
Private Attributes | |
SwRect | m_aUnion |
SwTabFrame * | m_pTable |
Definition at line 121 of file tblsel.hxx.
|
inline |
Definition at line 127 of file tblsel.hxx.
|
inline |
Definition at line 133 of file tblsel.hxx.
References m_pTable.
|
inline |
Definition at line 132 of file tblsel.hxx.
References m_pTable.
Referenced by ChkChartSel(), SwDoc::GetTabBorders(), GetTableSel(), lcl_CalcColValues(), SwDoc::SetTabBorders(), and SwDoc::SetTabLineStyle().
|
inline |
Definition at line 131 of file tblsel.hxx.
References m_aUnion.
|
inline |
Definition at line 130 of file tblsel.hxx.
References m_aUnion.
Referenced by ChkChartSel(), SwDoc::GetTabBorders(), GetTableSel(), lcl_CalcColValues(), SwDoc::SetTabBorders(), and SwDoc::SetTabLineStyle().
|
private |
Definition at line 123 of file tblsel.hxx.
Referenced by GetUnion().
|
private |
Definition at line 124 of file tblsel.hxx.
Referenced by GetTable().