#include <WP6Header.h>
Public Member Functions | |
| WP6Header (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned documentOffset, unsigned char productType, unsigned char fileType, unsigned char majorVersion, unsigned char minorVersion, unsigned short documentEncryption) | |
| virtual | ~WP6Header () |
| unsigned short | getIndexHeaderOffset () const |
| unsigned short | getNumPrefixIndices () const |
Protected Member Functions | |
| void | _readIndexInformation (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
| unsigned short | m_indexHeaderOffset |
| unsigned short | m_numPrefixIndices |
| WP6Header::WP6Header | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption, | ||
| unsigned | documentOffset, | ||
| unsigned char | productType, | ||
| unsigned char | fileType, | ||
| unsigned char | majorVersion, | ||
| unsigned char | minorVersion, | ||
| unsigned short | documentEncryption | ||
| ) |
| virtual WP6Header::~WP6Header | ( | ) | [inline, virtual] |
| void WP6Header::_readIndexInformation | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) | [protected] |
Referenced by WP60Header::WP60Header(), and WP61Header::WP61Header().
| unsigned short WP6Header::getIndexHeaderOffset | ( | ) | const [inline] |
| unsigned short WP6Header::getNumPrefixIndices | ( | ) | const [inline] |
unsigned short WP6Header::m_indexHeaderOffset [private] |
Referenced by _readIndexInformation(), getIndexHeaderOffset(), and WP6Header().
unsigned short WP6Header::m_numPrefixIndices [private] |
Referenced by _readIndexInformation(), and getNumPrefixIndices().