LibreOffice Module sw (master) 1
|
#include <fmtfld.hxx>
Public Member Functions | |
GatherFieldsHint (std::vector< SwFormatField * > &rvFields, bool bCollectOnlyInDocNodes=true) | |
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 | |
const bool | m_bCollectOnlyInDocNodes |
std::vector< SwFormatField * > & | m_rvFields |
Definition at line 84 of file fmtfld.hxx.
|
inline |
Definition at line 87 of file fmtfld.hxx.
References SwGatherFields.
const bool sw::GatherFieldsHint::m_bCollectOnlyInDocNodes |
Definition at line 85 of file fmtfld.hxx.
std::vector<SwFormatField*>& sw::GatherFieldsHint::m_rvFields |
Definition at line 86 of file fmtfld.hxx.