LibreOffice Module sw (master) 1
|
#include <rolbck.hxx>
Public Member Functions | |
SwHistorySetAttrSet (const SfxItemSet &rSet, SwNodeOffset nNode, const o3tl::sorted_vector< sal_uInt16 > &rSetArr) | |
virtual void | SetInDoc (SwDoc *pDoc, bool bTmpSet) override |
Public Member Functions inherited from SwHistoryHint | |
SwHistoryHint (HISTORY_HINT eWhich) | |
virtual | ~SwHistoryHint () |
virtual void | SetInDoc (SwDoc *pDoc, bool bTmpSet)=0 |
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 SwNodeOffset | m_nNodeIndex |
Definition at line 308 of file rolbck.hxx.
SwHistorySetAttrSet::SwHistorySetAttrSet | ( | const SfxItemSet & | rSet, |
SwNodeOffset | nNode, | ||
const o3tl::sorted_vector< sal_uInt16 > & | rSetArr | ||
) |
Definition at line 829 of file rolbck.cxx.
References SwTableBoxFormula::ChgDefinedIn(), SwFormatPageDesc::ChgDefinedIn(), SwFormatDrop::ChgDefinedIn(), SfxItemSet::ClearItem(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::count(), SwNode::FindTableNode(), SfxItemSet::Get(), SfxItemIter::GetCurItem(), SwTableBoxFormula::GetDefinedIn(), SwTableBoxFormula::GetNodeOfFormula(), SwTableNode::GetTable(), SwTableFormula::IsIntrnlName(), m_OldSet, m_ResetArray, SfxItemIter::NextItem(), SwTableFormula::PtrToBoxNm(), RES_BOXATR_FORMULA(), RES_BOXATR_VALUE(), RES_PAGEDESC(), RES_PARATR_DROP(), rSet, SwTable::SwitchFormulasToExternalRepresentation(), and SfxPoolItem::Which().
|
overridevirtual |
Implements SwHistoryHint.
Definition at line 899 of file rolbck.cxx.
References SwDoc::GetIDocumentUndoRedo(), SwDoc::GetNodes(), SwNode::IsContentNode(), SwNode::IsTableNode(), m_nNodeIndex, m_OldSet, m_ResetArray, SwFormat::ResetFormatAttr(), SetAttr, and SwFormat::SetFormatAttr().
|
private |
Definition at line 312 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 310 of file rolbck.hxx.
Referenced by SetInDoc(), and SwHistorySetAttrSet().
|
private |
Definition at line 311 of file rolbck.hxx.
Referenced by SetInDoc(), and SwHistorySetAttrSet().