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

#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
 
WW8SelBoxInfooperator= (WW8SelBoxInfo const &)=delete
 

Private Attributes

std::vector< std::vector< SwTableBox * > > m_vRows
 

Detailed Description

Definition at line 157 of file ww8par2.hxx.

Constructor & Destructor Documentation

◆ WW8SelBoxInfo() [1/2]

WW8SelBoxInfo::WW8SelBoxInfo ( WW8SelBoxInfo const &  )
privatedelete

◆ WW8SelBoxInfo() [2/2]

WW8SelBoxInfo::WW8SelBoxInfo ( short  nXCenter,
short  nWidth 
)
inline

Definition at line 170 of file ww8par2.hxx.

Member Function Documentation

◆ operator=()

WW8SelBoxInfo & WW8SelBoxInfo::operator= ( WW8SelBoxInfo const &  )
privatedelete

◆ push_back()

void WW8SelBoxInfo::push_back ( SwTableBox pBox)
inline

Definition at line 186 of file ww8par2.hxx.

References SwTableBox::GetUpper(), and m_vRows.

Referenced by WW8TabDesc::UpdateTableMergeGroup().

◆ row()

const std::vector< SwTableBox * > & WW8SelBoxInfo::row ( size_t  nIndex)
inline

Definition at line 184 of file ww8par2.hxx.

References m_vRows, and nIndex.

◆ rowsCount()

size_t WW8SelBoxInfo::rowsCount ( ) const
inline

Definition at line 182 of file ww8par2.hxx.

References m_vRows.

◆ size()

size_t WW8SelBoxInfo::size ( ) const
inline

Definition at line 174 of file ww8par2.hxx.

References m_vRows.

Member Data Documentation

◆ m_bGroupLocked

bool WW8SelBoxInfo::m_bGroupLocked

Definition at line 168 of file ww8par2.hxx.

Referenced by WW8TabDesc::FindMergeGroup().

◆ m_nGroupWidth

short WW8SelBoxInfo::m_nGroupWidth

Definition at line 167 of file ww8par2.hxx.

Referenced by WW8TabDesc::FindMergeGroup(), and WW8TabDesc::MergeCells().

◆ m_nGroupXStart

short WW8SelBoxInfo::m_nGroupXStart

Definition at line 166 of file ww8par2.hxx.

Referenced by WW8TabDesc::FindMergeGroup().

◆ m_vRows

std::vector<std::vector<SwTableBox*> > WW8SelBoxInfo::m_vRows
private

Definition at line 160 of file ww8par2.hxx.

Referenced by push_back(), row(), rowsCount(), and size().


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