LibreOffice Module sw (master)
1
|
#include <rolbck.hxx>
Public Member Functions | |
SwHistorySetFormat (const SfxPoolItem *pFormatHt, sal_uLong nNode) | |
virtual | ~SwHistorySetFormat () override |
virtual void | SetInDoc (SwDoc *pDoc, bool bTmpSet) override |
virtual OUString | GetDescription () const override |
void | dumpAsXml (xmlTextWriterPtr pWriter) const override |
![]() | |
SwHistoryHint (HISTORY_HINT eWhich) | |
virtual | ~SwHistoryHint () |
HISTORY_HINT | Which () const |
Private Attributes | |
std::unique_ptr< SfxPoolItem > | m_pAttr |
const sal_uLong | m_nNodeIndex |
Definition at line 92 of file rolbck.hxx.
SwHistorySetFormat::SwHistorySetFormat | ( | const SfxPoolItem * | pFormatHt, |
sal_uLong | nNode | ||
) |
Definition at line 77 of file rolbck.cxx.
References SwTableBoxFormula::ChangeState(), SwTableBoxFormula::ChgDefinedIn(), SwFormatPageDesc::ChgDefinedIn(), SwFormatDrop::ChgDefinedIn(), Clone(), SwNode::FindTableNode(), SwTableBoxFormula::GetDefinedIn(), SwTableBoxFormula::GetNodeOfFormula(), SwTableNode::GetTable(), SwTableFormula::IsIntrnlName(), SwTableFormulaUpdate::m_eFlags, m_pAttr, RES_BOXATR_FORMULA(), RES_PAGEDESC(), RES_PARATR_DROP(), and TBL_BOXNAME.
|
overridevirtual |
Definition at line 196 of file rolbck.cxx.
|
overridevirtual |
Reimplemented from SwHistoryHint.
Definition at line 149 of file rolbck.cxx.
References SwHistoryHint::dumpAsXml(), m_nNodeIndex, and m_pAttr.
|
overridevirtual |
Reimplemented from SwHistoryHint.
Definition at line 117 of file rolbck.cxx.
References m_pAttr, RES_BREAK(), and SwResId().
Implements SwHistoryHint.
Definition at line 164 of file rolbck.cxx.
References SwTableBox::ClaimFrameFormat(), SwNode::FindTableNode(), SwDoc::GetNodes(), SwTableNode::GetTable(), SwTable::GetTableBox(), SwNode::IsContentNode(), SwNode::IsStartNode(), SwNode::IsTableNode(), m_nNodeIndex, m_pAttr, SetAttr, SwFormat::SetFormatAttr(), and SwTableBoxStartNode.
|
private |
Definition at line 95 of file rolbck.hxx.
Referenced by dumpAsXml(), and SetInDoc().
|
private |
Definition at line 94 of file rolbck.hxx.
Referenced by dumpAsXml(), GetDescription(), SetInDoc(), and SwHistorySetFormat().