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

SwBoxSelection is a small helperclass (structure) to handle selections of cells (boxes) between table functions. More...

Public Member Functions

 SwBoxSelection ()
 
bool isEmpty () const
 
void push_back (const SwSelBoxes &rNew)
 

Public Attributes

std::vector< SwSelBoxesmaBoxes
 
tools::Long mnMergeWidth
 

Detailed Description

SwBoxSelection is a small helperclass (structure) to handle selections of cells (boxes) between table functions.

It contains an "array" of table boxes, a rectangulare selection of table boxes. To be more specific, it contains a vector of box selections, every box selection (SwSelBoxes) contains the selected boxes inside one row. The member mnMergeWidth contains the width of the selected boxes

Definition at line 66 of file swnewtable.cxx.

Constructor & Destructor Documentation

◆ SwBoxSelection()

SwBoxSelection::SwBoxSelection ( )
inline

Definition at line 71 of file swnewtable.cxx.

Member Function Documentation

◆ isEmpty()

bool SwBoxSelection::isEmpty ( ) const
inline

Definition at line 72 of file swnewtable.cxx.

References maBoxes.

◆ push_back()

void SwBoxSelection::push_back ( const SwSelBoxes rNew)
inline

Definition at line 73 of file swnewtable.cxx.

References maBoxes.

Member Data Documentation

◆ maBoxes

std::vector<SwSelBoxes> SwBoxSelection::maBoxes

Definition at line 69 of file swnewtable.cxx.

Referenced by isEmpty(), and push_back().

◆ mnMergeWidth

tools::Long SwBoxSelection::mnMergeWidth

Definition at line 70 of file swnewtable.cxx.


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