Searched refs:ScMoveUndo (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sc/source/ui/undo/ |
H A D | undobase.cxx | 49 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 D | undoblk.cxx | 103 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 D | undotab.cxx | 307 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFLAST ) in ScUndoDeleteTab()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | undobase.hxx | 120 class ScMoveUndo: public ScSimpleUndo // mit Referenzen class 124 ScMoveUndo( ScDocShell* pDocSh, 127 virtual ~ScMoveUndo();
|
H A D | undoblk.hxx | 46 class ScUndoInsertCells: public ScMoveUndo 80 class ScUndoDeleteCells: public ScMoveUndo 110 class ScUndoDeleteMulti: public ScMoveUndo 227 class ScUndoDragDrop: public ScMoveUndo
|
H A D | undotab.hxx | 120 class ScUndoDeleteTab: public ScMoveUndo // Draw vom Move fuer geloeschte Tabelle
|
Completed in 78 milliseconds