This is the complete list of members for libvisio::VSDContentCollector, including all inherited members.
_appendField(librevenge::RVNGString &text) | libvisio::VSDContentCollector | private |
_appendVisibleAndPrintable(librevenge::RVNGPropertyList &propList) | libvisio::VSDContentCollector | private |
_applyLinePattern() | libvisio::VSDContentCollector | private |
_bulletFromParaFormat(VSDBullet &bullet, const VSDParaStyle ¶Style) | libvisio::VSDContentCollector | private |
_convertDataToString(librevenge::RVNGString &result, const librevenge::RVNGBinaryData &data, TextFormat format) | libvisio::VSDContentCollector | private |
_convertToPath(const std::vector< librevenge::RVNGPropertyList > &segmentVector, librevenge::RVNGPropertyListVector &path, double rounding) | libvisio::VSDContentCollector | private |
_fillAndShadowProperties(const VSDFillStyle &style, librevenge::RVNGPropertyList &styleProps) | libvisio::VSDContentCollector | private |
_fillCharProperties(librevenge::RVNGPropertyList &propList, const VSDCharStyle &style) | libvisio::VSDContentCollector | private |
_fillParagraphProperties(librevenge::RVNGPropertyList &propList, const VSDParaStyle &style) | libvisio::VSDContentCollector | private |
_fillTabSet(librevenge::RVNGPropertyList &propList, const VSDTabSet &tabSet) | libvisio::VSDContentCollector | private |
_flushCurrentForeignData() | libvisio::VSDContentCollector | private |
_flushCurrentPage() | libvisio::VSDContentCollector | private |
_flushCurrentPath(unsigned id) | libvisio::VSDContentCollector | private |
_flushShape() | libvisio::VSDContentCollector | private |
_flushText() | libvisio::VSDContentCollector | private |
_generateBezierSegmentsFromNURBS(unsigned degree, const std::vector< std::pair< double, double > > &controlPoints, const std::vector< double > &knotVector) | libvisio::VSDContentCollector | private |
_generatePolylineFromNURBS(unsigned degree, const std::vector< std::pair< double, double > > &controlPoints, const std::vector< double > &knotVector, const std::vector< double > &weights) | libvisio::VSDContentCollector | private |
_handleForeignData(const librevenge::RVNGBinaryData &data) | libvisio::VSDContentCollector | private |
_handleLevelChange(unsigned level) | libvisio::VSDContentCollector | private |
_isUniform(const std::vector< double > &weights) const | libvisio::VSDContentCollector | private |
_lineProperties(const VSDLineStyle &style, librevenge::RVNGPropertyList &styleProps) | libvisio::VSDContentCollector | private |
_linePropertiesMarkerPath(unsigned marker) | libvisio::VSDContentCollector | private |
_linePropertiesMarkerScale(unsigned marker) | libvisio::VSDContentCollector | private |
_linePropertiesMarkerViewbox(unsigned marker) | libvisio::VSDContentCollector | private |
_listLevelFromBullet(librevenge::RVNGPropertyList &propList, const VSDBullet &bullet) | libvisio::VSDContentCollector | private |
_NURBSBasis(unsigned knot, unsigned degree, double point, const std::vector< double > &knotVector) | libvisio::VSDContentCollector | private |
_outputCubicBezierSegment(const std::vector< std::pair< double, double > > &points) | libvisio::VSDContentCollector | private |
_outputLinearBezierSegment(const std::vector< std::pair< double, double > > &points) | libvisio::VSDContentCollector | private |
_outputQuadraticBezierSegment(const std::vector< std::pair< double, double > > &points) | libvisio::VSDContentCollector | private |
appendCharacters(librevenge::RVNGString &text, const std::vector< unsigned char > &characters, TextFormat format) | libvisio::VSDContentCollector | private |
appendCharacters(librevenge::RVNGString &text, const std::vector< unsigned char > &characters) | libvisio::VSDContentCollector | private |
applyXForm(double &x, double &y, const XForm &xform) | libvisio::VSDContentCollector | private |
collectArcTo(unsigned id, unsigned level, double x2, double y2, double bow) override | libvisio::VSDContentCollector | virtual |
collectCharIX(unsigned id, unsigned level, unsigned charCount, const boost::optional< VSDName > &font, const boost::optional< Colour > &fontColour, const boost::optional< double > &fontSize, const boost::optional< bool > &bold, const boost::optional< bool > &italic, const boost::optional< bool > &underline, const boost::optional< bool > &doubleunderline, const boost::optional< bool > &strikeout, const boost::optional< bool > &doublestrikeout, const boost::optional< bool > &allcaps, const boost::optional< bool > &initcaps, const boost::optional< bool > &smallcaps, const boost::optional< bool > &superscript, const boost::optional< bool > &subscript, const boost::optional< double > &scaleWidth) override | libvisio::VSDContentCollector | virtual |
collectCharIXStyle(unsigned id, unsigned level, unsigned charCount, const boost::optional< VSDName > &font, const boost::optional< Colour > &fontColour, const boost::optional< double > &fontSize, const boost::optional< bool > &bold, const boost::optional< bool > &italic, const boost::optional< bool > &underline, const boost::optional< bool > &doubleunderline, const boost::optional< bool > &strikeout, const boost::optional< bool > &doublestrikeout, const boost::optional< bool > &allcaps, const boost::optional< bool > &initcaps, const boost::optional< bool > &smallcaps, const boost::optional< bool > &superscript, const boost::optional< bool > &subscript, const boost::optional< double > &scaleWidth) override | libvisio::VSDContentCollector | virtual |
collectDefaultCharStyle(unsigned charCount, const boost::optional< VSDName > &font, const boost::optional< Colour > &fontColour, const boost::optional< double > &fontSize, const boost::optional< bool > &bold, const boost::optional< bool > &italic, const boost::optional< bool > &underline, const boost::optional< bool > &doubleunderline, const boost::optional< bool > &strikeout, const boost::optional< bool > &doublestrikeout, const boost::optional< bool > &allcaps, const boost::optional< bool > &initcaps, const boost::optional< bool > &smallcaps, const boost::optional< bool > &superscript, const boost::optional< bool > &subscript, const boost::optional< double > &scaleWidth) override | libvisio::VSDContentCollector | virtual |
collectDefaultParaStyle(unsigned charCount, const boost::optional< double > &indFirst, const boost::optional< double > &indLeft, const boost::optional< double > &indRight, const boost::optional< double > &spLine, const boost::optional< double > &spBefore, const boost::optional< double > &spAfter, const boost::optional< unsigned char > &align, const boost::optional< unsigned char > &bullet, const boost::optional< VSDName > &bulletStr, const boost::optional< VSDName > &bulletFont, const boost::optional< double > &bulletFontSize, const boost::optional< double > &textPosAfterBullet, const boost::optional< unsigned > &flags) override | libvisio::VSDContentCollector | virtual |
collectDocumentTheme(const VSDXTheme *theme) override | libvisio::VSDContentCollector | virtual |
collectEllipse(unsigned id, unsigned level, double cx, double cy, double xleft, double yleft, double xtop, double ytop) override | libvisio::VSDContentCollector | virtual |
collectEllipticalArcTo(unsigned id, unsigned level, double x3, double y3, double x2, double y2, double angle, double ecc) override | libvisio::VSDContentCollector | virtual |
collectFieldList(unsigned id, unsigned level) override | libvisio::VSDContentCollector | virtual |
collectFillAndShadow(unsigned level, const boost::optional< Colour > &colourFG, const boost::optional< Colour > &colourBG, const boost::optional< unsigned char > &fillPattern, const boost::optional< double > &fillFGTransparency, const boost::optional< double > &fillBGTransparency, const boost::optional< unsigned char > &shadowPattern, const boost::optional< Colour > &shfgc, const boost::optional< double > &shadowOffsetX, const boost::optional< double > &shadowOffsetY, const boost::optional< long > &qsFc, const boost::optional< long > &qsSc, const boost::optional< long > &qsLm) override | libvisio::VSDContentCollector | virtual |
collectFillAndShadow(unsigned level, const boost::optional< Colour > &colourFG, const boost::optional< Colour > &colourBG, const boost::optional< unsigned char > &fillPattern, const boost::optional< double > &fillFGTransparency, const boost::optional< double > &fillBGTransparency, const boost::optional< unsigned char > &shadowPattern, const boost::optional< Colour > &shfgc) override | libvisio::VSDContentCollector | virtual |
collectFillStyle(unsigned level, const boost::optional< Colour > &colourFG, const boost::optional< Colour > &colourBG, const boost::optional< unsigned char > &fillPattern, const boost::optional< double > &fillFGTransparency, const boost::optional< double > &fillBGTransparency, const boost::optional< unsigned char > &shadowPattern, const boost::optional< Colour > &shfgc, const boost::optional< double > &shadowOffsetX, const boost::optional< double > &shadowOffsetY, const boost::optional< long > &qsFillColour, const boost::optional< long > &qsShadowColour, const boost::optional< long > &qsFillMatrix) override | libvisio::VSDContentCollector | virtual |
collectFillStyle(unsigned level, const boost::optional< Colour > &colourFG, const boost::optional< Colour > &colourBG, const boost::optional< unsigned char > &fillPattern, const boost::optional< double > &fillFGTransparency, const boost::optional< double > &fillBGTransparency, const boost::optional< unsigned char > &shadowPattern, const boost::optional< Colour > &shfgc) override | libvisio::VSDContentCollector | virtual |
collectForeignData(unsigned level, const librevenge::RVNGBinaryData &binaryData) override | libvisio::VSDContentCollector | virtual |
collectForeignDataType(unsigned level, unsigned foreignType, unsigned foreignFormat, double offsetX, double offsetY, double width, double height) override | libvisio::VSDContentCollector | virtual |
collectGeometry(unsigned id, unsigned level, bool noFill, bool noLine, bool noShow) override | libvisio::VSDContentCollector | virtual |
collectInfiniteLine(unsigned id, unsigned level, double x1, double y1, double x2, double y2) override | libvisio::VSDContentCollector | virtual |
collectLayer(unsigned id, unsigned level, const VSDLayer &layer) override | libvisio::VSDContentCollector | virtual |
collectLayerMem(unsigned level, const VSDName &layerMem) override | libvisio::VSDContentCollector | virtual |
collectLine(unsigned level, const boost::optional< double > &strokeWidth, const boost::optional< Colour > &c, const boost::optional< unsigned char > &linePattern, const boost::optional< unsigned char > &startMarker, const boost::optional< unsigned char > &endMarker, const boost::optional< unsigned char > &lineCap, const boost::optional< double > &rounding, const boost::optional< long > &qsLineColour, const boost::optional< long > &qsLineMatrix) override | libvisio::VSDContentCollector | virtual |
collectLineStyle(unsigned level, const boost::optional< double > &strokeWidth, const boost::optional< Colour > &c, const boost::optional< unsigned char > &linePattern, const boost::optional< unsigned char > &startMarker, const boost::optional< unsigned char > &endMarker, const boost::optional< unsigned char > &lineCap, const boost::optional< double > &rounding, const boost::optional< long > &qsLineColour, const boost::optional< long > &qsLineMatrix) override | libvisio::VSDContentCollector | virtual |
collectLineTo(unsigned id, unsigned level, double x, double y) override | libvisio::VSDContentCollector | virtual |
collectMetaData(const librevenge::RVNGPropertyList &metaData) override | libvisio::VSDContentCollector | virtual |
collectMisc(unsigned level, const VSDMisc &misc) override | libvisio::VSDContentCollector | virtual |
collectMoveTo(unsigned id, unsigned level, double x, double y) override | libvisio::VSDContentCollector | virtual |
collectName(unsigned id, unsigned level, const librevenge::RVNGBinaryData &name, TextFormat format) override | libvisio::VSDContentCollector | virtual |
collectNameList(unsigned id, unsigned level) override | libvisio::VSDContentCollector | virtual |
collectNumericField(unsigned id, unsigned level, unsigned short format, unsigned short cellType, double number, int formatStringId) override | libvisio::VSDContentCollector | virtual |
collectNURBSTo(unsigned id, unsigned level, double x2, double y2, unsigned char xType, unsigned char yType, unsigned degree, const std::vector< std::pair< double, double > > &ctrlPnts, const std::vector< double > &kntVec, const std::vector< double > &weights) override | libvisio::VSDContentCollector | virtual |
collectNURBSTo(unsigned id, unsigned level, double x2, double y2, double knot, double knotPrev, double weight, double weightPrev, unsigned dataID) override | libvisio::VSDContentCollector | virtual |
collectNURBSTo(unsigned id, unsigned level, double x2, double y2, double knot, double knotPrev, double weight, double weightPrev, const NURBSData &data) override | libvisio::VSDContentCollector | virtual |
collectOLEData(unsigned id, unsigned level, const librevenge::RVNGBinaryData &oleData) override | libvisio::VSDContentCollector | virtual |
collectOLEList(unsigned id, unsigned level) override | libvisio::VSDContentCollector | virtual |
collectPage(unsigned id, unsigned level, unsigned backgroundPageID, bool isBackgroundPage, const VSDName &pageName) override | libvisio::VSDContentCollector | virtual |
collectPageProps(unsigned id, unsigned level, double pageWidth, double pageHeight, double shadowOffsetX, double shadowOffsetY, double scale, unsigned char drawingScaleUnit) override | libvisio::VSDContentCollector | virtual |
collectPageSheet(unsigned id, unsigned level) override | libvisio::VSDContentCollector | virtual |
collectParaIX(unsigned id, unsigned level, unsigned charCount, const boost::optional< double > &indFirst, const boost::optional< double > &indLeft, const boost::optional< double > &indRight, const boost::optional< double > &spLine, const boost::optional< double > &spBefore, const boost::optional< double > &spAfter, const boost::optional< unsigned char > &align, const boost::optional< unsigned char > &bullet, const boost::optional< VSDName > &bulletStr, const boost::optional< VSDName > &bulletFont, const boost::optional< double > &bulletFontSize, const boost::optional< double > &textPosAfterBullet, const boost::optional< unsigned > &flags) override | libvisio::VSDContentCollector | virtual |
collectParaIXStyle(unsigned id, unsigned level, unsigned charCount, const boost::optional< double > &indFirst, const boost::optional< double > &indLeft, const boost::optional< double > &indRight, const boost::optional< double > &spLine, const boost::optional< double > &spBefore, const boost::optional< double > &spAfter, const boost::optional< unsigned char > &align, const boost::optional< unsigned char > &bullet, const boost::optional< VSDName > &bulletStr, const boost::optional< VSDName > &bulletFont, const boost::optional< double > &bulletFontSize, const boost::optional< double > &textPosAfterBullet, const boost::optional< unsigned > &flags) override | libvisio::VSDContentCollector | virtual |
collectPolylineTo(unsigned id, unsigned level, double x, double y, unsigned char xType, unsigned char yType, const std::vector< std::pair< double, double > > &points) override | libvisio::VSDContentCollector | virtual |
collectPolylineTo(unsigned id, unsigned level, double x, double y, unsigned dataID) override | libvisio::VSDContentCollector | virtual |
collectPolylineTo(unsigned id, unsigned level, double x, double y, const PolylineData &data) override | libvisio::VSDContentCollector | virtual |
collectRelCubBezTo(unsigned id, unsigned level, double x, double y, double a, double b, double c, double d) override | libvisio::VSDContentCollector | virtual |
collectRelEllipticalArcTo(unsigned id, unsigned level, double x, double y, double a, double b, double c, double d) override | libvisio::VSDContentCollector | virtual |
collectRelLineTo(unsigned id, unsigned level, double x, double y) override | libvisio::VSDContentCollector | virtual |
collectRelMoveTo(unsigned id, unsigned level, double x, double y) override | libvisio::VSDContentCollector | virtual |
collectRelQuadBezTo(unsigned id, unsigned level, double x, double y, double a, double b) override | libvisio::VSDContentCollector | virtual |
collectShape(unsigned id, unsigned level, unsigned parent, unsigned masterPage, unsigned masterShape, unsigned lineStyle, unsigned fillStyle, unsigned textStyle) override | libvisio::VSDContentCollector | virtual |
collectShapeData(unsigned id, unsigned level, unsigned char xType, unsigned char yType, unsigned degree, double lastKnot, std::vector< std::pair< double, double > > controlPoints, std::vector< double > knotVector, std::vector< double > weights) override | libvisio::VSDContentCollector | virtual |
collectShapeData(unsigned id, unsigned level, unsigned char xType, unsigned char yType, std::vector< std::pair< double, double > > points) override | libvisio::VSDContentCollector | virtual |
collectShapesOrder(unsigned id, unsigned level, const std::vector< unsigned > &shapeIds) override | libvisio::VSDContentCollector | virtual |
collectSplineEnd() override | libvisio::VSDContentCollector | virtual |
collectSplineKnot(unsigned id, unsigned level, double x, double y, double knot) override | libvisio::VSDContentCollector | virtual |
collectSplineStart(unsigned id, unsigned level, double x, double y, double secondKnot, double firstKnot, double lastKnot, unsigned degree) override | libvisio::VSDContentCollector | virtual |
collectStyleSheet(unsigned id, unsigned level, unsigned parentLineStyle, unsigned parentFillStyle, unsigned parentTextStyle) override | libvisio::VSDContentCollector | virtual |
collectTabsDataList(unsigned level, const std::map< unsigned, VSDTabSet > &tabSets) override | libvisio::VSDContentCollector | virtual |
collectText(unsigned level, const librevenge::RVNGBinaryData &textStream, TextFormat format) override | libvisio::VSDContentCollector | virtual |
collectTextBlock(unsigned level, const boost::optional< double > &leftMargin, const boost::optional< double > &rightMargin, const boost::optional< double > &topMargin, const boost::optional< double > &bottomMargin, const boost::optional< unsigned char > &verticalAlign, const boost::optional< bool > &isBgFilled, const boost::optional< Colour > &bgColour, const boost::optional< double > &defaultTabStop, const boost::optional< unsigned char > &textDirection) override | libvisio::VSDContentCollector | virtual |
collectTextBlockStyle(unsigned level, const boost::optional< double > &leftMargin, const boost::optional< double > &rightMargin, const boost::optional< double > &topMargin, const boost::optional< double > &bottomMargin, const boost::optional< unsigned char > &verticalAlign, const boost::optional< bool > &isBgFilled, const boost::optional< Colour > &bgColour, const boost::optional< double > &defaultTabStop, const boost::optional< unsigned char > &textDirection) override | libvisio::VSDContentCollector | virtual |
collectTextField(unsigned id, unsigned level, int nameId, int formatStringId) override | libvisio::VSDContentCollector | virtual |
collectTxtXForm(unsigned level, const XForm &txtxform) override | libvisio::VSDContentCollector | virtual |
collectUnhandledChunk(unsigned id, unsigned level) override | libvisio::VSDContentCollector | virtual |
collectXFormData(unsigned level, const XForm &xform) override | libvisio::VSDContentCollector | virtual |
endPage() override | libvisio::VSDContentCollector | virtual |
endPages() override | libvisio::VSDContentCollector | virtual |
m_backgroundPageID | libvisio::VSDContentCollector | private |
m_charFormats | libvisio::VSDContentCollector | private |
m_currentFillGeometry | libvisio::VSDContentCollector | private |
m_currentForeignData | libvisio::VSDContentCollector | private |
m_currentForeignProps | libvisio::VSDContentCollector | private |
m_currentGeometryCount | libvisio::VSDContentCollector | private |
m_currentLayerList | libvisio::VSDContentCollector | private |
m_currentLayerMem | libvisio::VSDContentCollector | private |
m_currentLevel | libvisio::VSDContentCollector | private |
m_currentLineGeometry | libvisio::VSDContentCollector | private |
m_currentOLEData | libvisio::VSDContentCollector | private |
m_currentPage | libvisio::VSDContentCollector | private |
m_currentPageID | libvisio::VSDContentCollector | private |
m_currentPageNumber | libvisio::VSDContentCollector | private |
m_currentShapeId | libvisio::VSDContentCollector | private |
m_currentShapeLevel | libvisio::VSDContentCollector | private |
m_currentStyleSheet | libvisio::VSDContentCollector | private |
m_currentText | libvisio::VSDContentCollector | private |
m_defaultCharStyle | libvisio::VSDContentCollector | private |
m_defaultDrawingUnit | libvisio::VSDContentCollector | private |
m_defaultParaStyle | libvisio::VSDContentCollector | private |
m_documentPageShapeOrders | libvisio::VSDContentCollector | private |
m_documentTheme | libvisio::VSDContentCollector | private |
m_fieldIndex | libvisio::VSDContentCollector | private |
m_fields | libvisio::VSDContentCollector | private |
m_fillStyle | libvisio::VSDContentCollector | private |
m_fonts | libvisio::VSDContentCollector | private |
m_foreignFormat | libvisio::VSDContentCollector | private |
m_foreignHeight | libvisio::VSDContentCollector | private |
m_foreignOffsetX | libvisio::VSDContentCollector | private |
m_foreignOffsetY | libvisio::VSDContentCollector | private |
m_foreignType | libvisio::VSDContentCollector | private |
m_foreignWidth | libvisio::VSDContentCollector | private |
m_groupMemberships | libvisio::VSDContentCollector | private |
m_groupMembershipsSequence | libvisio::VSDContentCollector | private |
m_groupXForms | libvisio::VSDContentCollector | private |
m_groupXFormsSequence | libvisio::VSDContentCollector | private |
m_isBackgroundPage | libvisio::VSDContentCollector | private |
m_isFirstGeometry | libvisio::VSDContentCollector | private |
m_isPageStarted | libvisio::VSDContentCollector | private |
m_isShapeStarted | libvisio::VSDContentCollector | private |
m_isStencilStarted | libvisio::VSDContentCollector | private |
m_layerList | libvisio::VSDContentCollector | private |
m_lineStyle | libvisio::VSDContentCollector | private |
m_misc | libvisio::VSDContentCollector | private |
m_names | libvisio::VSDContentCollector | private |
m_noFill | libvisio::VSDContentCollector | private |
m_noLine | libvisio::VSDContentCollector | private |
m_noShow | libvisio::VSDContentCollector | private |
m_NURBSData | libvisio::VSDContentCollector | private |
m_originalX | libvisio::VSDContentCollector | private |
m_originalY | libvisio::VSDContentCollector | private |
m_pageHeight | libvisio::VSDContentCollector | private |
m_pageOutputDrawing | libvisio::VSDContentCollector | private |
m_pageOutputText | libvisio::VSDContentCollector | private |
m_pages | libvisio::VSDContentCollector | private |
m_pageShapeOrder | libvisio::VSDContentCollector | private |
m_pageWidth | libvisio::VSDContentCollector | private |
m_painter | libvisio::VSDContentCollector | private |
m_paraFormats | libvisio::VSDContentCollector | private |
m_polylineData | libvisio::VSDContentCollector | private |
m_scale | libvisio::VSDContentCollector | private |
m_shadowOffsetX | libvisio::VSDContentCollector | private |
m_shadowOffsetY | libvisio::VSDContentCollector | private |
m_shapeOutputDrawing | libvisio::VSDContentCollector | private |
m_shapeOutputText | libvisio::VSDContentCollector | private |
m_splineControlPoints | libvisio::VSDContentCollector | private |
m_splineDegree | libvisio::VSDContentCollector | private |
m_splineKnotVector | libvisio::VSDContentCollector | private |
m_splineLastKnot | libvisio::VSDContentCollector | private |
m_splineLevel | libvisio::VSDContentCollector | private |
m_splineX | libvisio::VSDContentCollector | private |
m_splineY | libvisio::VSDContentCollector | private |
m_stencilFields | libvisio::VSDContentCollector | private |
m_stencilNames | libvisio::VSDContentCollector | private |
m_stencils | libvisio::VSDContentCollector | private |
m_stencilShape | libvisio::VSDContentCollector | private |
m_styles | libvisio::VSDContentCollector | private |
m_tabSets | libvisio::VSDContentCollector | private |
m_textBlockStyle | libvisio::VSDContentCollector | private |
m_txtxform | libvisio::VSDContentCollector | private |
m_x | libvisio::VSDContentCollector | private |
m_xform | libvisio::VSDContentCollector | private |
m_y | libvisio::VSDContentCollector | private |
operator=(const VSDContentCollector &) | libvisio::VSDContentCollector | private |
parseFormatId(const char *formatString, unsigned short &result) | libvisio::VSDContentCollector | private |
startPage(unsigned pageId) override | libvisio::VSDContentCollector | virtual |
transformAngle(double &angle, XForm *txtxform=nullptr) | libvisio::VSDContentCollector | private |
transformFlips(bool &flipX, bool &flipY) | libvisio::VSDContentCollector | private |
transformPoint(double &x, double &y, XForm *txtxform=nullptr) | libvisio::VSDContentCollector | private |
VSDCollector() | libvisio::VSDCollector | inline |
VSDCollector(const VSDCollector &) | libvisio::VSDCollector | private |
VSDContentCollector(librevenge::RVNGDrawingInterface *painter, std::vector< std::map< unsigned, XForm > > &groupXFormsSequence, std::vector< std::map< unsigned, unsigned > > &groupMembershipsSequence, std::vector< std::list< unsigned > > &documentPageShapeOrders, VSDStyles &styles, VSDStencils &stencils) | libvisio::VSDContentCollector | |
VSDContentCollector(const VSDContentCollector &) | libvisio::VSDContentCollector | private |
~VSDCollector() | libvisio::VSDCollector | inlinevirtual |