LibreOffice Module sc (master) 1
|
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... | |
Extended settings for the document, used in import/export filters.
Definition at line 27 of file scextopt.hxx.
|
explicit |
Definition at line 28 of file scextopt.cxx.
OUString ScExtDocSettings::maGlobCodeName |
Global codename (VBA module name).
Definition at line 29 of file scextopt.hxx.
Referenced by ExcTable::FillAsHeaderBinary(), and XclImpRoot::ReadCodeName().
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().
SCTAB ScExtDocSettings::mnDisplTab |
Index of displayed sheet.
Definition at line 32 of file scextopt.hxx.
Referenced by ExcScenario::Apply(), XclImpDocViewSettings::Finalize(), ImportExcel::PostDocLoad(), ScViewData::ReadExtOptions(), ScViewData::WriteExtOptions(), and XclExpTabInfo::XclExpTabInfo().
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().