the section structure of a Microsoft Word file More...
#include <MSWStruct.hxx>
Public Member Functions | |
Section () | |
constructor | |
MWAWSection | getSection (double pageWidth) const |
returns a section | |
void | insert (Section const &sec) |
insert the new values | |
bool | read (MWAWInputStreamPtr &input, long endPos) |
try to read a data | |
bool | readV3 (MWAWInputStreamPtr &input, long endPos) |
try to read a data ( v3 code ) | |
Public Attributes | |
Variable< int > | m_id |
the identificator | |
Variable< int > | m_type |
the type | |
Variable< int > | m_paragraphId |
the paragraph id | |
Variable< int > | m_col |
the num of columns | |
Variable< float > | m_colSep |
the spacing between column | |
Variable< bool > | m_colBreak |
only a column break | |
Variable< int > | m_flag |
some flag ( in the main position) | |
std::string | m_extra |
the errors | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Section const §ion) |
operator<< |
the section structure of a Microsoft Word file
MSWStruct::Section::Section | ( | ) | [inline] |
constructor
MWAWSection MSWStruct::Section::getSection | ( | double | pageWidth | ) | const |
returns a section
Referenced by MSWTextStyles::setProperty().
void MSWStruct::Section::insert | ( | Section const & | sec | ) | [inline] |
insert the new values
Referenced by MSWTextStyles::sendSection().
bool MSWStruct::Section::read | ( | MWAWInputStreamPtr & | input, |
long | endPos | ||
) |
try to read a data
Referenced by MSWTextStyles::readSection().
bool MSWStruct::Section::readV3 | ( | MWAWInputStreamPtr & | input, |
long | endPos | ||
) |
try to read a data ( v3 code )
Referenced by MSWTextStyles::readSection().
std::ostream& operator<< | ( | std::ostream & | o, |
Section const & | section | ||
) | [friend] |
operator<<
the num of columns
Referenced by getSection(), insert(), MSWStruct::operator<<(), read(), readV3(), and MSWTextStyles::setProperty().
only a column break
Referenced by insert(), MSWStruct::operator<<(), read(), and MSWTextStyles::setProperty().
the spacing between column
Referenced by getSection(), insert(), MSWStruct::operator<<(), read(), and readV3().
std::string MSWStruct::Section::m_extra |
the errors
Referenced by insert(), MSWStruct::operator<<(), read(), and readV3().
some flag ( in the main position)
Referenced by insert(), MSWStruct::operator<<(), and MSWTextStyles::readSection().
the identificator
Referenced by insert(), and MSWTextStyles::readSection().
the paragraph id
Referenced by MSWTextStyles::getSectionFont(), MSWTextStyles::getSectionParagraph(), insert(), and MSWStruct::operator<<().
the type
Referenced by insert(), MSWStruct::operator<<(), and MSWTextStyles::readSection().