LibreOffice Module sw (master)
1
|
#include <ddefld.hxx>
Public Member Functions | |
InRangeSearchHint (const sal_uLong nSttNd, const sal_uLong nEndNd, bool &rIsInRange) | |
![]() | |
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 | |
const sal_uLong | m_nSttNd |
const sal_uLong | m_nEndNd |
bool & | m_rIsInRange |
Definition at line 41 of file ddefld.hxx.
|
inline |
Definition at line 45 of file ddefld.hxx.
const sal_uLong sw::InRangeSearchHint::m_nEndNd |
Definition at line 43 of file ddefld.hxx.
const sal_uLong sw::InRangeSearchHint::m_nSttNd |
Definition at line 43 of file ddefld.hxx.
bool& sw::InRangeSearchHint::m_rIsInRange |
Definition at line 44 of file ddefld.hxx.