LibreOffice Module sw (master) 1
|
#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>
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) |
using SwTableBoxes = std::vector<SwTableBox*> |
Definition at line 105 of file swtable.hxx.
void sw_GetTableBoxColStr | ( | sal_uInt16 | nCol, |
OUString & | rNm | ||
) |
Definition at line 2146 of file swtable.cxx.
Referenced by SwXMLExport::ExportTableLinesAutoStyles(), SwTableBox::GetName(), lcl_xmltble_appendBoxPrefix(), and sw_GetCellName().