Searched refs:ScUndoReplace (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 67 TYPEINIT1(ScUndoReplace, SfxUndoAction); 1082 ScUndoReplace::ScUndoReplace( ScDocShell* pNewDocShell, const ScMarkData& rMark, in ScUndoReplace() function in ScUndoReplace 1101 __EXPORT ScUndoReplace::~ScUndoReplace() in ~ScUndoReplace() 1110 void ScUndoReplace::SetChangeTrack() in SetChangeTrack() 1139 String __EXPORT ScUndoReplace::GetComment() const in GetComment() 1147 void __EXPORT ScUndoReplace::Undo() in Undo() 1224 void __EXPORT ScUndoReplace::Redo() in Redo() 1263 void __EXPORT ScUndoReplace::Repeat(SfxRepeatTarget& rTarget) in Repeat() 1272 sal_Bool __EXPORT ScUndoReplace::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
|
/trunk/main/sc/source/ui/inc/ |
H A D | undoblk.hxx | 492 class ScUndoReplace: public ScSimpleUndo class 496 ScUndoReplace( ScDocShell* pNewDocShell, 501 virtual ~ScUndoReplace();
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 1723 new ScUndoReplace( GetViewData()->GetDocShell(), *pUndoMark, in SearchAndReplace()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 4068 new ScUndoReplace( pDocShell, *pUndoMark, nCol, nRow, nTab, in replaceAll()
|
Completed in 224 milliseconds