LibreOffice Module sw (master) 1
|
#include <UndoAttribute.hxx>
Public Member Functions | |
SwUndoResetAttr (const SwPaM &, sal_uInt16 nFormatId) | |
SwUndoResetAttr (const SwPosition &, sal_uInt16 nFormatId) | |
virtual | ~SwUndoResetAttr () override |
virtual void | UndoImpl (::sw::UndoRedoContext &) override |
virtual void | RedoImpl (::sw::UndoRedoContext &) override |
virtual void | RepeatImpl (::sw::RepeatContext &) override |
void | SetAttrs (o3tl::sorted_vector< sal_uInt16 > &&rAttrs) |
SwHistory & | GetHistory () |
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 Attributes | |
const std::unique_ptr< SwHistory > | m_pHistory |
o3tl::sorted_vector< sal_uInt16 > | m_Ids |
const sal_uInt16 | m_nFormatId |
Private Attributes inherited from SwUndRng | |
SwNodeOffset | m_nSttNode |
SwNodeOffset | m_nEndNode |
sal_Int32 | m_nSttContent |
sal_Int32 | m_nEndContent |
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 |
Private Member Functions inherited from SwUndRng | |
SwUndRng () | |
SwUndRng (const SwPaM &) | |
void | SetValues (const SwPaM &rPam) |
void | SetPaM (SwPaM &, bool bCorrToContent=false) const |
SwPaM & | AddUndoRedoPaM (::sw::UndoRedoContext &, bool const bCorrToContent=false) const |
Definition at line 64 of file UndoAttribute.hxx.
SwUndoResetAttr::SwUndoResetAttr | ( | const SwPaM & | rRange, |
sal_uInt16 | nFormatId | ||
) |
Definition at line 597 of file unattr.cxx.
References RESETATTR.
SwUndoResetAttr::SwUndoResetAttr | ( | const SwPosition & | rPos, |
sal_uInt16 | nFormatId | ||
) |
Definition at line 604 of file unattr.cxx.
References SwPosition::GetContentIndex(), SwPosition::GetNodeIndex(), SwUndRng::m_nEndContent, SwUndRng::m_nEndNode, SwUndRng::m_nSttContent, SwUndRng::m_nSttNode, and RESETATTR.
|
overridevirtual |
Definition at line 613 of file unattr.cxx.
|
inline |
Definition at line 82 of file UndoAttribute.hxx.
References m_pHistory.
Referenced by SwDoc::DeleteFormatRefMark(), SwDoc::DeleteTOXMark(), and RedoImpl().
|
overridevirtual |
Implements SwUndo.
Definition at line 638 of file unattr.cxx.
References sw::sidebar::aArr, SwUndRng::AddUndoRedoPaM(), SwDoc::DeleteFormatRefMark(), SwDoc::DeleteTOXMark(), SwDoc::GetAttrPool(), SwNode::GetContentNode(), SwDoc::GetCurTOXMark(), sw::UndoRedoContext::GetDoc(), SwDoc::GetEditShell(), GetHistory(), SfxItemPool::GetItemSurrogates(), SwNodeIndex::GetNode(), SwDoc::GetNodes(), SwHistorySetRefMark::GetRefName(), HSTRY_SETREFMARKHNT, HSTRY_SETTOXMARKHNT, SwHistorySetTOXMark::IsEqual(), m_Ids, m_nFormatId, SwUndRng::m_nSttContent, SwUndRng::m_nSttNode, RES_CHRFMT(), RES_CONDTXTFMTCOLL(), RES_TXTATR_REFMARK(), RES_TXTATR_TOXMARK(), RES_TXTFMTCOLL(), SwDoc::ResetAttrs(), SwDoc::RstTextAttrs(), and SwHistoryHint::Which().
|
overridevirtual |
Reimplemented from SwUndo.
Definition at line 708 of file unattr.cxx.
References sw::RepeatContext::GetDoc(), sw::RepeatContext::GetRepeatPaM(), m_Ids, m_nFormatId, RES_CHRFMT(), RES_CONDTXTFMTCOLL(), RES_FMT_BEGIN(), RES_TXTFMTCOLL(), SwDoc::ResetAttrs(), and SwDoc::RstTextAttrs().
void SwUndoResetAttr::SetAttrs | ( | o3tl::sorted_vector< sal_uInt16 > && | rAttrs | ) |
Definition at line 727 of file unattr.cxx.
References m_Ids.
|
overridevirtual |
Implements SwUndo.
Definition at line 617 of file unattr.cxx.
References SwUndRng::AddUndoRedoPaM(), SwTextNode::DontExpandFormat(), sw::UndoRedoContext::GetDoc(), SwDoc::GetEditShell(), SwDoc::GetNodes(), SwUndRng::m_nEndContent, SwUndRng::m_nEndNode, m_nFormatId, SwUndRng::m_nSttContent, SwUndRng::m_nSttNode, m_pHistory, RES_CONDTXTFMTCOLL(), and RES_TXTATR_REFMARK().
|
private |
Definition at line 67 of file UndoAttribute.hxx.
Referenced by RedoImpl(), RepeatImpl(), and SetAttrs().
|
private |
Definition at line 68 of file UndoAttribute.hxx.
Referenced by RedoImpl(), RepeatImpl(), and UndoImpl().
|
private |
Definition at line 66 of file UndoAttribute.hxx.
Referenced by GetHistory(), and UndoImpl().