Lines Matching refs:SfxUndoAction
66 TYPEINIT1(ScUndoInsertCells, SfxUndoAction);
67 TYPEINIT1(ScUndoDeleteCells, SfxUndoAction);
68 TYPEINIT1(ScUndoDeleteMulti, SfxUndoAction);
70 TYPEINIT1(ScUndoPaste, SfxUndoAction);
71 TYPEINIT1(ScUndoDragDrop, SfxUndoAction);
72 TYPEINIT1(ScUndoListNames, SfxUndoAction);
73 TYPEINIT1(ScUndoUseScenario, SfxUndoAction);
74 TYPEINIT1(ScUndoSelectionStyle, SfxUndoAction);
79 TYPEINIT1(ScUndoRemoveBreaks, SfxUndoAction);
139 sal_Bool ScUndoInsertCells::Merge( SfxUndoAction* pNextAction ) in Merge()
148 SfxUndoAction* pWrappedAction = pWrapper->GetWrappedUndo(); in Merge()