LibreOffice Module sc (master) 1
|
#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>
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) |
|
static |
Definition at line 70 of file excdoc.cxx.
References XclExpRecordList< RecType >::AppendNewRecord(), and XclExpRoot::GetRoot().
Referenced by ExcTable::FillAsHeaderBinary(), and ExcTable::FillAsHeaderXml().
|
static |
Definition at line 77 of file excdoc.cxx.
References XclExpRecordList< RecType >::AppendNewRecord(), oox::xls::BIFF_ID_SAVERECALC, and XclRoot::GetDoc().
Referenced by ExcTable::FillAsHeaderXml(), and ExcTable::FillAsTableBinary().
|
static |
Definition at line 108 of file excdoc.cxx.
References XclExpRecordList< RecType >::AppendNewRecord(), XclExpRecordList< RecType >::AppendRecord(), XclExpFilterManager::CreateRecord(), and XclExpRoot::GetFilterManager().
Referenced by ExcTable::FillAsTableBinary(), and ExcTable::FillAsTableXml().
|
static |
Definition at line 93 of file excdoc.cxx.
References XclExpRecordList< RecType >::AppendNewRecord(), XclRoot::GetDoc(), ScDocument::GetDocProtection(), ScDocProtection::getPasswordHash(), ScDocProtection::isOptionEnabled(), ScDocProtection::isProtected(), PASSHASH_XL, ScDocProtection::STRUCTURE, and ScDocProtection::WINDOWS.
Referenced by ExcTable::FillAsHeaderBinary(), and ExcTable::FillAsHeaderXml().
|
static |
Definition at line 64 of file excdoc.cxx.
References n.
Referenced by ExcTable::FillAsHeaderBinary(), and ExcTable::FillAsHeaderXml().