#include <WP6Part.h>
Public Member Functions | |
virtual | ~WP6Part () |
virtual void | parse (WP6Listener *listener)=0 |
Static Public Member Functions | |
static WP6Part * | constructPart (librevenge::RVNGInputStream *input, WPXEncryption *encryption, const unsigned char readVal) |
virtual WP6Part::~WP6Part | ( | ) | [inline, virtual] |
WP6Part * WP6Part::constructPart | ( | librevenge::RVNGInputStream * | input, |
WPXEncryption * | encryption, | ||
const unsigned char | readVal | ||
) | [static] |
Referenced by WP6Parser::parseDocument().
virtual void WP6Part::parse | ( | WP6Listener * | listener | ) | [pure virtual] |
Implemented in WP6CharacterGroup, WP6ParagraphGroup, WP6TableRowAtEOCFunction, WP6TableRowAtEOPFunction, WP6TableRowAtSoftEOPFunction, WP6TableOffAtSoftEOPFunction, WP6TableRowFunction, WP6TableCellFunction, WP6TableOffFunction, WP6HyphenFunction, WP6SoftHyphenFunction, WP6SoftEOPFunction, WP6EOPFunction, WP6HighlightOffGroup, WP6AttributeOffGroup, WP6EOCFunction, WP6HighlightOnGroup, WP6AttributeOnGroup, WP6EOLFunction, WP6StyleGroup, WP6HardSpaceFunction, WP6ColumnGroup, WP6SpaceFunction, WP6BoxGroup, WP6UnsupportedVariableLengthGroup, WP6EOLGroup, WP6PageGroup, WP6TabGroup, WP6DisplayNumberReferenceGroup, WP6ExtendedCharacterGroup, WP6FootnoteEndnoteGroup, WP6HeaderFooterGroup, WP6HighlightGroup, WP6AttributeGroup, WP6UndoGroup, WP6UnsupportedFixedLengthGroup, WP6NumberingMethodGroup, and WP6SetNumberGroup.
Referenced by WP6Parser::parseDocument().