|
| WP3ContentListener (std::list< WPXPageSpan > &pageList, std::vector< WP3SubDocument * > &subDocuments, librevenge::RVNGTextInterface *documentInterface) |
|
| ~WP3ContentListener () |
|
void | startDocument () |
|
void | startSubDocument () |
|
void | insertCharacter (unsigned character) |
|
void | insertTab () |
|
void | insertTab (unsigned char tabType, double tabPosition) |
|
void | insertBreak (unsigned char breakType) |
|
void | insertEOL () |
|
void | attributeChange (bool isOn, unsigned char attribute) |
|
void | lineSpacingChange (double lineSpacing) |
|
void | pageMarginChange (unsigned char, unsigned short) |
|
void | pageFormChange (unsigned short, unsigned short, WPXFormOrientation) |
|
void | marginChange (unsigned char side, unsigned short margin) |
|
void | indentFirstLineChange (double offset) |
|
void | setTabs (bool isRelative, const std::vector< WPXTabStop > tabStops) |
|
void | columnChange (WPXTextColumnType columnType, unsigned char numColumns, const std::vector< double > &columnWidth, const std::vector< bool > &isFixedWidth) |
|
void | endDocument () |
|
void | endSubDocument () |
|
void | defineTable (unsigned char position, unsigned short leftOffset) |
|
void | addTableColumnDefinition (unsigned width, unsigned leftGutter, unsigned rightGutter, unsigned attributes, unsigned char alignment) |
|
void | startTable () |
|
void | insertRow () |
|
void | insertCell () |
|
void | closeCell () |
|
void | closeRow () |
|
void | setTableCellSpan (unsigned short colSpan, unsigned short rowSpan) |
|
void | setTableCellFillColor (const RGBSColor *cellFillColor) |
|
void | endTable () |
|
void | undoChange (unsigned char undoType, unsigned short undoLevel) |
|
void | justificationChange (unsigned char justification) |
|
void | setTextColor (const RGBSColor *fontColor) |
|
void | setTextFont (const librevenge::RVNGString &fontName) |
|
void | setFontSize (unsigned short fontSize) |
|
void | insertPageNumber (const librevenge::RVNGString &pageNumber) |
|
void | insertNoteReference (const librevenge::RVNGString ¬eReference) |
|
void | insertNote (WPXNoteType noteType, const WP3SubDocument *subDocument) |
|
void | headerFooterGroup (unsigned char headerFooterType, unsigned char occurrenceBits, WP3SubDocument *subDocument) |
|
void | suppressPage (unsigned short) |
|
void | backTab () |
|
void | leftIndent () |
|
void | leftIndent (double offset) |
|
void | leftRightIndent () |
|
void | leftRightIndent (double offset) |
|
void | insertPicture (double height, double width, double verticalOffset, double horizontalOffset, unsigned char leftColumn, unsigned char rightColumn, unsigned short figureFlags, const librevenge::RVNGBinaryData &binaryData) |
|
void | insertTextBox (double height, double width, double verticalOffset, double horizontalOffset, unsigned char leftColumn, unsigned char rightColumn, unsigned short figureFlags, const WP3SubDocument *subDocument, const WP3SubDocument *caption) |
|
void | insertWP51Table (double height, double width, double verticalOffset, double horizontalOffset, unsigned char leftColumn, unsigned char rightColumn, unsigned short figureFlags, const WP3SubDocument *subDocument, const WP3SubDocument *caption) |
|
| WP3Listener () |
|
virtual | ~WP3Listener () |
|
void | setResourceFork (WP3ResourceFork *resourceFork) |
|
const WP3ResourceFork * | getResourceFork () const |
|
|
void | _handleSubDocument (const WPXSubDocument *subDocument, WPXSubDocumentType subDocumentType, WPXTableList tableList, unsigned nextTableIndice=0) |
|
void | _openParagraph () |
|
void | _flushText () |
|
void | _changeList () |
|
void | _handleFrameParameters (librevenge::RVNGPropertyList &propList, double height, double width, double verticalOffset, double horizontalOffset, unsigned char leftColumn, unsigned char rightColumn, unsigned short figureFlags) |
|
| WPXContentListener (std::list< WPXPageSpan > &pageList, librevenge::RVNGTextInterface *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 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) |
|
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) |
|