Additional Inherited Members |
typedef std::vector
< ContentChunkReference >
::const_iterator | ccr_iterator_t |
| bool | parse2kShapeChunk (const ContentChunkReference &chunk, WPXInputStream *input, boost::optional< unsigned > pageSeqNum=boost::optional< unsigned >(), bool topLevelCall=true) |
| void | parseShapeLine (WPXInputStream *input, bool isRectangle, unsigned offset, unsigned seqNum) |
| void | parseShapeType (WPXInputStream *input, unsigned seqNum, unsigned chunkOffset, bool &isGroup, bool &isLine, bool &isImage, bool &isRectangle, unsigned &flagsOffset) |
| void | parseShapeRotation (WPXInputStream *input, bool isGroup, bool isLine, unsigned seqNum, unsigned chunkOffset) |
| void | parseShapeFlips (WPXInputStream *input, unsigned flagsOffset, unsigned seqNum, unsigned chunkOffset) |
| void | parseShapeCoordinates (WPXInputStream *input, unsigned seqNum, unsigned chunkOffset) |
| bool | parseGroup (WPXInputStream *input, unsigned seqNum, unsigned page) |
| void | assignShapeImgIndex (unsigned seqNum) |
| void | parseShapeFill (WPXInputStream *input, unsigned seqNum, unsigned chunkOffset) |
| bool | parseContents (WPXInputStream *input) |
| virtual bool | parseDocument (WPXInputStream *input) |
| virtual unsigned | getColorIndexByQuillEntry (unsigned entry) |
| virtual int | translateCoordinateIfNecessary (int coordinate) const |
| virtual unsigned | getFirstLineOffset () const |
| virtual unsigned | getSecondLineOffset () const |
| virtual unsigned | getShapeFillTypeOffset () const |
| virtual unsigned | getShapeFillColorOffset () const |
| virtual unsigned short | getTextMarker () const |
| virtual unsigned | getTextIdOffset () const |
| virtual void | parseContentsTextIfNecessary (WPXInputStream *input) |
| static Color | getColorBy2kIndex (unsigned char index) |
| static Color | getColorBy2kHex (unsigned hex) |
| static unsigned | translate2kColorReference (unsigned ref2k) |
| static PageType | getPageTypeBySeqNum (unsigned seqNum) |
| WPXInputStream * | m_input |
| MSPUBCollector * | m_collector |
| std::vector< MSPUBBlockInfo > | m_blockInfo |
std::vector
< ContentChunkReference > | m_contentChunks |
| std::vector< unsigned > | m_cellsChunkIndices |
| std::vector< unsigned > | m_pageChunkIndices |
| std::vector< unsigned > | m_shapeChunkIndices |
| std::vector< unsigned > | m_paletteChunkIndices |
| std::vector< unsigned > | m_borderArtChunkIndices |
| std::vector< unsigned > | m_fontChunkIndices |
| std::vector< unsigned > | m_unknownChunkIndices |
| boost::optional< unsigned > | m_documentChunkIndex |
| int | m_lastSeenSeqNum |
| unsigned | m_lastAddedImage |
| std::vector< int > | m_alternateShapeSeqNums |
| std::vector< int > | m_escherDelayIndices |