Lines Matching refs:pPasteUndo
110 pPasteUndo( NULL ) in ScUndoInsertCells()
129 delete pPasteUndo; in ~ScUndoInsertCells()
136 return ScGlobal::GetRscString( pPasteUndo ? STR_UNDO_PASTE : STR_UNDO_INSERTCELLS ); in GetComment()
142 if ( pPasteUndo ) in Merge()
143 return pPasteUndo->Merge( pNextAction ); in Merge()
154 pPasteUndo = pWrappedAction; in Merge()
292 if ( pPasteUndo ) in Undo()
293 pPasteUndo->Undo(); // undo paste first in Undo()
308 if ( pPasteUndo ) in Redo()
309 pPasteUndo->Redo(); // redo paste last in Redo()
316 if ( pPasteUndo ) in Repeat()
321 pPasteUndo->Repeat( rTarget ); in Repeat()