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