Lines Matching refs:ScUndoPaste
70 TYPEINIT1(ScUndoPaste, SfxUndoAction);
149 if ( pWrappedAction && pWrappedAction->ISA( ScUndoPaste ) ) in Merge()
872 ScUndoPaste::ScUndoPaste( ScDocShell* pNewDocShell, in ScUndoPaste() function in ScUndoPaste
906 __EXPORT ScUndoPaste::~ScUndoPaste() in ~ScUndoPaste()
914 String __EXPORT ScUndoPaste::GetComment() const in GetComment()
919 void ScUndoPaste::SetChangeTrack() in SetChangeTrack()
929 void ScUndoPaste::DoChange( const sal_Bool bUndo ) in DoChange()
1082 void __EXPORT ScUndoPaste::Undo() in Undo()
1091 void __EXPORT ScUndoPaste::Redo() in Redo()
1102 void __EXPORT ScUndoPaste::Repeat(SfxRepeatTarget& rTarget) in Repeat()
1120 sal_Bool __EXPORT ScUndoPaste::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()