LibreOffice Module sw (master) 1
|
#include <fmtfld.hxx>
Public Member Functions | |
CollectPostItsHint (std::vector< SwFormatField * > &rvFormatFields, IDocumentRedlineAccess const &rIDRA, bool bHideRedlines) | |
Public Member Functions inherited from SfxHint | |
SfxHint () | |
SfxHint (SfxHintId nId) | |
virtual | ~SfxHint () |
SfxHint (SfxHint const &)=default | |
SfxHint (SfxHint &&)=default | |
SfxHint & | operator= (SfxHint const &)=default |
SfxHint & | operator= (SfxHint &&)=default |
SfxHintId | GetId () const |
Public Attributes | |
std::vector< SwFormatField * > & | m_rvFormatFields |
IDocumentRedlineAccess const & | m_rIDRA |
const bool | m_bHideRedlines |
Definition at line 57 of file fmtfld.hxx.
|
inline |
Definition at line 61 of file fmtfld.hxx.
References SwCollectPostIts.
const bool sw::CollectPostItsHint::m_bHideRedlines |
Definition at line 60 of file fmtfld.hxx.
IDocumentRedlineAccess const& sw::CollectPostItsHint::m_rIDRA |
Definition at line 59 of file fmtfld.hxx.
std::vector<SwFormatField*>& sw::CollectPostItsHint::m_rvFormatFields |
Definition at line 58 of file fmtfld.hxx.
Referenced by SwFormatField::SwClientNotify().