Home
last modified time | relevance | path

Searched refs:ScMoveUndo (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/sc/source/ui/undo/
H A Dundobase.cxx49 TYPEINIT1(ScMoveUndo, ScSimpleUndo);
288 ScMoveUndo::ScMoveUndo( ScDocShell* pDocSh, ScDocument* pRefDoc, ScRefUndoData* pRefData, in ScMoveUndo() function in ScMoveUndo
301 __EXPORT ScMoveUndo::~ScMoveUndo() in ~ScMoveUndo()
308 void ScMoveUndo::UndoRef() in UndoRef()
320 void ScMoveUndo::BeginUndo() in BeginUndo()
330 void ScMoveUndo::EndUndo() in EndUndo()
H A Dundoblk.cxx103 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFLAST ), in ScUndoInsertCells()
161 return ScMoveUndo::Merge( pNextAction ); in Merge()
344 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFLAST ), in ScUndoDeleteCells()
578 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFLAST ), in ScUndoDeleteMulti()
1134 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFFIRST ), in ScUndoDragDrop()
H A Dundotab.cxx307 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFLAST ) in ScUndoDeleteTab()
/aoo42x/main/sc/source/ui/inc/
H A Dundobase.hxx120 class ScMoveUndo: public ScSimpleUndo // mit Referenzen class
124 ScMoveUndo( ScDocShell* pDocSh,
127 virtual ~ScMoveUndo();
H A Dundoblk.hxx46 class ScUndoInsertCells: public ScMoveUndo
80 class ScUndoDeleteCells: public ScMoveUndo
110 class ScUndoDeleteMulti: public ScMoveUndo
227 class ScUndoDragDrop: public ScMoveUndo
H A Dundotab.hxx120 class ScUndoDeleteTab: public ScMoveUndo // Draw vom Move fuer geloeschte Tabelle

Completed in 33 milliseconds