LibreOffice Module sw (master)
1
|
#include <rolbck.hxx>
Public Member Functions | |
SwHistoryChangeFormatColl (SwFormatColl *pColl, sal_uLong nNode, SwNodeType nNodeWhich) | |
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 | |
SwFormatColl *const | m_pColl |
const sal_uLong | m_nNodeIndex |
const SwNodeType | m_nNodeType |
Definition at line 219 of file rolbck.hxx.
SwHistoryChangeFormatColl::SwHistoryChangeFormatColl | ( | SwFormatColl * | pColl, |
sal_uLong | nNode, | ||
SwNodeType | nNodeWhich | ||
) |
Definition at line 539 of file rolbck.cxx.
Implements SwHistoryHint.
Definition at line 548 of file rolbck.cxx.
References SwContentNode::ChgFormatColl(), SwDoc::GetGrfFormatColls(), SwDoc::GetNodes(), SwNode::GetNodeType(), SwDoc::GetTextFormatColls(), SwVectorModifyBase< Value >::IsAlive(), m_nNodeIndex, m_nNodeType, m_pColl, and Text.
|
private |
Definition at line 222 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 223 of file rolbck.hxx.
Referenced by SetInDoc().
|
private |
Definition at line 221 of file rolbck.hxx.
Referenced by SetInDoc().