LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScExtDocSettings Struct Reference

Extended settings for the document, used in import/export filters. More...

#include <scextopt.hxx>

Public Member Functions

 ScExtDocSettings ()
 

Public Attributes

OUString maGlobCodeName
 Global codename (VBA module name). More...
 
double mfTabBarWidth
 Width of the tabbar, relative to frame window width (0.0 ... 1.0). More...
 
sal_uInt32 mnLinkCnt
 Recursive counter for loading external documents. More...
 
SCTAB mnDisplTab
 Index of displayed sheet. More...
 

Detailed Description

Extended settings for the document, used in import/export filters.

Definition at line 27 of file scextopt.hxx.

Constructor & Destructor Documentation

◆ ScExtDocSettings()

ScExtDocSettings::ScExtDocSettings ( )
explicit

Definition at line 28 of file scextopt.cxx.

Member Data Documentation

◆ maGlobCodeName

OUString ScExtDocSettings::maGlobCodeName

Global codename (VBA module name).

Definition at line 29 of file scextopt.hxx.

Referenced by ExcTable::FillAsHeaderBinary(), and XclImpRoot::ReadCodeName().

◆ mfTabBarWidth

double ScExtDocSettings::mfTabBarWidth

Width of the tabbar, relative to frame window width (0.0 ... 1.0).

Definition at line 30 of file scextopt.hxx.

Referenced by XclImpDocViewSettings::Finalize(), ScViewData::ReadExtOptions(), ScViewData::WriteExtOptions(), and XclExpWindow1::XclExpWindow1().

◆ mnDisplTab

SCTAB ScExtDocSettings::mnDisplTab

◆ mnLinkCnt

sal_uInt32 ScExtDocSettings::mnLinkCnt

Recursive counter for loading external documents.

Definition at line 31 of file scextopt.hxx.

Referenced by ExtSheetBuffer::GetScTabIndex(), ScExternalRefManager::loadSrcDocument(), and ScDocumentLoader::ScDocumentLoader().


The documentation for this struct was generated from the following files: