|
Public Member Functions |
| WP3StylesListener (std::list< WPXPageSpan > &pageList, WPXTableList tableList, std::vector< WP3SubDocument * > &subDocuments) |
void | startDocument () |
void | insertCharacter (const uint16_t) |
void | insertTab () |
void | insertTab (const uint8_t, const float) |
void | insertEOL () |
void | insertBreak (const uint8_t breakType) |
void | attributeChange (const bool, const uint8_t) |
void | lineSpacingChange (const float) |
void | justificationChange (const uint8_t) |
void | pageMarginChange (const uint8_t side, const uint16_t margin) |
void | pageFormChange (const uint16_t length, const uint16_t width, const WPXFormOrientation orientation) |
void | marginChange (const uint8_t side, const uint16_t margin) |
void | indentFirstLineChange (const int16_t) |
void | setTabs (const bool, const std::vector< WPXTabStop >) |
void | columnChange (const WPXTextColumnType, const uint8_t, const std::vector< float > &, const std::vector< bool > &) |
void | endDocument () |
void | defineTable (const uint8_t, const uint16_t) |
void | addTableColumnDefinition (const uint32_t, const uint32_t, const uint32_t, const uint32_t, const uint8_t) |
void | startTable () |
void | insertRow () |
void | insertCell () |
void | closeCell () |
void | closeRow () |
void | setTableCellSpan (const uint16_t, const uint16_t) |
void | setTableCellFillColor (const RGBSColor *) |
void | endTable () |
void | undoChange (const uint8_t undoType, const uint16_t undoLevel) |
void | setTextColor (const RGBSColor *) |
void | setTextFont (const WPXString &) |
void | setFontSize (const uint16_t) |
void | insertPageNumber (const WPXString &) |
void | insertNoteReference (const WPXString &) |
void | insertNote (const WPXNoteType, WP3SubDocument *) |
void | headerFooterGroup (const uint8_t headerFooterType, const uint8_t occurenceBits, WP3SubDocument *subDocument) |
void | suppressPage (const uint16_t suppressCode) |
void | backTab () |
void | leftIndent () |
void | leftIndent (const float) |
void | leftRightIndent () |
void | leftRightIndent (const float) |
Protected Member Functions |
void | _handleSubDocument (const WPXSubDocument *subDocument, const bool isHeaderFooter, WPXTableList tableList, int nextTableIndice=0) |
Private Member Functions |
| WP3StylesListener (const WP3StylesListener &) |
WP3StylesListener & | operator= (const WP3StylesListener &) |
Private Attributes |
WPXPageSpan | m_currentPage |
WPXTableList | m_tableList |
WPXTable * | m_currentTable |
float | m_tempMarginLeft |
float | m_tempMarginRight |
bool | m_currentPageHasContent |
bool | m_isSubDocument |
std::vector< WP3SubDocument * > & | m_subDocuments |
std::list< WPXPageSpan
>::iterator | m_pageListHardPageMark |