Searched refs:ExcEScenarioCell (Results 1 – 2 of 2) sorted by relevance
318 class ExcEScenarioCell class327 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()
848 ExcEScenarioCell::ExcEScenarioCell( sal_uInt16 nC, sal_uInt16 nR, const String& rTxt ) : in ExcEScenarioCell() function in ExcEScenarioCell855 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 20 milliseconds