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, const OUString &rReplaceRule) | |
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 () |
![]() | |
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 () |
![]() | |
SfxUndoAction () | |
virtual | ~SfxUndoAction () COVERITY_NOEXCEPT_FALSE |
virtual bool | Merge (SfxUndoAction *pNextAction) |
virtual OUString | GetRepeatComment (SfxRepeatTarget &) 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 |
![]() | |
sal_uLong | m_nSttNode |
sal_uLong | m_nEndNode |
sal_Int32 | m_nSttContent |
sal_Int32 | m_nEndContent |
Additional Inherited Members | |
![]() | |
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) |
![]() | |
static void | RemoveIdxFromSection (SwDoc &, sal_uLong nSttIdx, const sal_uLong *pEndIdx=nullptr) |
static void | RemoveIdxFromRange (SwPaM &rPam, bool bMoveNext) |
static void | RemoveIdxRel (sal_uLong, const SwPosition &) |
static bool | CanRedlineGroup (SwRedlineSaveDatas &rCurr, const SwRedlineSaveDatas &rCheck, bool bCurrIsEnd) |
![]() | |
bool | m_bCacheComment |
std::optional< OUString > | maComment |
![]() | |
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, | ||
const OUString & | rReplaceRule | ||
) |
Definition at line 46 of file unnum.cxx.
References COMPLETE_STRING, SwIndex::GetIndex(), SwNodeIndex::GetIndex(), INSNUM, SwUndRng::m_nEndContent, SwUndRng::m_nEndNode, SwUndRng::m_nSttContent, SwUndRng::m_nSttNode, SwPosition::nContent, and SwPosition::nNode.
|
overridevirtual |
Definition at line 59 of file unnum.cxx.
References m_pHistory, and m_pOldNumRule.
SwHistory * SwUndoInsNum::GetHistory | ( | ) |
Definition at line 142 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 65 of file unnum.cxx.
References SwRewriter::AddRule(), SwUndo::GetId(), SwNumRule::GetName(), INSFMTATTR, m_aNumRule, and UndoArg1.
|
overridevirtual |
Implements SwUndo.
Definition at line 98 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 125 of file unnum.cxx.
References sw::RepeatContext::GetDoc(), sw::RepeatContext::GetRepeatPaM(), m_aNumRule, SwUndRng::m_nSttNode, m_sReplaceRule, and SwDoc::SetNumRule().
Definition at line 149 of file unnum.cxx.
References m_pOldNumRule.
Referenced by SwDoc::SetNumRule().
void SwUndoInsNum::SetLRSpaceEndPos | ( | ) |
Definition at line 119 of file unnum.cxx.
References m_nLRSavePos, and m_pHistory.
Referenced by SwDoc::ChgNumRuleFormats(), and SwDoc::SetNumRule().
|
overridevirtual |
Implements SwUndo.
Definition at line 73 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().