LibreOffice Module sc (master) 1
Functions
xetable.cxx File Reference
#include <xetable.hxx>
#include <map>
#include <numeric>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <scitems.hxx>
#include <svl/intitem.hxx>
#include <svl/numformat.hxx>
#include <svl/stritem.hxx>
#include <tools/UnitConversion.hxx>
#include <editeng/flditem.hxx>
#include <document.hxx>
#include <dociter.hxx>
#include <olinetab.hxx>
#include <formulacell.hxx>
#include <patattr.hxx>
#include <attrib.hxx>
#include <xehelper.hxx>
#include <xecontent.hxx>
#include <xeescher.hxx>
#include <xeextlst.hxx>
#include <xeformula.hxx>
#include <xlcontent.hxx>
#include <xltools.hxx>
#include <tokenarray.hxx>
#include <formula/errorcodes.hxx>
#include <comphelper/threadpool.hxx>
#include <oox/token/tokens.hxx>
#include <oox/export/utils.hxx>
Include dependency graph for xetable.cxx:

Go to the source code of this file.

Functions

static OString lcl_GetStyleId (const XclExpXmlStream &rStrm, sal_uInt32 nXFIndex)
 
static OString lcl_GetStyleId (const XclExpXmlStream &rStrm, const XclExpCellBase &rCell)
 
static bool operator< (const XclExpDefaultRowData &rLeft, const XclExpDefaultRowData &rRight)
 
static size_t findFirstAllSameUntilEnd (const ScfUInt16Vec &rIndexes, sal_uInt16 value, size_t searchStart=std::numeric_limits< size_t >::max())
 

Function Documentation

◆ findFirstAllSameUntilEnd()

static size_t findFirstAllSameUntilEnd ( const ScfUInt16Vec rIndexes,
sal_uInt16  value,
size_t  searchStart = std::numeric_limits<size_t>::max() 
)
static

Definition at line 1903 of file xetable.cxx.

References i, and value.

Referenced by XclExpCellTable::Finalize(), and XclExpRow::Finalize().

◆ lcl_GetStyleId() [1/2]

static OString lcl_GetStyleId ( const XclExpXmlStream rStrm,
const XclExpCellBase rCell 
)
static

Definition at line 637 of file xetable.cxx.

References XclExpCellBase::GetFirstXFId(), lcl_GetStyleId(), and rStrm.

◆ lcl_GetStyleId() [2/2]

static OString lcl_GetStyleId ( const XclExpXmlStream rStrm,
sal_uInt32  nXFIndex 
)
static

◆ operator<()

static bool operator< ( const XclExpDefaultRowData rLeft,
const XclExpDefaultRowData rRight 
)
static

Definition at line 1843 of file xetable.cxx.

References XclExpDefaultRowData::mnFlags, and XclExpDefaultRowData::mnHeight.