MSWStruct::Section Struct Reference

the section structure of a Microsoft Word file More...

#include <MSWStruct.hxx>

List of all members.

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 &section)
 operator<<

Detailed Description

the section structure of a Microsoft Word file


Constructor & Destructor Documentation

constructor


Member Function Documentation

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().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Section const &  section 
) [friend]

operator<<


Member Data Documentation

the spacing between column

Referenced by getSection(), insert(), MSWStruct::operator<<(), read(), and readV3().

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 documentation for this struct was generated from the following files: