LibreOffice Module sw (master) 1
|
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< SwSelBoxes > | maBoxes |
tools::Long | mnMergeWidth |
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.
|
inline |
Definition at line 71 of file swnewtable.cxx.
|
inline |
Definition at line 72 of file swnewtable.cxx.
References maBoxes.
|
inline |
Definition at line 73 of file swnewtable.cxx.
References maBoxes.
std::vector<SwSelBoxes> SwBoxSelection::maBoxes |
Definition at line 69 of file swnewtable.cxx.
Referenced by isEmpty(), and push_back().
tools::Long SwBoxSelection::mnMergeWidth |
Definition at line 70 of file swnewtable.cxx.