Searched refs:ScUndoPutCell (Results 1 – 3 of 3) sorted by relevance
58 TYPEINIT1(ScUndoPutCell, ScSimpleUndo);435 ScUndoPutCell::ScUndoPutCell( ScDocShell* pNewDocShell, const ScAddress& rNewPos, in ScUndoPutCell() function in ScUndoPutCell446 __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()
134 class ScUndoPutCell: public ScSimpleUndo class138 ScUndoPutCell( ScDocShell* pNewDocShell,141 virtual ~ScUndoPutCell();
831 new ScUndoPutCell( &rDocShell, rPos, pUndoCell, pRedoCell, bHeight ) ); in PutCell()
Completed in 31 milliseconds