LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
SwFltPosition Struct Reference

#include <fltshell.hxx>

Collaboration diagram for SwFltPosition:
[legend]

Public Member Functions

bool operator== (const SwFltPosition &rOther) const
 
void SetPos (SwNodeIndex const &rNode, sal_uInt16 nIdx)
 
 SwFltPosition (const SwPosition &rPos)
 
void FromSwPosition (const SwPosition &rPos)
 

Public Attributes

SwNodeIndex m_nNode
 
sal_Int32 m_nContent
 

Detailed Description

Definition at line 47 of file fltshell.hxx.

Constructor & Destructor Documentation

◆ SwFltPosition()

SwFltPosition::SwFltPosition ( const SwPosition rPos)
inline

Definition at line 66 of file fltshell.hxx.

Member Function Documentation

◆ FromSwPosition()

void SwFltPosition::FromSwPosition ( const SwPosition rPos)
inline

Definition at line 72 of file fltshell.hxx.

References SwPosition::GetContentIndex(), and SwPosition::GetNodeIndex().

Referenced by SwFltStackEntry::SetEndPos().

◆ operator==()

bool SwFltPosition::operator== ( const SwFltPosition rOther) const
inline

Definition at line 53 of file fltshell.hxx.

References m_nContent, and m_nNode.

◆ SetPos()

void SwFltPosition::SetPos ( SwNodeIndex const &  rNode,
sal_uInt16  nIdx 
)
inline

Definition at line 58 of file fltshell.hxx.

Referenced by SwFltControlStack::Delete().

Member Data Documentation

◆ m_nContent

sal_Int32 SwFltPosition::m_nContent

◆ m_nNode

SwNodeIndex SwFltPosition::m_nNode

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