Home
last modified time | relevance | path

Searched refs:ScUndoPutCell (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx58 TYPEINIT1(ScUndoPutCell, ScSimpleUndo);
435 ScUndoPutCell::ScUndoPutCell( ScDocShell* pNewDocShell, const ScAddress& rNewPos, in ScUndoPutCell() function in ScUndoPutCell
446 __EXPORT ScUndoPutCell::~ScUndoPutCell() in ~ScUndoPutCell()
454 String __EXPORT ScUndoPutCell::GetComment() const in GetComment()
459 void ScUndoPutCell::SetChangeTrack() in SetChangeTrack()
474 void __EXPORT ScUndoPutCell::Undo() in Undo()
492 void __EXPORT ScUndoPutCell::Redo() in Redo()
508 void __EXPORT ScUndoPutCell::Repeat(SfxRepeatTarget& /* rTarget */) in Repeat()
513 sal_Bool __EXPORT ScUndoPutCell::CanRepeat(SfxRepeatTarget& /* rTarget */) const in CanRepeat()
/trunk/main/sc/source/ui/inc/
H A Dundocell.hxx134 class ScUndoPutCell: public ScSimpleUndo class
138 ScUndoPutCell( ScDocShell* pNewDocShell,
141 virtual ~ScUndoPutCell();
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx831 new ScUndoPutCell( &rDocShell, rPos, pUndoCell, pRedoCell, bHeight ) ); in PutCell()

Completed in 33 milliseconds