LibreOffice Module sw (master) 1
|
#include <hints.hxx>
Public Member Functions | |
DeleteText (sal_Int32 nS, sal_Int32 nL) | |
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 sal_Int32 | nStart |
const sal_Int32 | nLen |
sw::DeleteText::DeleteText | ( | sal_Int32 | nS, |
sal_Int32 | nL | ||
) |
Definition at line 52 of file hints.cxx.
References SwDeleteText.
const sal_Int32 sw::DeleteText::nLen |
Definition at line 110 of file hints.hxx.
Referenced by SwTextFrame::SwClientNotify().
const sal_Int32 sw::DeleteText::nStart |
Definition at line 109 of file hints.hxx.
Referenced by SwTextFrame::SwClientNotify().