Public Member Functions | |
| Header () | |
| void | compute_block_size () |
| bool | valid_signature () const |
| bool | valid () |
| void | load (const unsigned char *buffer, unsigned long size) |
| void | save (unsigned char *buffer) |
Public Attributes | |
| unsigned char | m_magic [8] |
| unsigned | m_revision |
| unsigned | m_num_bat |
| unsigned | m_start_dirent |
| unsigned | m_threshold |
| unsigned | m_start_sbat |
| unsigned | m_num_sbat |
| unsigned | m_shift_sbat |
| unsigned | m_size_sbat |
| unsigned | m_shift_bbat |
| unsigned | m_size_bbat |
| unsigned | m_start_mbat |
| unsigned | m_num_mbat |
| unsigned long | m_blocks_bbat [109] |
Static Protected Attributes | |
| static const unsigned char | s_ole_magic [] |
| void libwpd::Header::compute_block_size | ( | ) | [inline] |
Referenced by Header().
| void libwpd::Header::load | ( | const unsigned char * | buffer, |
| unsigned long | size | ||
| ) |
| void libwpd::Header::save | ( | unsigned char * | buffer | ) |
| bool libwpd::Header::valid | ( | ) |
| bool libwpd::Header::valid_signature | ( | ) | const [inline] |
| unsigned long libwpd::Header::m_blocks_bbat[109] |
Referenced by Header().
| unsigned char libwpd::Header::m_magic[8] |
Referenced by Header(), and valid_signature().
| unsigned libwpd::Header::m_num_bat |
| unsigned libwpd::Header::m_num_mbat |
| unsigned libwpd::Header::m_num_sbat |
| unsigned libwpd::Header::m_revision |
Referenced by libwpd::IStorage::revision(), and libwpd::OStorage::setRevision().
| unsigned libwpd::Header::m_shift_bbat |
Referenced by compute_block_size().
| unsigned libwpd::Header::m_shift_sbat |
Referenced by compute_block_size().
| unsigned libwpd::Header::m_size_bbat |
Referenced by compute_block_size(), and libwpd::IStorage::IStorage().
| unsigned libwpd::Header::m_size_sbat |
Referenced by compute_block_size(), and libwpd::IStorage::IStorage().
| unsigned libwpd::Header::m_start_dirent |
| unsigned libwpd::Header::m_start_mbat |
| unsigned libwpd::Header::m_start_sbat |
| unsigned libwpd::Header::m_threshold |
Referenced by libwpd::IStorage::use_big_block_for(), and libwpd::OStorage::useBigBlockFor().
const unsigned char libwpd::Header::s_ole_magic [static, protected] |
{ 0xd0, 0xcf, 0x11, 0xe0, 0xa1, 0xb1, 0x1a, 0xe1 }
Referenced by Header(), and valid_signature().