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