LibreOffice Module svx (master) 1
Namespaces | Typedefs | Functions | Variables
tablelayouter.cxx File Reference
#include <com/sun/star/table/XMergeableCell.hpp>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <tools/gen.hxx>
#include <libxml/xmlwriter.h>
#include <cell.hxx>
#include <o3tl/safeint.hxx>
#include <tablemodel.hxx>
#include "tablelayouter.hxx"
#include <svx/svdotable.hxx>
#include <editeng/borderline.hxx>
#include <editeng/boxitem.hxx>
#include <utility>
Include dependency graph for tablelayouter.cxx:

Go to the source code of this file.

Namespaces

namespace  sdr
 
namespace  sdr::table
 

Typedefs

typedef std::vector< CellRef > sdr::table::MergeableCellVector
 
typedef std::vector< MergeableCellVector > sdr::table::MergeVector
 

Functions

constexpr OUStringLiteral sdr::table::gsSize (u"Size")
 
static bool sdr::table::checkMergeOrigin (const TableModelRef &xTable, sal_Int32 nMergedX, sal_Int32 nMergedY, sal_Int32 nCellX, sal_Int32 nCellY, bool &bRunning)
 
bool sdr::table::findMergeOrigin (const TableModelRef &xTable, sal_Int32 nMergedX, sal_Int32 nMergedY, sal_Int32 &rOriginX, sal_Int32 &rOriginY)
 returns true if the cell(nMergedX,nMergedY) is merged with other cells. More...
 

Variables

static SvxBorderLine sdr::table::gEmptyBorder