LibreOffice Module sc (master) 1
|
#include <excscen.hxx>
Public Member Functions | |
ExcScenario (XclImpStream &rIn, const RootData &rRoot) | |
void | Apply (const XclImpRoot &rRoot, const bool bLast) |
Private Attributes | |
OUString | aName |
OUString | aComment |
sal_uInt8 | nProtected |
const sal_uInt16 | nTab |
std::vector< ExcScenarioCell > | aEntries |
Definition at line 45 of file excscen.hxx.
ExcScenario::ExcScenario | ( | XclImpStream & | rIn, |
const RootData & | rRoot | ||
) |
Definition at line 152 of file exctools.cxx.
References aComment, aEntries, aName, XclImpStream::Ignore(), n, nProtected, XclImpStream::ReaduInt16(), XclImpStream::ReaduInt8(), and XclImpStream::ReadUniString().
void ExcScenario::Apply | ( | const XclImpRoot & | rRoot, |
const bool | bLast | ||
) |
Definition at line 195 of file exctools.cxx.
References aComment, aEntries, aName, ScDocument::ApplyFlagsTab(), COL_LIGHTGRAY(), CopyAll, XclRoot::GetDoc(), ScExtDocOptions::GetDocSettings(), XclRoot::GetExtDocOptions(), XclImpRoot::GetTabInfo(), XclImpTabInfo::InsertScTab(), ScDocument::InsertTab(), MAXTAB, ScExtDocSettings::mnDisplTab, NONE, nProtected, nTab, Protected, Scenario, ScDocument::SetActiveScenario(), ScDocument::SetScenario(), ScDocument::SetScenarioData(), and ScDocument::SetString().
|
private |
Definition at line 54 of file excscen.hxx.
Referenced by Apply(), and ExcScenario().
|
private |
Definition at line 57 of file excscen.hxx.
Referenced by Apply(), and ExcScenario().
|
private |
Definition at line 53 of file excscen.hxx.
Referenced by Apply(), and ExcScenario().
|
private |
Definition at line 55 of file excscen.hxx.
Referenced by Apply(), and ExcScenario().
|
private |
Definition at line 56 of file excscen.hxx.
Referenced by Apply().