LibreOffice Module editeng (master) 1
Public Member Functions | Protected Attributes | Friends | List of all members
ParagraphData Class Reference

#include <paragraphdata.hxx>

Inheritance diagram for ParagraphData:
[legend]

Public Member Functions

 ParagraphData ()
 
bool operator== (const ParagraphData &rCandidate) const
 
sal_Int16 getDepth () const
 

Protected Attributes

sal_Int16 nDepth
 
sal_Int16 mnNumberingStartValue
 
bool mbParaIsNumberingRestart
 

Friends

class Paragraph
 
class OutlinerParaObject
 

Detailed Description

Definition at line 26 of file paragraphdata.hxx.

Constructor & Destructor Documentation

◆ ParagraphData()

ParagraphData::ParagraphData ( )

Definition at line 31 of file paralist.cxx.

Member Function Documentation

◆ getDepth()

sal_Int16 ParagraphData::getDepth ( ) const
inline

Definition at line 41 of file paragraphdata.hxx.

References nDepth.

◆ operator==()

bool ParagraphData::operator== ( const ParagraphData rCandidate) const

Definition at line 38 of file paralist.cxx.

References mbParaIsNumberingRestart, mnNumberingStartValue, and nDepth.

Friends And Related Function Documentation

◆ OutlinerParaObject

friend class OutlinerParaObject
friend

Definition at line 29 of file paragraphdata.hxx.

◆ Paragraph

friend class Paragraph
friend

Definition at line 28 of file paragraphdata.hxx.

Member Data Documentation

◆ mbParaIsNumberingRestart

bool ParagraphData::mbParaIsNumberingRestart
protected

◆ mnNumberingStartValue

sal_Int16 ParagraphData::mnNumberingStartValue
protected

◆ nDepth

sal_Int16 ParagraphData::nDepth
protected

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