Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx63 TYPEINIT1(ScUndoShowHideNote, ScSimpleUndo);
906 ScUndoShowHideNote::ScUndoShowHideNote( ScDocShell& rDocShell, const ScAddress& rPos, bool bShow ) : in ScUndoShowHideNote() function in ScUndoShowHideNote
913 ScUndoShowHideNote::~ScUndoShowHideNote() in ~ScUndoShowHideNote()
917 void ScUndoShowHideNote::Undo() in Undo()
925 void ScUndoShowHideNote::Redo() in Redo()
933 void ScUndoShowHideNote::Repeat( SfxRepeatTarget& /*rTarget*/ ) in Repeat()
937 sal_Bool ScUndoShowHideNote::CanRepeat( SfxRepeatTarget& /*rTarget*/ ) const in CanRepeat()
942 String ScUndoShowHideNote::GetComment() const in GetComment()
/trunk/main/sc/source/ui/inc/
H A Dundocell.hxx291 class ScUndoShowHideNote : public ScSimpleUndo class
295 ScUndoShowHideNote( ScDocShell& rDocShell, const ScAddress& rPos, bool bShow );
296 virtual ~ScUndoShowHideNote();
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1082 … rDocShell.GetUndoManager()->AddUndoAction( new ScUndoShowHideNote( rDocShell, rPos, bShow ) ); in ShowNote()

Completed in 37 milliseconds