LibreOffice Module svx (master) 1
Classes | Namespaces | Typedefs | Functions
tablelayouter.hxx File Reference
#include <sal/types.h>
#include <basegfx/range/b2irectangle.hxx>
#include <basegfx/tuple/b2ituple.hxx>
#include <o3tl/safeint.hxx>
#include <vector>
#include <svx/svdotable.hxx>
#include <celltypes.hxx>
Include dependency graph for tablelayouter.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sdr::table::EdgeInfo
 
class  sdr::table::TableLayouter
 
struct  sdr::table::TableLayouter::Layout
 

Namespaces

namespace  tools
 
namespace  editeng
 
namespace  sdr
 
namespace  sdr::table
 

Typedefs

typedef std::vector< editeng::SvxBorderLine * > sdr::table::BorderLineVector
 
typedef std::vector< BorderLineVector > sdr::table::BorderLineMap
 

Functions

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...