LibreOffice Module sw (master) 1
|
#include <rolbck.hxx>
Public Member Functions | |
SwHistoryChangeCharFormat (SfxItemSet aSet, OUString sFormat) | |
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 SfxItemSet | m_OldSet |
const OUString | m_Format |
Definition at line 343 of file rolbck.hxx.
SwHistoryChangeCharFormat::SwHistoryChangeCharFormat | ( | SfxItemSet | aSet, |
OUString | sFormat | ||
) |
Definition at line 1002 of file rolbck.cxx.
|
overridevirtual |
Implements SwHistoryHint.
Definition at line 1009 of file rolbck.cxx.
References SwDoc::FindCharFormatByName(), m_Format, m_OldSet, and SwFormat::SetFormatAttr().
|
private |
Definition at line 346 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 345 of file rolbck.hxx.
Referenced by SetInDoc().