LibreOffice Module sw (master) 1
|
#include <rolbck.hxx>
Public Member Functions | |
SwHistoryResetFormat (const SfxPoolItem *pFormatHt, SwNodeOffset nNodeIdx) | |
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 | |
const SwNodeOffset | m_nNodeIndex |
const sal_uInt16 | m_nWhich |
Definition at line 108 of file rolbck.hxx.
SwHistoryResetFormat::SwHistoryResetFormat | ( | const SfxPoolItem * | pFormatHt, |
SwNodeOffset | nNodeIdx | ||
) |
Definition at line 201 of file rolbck.cxx.
|
overridevirtual |
Implements SwHistoryHint.
Definition at line 208 of file rolbck.cxx.
References SwDoc::GetNodes(), SwNode::IsContentNode(), SwNode::IsTableNode(), m_nNodeIndex, and m_nWhich.
|
private |
Definition at line 110 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 111 of file rolbck.hxx.
Referenced by SetInDoc().