Home
last modified time | relevance | path

Searched refs:ScUndoReplaceNote (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx62 TYPEINIT1(ScUndoReplaceNote, ScSimpleUndo);
808 ScUndoReplaceNote::ScUndoReplaceNote( ScDocShell& rDocShell, const ScAddress& rPos, in ScUndoReplaceNote() function in ScUndoReplaceNote
818 ScUndoReplaceNote::ScUndoReplaceNote( ScDocShell& rDocShell, const ScAddress& rPos, in ScUndoReplaceNote() function in ScUndoReplaceNote
830 ScUndoReplaceNote::~ScUndoReplaceNote() in ~ScUndoReplaceNote()
835 void ScUndoReplaceNote::Undo() in Undo()
848 void ScUndoReplaceNote::Redo() in Redo()
861 void ScUndoReplaceNote::Repeat( SfxRepeatTarget& /*rTarget*/ ) in Repeat()
865 sal_Bool ScUndoReplaceNote::CanRepeat( SfxRepeatTarget& /*rTarget*/ ) const in CanRepeat()
870 String ScUndoReplaceNote::GetComment() const in GetComment()
876 void ScUndoReplaceNote::DoInsertNote( const ScNoteData& rNoteData ) in DoInsertNote()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dundocell.hxx247 class ScUndoReplaceNote : public ScSimpleUndo class
253 ScUndoReplaceNote(
261 ScUndoReplaceNote(
268 virtual ~ScUndoReplaceNote();
/trunk/main/sc/source/ui/drawfunc/
H A Dfutext3.cxx104 …pUndoMgr->AddUndoAction( new ScUndoReplaceNote( *pDocShell, aNotePos, pNote->GetNoteData(), true, … in StopEditMode()
153 …pUndoMgr->AddUndoAction( new ScUndoReplaceNote( *pDocShell, aNotePos, aNoteData, false, pDrawLayer… in StopEditMode()
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx937 …pUndoMgr->AddUndoAction( new ScUndoReplaceNote( *pDocShell, pCaptData->maStart, aNoteData, false, … in DeleteMarked()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1167 …pUndoMgr->AddUndoAction( new ScUndoReplaceNote( rDocShell, rPos, aOldData, aNewData, pDrawLayer->G… in ReplaceNote()

Completed in 48 milliseconds