LibreOffice Module sc (master) 1
Classes | Variables
xecontent.cxx File Reference
#include <memory>
#include <utility>
#include <xecontent.hxx>
#include <vector>
#include <algorithm>
#include <string_view>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/sheet/XAreaLinks.hpp>
#include <com/sun/star/sheet/XAreaLink.hpp>
#include <com/sun/star/sheet/TableValidationVisibility.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <sfx2/objsh.hxx>
#include <tools/urlobj.hxx>
#include <formula/grammar.hxx>
#include <scitems.hxx>
#include <editeng/flditem.hxx>
#include <document.hxx>
#include <validat.hxx>
#include <unonames.hxx>
#include <convuno.hxx>
#include <rangenam.hxx>
#include <tokenarray.hxx>
#include <stlpool.hxx>
#include <patattr.hxx>
#include <fapihelper.hxx>
#include <xehelper.hxx>
#include <xestyle.hxx>
#include <xename.hxx>
#include <xlcontent.hxx>
#include <xltools.hxx>
#include <xeformula.hxx>
#include <rtl/uuid.h>
#include <sal/log.hxx>
#include <oox/export/utils.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/relationship.hxx>
#include <comphelper/string.hxx>
#include <o3tl/string_view.hxx>
Include dependency graph for xecontent.cxx:

Go to the source code of this file.

Classes

class  XclExpSstImpl
 Implementation of the SST export. More...
 
class  XclExpCFImpl
 Represents a CF record that contains one condition of a conditional format. More...
 

Variables

const sal_uInt32 EXC_SST_HASHTABLE_SIZE = 2048
 

Variable Documentation

◆ EXC_SST_HASHTABLE_SIZE

const sal_uInt32 EXC_SST_HASHTABLE_SIZE = 2048

Definition at line 116 of file xecontent.cxx.

Referenced by XclExpSstImpl::Insert().