LibreOffice Module sw (master) 1
|
#include <fmtfld.hxx>
Public Member Functions | |
GatherRefFieldsHint (std::vector< SwGetRefField * > &rvRFields, const sal_uInt16 nType) | |
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< SwGetRefField * > & | m_rvRFields |
const sal_uInt16 | m_nType |
Definition at line 77 of file fmtfld.hxx.
|
inline |
Definition at line 80 of file fmtfld.hxx.
References nType, and SwGatherRefFields.
const sal_uInt16 sw::GatherRefFieldsHint::m_nType |
Definition at line 79 of file fmtfld.hxx.
std::vector<SwGetRefField*>& sw::GatherRefFieldsHint::m_rvRFields |
Definition at line 78 of file fmtfld.hxx.