#include <WPSContentListener.h>
Inheritance diagram for WPSContentListener:
Protected Member Functions | |
WPSContentListener (std::list< WPSPageSpan > &pageList, WPXHLListenerImpl *listenerImpl) | |
virtual | ~WPSContentListener () |
void | startDocument () |
void | endDocument () |
void | insertBreak (const uint8_t breakType) |
void | lineSpacingChange (const float lineSpacing) |
void | justificationChange (const uint8_t justification) |
virtual void | _flushText ()=0 |
virtual void | _changeList ()=0 |
void | _openSection () |
void | _closeSection () |
void | _openPageSpan () |
void | _closePageSpan () |
void | _appendParagraphProperties (WPXPropertyList &propList, const bool isListElement=false) |
void | _getTabStops (WPXPropertyListVector &tabStops) |
void | _appendJustification (WPXPropertyList &propList, int justification) |
void | _resetParagraphState (const bool isListElement=false) |
virtual void | _openParagraph () |
void | _closeParagraph () |
void | _openListElement () |
void | _closeListElement () |
void | _openSpan () |
void | _closeSpan () |
float | _movePositionToFirstColumn (float position) |
Protected Attributes | |
WPSContentParsingState * | m_ps |
WPXHLListenerImpl * | m_listenerImpl |
WPXPropertyList | m_metaData |
Private Member Functions | |
WPSContentListener (const WPSContentListener &) | |
WPSContentListener & | operator= (const WPSContentListener &) |
WPXString | _colorToString (const RGBSColor *color) |
WPXString | _mergeColorsToString (const RGBSColor *fgColor, const RGBSColor *bgColor) |
|
|
|
|
|
|
|
|
|
|
|
Implemented in WPS4ContentListener, and WPS8ContentListener. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented in WPS4ContentListener, and WPS8ContentListener. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in WPS4ContentListener, and WPS8ContentListener. |
|
|
|
|
|
|
|
Reimplemented in WPS4ContentListener, and WPS8ContentListener. |
|
Reimplemented in WPS4ContentListener, and WPS8ContentListener. |
|
Reimplemented in WPS4ContentListener, and WPS8ContentListener. |
|
Reimplemented in WPS4ContentListener, and WPS8ContentListener. |
|
|
|
Reimplemented in WPS4ContentListener, and WPS8ContentListener. |
|
|
|
|
|
|