27#ifndef WP6PREFIXINDICE_H
28#define WP6PREFIXINDICE_H
30#include <librevenge-stream/librevenge-stream.h>
unsigned char getType() const
Definition WP6PrefixIndice.h:42
unsigned m_dataSize
Definition WP6PrefixIndice.h:68
unsigned short m_useCount
Definition WP6PrefixIndice.h:66
unsigned getDataOffset() const
Definition WP6PrefixIndice.h:54
unsigned char m_type
Definition WP6PrefixIndice.h:64
unsigned char m_flags
Definition WP6PrefixIndice.h:65
WP6PrefixIndice(librevenge::RVNGInputStream *input, WPXEncryption *encryption, int id)
Definition WP6PrefixIndice.cpp:31
unsigned char getFlags() const
Definition WP6PrefixIndice.h:46
void _read(librevenge::RVNGInputStream *input, WPXEncryption *encryption)
Definition WP6PrefixIndice.cpp:44
unsigned short m_hideCount
Definition WP6PrefixIndice.h:67
bool m_hasChildren
Definition WP6PrefixIndice.h:71
unsigned getDataSize() const
Definition WP6PrefixIndice.h:50
int getID() const
Definition WP6PrefixIndice.h:38
int m_id
Definition WP6PrefixIndice.h:63
unsigned m_dataOffset
Definition WP6PrefixIndice.h:69
Definition WPXEncryption.h:36