#include <WP1LeftIndentGroup.h>
Public Member Functions | |
| WP1LeftIndentGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption, unsigned char group) | |
| ~WP1LeftIndentGroup () | |
| void | _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
| void | parse (WP1Listener *listener) |
Private Attributes | |
| unsigned short | m_oldLeftMargin |
| unsigned short | m_newLeftMargin |
| WP1LeftIndentGroup::WP1LeftIndentGroup | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption, | ||
| unsigned char | group | ||
| ) |
| void WP1LeftIndentGroup::_readContents | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) | [virtual] |
Reimplemented from WP1FixedLengthGroup.
| void WP1LeftIndentGroup::parse | ( | WP1Listener * | listener | ) | [virtual] |
Implements WP1Part.
unsigned short WP1LeftIndentGroup::m_newLeftMargin [private] |
Referenced by _readContents(), and parse().
unsigned short WP1LeftIndentGroup::m_oldLeftMargin [private] |
Referenced by _readContents(), and parse().