|
| | WP6ContentListener (std::list< WPXPageSpan > &pageList, WPXTableList tableList, WPXDocumentInterface *documentInterface) |
| |
| | ~WP6ContentListener () |
| |
| void | startDocument () |
| |
| void | startSubDocument () |
| |
| void | setDate (const uint16_t type, const uint16_t year, const uint8_t month, const uint8_t day, const uint8_t hour, const uint8_t minute, const uint8_t second, const uint8_t dayOfWeek, const uint8_t timeZone, const uint8_t unused) |
| |
| void | setExtendedInformation (const uint16_t type, const WPXString &data) |
| |
| void | setAlignmentCharacter (const uint32_t character) |
| |
| void | setLeaderCharacter (const uint32_t character, const uint8_t numSpaces) |
| |
| void | defineTabStops (const bool isRelative, const std::vector< WPXTabStop > &tabStops, const std::vector< bool > &usePreWP9LeaderMethods) |
| |
| void | insertCharacter (uint32_t character) |
| |
| void | insertTab (const uint8_t tabType, double tabPosition) |
| |
| void | handleLineBreak () |
| |
| void | insertEOL () |
| |
| void | insertBreak (const uint8_t breakType) |
| |
| void | lineSpacingChange (const double lineSpacing) |
| |
| void | justificationChange (const uint8_t justification) |
| |
| void | characterColorChange (const uint8_t red, const uint8_t green, const uint8_t blue) |
| |
| void | characterShadingChange (const uint8_t shading) |
| |
| void | highlightChange (const bool isOn, const RGBSColor &color) |
| |
| void | fontChange (const uint16_t matchedFontPointSize, const uint16_t fontPID, const WPXString &fontName) |
| |
| void | attributeChange (const bool isOn, const uint8_t attribute) |
| |
| void | spacingAfterParagraphChange (const double spacingRelative, const double spacingAbsolute) |
| |
| void | pageNumberingChange (const WPXPageNumberPosition, const uint16_t, const uint16_t) |
| |
| void | pageMarginChange (const uint8_t, const uint16_t) |
| |
| void | pageFormChange (const uint16_t, const uint16_t, const WPXFormOrientation) |
| |
| void | marginChange (const uint8_t side, const uint16_t margin) |
| |
| void | paragraphMarginChange (const uint8_t side, const int16_t margin) |
| |
| void | indentFirstLineChange (const int16_t offset) |
| |
| void | columnChange (const WPXTextColumnType columnType, const uint8_t numColumns, const std::vector< double > &columnWidth, const std::vector< bool > &isFixedWidth) |
| |
| void | updateOutlineDefinition (const WP6OutlineLocation outlineLocation, const uint16_t outlineHash, const uint8_t *numberingMethods, const uint8_t tabBehaviourFlag) |
| |
| void | paragraphNumberOn (const uint16_t outlineHash, const uint8_t level, const uint8_t flag) |
| |
| void | paragraphNumberOff () |
| |
| void | displayNumberReferenceGroupOn (const uint8_t subGroup, const uint8_t level) |
| |
| void | displayNumberReferenceGroupOff (const uint8_t subGroup) |
| |
| void | styleGroupOn (const uint8_t subGroup) |
| |
| void | styleGroupOff (const uint8_t subGroup) |
| |
| void | globalOn (const uint8_t systemStyle) |
| |
| void | globalOff () |
| |
| void | noteOn (const uint16_t textPID) |
| |
| void | noteOff (const WPXNoteType noteType) |
| |
| void | headerFooterGroup (const uint8_t, const uint8_t, const uint16_t) |
| |
| void | suppressPageCharacteristics (const uint8_t) |
| |
| void | setPageNumber (const uint16_t) |
| |
| void | setPageNumberingType (const WPXNumberingType pageNumberingType) |
| |
| void | endDocument () |
| |
| void | endSubDocument () |
| |
| void | defineTable (const uint8_t position, const uint16_t leftOffset) |
| |
| void | addTableColumnDefinition (const uint32_t width, const uint32_t leftGutter, const uint32_t rightGutter, const uint32_t attributes, const uint8_t alignment) |
| |
| void | startTable () |
| |
| void | insertRow (const uint16_t rowHeight, const bool isMinimumHeight, const bool isHeaderRow) |
| |
| void | insertCell (const uint8_t colSpan, const uint8_t rowSpan, const uint8_t borderBits, const RGBSColor *cellFgColor, const RGBSColor *cellBgColor, const RGBSColor *cellBorderColor, const WPXVerticalAlignment cellVerticalAlignment, const bool useCellAttributes, const uint32_t cellAttributes) |
| |
| void | endTable () |
| |
| void | boxOn (const uint8_t anchoringType, const uint8_t generalPositioningFlags, const uint8_t horizontalPositioningFlags, const int16_t horizontalOffset, const uint8_t leftColumn, const uint8_t rightColumn, const uint8_t verticalPositioningFlags, const int16_t verticalOffset, const uint8_t widthFlags, const uint16_t width, const uint8_t heightFlags, const uint16_t height, const uint8_t boxContentType, const uint16_t nativeWidth, const uint16_t nativeHeight) |
| |
| void | boxOff () |
| |
| void | insertGraphicsData (const uint16_t packetId) |
| |
| void | insertTextBox (const WP6SubDocument *subDocument) |
| |
| void | commentAnnotation (const uint16_t textPID) |
| |
| void | undoChange (const uint8_t undoType, const uint16_t undoLevel) |
| |
| | WP6Listener () |
| |
| virtual | ~WP6Listener () |
| |
| void | setPrefixData (WP6PrefixData *prefixData) |
| |
| const WP6PrefixDataPacket * | getPrefixDataPacket (const int prefixID) const |
| |
| WPXString | getFontNameForPID (const int prefixID) const |
| |
|
| void | _handleSubDocument (const WPXSubDocument *subDocument, WPXSubDocumentType subDocumentType, WPXTableList tableList, unsigned nextTableIndice=0) |
| |
| void | _paragraphNumberOn (const uint16_t outlineHash, const uint8_t level) |
| |
| void | _flushText () |
| |
| void | _handleListChange (const uint16_t outlineHash) |
| |
| void | _changeList () |
| |
| | WPXContentListener (std::list< WPXPageSpan > &pageList, WPXDocumentInterface *documentInterface) |
| |
| virtual | ~WPXContentListener () |
| |
| void | startDocument () |
| |
| void | startSubDocument () |
| |
| void | endDocument () |
| |
| void | endSubDocument () |
| |
| void | handleSubDocument (const WPXSubDocument *subDocument, WPXSubDocumentType subDocumentType, WPXTableList tableList, unsigned nextTableIndice) |
| | Creates an new document state. More...
|
| |
| void | insertBreak (const uint8_t breakType) |
| |
| void | lineSpacingChange (const double lineSpacing) |
| |
| void | justificationChange (const uint8_t justification) |
| |
| 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 () |
| |
| void | _openTable () |
| |
| void | _closeTable () |
| |
| void | _openTableRow (const double height, const bool isMinimumHeight, const bool isHeaderRow) |
| |
| void | _closeTableRow () |
| |
| void | _openTableCell (const uint8_t colSpan, const uint8_t rowSpan, const uint8_t 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 WPXString &textBuffer) |
| |
| void | _insertBreakIfNecessary (WPXPropertyList &propList) |
| |
| void | _insertPageNumberParagraph (WPXPageNumberPosition position, WPXNumberingType type, WPXString fontName, double fontSize) |
| |
| uint32_t | _mapNonUnicodeCharacter (uint32_t character) |
| |
| | WPXListener (std::list< WPXPageSpan > &pageList) |
| |
| virtual | ~WPXListener () |
| |
| bool | isUndoOn () |
| |
| void | setUndoOn (bool isOn) |
| |