Searched refs:ScUndoChartData (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 70 TYPEINIT1(ScUndoChartData, ScSimpleUndo); 2112 void ScUndoChartData::Init() in Init() 2119 ScUndoChartData::ScUndoChartData( ScDocShell* pNewDocShell, const String& rName, in ScUndoChartData() function in ScUndoChartData 2134 ScUndoChartData::ScUndoChartData( ScDocShell* pNewDocShell, const String& rName, in ScUndoChartData() function in ScUndoChartData 2147 __EXPORT ScUndoChartData::~ScUndoChartData() in ~ScUndoChartData() 2151 String __EXPORT ScUndoChartData::GetComment() const in GetComment() 2156 void __EXPORT ScUndoChartData::Undo() in Undo() 2166 void __EXPORT ScUndoChartData::Redo() in Redo() 2176 void __EXPORT ScUndoChartData::Repeat(SfxRepeatTarget& /* rTarget */) in Repeat() 2180 sal_Bool __EXPORT ScUndoChartData::CanRepeat(SfxRepeatTarget& /* rTarget */) const in CanRepeat()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | undodat.hxx | 494 class ScUndoChartData: public ScSimpleUndo class 498 ScUndoChartData( ScDocShell* pNewDocShell, 501 ScUndoChartData( ScDocShell* pNewDocShell, 504 virtual ~ScUndoChartData();
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh4.cxx | 382 new ScUndoChartData( this, aChartName, aRangeListRef, in Execute() 394 new ScUndoChartData( this, aChartName, aNewRange, in Execute()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | chartuno.cxx | 562 new ScUndoChartData( pDocShell, aChartName, rRanges, bColHeaders, bRowHeaders, sal_False ) ); in Update_Impl()
|
Completed in 46 milliseconds