LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
sw::MoveText Class Referencefinal

text is moved into pDestNode More...

#include <hints.hxx>

Inheritance diagram for sw::MoveText:
[legend]
Collaboration diagram for sw::MoveText:
[legend]

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
 
SfxHintoperator= (SfxHint const &)=default
 
SfxHintoperator= (SfxHint &&)=default
 
SfxHintId GetId () const
 

Public Attributes

SwTextNodepDestNode
 
sal_Int32 nDestStart
 
sal_Int32 nSourceStart
 
sal_Int32 nLen
 

Detailed Description

text is moved into pDestNode

Definition at line 84 of file hints.hxx.

Constructor & Destructor Documentation

◆ MoveText()

sw::MoveText::MoveText ( SwTextNode pD,
sal_Int32  nD,
sal_Int32  nS,
sal_Int32  nL 
)

Definition at line 39 of file hints.cxx.

Member Data Documentation

◆ nDestStart

sal_Int32 sw::MoveText::nDestStart

Definition at line 88 of file hints.hxx.

Referenced by SwTextFrame::SwClientNotify().

◆ nLen

sal_Int32 sw::MoveText::nLen

Definition at line 90 of file hints.hxx.

Referenced by SwTextFrame::SwClientNotify().

◆ nSourceStart

sal_Int32 sw::MoveText::nSourceStart

Definition at line 89 of file hints.hxx.

Referenced by SwTextFrame::SwClientNotify().

◆ pDestNode

SwTextNode* sw::MoveText::pDestNode

Definition at line 87 of file hints.hxx.

Referenced by SwTextFrame::SwClientNotify().


The documentation for this class was generated from the following files: