LibreOffice Module reportdesign (master) 1
Namespaces | Macros | Functions
xmlTable.cxx File Reference
#include "xmlTable.hxx"
#include "xmlfilter.hxx"
#include <o3tl/safeint.hxx>
#include <utility>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmlstyle.hxx>
#include <xmloff/prstylei.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/ProgressBarHelper.hxx>
#include <RptDef.hxx>
#include "xmlHelper.hxx"
#include "xmlEnums.hxx"
#include "xmlColumn.hxx"
#include <com/sun/star/report/ForceNewPage.hpp>
#include "xmlCondPrtExpr.hxx"
#include <strings.hxx>
#include <com/sun/star/report/XShape.hpp>
#include <com/sun/star/report/XFixedLine.hpp>
#include <osl/diagnose.h>
#include <comphelper/diagnose_ex.hxx>
#include <numeric>
Include dependency graph for xmlTable.cxx:

Go to the source code of this file.

Namespaces

namespace  rptxml
 

Macros

#define MIN_WIDTH   80
 
#define MIN_HEIGHT   20
 

Functions

static sal_Int16 rptxml::lcl_getForceNewPageOption (std::string_view _sValue)
 

Macro Definition Documentation

◆ MIN_HEIGHT

#define MIN_HEIGHT   20

Definition at line 44 of file xmlTable.cxx.

◆ MIN_WIDTH

#define MIN_WIDTH   80

Definition at line 43 of file xmlTable.cxx.