#include <WPGXParser.h>
Public Member Functions | |
WPGTextDataHandler (libwpg::WPGPaintInterface *painter) | |
~WPGTextDataHandler () | |
void | setDocumentMetaData (const WPXPropertyList &) |
void | startDocument () |
void | endDocument () |
void | startSubDocument () |
void | endSubDocument () |
void | definePageStyle (const WPXPropertyList &) |
void | openPageSpan (const WPXPropertyList &) |
void | closePageSpan () |
void | openHeader (const WPXPropertyList &) |
void | closeHeader () |
void | openFooter (const WPXPropertyList &) |
void | closeFooter () |
void | defineParagraphStyle (const WPXPropertyList &, const WPXPropertyListVector &) |
void | openParagraph (const WPXPropertyList &propList, const WPXPropertyListVector &tabStops) |
void | closeParagraph () |
void | defineCharacterStyle (const WPXPropertyList &) |
void | openSpan (const WPXPropertyList &propList) |
void | closeSpan () |
void | defineSectionStyle (const WPXPropertyList &, const WPXPropertyListVector &) |
void | openSection (const WPXPropertyList &, const WPXPropertyListVector &) |
void | closeSection () |
void | insertTab () |
void | insertSpace () |
void | insertText (const WPXString &text) |
void | insertLineBreak () |
void | insertField (const WPXString &, const WPXPropertyList &) |
void | defineOrderedListLevel (const WPXPropertyList &) |
void | defineUnorderedListLevel (const WPXPropertyList &) |
void | openOrderedListLevel (const WPXPropertyList &) |
void | openUnorderedListLevel (const WPXPropertyList &) |
void | closeOrderedListLevel () |
void | closeUnorderedListLevel () |
void | openListElement (const WPXPropertyList &propList, const WPXPropertyListVector &tabStops) |
void | closeListElement () |
void | openFootnote (const WPXPropertyList &) |
void | closeFootnote () |
void | openEndnote (const WPXPropertyList &) |
void | closeEndnote () |
void | openComment (const WPXPropertyList &) |
void | closeComment () |
void | openTextBox (const WPXPropertyList &) |
void | closeTextBox () |
void | openTable (const WPXPropertyList &, const WPXPropertyListVector &) |
void | openTableRow (const WPXPropertyList &) |
void | closeTableRow () |
void | openTableCell (const WPXPropertyList &) |
void | closeTableCell () |
void | insertCoveredTableCell (const WPXPropertyList &) |
void | closeTable () |
void | openFrame (const WPXPropertyList &) |
void | closeFrame () |
void | insertBinaryObject (const WPXPropertyList &, const WPXBinaryData &) |
void | insertEquation (const WPXPropertyList &, const WPXString &) |
Private Member Functions | |
WPGTextDataHandler (const WPGTextDataHandler &) | |
WPGTextDataHandler & | operator= (const WPGTextDataHandler &) |
Private Attributes | |
libwpg::WPGPaintInterface * | m_painter |
::WPXString | m_fontName |
::WPXPropertyList | m_paragraphStyle |
::WPXPropertyList | m_textStyle |
|
inline |
|
inline |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void WPGTextDataHandler::closeListElement | ( | ) |
|
inline |
|
inline |
void WPGTextDataHandler::closeParagraph | ( | ) |
|
inline |
void WPGTextDataHandler::closeSpan | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void WPGTextDataHandler::endSubDocument | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
void WPGTextDataHandler::insertLineBreak | ( | ) |
void WPGTextDataHandler::insertSpace | ( | ) |
void WPGTextDataHandler::insertTab | ( | ) |
void WPGTextDataHandler::insertText | ( | const WPXString & | text | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void WPGTextDataHandler::openListElement | ( | const WPXPropertyList & | propList, |
const WPXPropertyListVector & | tabStops | ||
) |
|
inline |
|
inline |
void WPGTextDataHandler::openParagraph | ( | const WPXPropertyList & | propList, |
const WPXPropertyListVector & | tabStops | ||
) |
|
inline |
void WPGTextDataHandler::openSpan | ( | const WPXPropertyList & | propList | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
Referenced by closeParagraph(), closeSpan(), insertSpace(), insertText(), openListElement(), openParagraph(), and openSpan().
|
private |
|
private |