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