LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
UndoTableCpyTable_Entry Struct Reference
Collaboration diagram for UndoTableCpyTable_Entry:
[legend]

Public Member Functions

 UndoTableCpyTable_Entry (const SwTableBox &rBox)
 
void dumpAsXml (xmlTextWriterPtr pWriter) const
 

Public Attributes

SwNodeOffset nBoxIdx
 
SwNodeOffset nOffset
 
std::unique_ptr< SfxItemSetpBoxNumAttr
 
std::unique_ptr< SwUndopUndo
 
bool bJoin
 

Detailed Description

Definition at line 86 of file untbl.cxx.

Constructor & Destructor Documentation

◆ UndoTableCpyTable_Entry()

UndoTableCpyTable_Entry::UndoTableCpyTable_Entry ( const SwTableBox rBox)
explicit

Definition at line 2305 of file untbl.cxx.

Member Function Documentation

◆ dumpAsXml()

void UndoTableCpyTable_Entry::dumpAsXml ( xmlTextWriterPtr  pWriter) const

Definition at line 2311 of file untbl.cxx.

References bJoin, nBoxIdx, nOffset, pBoxNumAttr, and pUndo.

Member Data Documentation

◆ bJoin

bool UndoTableCpyTable_Entry::bJoin

◆ nBoxIdx

SwNodeOffset UndoTableCpyTable_Entry::nBoxIdx

◆ nOffset

SwNodeOffset UndoTableCpyTable_Entry::nOffset

◆ pBoxNumAttr

std::unique_ptr<SfxItemSet> UndoTableCpyTable_Entry::pBoxNumAttr

◆ pUndo

std::unique_ptr<SwUndo> UndoTableCpyTable_Entry::pUndo

The documentation for this struct was generated from the following file: