|
LibreOffice Module sw (master) 1
|
#include <UndoAttribute.hxx>
Public Member Functions | |
| SwUndoFormatResetAttr (SwFormat &rChangedFormat, const std::vector< sal_uInt16 > &rIds) | |
| virtual | ~SwUndoFormatResetAttr () override |
| virtual void | UndoImpl (::sw::UndoRedoContext &) override |
| virtual void | RedoImpl (::sw::UndoRedoContext &) 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 | BroadcastStyleChange () |
Private Attributes | |
| SwFormat *const | m_pChangedFormat |
| SfxItemSet | m_aSet |
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 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 SwUndo | |
| bool | m_bCacheComment |
| std::optional< OUString > | maComment |
Definition at line 131 of file UndoAttribute.hxx.
| SwUndoFormatResetAttr::SwUndoFormatResetAttr | ( | SwFormat & | rChangedFormat, |
| const std::vector< sal_uInt16 > & | rIds | ||
| ) |
Definition at line 551 of file unattr.cxx.
References SwFormat::GetItemState(), m_aSet, m_aSet, SfxItemSet::Put(), and RESETATTR.
|
overridevirtual |
Definition at line 565 of file unattr.cxx.
|
private |
Definition at line 583 of file unattr.cxx.
References SwDoc::BroadcastStyleOperation(), SwFormat::GetDoc(), SwFormat::GetName(), m_pChangedFormat, RES_CHRFMT(), RES_CONDTXTFMTCOLL(), RES_TXTFMTCOLL(), and SwFormat::Which().
Referenced by RedoImpl(), and UndoImpl().
|
overridevirtual |
Implements SwUndo.
Definition at line 575 of file unattr.cxx.
References BroadcastStyleChange(), SfxItemIter::GetCurItem(), m_aSet, m_pChangedFormat, SfxItemIter::NextItem(), and SwFormat::ResetFormatAttr().
|
overridevirtual |
Implements SwUndo.
Definition at line 569 of file unattr.cxx.
References BroadcastStyleChange(), m_aSet, m_pChangedFormat, and SwFormat::SetFormatAttr().
|
private |
Definition at line 145 of file UndoAttribute.hxx.
Referenced by RedoImpl(), SwUndoFormatResetAttr(), and UndoImpl().
|
private |
Definition at line 143 of file UndoAttribute.hxx.
Referenced by BroadcastStyleChange(), RedoImpl(), and UndoImpl().