LibreOffice Module sc (master)
1
|
#include <excscen.hxx>
Public Member Functions | |
ExcScenarioList () | |
void | Apply (const XclImpRoot &rRoot) |
Public Attributes | |
sal_uInt16 | nLastScenario |
std::vector< std::unique_ptr< ExcScenario > > | aEntries |
Definition at line 61 of file excscen.hxx.
|
inline |
Definition at line 63 of file excscen.hxx.
void ExcScenarioList::Apply | ( | const XclImpRoot & | rRoot | ) |
Definition at line 238 of file exctools.cxx.
References aEntries, n, and nLastScenario.
Referenced by ImportExcel8::PostDocLoad().
std::vector< std::unique_ptr<ExcScenario> > ExcScenarioList::aEntries |
Definition at line 68 of file excscen.hxx.
Referenced by Apply(), ImportExcel8::PostDocLoad(), and ImportExcel8::Scenario().
sal_uInt16 ExcScenarioList::nLastScenario |
Definition at line 67 of file excscen.hxx.
Referenced by Apply(), and ImportExcel8::Scenman().