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

#include <editdoc.hxx>

Public Member Functions

 EPaM ()
 
 EPaM (sal_Int32 nP, sal_Int32 nI)
 
 EPaM (const EPaM &r)
 
EPaMoperator= (const EPaM &r)
 
bool operator== (const EPaM &r) const
 
bool operator< (const EPaM &r) const
 

Public Attributes

sal_Int32 nPara
 
sal_Int32 nIndex
 

Detailed Description

Definition at line 55 of file editdoc.hxx.

Constructor & Destructor Documentation

◆ EPaM() [1/3]

EPaM::EPaM ( )
inline

Definition at line 60 of file editdoc.hxx.

◆ EPaM() [2/3]

EPaM::EPaM ( sal_Int32  nP,
sal_Int32  nI 
)
inline

Definition at line 61 of file editdoc.hxx.

◆ EPaM() [3/3]

EPaM::EPaM ( const EPaM r)
inline

Definition at line 62 of file editdoc.hxx.

Member Function Documentation

◆ operator<()

bool EPaM::operator< ( const EPaM r) const
inline

Definition at line 68 of file editdoc.hxx.

References nIndex, and nPara.

◆ operator=()

EPaM & EPaM::operator= ( const EPaM r)
inline

Definition at line 63 of file editdoc.hxx.

References nIndex, and nPara.

◆ operator==()

bool EPaM::operator== ( const EPaM r) const
inline

Definition at line 73 of file editdoc.hxx.

References nIndex, and nPara.

Member Data Documentation

◆ nIndex

sal_Int32 EPaM::nIndex

◆ nPara

sal_Int32 EPaM::nPara

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