LibreOffice Module sw (master) 1
|
#include <hints.hxx>
Public Member Functions | |
DocPosUpdateAtIndex (const SwTwips nDocPos, const SwTextNode &rNode, sal_uInt32 nIndex) | |
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 SwTwips | m_nDocPos |
const SwTextNode & | m_rNode |
const sal_uInt32 | m_nIndex |
|
inline |
Definition at line 160 of file hints.hxx.
References nIndex, and SwDocPosUpdateAtIndex.
const SwTextNode& sw::DocPosUpdateAtIndex::m_rNode |