Public Member Functions | |
| PageInfo () | |
| bool | isSimilar (PageInfo const &p) const |
| returns true if the page has same color position | |
| MWAWSection | getSection () const |
| return a section | |
Public Attributes | |
| int | m_page |
| the pages | |
| std::vector< ColumnInfo > | m_columns |
| the columns | |
| FullWrtTextInternal::PageInfo::PageInfo | ( | ) | [inline] |
| MWAWSection FullWrtTextInternal::PageInfo::getSection | ( | ) | const [inline] |
return a section
Referenced by FullWrtText::send().
| bool FullWrtTextInternal::PageInfo::isSimilar | ( | PageInfo const & | p | ) | const [inline] |
returns true if the page has same color position
Referenced by FullWrtText::send().
| std::vector<ColumnInfo> FullWrtTextInternal::PageInfo::m_columns |
the columns
Referenced by FullWrtTextInternal::Zone::getBreaksPosition(), getSection(), isSimilar(), and FullWrtText::readTextData().
the pages
Referenced by FullWrtText::readTextData().