|
LibreOffice Module sw (master) 1
|
#include <SwUndoField.hxx>
Public Member Functions | |
| SwUndoFieldFromDoc (const SwPosition &rPos, const SwField &aOldField, const SwField &aNewField, bool bUpdate) | |
| virtual | ~SwUndoFieldFromDoc () override |
| virtual void | UndoImpl (::sw::UndoRedoContext &) override |
| virtual void | RedoImpl (::sw::UndoRedoContext &) override |
| virtual void | RepeatImpl (::sw::RepeatContext &) override |
Public Member Functions inherited from SwUndoField | |
| SwUndoField (const SwPosition &rPos) | |
| virtual | ~SwUndoField () override |
Public Member Functions inherited from SwUndo | |
| virtual void | UndoImpl (::sw::UndoRedoContext &)=0 |
| virtual void | RedoImpl (::sw::UndoRedoContext &)=0 |
| SwUndo (SwUndoId const nId, const SwDoc *pDoc) | |
| virtual | ~SwUndo () override |
| SwUndoId | GetId () const |
| virtual OUString | GetComment () const override |
| Returns textual comment for this undo object. More... | |
| ViewShellId | GetViewShellId () const override |
| See SfxUndoAction::GetViewShellId(). More... | |
| RedlineFlags | GetRedlineFlags () const |
| void | SetRedlineFlags (RedlineFlags eMode) |
| bool | IsDelBox () const |
| void | IgnoreRepeat () |
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 Member Functions | |
| void | DoImpl () |
Private Attributes | |
| std::unique_ptr< SwField > | m_pOldField |
| std::unique_ptr< SwField > | m_pNewField |
| bool | m_bUpdate |
Additional Inherited Members | |
Static Public Member Functions inherited from SwUndo | |
| static bool | FillSaveData (const SwPaM &rRange, SwRedlineSaveDatas &rSData, bool bDelRange=true, bool bCopyNext=true) |
| static bool | FillSaveDataForFormat (const SwPaM &, SwRedlineSaveDatas &) |
| static void | SetSaveData (SwDoc &rDoc, SwRedlineSaveDatas &rSData) |
| static bool | HasHiddenRedlines (const SwRedlineSaveDatas &rSData) |
Protected Member Functions inherited from SwUndoField | |
| SwPosition | GetPosition () |
Protected Member Functions inherited from SwUndo | |
| virtual SwRewriter | GetRewriter () const |
| Returns the rewriter for this object. More... | |
| virtual void | RepeatImpl (::sw::RepeatContext &) |
Static Protected Member Functions inherited from SwUndo | |
| static void | RemoveIdxFromSection (SwDoc &, SwNodeOffset nSttIdx, const SwNodeOffset *pEndIdx=nullptr) |
| static void | RemoveIdxFromRange (SwPaM &rPam, bool bMoveNext) |
| static void | RemoveIdxRel (SwNodeOffset, const SwPosition &) |
| static bool | CanRedlineGroup (SwRedlineSaveDatas &rCurr, const SwRedlineSaveDatas &rCheck, bool bCurrIsEnd) |
Protected Attributes inherited from SwUndoField | |
| SwDoc * | m_pDoc |
Protected Attributes inherited from SwUndo | |
| bool | m_bCacheComment |
| std::optional< OUString > | maComment |
Definition at line 44 of file SwUndoField.hxx.
| SwUndoFieldFromDoc::SwUndoFieldFromDoc | ( | const SwPosition & | rPos, |
| const SwField & | aOldField, | ||
| const SwField & | aNewField, | ||
| bool | bUpdate | ||
| ) |
Definition at line 57 of file SwUndoField.cxx.
References SwUndoField::m_pDoc, m_pNewField, and m_pOldField.
|
overridevirtual |
Definition at line 71 of file SwUndoField.cxx.
|
private |
Definition at line 86 of file SwUndoField.cxx.
References SwDoc::GetDocShell(), SwFormatField::GetField(), IDocumentFieldsAccess::GetFieldType(), SwTextAttr::GetFormatField(), SwDoc::getIDocumentFieldsAccess(), SwUndoField::GetPosition(), sw::DocumentFieldsManager::GetTextFieldAtPos(), SwField::GetTyp(), INSERTED, m_bUpdate, SwUndoField::m_pDoc, m_pNewField, Postit, and IDocumentFieldsAccess::UpdateField().
Referenced by RedoImpl(), and RepeatImpl().
|
overridevirtual |
|
overridevirtual |
Reimplemented from SwUndo.
Definition at line 106 of file SwUndoField.cxx.
References DoImpl(), SwDoc::GetIDocumentUndoRedo(), and SwUndoField::m_pDoc.
|
overridevirtual |
Implements SwUndo.
Definition at line 75 of file SwUndoField.cxx.
References SwFormatField::GetField(), SwTextAttr::GetFormatField(), SwDoc::getIDocumentFieldsAccess(), SwUndoField::GetPosition(), sw::DocumentFieldsManager::GetTextFieldAtPos(), m_bUpdate, SwUndoField::m_pDoc, m_pOldField, and IDocumentFieldsAccess::UpdateField().
|
private |
Definition at line 47 of file SwUndoField.hxx.
Referenced by DoImpl(), and UndoImpl().
|
private |
Definition at line 46 of file SwUndoField.hxx.
Referenced by DoImpl(), and SwUndoFieldFromDoc().
|
private |
Definition at line 46 of file SwUndoField.hxx.
Referenced by SwUndoFieldFromDoc(), and UndoImpl().