class to store the paragraph properties More...
#include <STOFFParagraph.hxx>
Public Member Functions | |
STOFFParagraph () | |
constructor | |
void | addTo (librevenge::RVNGPropertyList &propList) const |
add to the propList | |
bool | operator== (STOFFParagraph const &p) const |
operator== | |
bool | operator!= (STOFFParagraph const &p) const |
operator!= | |
Public Attributes | |
librevenge::RVNGPropertyList | m_propertyList |
the properties | |
bool | m_bulletVisible |
flag to know if the bullet is visible | |
int | m_listLevelIndex |
the actual level index | |
int | m_listId |
the list id (if know ) | |
int | m_listStartValue |
the list start value (if set ) | |
STOFFListLevel | m_listLevel |
the actual level | |
Friends | |
std::ostream & | operator<< (std::ostream &o, STOFFParagraph const ¶) |
operator<< |
class to store the paragraph properties
STOFFParagraph::STOFFParagraph | ( | ) | [inline] |
constructor
void STOFFParagraph::addTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add to the propList
bool STOFFParagraph::operator!= | ( | STOFFParagraph const & | p | ) | const [inline] |
operator!=
bool STOFFParagraph::operator== | ( | STOFFParagraph const & | p | ) | const |
operator==
Referenced by operator!=().
std::ostream& operator<< | ( | std::ostream & | o, |
STOFFParagraph const & | para | ||
) | [friend] |
operator<<
flag to know if the bullet is visible
Referenced by StarParagraphAttribute::StarPAttributeUInt::addTo(), and StarObjectTextInternal::TextZone::send().
the list id (if know )
Referenced by operator<<(), operator==(), and StarObjectTextInternal::TextZone::send().
the actual level index
Referenced by StarParagraphAttribute::StarPAttributeUInt::addTo(), operator<<(), operator==(), StarObjectSmallTextInternal::Paragraph::send(), and StarObjectTextInternal::TextZone::send().
the list start value (if set )
Referenced by operator==().
librevenge::RVNGPropertyList STOFFParagraph::m_propertyList |
the properties
Referenced by addTo(), StarParagraphAttribute::StarPAttributeBool::addTo(), StarParagraphAttribute::StarPAttributeUInt::addTo(), StarParagraphAttribute::StarPAttributeAdjust::addTo(), StarParagraphAttribute::StarPAttributeDrop::addTo(), StarParagraphAttribute::StarPAttributeLineNumbering::addTo(), StarGraphicAttribute::StarGAttributeBorder::addTo(), StarParagraphAttribute::StarPAttributeLineSpacing::addTo(), StarParagraphAttribute::StarPAttributeLRSpace::addTo(), StarGraphicAttribute::StarGAttributeBrush::addTo(), StarParagraphAttribute::StarPAttributeTabStop::addTo(), StarParagraphAttribute::StarPAttributeULSpace::addTo(), StarItemPool::defineParagraphStyle(), STOFFGraphicListener::defineStyle(), STOFFTextListener::defineStyle(), STOFFSpreadsheetListener::defineStyle(), operator<<(), and operator==().