LibreOffice Module oox (master) 1
|
#include <drawingml/table/tableproperties.hxx>
#include <drawingml/table/tablestylelist.hxx>
#include <oox/drawingml/drawingmltypes.hxx>
#include <com/sun/star/table/XTable.hpp>
#include <com/sun/star/table/XMergeableCellRange.hpp>
#include <oox/core/xmlfilterbase.hxx>
#include "predefined-table-styles.cxx"
Go to the source code of this file.
Namespaces | |
namespace | oox |
namespace | oox::drawingml |
namespace | oox::drawingml::table |
Functions | |
static void | oox::drawingml::table::CreateTableRows (const uno::Reference< XTableRows > &xTableRows, const std::vector< TableRow > &rvTableRows) |
static void | oox::drawingml::table::CreateTableColumns (const Reference< XTableColumns > &xTableColumns, const std::vector< sal_Int32 > &rvTableGrid) |
static void | oox::drawingml::table::MergeCells (const uno::Reference< XTable > &xTable, sal_Int32 nCol, sal_Int32 nRow, sal_Int32 nColSpan, sal_Int32 nRowSpan) |