Internal structure: use to store a header. More...
Public Member Functions | |
HeaderFooter () | |
Constructor. | |
Public Attributes | |
MWAWHeaderFooter::Type | m_type |
the header type | |
MWAWHeaderFooter::Occurence | m_occurence |
the header occurence | |
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.
NSTextInternal::HeaderFooter::HeaderFooter | ( | ) | [inline] |
Constructor.
std::ostream& operator<< | ( | std::ostream & | o, |
HeaderFooter const & | hf | ||
) | [friend] |
operator<<
std::string NSTextInternal::HeaderFooter::m_extra |
some extra debuging information
Referenced by NSTextInternal::operator<<(), and NSText::readHeaderFooter().
the header occurence
Referenced by NSText::computePositions(), NSTextInternal::operator<<(), and NSText::readHeaderFooter().
the page
Referenced by NSText::computePositions().
the paragraph position in the header zone (first and last)
Referenced by HeaderFooter(), NSTextInternal::operator<<(), NSText::readHeaderFooter(), and NSText::sendHeaderFooter().
bool NSTextInternal::HeaderFooter::m_parsed [mutable] |
a flag to know if the footnote is parsed
Referenced by NSText::sendHeaderFooter().
the text position
Referenced by NSText::computePositions(), NSTextInternal::operator<<(), and NSText::readHeaderFooter().
the header type
Referenced by NSText::computePositions(), NSTextInternal::operator<<(), and NSText::readHeaderFooter().
a unknown value
Referenced by NSTextInternal::operator<<(), and NSText::readHeaderFooter().