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 79 of file rolbck.hxx.
|
inline |
Definition at line 84 of file rolbck.hxx.
|
inlinevirtual |
Definition at line 85 of file rolbck.hxx.
|
virtual |
Reimplemented in SwHistoryTextFlyCnt, and SwHistorySetFormat.
Definition at line 67 of file rolbck.cxx.
References m_eWhichId.
Referenced by SwHistorySetFormat::dumpAsXml(), and SwHistoryTextFlyCnt::dumpAsXml().
|
virtual |
Reimplemented in SwHistorySetFootnote, SwHistorySetTextField, and SwHistorySetFormat.
Definition at line 62 of file rolbck.cxx.
Implemented in SwHistoryChangeCharFormat, SwHistoryChangeFlyChain, SwHistoryChangeFlyAnchor, SwHistorySetAttrSet, SwHistoryTextFieldmark, SwHistoryNoTextFieldmark, SwHistoryBookmark, SwHistoryTextFlyCnt, SwHistoryChangeFormatColl, SwHistorySetFootnote, SwHistoryResetText, SwHistorySetTOXMark, SwHistorySetRefMark, SwHistorySetTextField, SwHistorySetText, SwHistoryResetFormat, and SwHistorySetFormat.
Referenced by SwHistory::Rollback(), and SwHistory::TmpRollback().
|
inline |
Definition at line 87 of file rolbck.hxx.
References m_eWhichId.
Referenced by SwUndoResetAttr::RedoImpl(), and SwUndoAttr::RemoveIdx().
|
private |
Definition at line 81 of file rolbck.hxx.
Referenced by dumpAsXml(), and Which().