LibreOffice Module sw (master) 1
|
#include <rolbck.hxx>
Public Member Functions | |
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 HISTORY_HINT | m_eWhichId |
Definition at line 81 of file rolbck.hxx.
|
inline |
Definition at line 86 of file rolbck.hxx.
|
inlinevirtual |
Definition at line 87 of file rolbck.hxx.
|
virtual |
Reimplemented in SwHistorySetFormat, and SwHistoryTextFlyCnt.
Definition at line 68 of file rolbck.cxx.
References m_eWhichId.
Referenced by SwHistorySetFormat::dumpAsXml(), and SwHistoryTextFlyCnt::dumpAsXml().
|
virtual |
Reimplemented in SwHistorySetFormat, SwHistorySetTextField, and SwHistorySetFootnote.
Definition at line 63 of file rolbck.cxx.
|
pure virtual |
Implemented in SwHistorySetFormat, SwHistoryResetFormat, SwHistorySetText, SwHistorySetTextField, SwHistorySetRefMark, SwHistorySetTOXMark, SwHistoryResetText, SwHistorySetFootnote, SwHistoryChangeFormatColl, SwHistoryTextFlyCnt, SwHistorySetAttrSet, SwHistoryChangeFlyAnchor, SwHistoryChangeFlyChain, SwHistoryChangeCharFormat, SwHistoryBookmark, SwHistoryNoTextFieldmark, and SwHistoryTextFieldmark.
Referenced by SwHistory::Rollback(), and SwHistory::TmpRollback().
|
inline |
Definition at line 89 of file rolbck.hxx.
References m_eWhichId.
Referenced by SwUndoResetAttr::RedoImpl(), and SwUndoAttr::RemoveIdx().
|
private |
Definition at line 83 of file rolbck.hxx.
Referenced by dumpAsXml(), and Which().