LibreOffice Module sw (master) 1
|
Public Member Functions | |
UndoTableCpyTable_Entry (const SwTableBox &rBox) | |
void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Public Attributes | |
SwNodeOffset | nBoxIdx |
SwNodeOffset | nOffset |
std::unique_ptr< SfxItemSet > | pBoxNumAttr |
std::unique_ptr< SwUndo > | pUndo |
bool | bJoin |
|
explicit |
void UndoTableCpyTable_Entry::dumpAsXml | ( | xmlTextWriterPtr | pWriter | ) | const |
bool UndoTableCpyTable_Entry::bJoin |
Definition at line 93 of file untbl.cxx.
Referenced by SwUndoTableCpyTable::AddBoxAfter(), dumpAsXml(), SwUndoTableCpyTable::RedoImpl(), and SwUndoTableCpyTable::UndoImpl().
SwNodeOffset UndoTableCpyTable_Entry::nBoxIdx |
Definition at line 88 of file untbl.cxx.
Referenced by SwUndoTableCpyTable::AddBoxAfter(), dumpAsXml(), SwUndoTableCpyTable::RedoImpl(), and SwUndoTableCpyTable::UndoImpl().
SwNodeOffset UndoTableCpyTable_Entry::nOffset |
Definition at line 88 of file untbl.cxx.
Referenced by SwUndoTableCpyTable::AddBoxAfter(), dumpAsXml(), SwUndoTableCpyTable::RedoImpl(), and SwUndoTableCpyTable::UndoImpl().
std::unique_ptr<SfxItemSet> UndoTableCpyTable_Entry::pBoxNumAttr |
Definition at line 89 of file untbl.cxx.
Referenced by SwUndoTableCpyTable::AddBoxBefore(), dumpAsXml(), SwUndoTableCpyTable::RedoImpl(), and SwUndoTableCpyTable::UndoImpl().
std::unique_ptr<SwUndo> UndoTableCpyTable_Entry::pUndo |
Definition at line 90 of file untbl.cxx.
Referenced by SwUndoTableCpyTable::AddBoxAfter(), SwUndoTableCpyTable::AddBoxBefore(), dumpAsXml(), SwUndoTableCpyTable::RedoImpl(), and SwUndoTableCpyTable::UndoImpl().