|
| WP1ContentListener (std::list< WPXPageSpan > &pageList, librevenge::RVNGTextInterface *documentInterface) |
|
| ~WP1ContentListener () override |
|
void | startDocument () override |
|
void | startSubDocument () override |
|
void | insertCharacter (unsigned character) override |
|
void | insertExtendedCharacter (unsigned char extendedCharacter) override |
|
void | insertTab () override |
|
void | insertBreak (unsigned char breakType) override |
|
void | insertEOL () override |
|
void | insertNote (WPXNoteType noteType, WP1SubDocument *subDocument) override |
|
void | attributeChange (bool isOn, unsigned char attribute) override |
|
void | fontPointSize (unsigned char pointSize) override |
|
void | fontId (unsigned short id) override |
|
void | marginReset (unsigned short leftMargin, unsigned short rightMargin) override |
|
void | topMarginSet (unsigned short) override |
|
void | bottomMarginSet (unsigned short) override |
|
void | leftIndent (unsigned short leftMarginOffset) override |
|
void | leftRightIndent (unsigned short leftRightMarginOffset) override |
|
void | leftMarginRelease (unsigned short release) override |
|
void | setTabs (const std::vector< WPXTabStop > &tabStops) override |
|
void | headerFooterGroup (unsigned char headerFooterDefinition, const std::shared_ptr< WP1SubDocument > &subDocument) override |
|
void | suppressPageCharacteristics (unsigned char) override |
|
void | justificationChange (unsigned char justification) override |
|
void | lineSpacingChange (unsigned char spacing) override |
|
void | flushRightOn () override |
|
void | flushRightOff () override |
|
void | centerOn () override |
|
void | centerOff () override |
|
void | endDocument () override |
|
void | endSubDocument () override |
|
void | insertPicture (unsigned short width, unsigned short height, const librevenge::RVNGBinaryData &binaryData) override |
|
| WP1Listener () |
|
virtual | ~WP1Listener () |
|
virtual void | startDocument ()=0 |
|
virtual void | startSubDocument ()=0 |
|
virtual void | insertCharacter (unsigned character)=0 |
|
virtual void | insertExtendedCharacter (unsigned char extendedCharacter)=0 |
|
virtual void | insertTab ()=0 |
|
virtual void | insertBreak (unsigned char breakType)=0 |
|
virtual void | insertEOL ()=0 |
|
virtual void | insertNote (WPXNoteType noteType, WP1SubDocument *subDocument)=0 |
|
virtual void | attributeChange (bool isOn, unsigned char attribute)=0 |
|
virtual void | fontPointSize (unsigned char pointSize)=0 |
|
virtual void | fontId (unsigned short id)=0 |
|
virtual void | marginReset (unsigned short leftMargin, unsigned short rightMargin)=0 |
|
virtual void | topMarginSet (unsigned short topMargin)=0 |
|
virtual void | bottomMarginSet (unsigned short bottomMargin)=0 |
|
virtual void | leftIndent (unsigned short leftMarginOffset)=0 |
|
virtual void | leftRightIndent (unsigned short leftRightMarginOffset)=0 |
|
virtual void | leftMarginRelease (unsigned short release)=0 |
|
virtual void | setTabs (const std::vector< WPXTabStop > &tabStops)=0 |
|
virtual void | headerFooterGroup (unsigned char headerFooterDefinition, const std::shared_ptr< WP1SubDocument > &subDocument)=0 |
|
virtual void | suppressPageCharacteristics (unsigned char suppressCode)=0 |
|
virtual void | justificationChange (unsigned char justification)=0 |
|
virtual void | lineSpacingChange (unsigned char spacing)=0 |
|
virtual void | flushRightOn ()=0 |
|
virtual void | flushRightOff ()=0 |
|
virtual void | centerOn ()=0 |
|
virtual void | centerOff ()=0 |
|
virtual void | endDocument ()=0 |
|
virtual void | endSubDocument ()=0 |
|
virtual void | insertPicture (unsigned short width, unsigned short height, const librevenge::RVNGBinaryData &binaryData)=0 |
|
|
void | _handleSubDocument (const WPXSubDocument *subDocument, WPXSubDocumentType subDocumentType, WPXTableList tableList, unsigned nextTableIndice=0) override |
|
void | _flushText () override |
|
void | _changeList () override |
|
void | lineSpacingChange (const double lineSpacing) |
|
| WPXContentListener (std::list< WPXPageSpan > &pageList, librevenge::RVNGTextInterface *documentInterface) |
|
| ~WPXContentListener () override |
|
void | startDocument () |
|
void | startSubDocument () |
|
void | endDocument () |
|
void | endSubDocument () |
|
void | handleSubDocument (const WPXSubDocument *subDocument, WPXSubDocumentType subDocumentType, WPXTableList tableList, unsigned nextTableIndice) |
| Creates an new document state.
|
|
void | insertBreak (const unsigned char breakType) |
|
void | lineSpacingChange (const double lineSpacing) |
|
void | justificationChange (const unsigned char justification) |
|
virtual void | _handleSubDocument (const WPXSubDocument *subDocument, WPXSubDocumentType subDocumentType, WPXTableList tableList, unsigned nextTableIndice)=0 |
|
virtual void | _flushText ()=0 |
|
virtual void | _changeList ()=0 |
|
void | _openSection () |
|
void | _closeSection () |
|
void | _openPageSpan () |
|
void | _closePageSpan () |
|
void | _appendParagraphProperties (librevenge::RVNGPropertyList &propList, const bool isListElement=false) |
|
void | _getTabStops (librevenge::RVNGPropertyListVector &tabStops) |
|
void | _appendJustification (librevenge::RVNGPropertyList &propList, int justification) |
|
void | _resetParagraphState (const bool isListElement=false) |
|
virtual void | _openParagraph () |
|
void | _closeParagraph () |
|
void | _openListElement () |
|
void | _closeListElement () |
|
void | _openSpan () |
|
void | _closeSpan () |
|
void | _openTable () |
|
void | _closeTable () |
|
void | _openTableRow (const double height, const bool isMinimumHeight, const bool isHeaderRow) |
|
void | _closeTableRow () |
|
void | _openTableCell (const unsigned char colSpan, const unsigned char rowSpan, const unsigned char borderBits, const RGBSColor *cellFgColor, const RGBSColor *cellBgColor, const RGBSColor *cellBorderColor, const WPXVerticalAlignment cellVerticalAlignment) |
|
void | _closeTableCell () |
|
double | _movePositionToFirstColumn (double position) |
|
double | _getNextTabStop () const |
|
double | _getPreviousTabStop () const |
|
void | _insertText (const librevenge::RVNGString &textBuffer) |
|
void | _insertBreakIfNecessary (librevenge::RVNGPropertyList &propList) |
|
void | _insertPageNumberParagraph (WPXPageNumberPosition position, WPXNumberingType type, librevenge::RVNGString fontName, double fontSize) |
|
unsigned | _mapNonUnicodeCharacter (unsigned character) |
|
| WPXListener (std::list< WPXPageSpan > &pageList) |
|
virtual | ~WPXListener () |
|
bool | isUndoOn () |
|
void | setUndoOn (bool isOn) |
|