LibreOffice Module sw (master) 1
Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
SwUndoTableCpyTable Class Referencefinal

#include <UndoTable.hxx>

Inheritance diagram for SwUndoTableCpyTable:
[legend]
Collaboration diagram for SwUndoTableCpyTable:
[legend]

Public Member Functions

 SwUndoTableCpyTable (const SwDoc &rDoc)
 
virtual ~SwUndoTableCpyTable () override
 
virtual void UndoImpl (::sw::UndoRedoContext &) override
 
virtual void RedoImpl (::sw::UndoRedoContext &) override
 
void AddBoxBefore (const SwTableBox &rBox, bool bDelContent)
 
void AddBoxAfter (const SwTableBox &rBox, const SwNodeIndex &rIdx, bool bDelContent)
 
bool IsEmpty () const
 
bool InsertRow (SwTable &rTable, const SwSelBoxes &rBoxes, sal_uInt16 nCnt)
 
void dumpAsXml (xmlTextWriterPtr pWriter) const override
 
- 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 DateTimeGetDateTime () const
 
virtual void dumpAsXml (xmlTextWriterPtr pWriter) const
 

Static Private Member Functions

static std::unique_ptr< SwUndoPrepareRedline (SwDoc *pDoc, const SwTableBox &rBox, SwPosition &rPos, bool &rJoin, bool bRedo)
 

Private Attributes

std::vector< std::unique_ptr< UndoTableCpyTable_Entry > > m_vArr
 
std::unique_ptr< SwUndoTableNdsChgm_pInsRowUndo
 

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
 

Detailed Description

Definition at line 278 of file UndoTable.hxx.

Constructor & Destructor Documentation

◆ SwUndoTableCpyTable()

SwUndoTableCpyTable::SwUndoTableCpyTable ( const SwDoc rDoc)

Definition at line 2347 of file untbl.cxx.

References TBLCPYTBL.

◆ ~SwUndoTableCpyTable()

SwUndoTableCpyTable::~SwUndoTableCpyTable ( )
overridevirtual

Definition at line 2352 of file untbl.cxx.

References m_pInsRowUndo, and m_vArr.

Member Function Documentation

◆ AddBoxAfter()

void SwUndoTableCpyTable::AddBoxAfter ( const SwTableBox rBox,
const SwNodeIndex rIdx,
bool  bDelContent 
)

◆ AddBoxBefore()

void SwUndoTableCpyTable::AddBoxBefore ( const SwTableBox rBox,
bool  bDelContent 
)

◆ dumpAsXml()

void SwUndoTableCpyTable::dumpAsXml ( xmlTextWriterPtr  pWriter) const
overridevirtual

Reimplemented from SfxUndoAction.

Definition at line 2737 of file untbl.cxx.

References m_pInsRowUndo, and m_vArr.

◆ InsertRow()

bool SwUndoTableCpyTable::InsertRow ( SwTable rTable,
const SwSelBoxes rBoxes,
sal_uInt16  nCnt 
)

◆ IsEmpty()

bool SwUndoTableCpyTable::IsEmpty ( ) const

Definition at line 2754 of file untbl.cxx.

References m_pInsRowUndo, and m_vArr.

◆ PrepareRedline()

std::unique_ptr< SwUndo > SwUndoTableCpyTable::PrepareRedline ( SwDoc pDoc,
const SwTableBox rBox,
SwPosition rPos,
bool &  rJoin,
bool  bRedo 
)
staticprivate

◆ RedoImpl()

void SwUndoTableCpyTable::RedoImpl ( ::sw::UndoRedoContext rContext)
overridevirtual

◆ UndoImpl()

void SwUndoTableCpyTable::UndoImpl ( ::sw::UndoRedoContext rContext)
overridevirtual

Member Data Documentation

◆ m_pInsRowUndo

std::unique_ptr<SwUndoTableNdsChg> SwUndoTableCpyTable::m_pInsRowUndo
private

Definition at line 281 of file UndoTable.hxx.

Referenced by dumpAsXml(), InsertRow(), IsEmpty(), RedoImpl(), UndoImpl(), and ~SwUndoTableCpyTable().

◆ m_vArr

std::vector<std::unique_ptr<UndoTableCpyTable_Entry> > SwUndoTableCpyTable::m_vArr
private

The documentation for this class was generated from the following files: