Internal: a ruler. More...
Public Member Functions | |
Ruler () | |
constructor More... | |
void | updateParagraph (MWAWParagraph ¶, int level) const |
returns a paragraph corresponding to a level More... | |
Public Attributes | |
MWAWParagraph | m_paragraph |
the paragraph More... | |
int | m_margins [10] |
the left/first margins * 5 (0: normal, 1-4: level) More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Ruler const &ruler) |
operator<< More... | |
Internal: a ruler.
|
inline |
constructor
|
inline |
returns a paragraph corresponding to a level
Referenced by PowerPoint3Parser::readParagraph().
|
friend |
operator<<
int PowerPoint3ParserInternal::Ruler::m_margins[10] |
the left/first margins * 5 (0: normal, 1-4: level)
Referenced by PowerPoint3Parser::readRuler(), Ruler(), and updateParagraph().
MWAWParagraph PowerPoint3ParserInternal::Ruler::m_paragraph |
the paragraph
Referenced by PowerPoint3Parser::readRuler(), and updateParagraph().