20 #ifndef INCLUDED_SC_SOURCE_FILTER_INC_EXCSCEN_HXX
21 #define INCLUDED_SC_SOURCE_FILTER_INC_EXCSCEN_HXX
25 #include <rtl/ustring.hxx>
41 void SetValue(
const OUString& rVal ) { aValue = rVal; }
68 std::vector< std::unique_ptr<ExcScenario> >
aEntries;
void SetValue(const OUString &rVal)
const OUString & GetValue() const
ExcScenario(XclImpStream &rIn, const RootData &rRoot)
std::vector< std::unique_ptr< ExcScenario > > aEntries
std::vector< ExcScenarioCell > aEntries
ExcScenarioCell(const sal_uInt16 nC, const sal_uInt16 nR)
void Apply(const XclImpRoot &rRoot, const bool bLast)
void Apply(const XclImpRoot &rRoot)
This class is used to import record oriented streams.
Access to global data from other classes.