LibreOffice Module editeng (master) 1
Public Member Functions | Private Attributes | List of all members
DeletedNodeInfo Class Reference

#include <editdoc.hxx>

Collaboration diagram for DeletedNodeInfo:
[legend]

Public Member Functions

 DeletedNodeInfo (ContentNode *pNode, sal_Int32 nPos)
 
ContentNodeGetNode () const
 
sal_Int32 GetPosition () const
 

Private Attributes

ContentNodempInvalidNode
 
sal_Int32 nInvalidParagraph
 

Detailed Description

Definition at line 725 of file editdoc.hxx.

Constructor & Destructor Documentation

◆ DeletedNodeInfo()

DeletedNodeInfo::DeletedNodeInfo ( ContentNode pNode,
sal_Int32  nPos 
)
inline

Definition at line 732 of file editdoc.hxx.

References nPos.

Member Function Documentation

◆ GetNode()

ContentNode * DeletedNodeInfo::GetNode ( ) const
inline

Definition at line 738 of file editdoc.hxx.

References mpInvalidNode.

Referenced by ImpEditEngine::UpdateSelections().

◆ GetPosition()

sal_Int32 DeletedNodeInfo::GetPosition ( ) const
inline

Definition at line 739 of file editdoc.hxx.

References nInvalidParagraph.

Referenced by ImpEditEngine::UpdateSelections().

Member Data Documentation

◆ mpInvalidNode

ContentNode* DeletedNodeInfo::mpInvalidNode
private

Definition at line 728 of file editdoc.hxx.

Referenced by GetNode().

◆ nInvalidParagraph

sal_Int32 DeletedNodeInfo::nInvalidParagraph
private

Definition at line 729 of file editdoc.hxx.

Referenced by GetPosition().


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