Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/inc/
H A Dxcl97rec.hxx318 class ExcEScenarioCell class
327 ExcEScenarioCell( sal_uInt16 nC, sal_uInt16 nR, const String& rTxt );
349 inline ExcEScenarioCell* _First() { return (ExcEScenarioCell*) List::First(); } in _First()
350 inline ExcEScenarioCell* _Next() { return (ExcEScenarioCell*) List::Next(); } in _Next()
/aoo42x/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx848 ExcEScenarioCell::ExcEScenarioCell( sal_uInt16 nC, sal_uInt16 nR, const String& rTxt ) : in ExcEScenarioCell() function in ExcEScenarioCell
855 void ExcEScenarioCell::WriteAddress( XclExpStream& rStrm ) in WriteAddress()
860 void ExcEScenarioCell::WriteText( XclExpStream& rStrm ) in WriteText()
865 void ExcEScenarioCell::SaveXml( XclExpXmlStream& rStrm ) in SaveXml()
935 for( ExcEScenarioCell* pCell = _First(); pCell; pCell = _Next() ) in ~ExcEScenario()
944 ExcEScenarioCell* pCell = new ExcEScenarioCell( nCol, nRow, rTxt ); in Append()
966 ExcEScenarioCell* pCell; in SaveCont()
997 for( ExcEScenarioCell* pCell = _First(); pCell; pCell = _Next() ) in SaveXml()

Completed in 133 milliseconds