LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
sw::hack::Position Class Reference

#include <ww8par.hxx>

Collaboration diagram for sw::hack::Position:
[legend]

Public Member Functions

 Position (const SwPosition &rPos)
 
 operator SwPosition () const
 
const SwNodeIndexGetPtNode () const
 
sal_Int32 GetPtContent () const
 

Private Attributes

SwNodeIndex maPtNode
 
sal_Int32 mnPtContent
 

Detailed Description

Definition at line 542 of file ww8par.hxx.

Constructor & Destructor Documentation

◆ Position()

sw::hack::Position::Position ( const SwPosition rPos)
explicit

Definition at line 6718 of file ww8par.cxx.

Member Function Documentation

◆ GetPtContent()

sal_Int32 sw::hack::Position::GetPtContent ( ) const
inline

Definition at line 551 of file ww8par.hxx.

References mnPtContent.

Referenced by WW8FieldEntry::GetPtContent().

◆ GetPtNode()

const SwNodeIndex & sw::hack::Position::GetPtNode ( ) const
inline

Definition at line 550 of file ww8par.hxx.

References maPtNode.

Referenced by WW8FieldEntry::GetPtNode().

◆ operator SwPosition()

sw::hack::Position::operator SwPosition ( ) const

Definition at line 6723 of file ww8par.cxx.

Member Data Documentation

◆ maPtNode

SwNodeIndex sw::hack::Position::maPtNode
private

Definition at line 545 of file ww8par.hxx.

Referenced by GetPtNode().

◆ mnPtContent

sal_Int32 sw::hack::Position::mnPtContent
private

Definition at line 546 of file ww8par.hxx.

Referenced by GetPtContent().


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