|
LibreOffice Module editeng (master) 1
|
#include <paragraphdata.hxx>
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 |
Definition at line 26 of file paragraphdata.hxx.
| ParagraphData::ParagraphData | ( | ) |
Definition at line 31 of file paralist.cxx.
|
inline |
Definition at line 41 of file paragraphdata.hxx.
References nDepth.
| bool ParagraphData::operator== | ( | const ParagraphData & | rCandidate | ) | const |
Definition at line 38 of file paralist.cxx.
References mbParaIsNumberingRestart, mnNumberingStartValue, and nDepth.
|
friend |
Definition at line 29 of file paragraphdata.hxx.
|
friend |
Definition at line 28 of file paragraphdata.hxx.
|
protected |
Definition at line 34 of file paragraphdata.hxx.
Referenced by Paragraph::dumpAsXml(), Paragraph::IsParaIsNumberingRestart(), operator==(), Paragraph::Paragraph(), Paragraph::SetNumberingStartValue(), and Paragraph::SetParaIsNumberingRestart().
|
protected |
Definition at line 33 of file paragraphdata.hxx.
Referenced by Paragraph::dumpAsXml(), Paragraph::GetNumberingStartValue(), operator==(), Paragraph::Paragraph(), Paragraph::SetNumberingStartValue(), and Paragraph::SetParaIsNumberingRestart().
|
protected |
Definition at line 32 of file paragraphdata.hxx.
Referenced by Paragraph::dumpAsXml(), Paragraph::GetDepth(), getDepth(), operator==(), Paragraph::Paragraph(), and Paragraph::SetDepth().