LibreOffice Module sc (master) 1
|
#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>
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()) |
|
static |
Definition at line 1903 of file xetable.cxx.
Referenced by XclExpCellTable::Finalize(), and XclExpRow::Finalize().
|
static |
Definition at line 637 of file xetable.cxx.
References XclExpCellBase::GetFirstXFId(), lcl_GetStyleId(), and rStrm.
|
static |
Definition at line 631 of file xetable.cxx.
References rStrm.
Referenced by lcl_GetStyleId(), XclExpNumberCell::SaveXml(), XclExpBooleanCell::SaveXml(), XclExpLabelCell::SaveXml(), XclExpFormulaCell::SaveXml(), XclExpColinfo::SaveXml(), XclExpRow::SaveXml(), XclExpBlankCell::WriteXmlContents(), and XclExpRkCell::WriteXmlContents().
|
static |
Definition at line 1843 of file xetable.cxx.
References XclExpDefaultRowData::mnFlags, and XclExpDefaultRowData::mnHeight.