LibreOffice Module sw (master)
1
|
#include <undobj.hxx>
Public Member Functions | |
SwUndoCpyDoc (const SwPaM &) | |
![]() | |
virtual | ~SwUndoInserts () override |
virtual void | UndoImpl (::sw::UndoRedoContext &) override |
virtual void | RedoImpl (::sw::UndoRedoContext &) override |
virtual void | RepeatImpl (::sw::RepeatContext &) override |
void | SetInsertRange (const SwPaM &, bool bScanFlys=true, int nDeleteTextNodes=1) |
std::vector< SwFrameFormat * > * | GetFlysAnchoredAt () |
void | dumpAsXml (xmlTextWriterPtr pWriter) const override |
![]() | |
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 |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
static bool | IsCreateUndoForNewFly (SwFormatAnchor const &rAnchor, sal_uLong const nStartNode, sal_uLong const nEndNode) |
This is not the same as IsDestroyFrameAnchoredAtChar() and intentionally so: because the SwUndoInserts::UndoImpl() must remove the flys at the start/end position that were inserted but not the ones at the start/insert position that were already there; handle all at-char flys at start/end node like this, even if they're not on the start/end position, because it makes it easier to ensure that the Undo/Redo run in inverse order. More... | |
![]() | |
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) |
![]() | |
sal_uLong | m_nSttNode |
sal_uLong | m_nEndNode |
sal_Int32 | m_nSttContent |
sal_Int32 | m_nEndContent |
![]() | |
SwUndoInserts (SwUndoId nUndoId, const SwPaM &) | |
![]() | |
virtual SwRewriter | GetRewriter () const |
Returns the rewriter for this object. More... | |
![]() | |
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) |
![]() | |
sal_uLong | m_nNodeDiff |
std::unique_ptr< SwNodeIndex > | m_pUndoNodeIndex |
start of Content in UndoNodes for Redo More... | |
sal_uInt16 | m_nSetPos |
![]() | |
bool | m_bCacheComment |
std::optional< OUString > | maComment |
Definition at line 291 of file undobj.hxx.
SwUndoCpyDoc::SwUndoCpyDoc | ( | const SwPaM & | rPam | ) |
Definition at line 481 of file untblk.cxx.
References COPY.