34#ifndef STOFF_PARAGRAPH
35# define STOFF_PARAGRAPH
40#include <librevenge/librevenge.h>
62 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:66
STOFFListLevel m_listLevel
the actual level
Definition STOFFParagraph.hxx:85
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:77
int m_listId
the list id (if know )
Definition STOFFParagraph.hxx:81
friend std::ostream & operator<<(std::ostream &o, STOFFParagraph const ¶)
operator<<
Definition STOFFParagraph.cxx:67
librevenge::RVNGPropertyList m_propertyList
the properties
Definition STOFFParagraph.hxx:73
bool operator==(STOFFParagraph const &p) const
operator==
Definition STOFFParagraph.cxx:45
int m_listStartValue
the list start value (if set )
Definition STOFFParagraph.hxx:83
int m_listLevelIndex
the actual level index
Definition STOFFParagraph.hxx:79
bool m_outline
flag to know if this is a outline level
Definition STOFFParagraph.hxx:75
small structure to keep information about a list level
Definition STOFFList.hxx:48