LibreOffice Module sw (master) 1
|
#include <UndoRedline.hxx>
Public Member Functions | |
SwUndoRedlineDelete (const SwPaM &rRange, SwUndoId nUserId, SwDeleteFlags flags=SwDeleteFlags::Default) | |
virtual SwRewriter | GetRewriter () const override |
Returns the rewriter for this object. More... | |
bool | CanGrouping (const SwUndoRedlineDelete &rPrev) |
SwNodeOffset | NodeDiff () const |
sal_Int32 | ContentStart () const |
void | SetRedlineText (const OUString &rText) |
Public Member Functions inherited from SwUndoRedline | |
SwUndoRedline (SwUndoId nUserId, const SwPaM &rRange) | |
virtual | ~SwUndoRedline () override |
virtual void | UndoImpl (::sw::UndoRedoContext &) override |
virtual void | RedoImpl (::sw::UndoRedoContext &) override |
sal_uInt16 | GetRedlSaveCount () const |
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 |
Public 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 |
Private Member Functions | |
void | InitHistory (SwPaM const &rRange) |
virtual void | UndoRedlineImpl (SwDoc &rDoc, SwPaM &rPam) override |
virtual void | RedoRedlineImpl (SwDoc &rDoc, SwPaM &rPam) override |
Private Attributes | |
std::unique_ptr< SwHistory > | m_pHistory |
for moved fly anchors More... | |
bool | m_bCanGroup: 1 |
bool | m_bIsDelim: 1 |
bool | m_bIsBackspace: 1 |
OUString | m_sRedlineText |
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) |
Public Attributes inherited from SwUndRng | |
SwNodeOffset | m_nSttNode |
SwNodeOffset | m_nEndNode |
sal_Int32 | m_nSttContent |
sal_Int32 | m_nEndContent |
virtual void | UndoRedlineImpl (SwDoc &rDoc, SwPaM &rPam) |
virtual void | RedoRedlineImpl (SwDoc &rDoc, SwPaM &rPam) |
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 SwUndoRedline | |
std::unique_ptr< SwRedlineData > | mpRedlData |
std::unique_ptr< SwRedlineSaveDatas > | mpRedlSaveData |
SwUndoId | mnUserId |
bool | mbHiddenRedlines |
Protected Attributes inherited from SwUndo | |
bool | m_bCacheComment |
std::optional< OUString > | maComment |
Definition at line 54 of file UndoRedline.hxx.
SwUndoRedlineDelete::SwUndoRedlineDelete | ( | const SwPaM & | rRange, |
SwUndoId | nUserId, | ||
SwDeleteFlags | flags = SwDeleteFlags::Default |
||
) |
Definition at line 202 of file unredln.cxx.
References ArtificialSelection, CH_TXTATR_BREAKWORD, CH_TXTATR_INWORD, DELETE, EMPTY, GetAppCharClass(), SwPosition::GetContentIndex(), SwPaM::GetPoint(), SwPaM::GetPointNode(), SwTextNode::GetText(), SwPaM::GetText(), SwNode::GetTextNode(), InitHistory(), CharClass::isLetterNumeric(), SwUndo::m_bCacheComment, m_bCanGroup, m_bIsBackspace, m_bIsDelim, SwUndRng::m_nEndContent, SwUndRng::m_nEndNode, SwUndRng::m_nSttContent, SwUndRng::m_nSttNode, SwUndoRedline::mnUserId, and SetRedlineText().
bool SwUndoRedlineDelete::CanGrouping | ( | const SwUndoRedlineDelete & | rPrev | ) |
Definition at line 285 of file unredln.cxx.
References SwUndo::CanRedlineGroup(), DELETE, m_bCanGroup, m_bIsBackspace, m_bIsDelim, SwUndRng::m_nEndContent, SwUndRng::m_nEndNode, SwUndRng::m_nSttContent, SwUndRng::m_nSttNode, SwUndoRedline::mnUserId, and SwUndoRedline::mpRedlSaveData.
Referenced by sw::DocumentContentOperationsManager::DeleteAndJoinWithRedlineImpl().
|
inline |
Definition at line 78 of file UndoRedline.hxx.
References SwUndRng::m_nSttContent.
Referenced by SwUndoTableCpyTable::UndoImpl().
|
overridevirtual |
Returns the rewriter for this object.
Reimplemented from SwUndo.
Definition at line 245 of file unredln.cxx.
References SwRewriter::AddRule(), SwRewriter::Apply(), aStr, DenoteSpecialCharacters(), m_sRedlineText, nUndoStringLength, ShortenString(), SwResId(), and UndoArg1.
|
private |
Definition at line 230 of file unredln.cxx.
References SwPaM::GetMark(), SwPosition::GetNode(), SwPaM::GetPoint(), m_bCanGroup, m_pHistory, RestFlyInRange(), and SaveFlyInRange().
Referenced by RedoRedlineImpl(), and SwUndoRedlineDelete().
|
inline |
Definition at line 77 of file UndoRedline.hxx.
References SwUndRng::m_nEndNode, and SwUndRng::m_nSttNode.
Referenced by SwUndoTableCpyTable::UndoImpl().
Reimplemented from SwUndoRedline.
Definition at line 271 of file unredln.cxx.
References IDocumentRedlineAccess::AppendRedline(), SwDoc::getIDocumentRedlineAccess(), SwPaM::GetMark(), SwPaM::GetPoint(), InitHistory(), m_bIsBackspace, m_pHistory, SwUndoRedline::mpRedlData, SwPaM::Normalize(), and sw::UpdateFramesForAddDeleteRedline().
void SwUndoRedlineDelete::SetRedlineText | ( | const OUString & | rText | ) |
Definition at line 257 of file unredln.cxx.
References m_sRedlineText.
Referenced by SwUndoRedlineDelete().
Reimplemented from SwUndoRedline.
Definition at line 262 of file unredln.cxx.
References IDocumentRedlineAccess::DeleteRedline(), SwDoc::getIDocumentRedlineAccess(), and m_pHistory.
|
private |
Definition at line 59 of file UndoRedline.hxx.
Referenced by CanGrouping(), InitHistory(), and SwUndoRedlineDelete().
|
private |
Definition at line 61 of file UndoRedline.hxx.
Referenced by CanGrouping(), RedoRedlineImpl(), and SwUndoRedlineDelete().
|
private |
Definition at line 60 of file UndoRedline.hxx.
Referenced by CanGrouping(), and SwUndoRedlineDelete().
|
private |
for moved fly anchors
Definition at line 57 of file UndoRedline.hxx.
Referenced by InitHistory(), RedoRedlineImpl(), and UndoRedlineImpl().
|
private |
Definition at line 63 of file UndoRedline.hxx.
Referenced by GetRewriter(), and SetRedlineText().