#include <WP3ContentListener.h>
Public Member Functions | |
WP3ContentParsingState () | |
~WP3ContentParsingState () | |
Public Attributes | |
unsigned short | m_colSpan |
unsigned short | m_rowSpan |
librevenge::RVNGString | m_textBuffer |
RGBSColor * | m_cellFillColor |
librevenge::RVNGString | m_noteReference |
WPXTableList | m_tableList |
Private Member Functions | |
WP3ContentParsingState (const WP3ContentParsingState &) | |
WP3ContentParsingState & | operator= (const WP3ContentParsingState &) |
WP3ContentParsingState::WP3ContentParsingState | ( | ) |
WP3ContentParsingState::~WP3ContentParsingState | ( | ) |
|
private |
|
private |
Referenced by WP3ContentListener::_changeList().
RGBSColor* WP3ContentParsingState::m_cellFillColor |
unsigned short WP3ContentParsingState::m_colSpan |
librevenge::RVNGString WP3ContentParsingState::m_noteReference |
Referenced by WP3ContentListener::insertNote(), and WP3ContentListener::insertNoteReference().
unsigned short WP3ContentParsingState::m_rowSpan |
WPXTableList WP3ContentParsingState::m_tableList |
librevenge::RVNGString WP3ContentParsingState::m_textBuffer |