|
| WP5ContentListener (std::list< WPXPageSpan > &pageList, librevenge::RVNGTextInterface *documentInterface) |
| ~WP5ContentListener () override |
void | startDocument () override |
void | startSubDocument () override |
void | setFont (const librevenge::RVNGString &fontName, double fontSize) override |
void | setTabs (const std::vector< WPXTabStop > &tabStops, unsigned short tabOffset) override |
void | insertCharacter (unsigned character) override |
void | insertTab (unsigned char tabType, double tabPosition) override |
void | insertIndent (unsigned char indentType, double indentPosition) override |
void | insertEOL () override |
void | insertBreak (unsigned char breakType) override |
void | lineSpacingChange (double lineSpacing) override |
void | justificationChange (unsigned char justification) override |
void | characterColorChange (unsigned char red, unsigned char green, unsigned char blue) override |
void | attributeChange (bool isOn, unsigned char attribute) override |
void | pageMarginChange (unsigned char, unsigned short) override |
void | pageFormChange (unsigned short, unsigned short, WPXFormOrientation) override |
void | marginChange (unsigned char side, unsigned short margin) override |
void | paragraphMarginChange (unsigned char, signed short) |
void | endDocument () override |
void | endSubDocument () override |
void | defineTable (unsigned char position, unsigned short leftOffset) override |
void | addTableColumnDefinition (unsigned width, unsigned leftGutter, unsigned rightGutter, unsigned attributes, unsigned char alignment) override |
void | startTable () override |
void | insertRow (unsigned short rowHeight, bool isMinimumHeight, bool isHeaderRow) override |
void | insertCell (unsigned char colSpan, unsigned char rowSpan, unsigned char borderBits, const RGBSColor *cellFgColor, const RGBSColor *cellBgColor, const RGBSColor *cellBorderColor, WPXVerticalAlignment cellVerticalAlignment, bool useCellAttributes, unsigned cellAttributes) override |
void | endTable () override |
void | insertNoteReference (const librevenge::RVNGString ¬eReference) override |
void | insertNote (WPXNoteType noteType, const WP5SubDocument *subDocument) override |
void | headerFooterGroup (unsigned char headerFooterType, unsigned char occurrenceBits, const std::shared_ptr< WP5SubDocument > &subDocument) override |
void | suppressPageCharacteristics (unsigned char) override |
void | setDefaultFont (const librevenge::RVNGString &fontName, double fontSize) |
void | boxOn (unsigned char positionAndType, unsigned char alignment, unsigned short width, unsigned short height, unsigned short x, unsigned short y) override |
void | boxOff () override |
void | insertGraphicsData (const librevenge::RVNGBinaryData *data) override |
| WP5Listener () |
virtual | ~WP5Listener () |
void | setPrefixData (WP5PrefixData *prefixData) |
const WP5GeneralPacketData * | getGeneralPacketData (const int type) const |
|
void | _handleSubDocument (const WPXSubDocument *subDocument, WPXSubDocumentType subDocumentType, WPXTableList tableList, unsigned nextTableIndice=0) override |
void | _flushText () override |
void | _changeList () override |
| 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) |
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) |