LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
sw::GatherFieldsHint Struct Referencefinal

#include <fmtfld.hxx>

Inheritance diagram for sw::GatherFieldsHint:
[legend]
Collaboration diagram for sw::GatherFieldsHint:
[legend]

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
 
SfxHintoperator= (SfxHint const &)=default
 
SfxHintoperator= (SfxHint &&)=default
 
SfxHintId GetId () const
 

Public Attributes

const bool m_bCollectOnlyInDocNodes
 
std::vector< SwFormatField * > & m_rvFields
 

Detailed Description

Definition at line 84 of file fmtfld.hxx.

Constructor & Destructor Documentation

◆ GatherFieldsHint()

sw::GatherFieldsHint::GatherFieldsHint ( std::vector< SwFormatField * > &  rvFields,
bool  bCollectOnlyInDocNodes = true 
)
inline

Definition at line 87 of file fmtfld.hxx.

References SwGatherFields.

Member Data Documentation

◆ m_bCollectOnlyInDocNodes

const bool sw::GatherFieldsHint::m_bCollectOnlyInDocNodes

Definition at line 85 of file fmtfld.hxx.

◆ m_rvFields

std::vector<SwFormatField*>& sw::GatherFieldsHint::m_rvFields

Definition at line 86 of file fmtfld.hxx.


The documentation for this struct was generated from the following file: