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_outline | 
| flag to know if this is a outline level | |
| 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
| 
 | inline | 
constructor
Referenced by operator!=(), operator<<, and operator==().
| 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==(), StarObjectTextInternal::TextZone::send(), and STOFFParagraph().
| int STOFFParagraph::m_listId | 
the list id (if know )
Referenced by operator<<, operator==(), StarObjectTextInternal::TextZone::send(), and STOFFParagraph().
| STOFFListLevel STOFFParagraph::m_listLevel | 
| int STOFFParagraph::m_listLevelIndex | 
the actual level index
Referenced by StarParagraphAttribute::StarPAttributeUInt::addTo(), StarItemPool::defineParagraphStyle(), operator<<, operator==(), StarObjectSmallTextInternal::Paragraph::send(), StarObjectTextInternal::TextZone::send(), and STOFFParagraph().
| int STOFFParagraph::m_listStartValue | 
the list start value (if set )
Referenced by operator==(), and STOFFParagraph().
| bool STOFFParagraph::m_outline | 
flag to know if this is a outline level
Referenced by StarItemPool::defineParagraphStyle(), operator==(), StarObjectTextInternal::TextZone::send(), and STOFFParagraph().
| librevenge::RVNGPropertyList STOFFParagraph::m_propertyList | 
the properties
Referenced by StarFrameAttribute::StarFAttributeBorder::addTo(), StarFrameAttribute::StarFAttributeBrush::addTo(), StarFrameAttribute::StarFAttributeLineNumbering::addTo(), StarFrameAttribute::StarFAttributeLRSpace::addTo(), StarFrameAttribute::StarFAttributeULSpace::addTo(), StarParagraphAttribute::StarPAttributeAdjust::addTo(), StarParagraphAttribute::StarPAttributeBool::addTo(), StarParagraphAttribute::StarPAttributeDrop::addTo(), StarParagraphAttribute::StarPAttributeLineSpacing::addTo(), StarParagraphAttribute::StarPAttributeTabStop::addTo(), StarParagraphAttribute::StarPAttributeUInt::addTo(), addTo(), StarItemPool::defineParagraphStyle(), STOFFGraphicListener::defineStyle(), STOFFSpreadsheetListener::defineStyle(), STOFFTextListener::defineStyle(), operator<<, operator==(), and STOFFParagraph().