|
LibreOffice Module editeng (master) 1
|
#include <editundo.hxx>
Public Member Functions | |
| EditUndoMoveParagraphs (EditEngine *pEE, const Range &rParas, sal_Int32 nDest) | |
| virtual | ~EditUndoMoveParagraphs () override |
| virtual void | Undo () override |
| virtual void | Redo () override |
Public Member Functions inherited from EditUndo | |
| EditUndo (sal_uInt16 nI, EditEngine *pEE) | |
| virtual | ~EditUndo () override |
| EditEngine * | GetEditEngine () |
| virtual void | Undo () override=0 |
| virtual void | Redo () override=0 |
| virtual bool | CanRepeat (SfxRepeatTarget &) const override |
| virtual OUString | GetComment () const override |
| ViewShellId | GetViewShellId () const override |
| See SfxUndoAction::GetViewShellId(). More... | |
| sal_uInt16 | GetId () const |
Public Member Functions inherited from SfxUndoAction | |
| SfxUndoAction () | |
| virtual | ~SfxUndoAction () COVERITY_NOEXCEPT_FALSE |
| virtual void | Undo () |
| virtual void | UndoWithContext (SfxUndoContext &i_context) |
| virtual void | Redo () |
| virtual void | RedoWithContext (SfxUndoContext &i_context) |
| virtual void | Repeat (SfxRepeatTarget &) |
| virtual bool | CanRepeat (SfxRepeatTarget &) const |
| virtual bool | Merge (SfxUndoAction *pNextAction) |
| virtual OUString | GetComment () const |
| virtual OUString | GetRepeatComment (SfxRepeatTarget &) const |
| virtual ViewShellId | GetViewShellId () const |
| const DateTime & | GetDateTime () const |
| virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Private Attributes | |
| Range | nParagraphs |
| sal_Int32 | nDest |
Definition at line 152 of file editundo.hxx.
| EditUndoMoveParagraphs::EditUndoMoveParagraphs | ( | EditEngine * | pEE, |
| const Range & | rParas, | ||
| sal_Int32 | nDest | ||
| ) |
Definition at line 411 of file editundo.cxx.
References n.
|
overridevirtual |
Definition at line 415 of file editundo.cxx.
|
overridevirtual |
Implements EditUndo.
Definition at line 440 of file editundo.cxx.
References DBG_ASSERT, GetActiveView(), EditEngine::GetActiveView(), EditUndo::GetEditEngine(), EditView::GetImpEditView(), EditEngine::MoveParagraphs(), nDest, nParagraphs, and ImpEditView::SetEditSelection().
|
overridevirtual |
Implements EditUndo.
Definition at line 417 of file editundo.cxx.
References DBG_ASSERT, GetActiveView(), EditEngine::GetActiveView(), EditUndo::GetEditEngine(), EditView::GetImpEditView(), Range::Len(), Range::Max(), Range::Min(), EditEngine::MoveParagraphs(), nDest, nParagraphs, and ImpEditView::SetEditSelection().
|
private |
Definition at line 156 of file editundo.hxx.
|
private |
Definition at line 155 of file editundo.hxx.