Home
last modified time | relevance | path

Searched refs:ExcEScenario (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sc/source/filter/inc/
H A Dxcl97rec.hxx340 class ExcEScenario : public ExcRecord, private List class
358 ExcEScenario( const XclExpRoot& rRoot, SCTAB nTab );
359 virtual ~ExcEScenario();
374 inline ExcEScenario* _First() { return (ExcEScenario*) List::First(); } in _First()
375 inline ExcEScenario* _Next() { return (ExcEScenario*) List::Next(); } in _Next()
377 inline void Append( ExcEScenario* pScen ) in Append()
/aoo41x/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx879 ExcEScenario::ExcEScenario( const XclExpRoot& rRoot, SCTAB nTab ) in ExcEScenario() function in ExcEScenario
933 ExcEScenario::~ExcEScenario() in ~ExcEScenario()
939 sal_Bool ExcEScenario::Append( sal_uInt16 nCol, sal_uInt16 nRow, const String& rTxt ) in Append()
950 void ExcEScenario::SaveCont( XclExpStream& rStrm ) in SaveCont()
975 sal_uInt16 ExcEScenario::GetNum() const in GetNum()
980 sal_Size ExcEScenario::GetLen() const in GetLen()
985 void ExcEScenario::SaveXml( XclExpXmlStream& rStrm ) in SaveXml()
1018 Append( new ExcEScenario( rRoot, nNewTab ) ); in ExcEScenarioManager()
1028 for( ExcEScenario* pScen = _First(); pScen; pScen = _Next() ) in ~ExcEScenarioManager()
1045 for( ExcEScenario* pScen = _First(); pScen; pScen = _Next() ) in Save()
[all …]

Completed in 26 milliseconds