LibreOffice Module sw (master)
1
|
#include <rolbck.hxx>
Public Member Functions | |
SwHistorySetAttrSet (const SfxItemSet &rSet, sal_uLong nNode, const o3tl::sorted_vector< sal_uInt16 > &rSetArr) | |
virtual void | SetInDoc (SwDoc *pDoc, bool bTmpSet) override |
![]() | |
SwHistoryHint (HISTORY_HINT eWhich) | |
virtual | ~SwHistoryHint () |
HISTORY_HINT | Which () const |
virtual OUString | GetDescription () const |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Private Attributes | |
SfxItemSet | m_OldSet |
std::vector< sal_uInt16 > | m_ResetArray |
const sal_uLong | m_nNodeIndex |
Definition at line 306 of file rolbck.hxx.
SwHistorySetAttrSet::SwHistorySetAttrSet | ( | const SfxItemSet & | rSet, |
sal_uLong | nNode, | ||
const o3tl::sorted_vector< sal_uInt16 > & | rSetArr | ||
) |
Definition at line 829 of file rolbck.cxx.
References SwTableBoxFormula::ChangeState(), SwTableBoxFormula::ChgDefinedIn(), SwFormatPageDesc::ChgDefinedIn(), SwFormatDrop::ChgDefinedIn(), SfxItemSet::ClearItem(), o3tl::sorted_vector< Value, Compare, Find, class >::count(), SwNode::FindTableNode(), SfxItemSet::Get(), SfxItemIter::GetCurItem(), SwTableBoxFormula::GetDefinedIn(), SwTableBoxFormula::GetNodeOfFormula(), SwTableNode::GetTable(), SwTableFormula::IsIntrnlName(), SwTableFormulaUpdate::m_eFlags, m_OldSet, m_ResetArray, SfxItemIter::NextItem(), RES_BOXATR_FORMULA(), RES_BOXATR_VALUE(), RES_PAGEDESC(), RES_PARATR_DROP(), TBL_BOXNAME, and SfxPoolItem::Which().
Implements SwHistoryHint.
Definition at line 900 of file rolbck.cxx.
References SwDoc::GetIDocumentUndoRedo(), SwDoc::GetNodes(), m_nNodeIndex, m_OldSet, m_ResetArray, SwFormat::ResetFormatAttr(), SetAttr, and SwFormat::SetFormatAttr().
|
private |
Definition at line 310 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 308 of file rolbck.hxx.
Referenced by SetInDoc(), and SwHistorySetAttrSet().
|
private |
Definition at line 309 of file rolbck.hxx.
Referenced by SetInDoc(), and SwHistorySetAttrSet().