LibreOffice Module sw (master)
1
|
#include <fmtfld.hxx>
Public Member Functions | |
GatherRefFieldsHint (std::vector< SwGetRefField * > &rvRFields, const sal_uInt16 nType) | |
![]() | |
SfxHint () | |
SfxHint (SfxHintId nId) | |
virtual | ~SfxHint () COVERITY_NOEXCEPT_FALSE |
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 64 of file fmtfld.hxx.
|
inline |
Definition at line 67 of file fmtfld.hxx.
const sal_uInt16 sw::GatherRefFieldsHint::m_nType |
Definition at line 66 of file fmtfld.hxx.
std::vector<SwGetRefField*>& sw::GatherRefFieldsHint::m_rvRFields |
Definition at line 65 of file fmtfld.hxx.