LibreOffice Module sc (master) 1
|
Go to the source code of this file.
Functions | |
std::unique_ptr< SdrUndoAction > | GetSdrUndoAction (ScDocument *pDoc) |
void | DoSdrUndoAction (SdrUndoAction *pUndoAction, ScDocument *pDoc) |
void | RedoSdrUndoAction (SdrUndoAction *pUndoAction) |
void | EnableDrawAdjust (ScDocument *pDoc, bool bEnable) |
void DoSdrUndoAction | ( | SdrUndoAction * | pUndoAction, |
ScDocument * | pDoc | ||
) |
Definition at line 35 of file undoolk.cxx.
References ScDocument::GetDrawLayer(), SdrModel::GetPageCount(), ScDocument::GetTableCount(), and ScDrawLayer::ScAddPage().
Referenced by ScDBFuncUndo::BeginUndo(), ScUndoMerge::DoChange(), ScUndoDeleteContents::DoChange(), ScBlockUndo::EndUndo(), ScMultiBlockUndo::EndUndo(), ScMoveUndo::EndUndo(), ScUndoWidthOrHeight::Undo(), ScUndoReplaceNote::Undo(), ScUndoDetective::Undo(), ScUndoQuery::Undo(), ScUndoInsertTab::Undo(), ScUndoInsertTables::Undo(), ScUndoCopyTab::Undo(), ScUndoMakeScenario::Undo(), and ScUndoImportTab::Undo().
void EnableDrawAdjust | ( | ScDocument * | pDoc, |
bool | bEnable | ||
) |
Definition at line 68 of file undoolk.cxx.
References ScDrawLayer::EnableAdjust(), and ScDocument::GetDrawLayer().
Referenced by ScBlockUndo::BeginUndo(), ScMultiBlockUndo::BeginUndo(), ScMoveUndo::BeginUndo(), ScBlockUndo::EndUndo(), ScMultiBlockUndo::EndUndo(), ScMoveUndo::EndUndo(), ScUndoCut::Redo(), ScUndoPaste::Redo(), ScUndoDragDrop::Redo(), and ScUndoDataForm::Redo().
std::unique_ptr< SdrUndoAction > GetSdrUndoAction | ( | ScDocument * | pDoc | ) |
Definition at line 26 of file undoolk.cxx.
References ScDrawLayer::GetCalcUndo(), and ScDocument::GetDrawLayer().
Referenced by ScBlockUndo::ScBlockUndo(), ScMoveUndo::ScMoveUndo(), ScMultiBlockUndo::ScMultiBlockUndo(), ScUndoCopyTab::ScUndoCopyTab(), ScUndoDeleteContents::ScUndoDeleteContents(), ScUndoImportTab::ScUndoImportTab(), ScUndoInsertTab::ScUndoInsertTab(), ScUndoInsertTables::ScUndoInsertTables(), ScUndoMakeScenario::ScUndoMakeScenario(), ScUndoQuery::ScUndoQuery(), and ScUndoWidthOrHeight::ScUndoWidthOrHeight().
void RedoSdrUndoAction | ( | SdrUndoAction * | pUndoAction | ) |
Definition at line 61 of file undoolk.cxx.
Referenced by ScDBFuncUndo::BeginRedo(), ScUndoPaste::DoChange(), ScUndoMerge::DoChange(), ScUndoCut::DoChange(), ScUndoDeleteContents::DoChange(), ScUndoDataForm::DoChange(), ScUndoDragDrop::Redo(), ScUndoReplaceNote::Redo(), ScUndoDetective::Redo(), ScUndoInsertTab::Redo(), ScUndoInsertTables::Redo(), ScUndoDeleteTab::Redo(), ScUndoCopyTab::Redo(), ScUndoMakeScenario::Redo(), and ScUndoImportTab::Redo().