Internal: a line information of a MDWParser. More...
Public Member Functions | |
LineInfo () | |
Public Attributes | |
MWAWEntry | m_entry |
the main entry | |
int | m_type |
the entry type | |
int | m_height |
the height | |
int | m_y |
the y pos | |
int | m_page |
the page number | |
MWAWParagraph | m_paragraph |
the paragraph | |
bool | m_specialHeadingInterface |
true if the paragraph | |
bool | m_paragraphSet |
true if the paragraph is reset | |
int | m_listLevel |
the item level | |
int | m_listType |
the item type | |
int | m_flags [4] |
two flags | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, LineInfo const &line) |
operator<< |
Internal: a line information of a MDWParser.
MDWParserInternal::LineInfo::LineInfo | ( | ) | [inline] |
std::ostream& operator<< | ( | std::ostream & | o, |
LineInfo const & | line | ||
) | [friend] |
operator<<
std::string MDWParserInternal::LineInfo::m_extra |
extra data
Referenced by MDWParser::readLinesInfo().
two flags
Referenced by LineInfo(), MDWParser::readLinesInfo(), MDWParser::readRuler(), MDWParser::sendZone(), and MDWParserInternal::ZoneInfo::updateListId().
the height
Referenced by MDWParser::readLinesInfo(), MDWParser::sendZone(), and MDWParserInternal::ZoneInfo::updateListId().
the item level
Referenced by MDWParser::readCompressedText(), MDWParser::readLinesInfo(), MDWParser::readText(), and MDWParserInternal::ZoneInfo::updateListId().
the item type
Referenced by MDWParser::readCompressedText(), MDWParser::readLinesInfo(), MDWParser::readText(), and MDWParserInternal::ZoneInfo::updateListId().
the page number
Referenced by MDWParser::createDocument(), MDWParser::readLinesInfo(), and MDWParser::sendZone().
the paragraph
Referenced by MDWParser::readLinesInfo(), MDWParser::readRuler(), MDWParser::sendZone(), and MDWParserInternal::ZoneInfo::updateListId().
true if the paragraph is reset
Referenced by MDWParser::readRuler(), and MDWParser::sendZone().
true if the paragraph
Referenced by MDWParser::readLinesInfo(), MDWParser::readRuler(), and MDWParserInternal::ZoneInfo::updateListId().
the entry type
Referenced by MDWParser::createDocument(), MDWParser::readLinesInfo(), MDWParser::sendZone(), and MDWParserInternal::ZoneInfo::updateListId().
the y pos
Referenced by MDWParser::readLinesInfo().