LibreOffice Module sw (master) 1
|
text is moved into pDestNode More...
#include <hints.hxx>
Public Member Functions | |
MoveText (SwTextNode *pD, sal_Int32 nD, 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 | |
SwTextNode * | pDestNode |
sal_Int32 | nDestStart |
sal_Int32 | nSourceStart |
sal_Int32 | nLen |
sw::MoveText::MoveText | ( | SwTextNode * | pD, |
sal_Int32 | nD, | ||
sal_Int32 | nS, | ||
sal_Int32 | nL | ||
) |
sal_Int32 sw::MoveText::nDestStart |
Definition at line 88 of file hints.hxx.
Referenced by SwTextFrame::SwClientNotify().
sal_Int32 sw::MoveText::nLen |
Definition at line 90 of file hints.hxx.
Referenced by SwTextFrame::SwClientNotify().
sal_Int32 sw::MoveText::nSourceStart |
Definition at line 89 of file hints.hxx.
Referenced by SwTextFrame::SwClientNotify().
SwTextNode* sw::MoveText::pDestNode |
Definition at line 87 of file hints.hxx.
Referenced by SwTextFrame::SwClientNotify().