LibreOffice Module sc (master) 1
Functions
excdoc.cxx File Reference
#include <sfx2/objsh.hxx>
#include <rtl/ustring.hxx>
#include <document.hxx>
#include <scextopt.hxx>
#include <docoptio.hxx>
#include <tabprotection.hxx>
#include <postit.hxx>
#include <root.hxx>
#include <excdoc.hxx>
#include <xeextlst.hxx>
#include <biffhelper.hxx>
#include <xcl97rec.hxx>
#include <xetable.hxx>
#include <xelink.hxx>
#include <xepage.hxx>
#include <xeview.hxx>
#include <xecontent.hxx>
#include <xeescher.hxx>
#include <xepivot.hxx>
#include <export/SparklineExt.hxx>
#include <XclExpChangeTrack.hxx>
#include <xepivotxml.hxx>
#include <xedbdata.hxx>
#include <xlcontent.hxx>
#include <xlname.hxx>
#include <xllink.hxx>
#include <xltools.hxx>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <o3tl/safeint.hxx>
#include <oox/token/tokens.hxx>
#include <oox/token/namespaces.hxx>
#include <oox/token/relationship.hxx>
#include <oox/export/ThemeExport.hxx>
#include <docmodel/theme/Theme.hxx>
#include <svx/svdpage.hxx>
#include <memory>
Include dependency graph for excdoc.cxx:

Go to the source code of this file.

Functions

static OUString lcl_GetVbaTabName (SCTAB n)
 
static void lcl_AddBookviews (XclExpRecordList<> &aRecList, const ExcTable &self)
 
static void lcl_AddCalcPr (XclExpRecordList<> &aRecList, const ExcTable &self)
 
static void lcl_AddWorkbookProtection (XclExpRecordList<> &aRecList, const ExcTable &self)
 
static void lcl_AddScenariosAndFilters (XclExpRecordList<> &aRecList, const XclExpRoot &rRoot, SCTAB nScTab)
 

Function Documentation

◆ lcl_AddBookviews()

static void lcl_AddBookviews ( XclExpRecordList<> &  aRecList,
const ExcTable self 
)
static

◆ lcl_AddCalcPr()

static void lcl_AddCalcPr ( XclExpRecordList<> &  aRecList,
const ExcTable self 
)
static

◆ lcl_AddScenariosAndFilters()

static void lcl_AddScenariosAndFilters ( XclExpRecordList<> &  aRecList,
const XclExpRoot rRoot,
SCTAB  nScTab 
)
static

◆ lcl_AddWorkbookProtection()

static void lcl_AddWorkbookProtection ( XclExpRecordList<> &  aRecList,
const ExcTable self 
)
static

◆ lcl_GetVbaTabName()

static OUString lcl_GetVbaTabName ( SCTAB  n)
static

Definition at line 64 of file excdoc.cxx.

References n.

Referenced by ExcTable::FillAsHeaderBinary(), and ExcTable::FillAsHeaderXml().