LibreOffice Module sw (master) 1
|
#include <UndoNumbering.hxx>
Public Member Functions | |
SwUndoInsNum (const SwPaM &rPam, const SwNumRule &rRule) | |
SwUndoInsNum (const SwNumRule &rOldRule, const SwNumRule &rNewRule, const SwDoc &rDoc, SwUndoId nUndoId=SwUndoId::INSFMTATTR) | |
SwUndoInsNum (const SwPosition &rPos, const SwNumRule &rRule, OUString aReplaceRule) | |
virtual | ~SwUndoInsNum () override |
virtual void | UndoImpl (::sw::UndoRedoContext &) override |
virtual void | RedoImpl (::sw::UndoRedoContext &) override |
virtual void | RepeatImpl (::sw::RepeatContext &) override |
virtual SwRewriter | GetRewriter () const override |
Returns the rewriter for this object. More... | |
SwHistory * | GetHistory () |
void | SaveOldNumRule (const SwNumRule &rOld) |
void | SetLRSpaceEndPos () |
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 | |
SwNumRule | m_aNumRule |
std::unique_ptr< SwHistory > | m_pHistory |
std::unique_ptr< SwNumRule > | m_pOldNumRule |
OUString | m_sReplaceRule |
sal_uInt16 | m_nLRSavePos |
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) |
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 29 of file UndoNumbering.hxx.
SwUndoInsNum::SwUndoInsNum | ( | const SwNumRule & | rOldRule, |
const SwNumRule & | rNewRule, | ||
const SwDoc & | rDoc, | ||
SwUndoId | nUndoId = SwUndoId::INSFMTATTR |
||
) |
SwUndoInsNum::SwUndoInsNum | ( | const SwPosition & | rPos, |
const SwNumRule & | rRule, | ||
OUString | aReplaceRule | ||
) |
Definition at line 47 of file unnum.cxx.
References COMPLETE_STRING, SwPosition::GetContentIndex(), SwPosition::GetNodeIndex(), INSNUM, SwUndRng::m_nEndContent, SwUndRng::m_nEndNode, SwUndRng::m_nSttContent, and SwUndRng::m_nSttNode.
|
overridevirtual |
Definition at line 60 of file unnum.cxx.
References m_pHistory, and m_pOldNumRule.
SwHistory * SwUndoInsNum::GetHistory | ( | ) |
Definition at line 143 of file unnum.cxx.
References m_pHistory.
Referenced by SwDoc::ChgNumRuleFormats(), and SwDoc::ReplaceNumRule().
|
overridevirtual |
Returns the rewriter for this object.
Reimplemented from SwUndo.
Definition at line 66 of file unnum.cxx.
References SwRewriter::AddRule(), SwUndo::GetId(), SwNumRule::GetName(), INSFMTATTR, m_aNumRule, and UndoArg1.
|
overridevirtual |
Implements SwUndo.
Definition at line 99 of file unnum.cxx.
References SwUndRng::AddUndoRedoPaM(), SwDoc::ChgNumRuleFormats(), sw::UndoRedoContext::GetDoc(), SwNumRule::GetName(), SwPaM::GetPoint(), m_aNumRule, m_pHistory, m_pOldNumRule, m_sReplaceRule, SwDoc::ReplaceNumRule(), and SwDoc::SetNumRule().
|
overridevirtual |
Reimplemented from SwUndo.
Definition at line 126 of file unnum.cxx.
References SwDoc::ChgNumRuleFormats(), sw::RepeatContext::GetDoc(), sw::RepeatContext::GetRepeatPaM(), m_aNumRule, SwUndRng::m_nSttNode, m_sReplaceRule, and SwDoc::SetNumRule().
void SwUndoInsNum::SaveOldNumRule | ( | const SwNumRule & | rOld | ) |
Definition at line 150 of file unnum.cxx.
References m_pOldNumRule.
Referenced by SwDoc::SetNumRule().
void SwUndoInsNum::SetLRSpaceEndPos | ( | ) |
Definition at line 120 of file unnum.cxx.
References m_nLRSavePos, and m_pHistory.
Referenced by SwDoc::ChgNumRuleFormats(), and SwDoc::SetNumRule().
|
overridevirtual |
Implements SwUndo.
Definition at line 74 of file unnum.cxx.
References SwUndRng::AddUndoRedoPaM(), SwDoc::ChgNumRuleFormats(), sw::UndoRedoContext::GetDoc(), m_nLRSavePos, SwUndRng::m_nSttNode, m_pHistory, and m_pOldNumRule.
|
private |
Definition at line 31 of file UndoNumbering.hxx.
Referenced by GetRewriter(), RedoImpl(), and RepeatImpl().
|
private |
Definition at line 35 of file UndoNumbering.hxx.
Referenced by SetLRSpaceEndPos(), and UndoImpl().
|
private |
Definition at line 32 of file UndoNumbering.hxx.
Referenced by GetHistory(), RedoImpl(), SetLRSpaceEndPos(), UndoImpl(), and ~SwUndoInsNum().
|
private |
Definition at line 33 of file UndoNumbering.hxx.
Referenced by RedoImpl(), SaveOldNumRule(), UndoImpl(), and ~SwUndoInsNum().
|
private |
Definition at line 34 of file UndoNumbering.hxx.
Referenced by RedoImpl(), and RepeatImpl().