Internal structure: use to store a header. More...
Public Member Functions | |
| HeaderFooter () | |
| Constructor. | |
Public Attributes | |
| MWAWHeaderFooter::Type | m_type |
| the header type | |
| MWAWHeaderFooter::Occurrence | m_occurrence |
| the header occurrence | |
| int | m_page |
| the page | |
| long | m_paragraph [2] |
| the paragraph position in the header zone (first and last) | |
| long | m_textParagraph |
| the text position | |
| int | m_unknown |
| a unknown value | |
| bool | m_parsed |
| a flag to know if the footnote is parsed | |
| std::string | m_extra |
| some extra debuging information | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, HeaderFooter const &hf) |
| operator<< | |
Internal structure: use to store a header.
| NisusWrtTextInternal::HeaderFooter::HeaderFooter | ( | ) | [inline] |
Constructor.
| std::ostream& operator<< | ( | std::ostream & | o, |
| HeaderFooter const & | hf | ||
| ) | [friend] |
operator<<
| std::string NisusWrtTextInternal::HeaderFooter::m_extra |
some extra debuging information
Referenced by NisusWrtTextInternal::operator<<(), and NisusWrtText::readHeaderFooter().
the header occurrence
Referenced by NisusWrtText::computePositions(), NisusWrtTextInternal::operator<<(), and NisusWrtText::readHeaderFooter().
the page
Referenced by NisusWrtText::computePositions().
the paragraph position in the header zone (first and last)
Referenced by HeaderFooter(), NisusWrtTextInternal::operator<<(), NisusWrtText::readHeaderFooter(), and NisusWrtText::sendHeaderFooter().
bool NisusWrtTextInternal::HeaderFooter::m_parsed [mutable] |
a flag to know if the footnote is parsed
Referenced by NisusWrtText::sendHeaderFooter().
the text position
Referenced by NisusWrtText::computePositions(), NisusWrtTextInternal::operator<<(), and NisusWrtText::readHeaderFooter().
the header type
Referenced by NisusWrtText::computePositions(), NisusWrtTextInternal::operator<<(), and NisusWrtText::readHeaderFooter().
a unknown value
Referenced by NisusWrtTextInternal::operator<<(), and NisusWrtText::readHeaderFooter().