34#ifndef STOFF_PARAGRAPH
35# define STOFF_PARAGRAPH
40#include <librevenge/librevenge.h>
55 void addTo(librevenge::RVNGPropertyList &propList)
const;
class to store the paragraph properties
Definition STOFFParagraph.hxx:48
bool operator!=(STOFFParagraph const &p) const
operator!=
Definition STOFFParagraph.hxx:59
STOFFListLevel m_listLevel
the actual level
Definition STOFFParagraph.hxx:78
STOFFParagraph()
constructor
Definition STOFFParagraph.hxx:51
void addTo(librevenge::RVNGPropertyList &propList) const
add to the propList
Definition STOFFParagraph.cxx:53
bool m_bulletVisible
flag to know if the bullet is visible
Definition STOFFParagraph.hxx:70
int m_listId
the list id (if know )
Definition STOFFParagraph.hxx:74
friend std::ostream & operator<<(std::ostream &o, STOFFParagraph const ¶)
operator<<
Definition STOFFParagraph.cxx:67
librevenge::RVNGPropertyList m_propertyList
the properties
Definition STOFFParagraph.hxx:66
bool operator==(STOFFParagraph const &p) const
operator==
Definition STOFFParagraph.cxx:45
int m_listStartValue
the list start value (if set )
Definition STOFFParagraph.hxx:76
int m_listLevelIndex
the actual level index
Definition STOFFParagraph.hxx:72
bool m_outline
flag to know if this is a outline level
Definition STOFFParagraph.hxx:68
small structure to keep information about a list level
Definition STOFFList.hxx:48