LibreOffice Module sw (master) 1
Classes | Typedefs | Functions
swtable.hxx File Reference
#include <tools/ref.hxx>
#include "tblenum.hxx"
#include "swtypes.hxx"
#include "calbck.hxx"
#include "swrect.hxx"
#include "swtblfmt.hxx"
#include "docary.hxx"
#include "nodeoffset.hxx"
#include <memory>
#include <vector>
#include <algorithm>
#include <o3tl/sorted_vector.hxx>
#include <optional>
Include dependency graph for swtable.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SwTableLines
 
class  SwTableSortBoxes
 
class  SwTable
 SwTable is one table in the document model, containing rows (which contain cells). More...
 
class  SwTableLine
 SwTableLine is one table row in the document model. More...
 
class  SwTableBox
 SwTableBox is one table cell in the document model. More...
 
class  SwTableCellInfo
 

Typedefs

using SwTableBoxes = std::vector< SwTableBox * >
 

Functions

void sw_GetTableBoxColStr (sal_uInt16 nCol, OUString &rNm)
 

Typedef Documentation

◆ SwTableBoxes

using SwTableBoxes = std::vector<SwTableBox*>

Definition at line 105 of file swtable.hxx.

Function Documentation

◆ sw_GetTableBoxColStr()

void sw_GetTableBoxColStr ( sal_uInt16  nCol,
OUString &  rNm 
)