LibreOffice Module sw (master)
1
|
#include <rolbck.hxx>
Public Member Functions | |
SwHistoryChangeCharFormat (const SfxItemSet &rSet, const OUString &sFormat) | |
virtual void | SetInDoc (SwDoc *pDoc, bool bTmpSet) override |
![]() | |
SwHistoryHint (HISTORY_HINT eWhich) | |
virtual | ~SwHistoryHint () |
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 340 of file rolbck.hxx.
SwHistoryChangeCharFormat::SwHistoryChangeCharFormat | ( | const SfxItemSet & | rSet, |
const OUString & | sFormat | ||
) |
Definition at line 1007 of file rolbck.cxx.
Implements SwHistoryHint.
Definition at line 1014 of file rolbck.cxx.
References SwDoc::FindCharFormatByName(), m_Format, m_OldSet, and SwFormat::SetFormatAttr().
|
private |
Definition at line 343 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 342 of file rolbck.hxx.
Referenced by SetInDoc().