LibreOffice Module sw (master) 1
|
#include <ww8par2.hxx>
Public Member Functions | |
WW8SelBoxInfo (short nXCenter, short nWidth) | |
size_t | size () const |
size_t | rowsCount () const |
const std::vector< SwTableBox * > & | row (size_t nIndex) |
void | push_back (SwTableBox *pBox) |
Public Attributes | |
short | m_nGroupXStart |
short | m_nGroupWidth |
bool | m_bGroupLocked |
Private Member Functions | |
WW8SelBoxInfo (WW8SelBoxInfo const &)=delete | |
WW8SelBoxInfo & | operator= (WW8SelBoxInfo const &)=delete |
Private Attributes | |
std::vector< std::vector< SwTableBox * > > | m_vRows |
Definition at line 157 of file ww8par2.hxx.
|
privatedelete |
|
inline |
Definition at line 170 of file ww8par2.hxx.
|
privatedelete |
|
inline |
Definition at line 186 of file ww8par2.hxx.
References SwTableBox::GetUpper(), and m_vRows.
Referenced by WW8TabDesc::UpdateTableMergeGroup().
|
inline |
Definition at line 184 of file ww8par2.hxx.
|
inline |
Definition at line 182 of file ww8par2.hxx.
References m_vRows.
|
inline |
Definition at line 174 of file ww8par2.hxx.
References m_vRows.
bool WW8SelBoxInfo::m_bGroupLocked |
Definition at line 168 of file ww8par2.hxx.
Referenced by WW8TabDesc::FindMergeGroup().
short WW8SelBoxInfo::m_nGroupWidth |
Definition at line 167 of file ww8par2.hxx.
Referenced by WW8TabDesc::FindMergeGroup(), and WW8TabDesc::MergeCells().
short WW8SelBoxInfo::m_nGroupXStart |
Definition at line 166 of file ww8par2.hxx.
Referenced by WW8TabDesc::FindMergeGroup().
|
private |
Definition at line 160 of file ww8par2.hxx.
Referenced by push_back(), row(), rowsCount(), and size().