10 #ifndef VSDSTYLESCOLLECTOR_H 
   11 #define VSDSTYLESCOLLECTOR_H 
   28     std::vector<std::map<unsigned, XForm> > &groupXFormsSequence,
 
   29     std::vector<std::map<unsigned, unsigned> > &groupMembershipsSequence,
 
   30     std::vector<std::list<unsigned> > &documentPageShapeOrders
 
   34   void collectEllipticalArcTo(
unsigned id, 
unsigned level, 
double x3, 
double y3, 
double x2, 
double y2, 
double angle, 
double ecc);
 
   40   void collectOLEData(
unsigned id, 
unsigned level, 
const librevenge::RVNGBinaryData &oleData);
 
   41   void collectEllipse(
unsigned id, 
unsigned level, 
double cx, 
double cy, 
double xleft, 
double yleft, 
double xtop, 
double ytop);
 
   42   void collectLine(
unsigned level, 
const boost::optional<double> &strokeWidth, 
const boost::optional<Colour> &c, 
const boost::optional<unsigned char> &linePattern,
 
   43                    const boost::optional<unsigned char> &startMarker, 
const boost::optional<unsigned char> &endMarker,
 
   44                    const boost::optional<unsigned char> &lineCap, 
const boost::optional<double> &rounding);
 
   45   void collectFillAndShadow(
unsigned level, 
const boost::optional<Colour> &colourFG, 
const boost::optional<Colour> &colourBG,
 
   46                             const boost::optional<unsigned char> &fillPattern, 
const boost::optional<double> &fillFGTransparency,
 
   47                             const boost::optional<double> &fillBGTransparency, 
const boost::optional<unsigned char> &shadowPattern,
 
   48                             const boost::optional<Colour> &shfgc, 
const boost::optional<double> &shadowOffsetX, 
const boost::optional<double> &shadowOffsetY);
 
   49   void collectFillAndShadow(
unsigned level, 
const boost::optional<Colour> &colourFG, 
const boost::optional<Colour> &colourBG,
 
   50                             const boost::optional<unsigned char> &fillPattern, 
const boost::optional<double> &fillFGTransparency,
 
   51                             const boost::optional<double> &fillBGTransparency, 
const boost::optional<unsigned char> &shadowPattern,
 
   52                             const boost::optional<Colour> &shfgc);
 
   53   void collectThemeReference(
unsigned level, 
const boost::optional<long> &lineColour, 
const boost::optional<long> &fillColour,
 
   54                              const boost::optional<long> &shadowColour, 
const boost::optional<long> &fontColour);
 
   55   void collectGeometry(
unsigned id, 
unsigned level, 
bool noFill, 
bool noLine, 
bool noShow);
 
   56   void collectMoveTo(
unsigned id, 
unsigned level, 
double x, 
double y);
 
   57   void collectLineTo(
unsigned id, 
unsigned level, 
double x, 
double y);
 
   58   void collectArcTo(
unsigned id, 
unsigned level, 
double x2, 
double y2, 
double bow);
 
   59   void collectNURBSTo(
unsigned id, 
unsigned level, 
double x2, 
double y2, 
unsigned char xType, 
unsigned char yType, 
unsigned degree,
 
   60                       const std::vector<std::pair<double, double> > &ctrlPnts, 
const std::vector<double> &kntVec, 
const std::vector<double> &weights);
 
   61   void collectNURBSTo(
unsigned id, 
unsigned level, 
double x2, 
double y2, 
double knot, 
double knotPrev, 
double weight, 
double weightPrev, 
unsigned dataID);
 
   62   void collectNURBSTo(
unsigned id, 
unsigned level, 
double x2, 
double y2, 
double knot, 
double knotPrev, 
double weight, 
double weightPrev, 
const NURBSData &data);
 
   63   void collectPolylineTo(
unsigned id, 
unsigned level, 
double x, 
double y, 
unsigned char xType, 
unsigned char yType, 
const std::vector<std::pair<double, double> > &points);
 
   64   void collectPolylineTo(
unsigned id, 
unsigned level, 
double x, 
double y, 
unsigned dataID);
 
   66   void collectShapeData(
unsigned id, 
unsigned level, 
unsigned char xType, 
unsigned char yType, 
unsigned degree, 
double lastKnot,
 
   67                         std::vector<std::pair<double, double> > controlPoints, std::vector<double> knotVector, std::vector<double> weights);
 
   68   void collectShapeData(
unsigned id, 
unsigned level, 
unsigned char xType, 
unsigned char yType, std::vector<std::pair<double, double> > points);
 
   71   void collectShapesOrder(
unsigned id, 
unsigned level, 
const std::vector<unsigned> &shapeIds);
 
   72   void collectForeignDataType(
unsigned level, 
unsigned foreignType, 
unsigned foreignFormat, 
double offsetX, 
double offsetY, 
double width, 
double height);
 
   73   void collectPageProps(
unsigned id, 
unsigned level, 
double pageWidth, 
double pageHeight, 
double shadowOffsetX, 
double shadowOffsetY, 
double scale);
 
   74   void collectPage(
unsigned id, 
unsigned level, 
unsigned backgroundPageID, 
bool isBackgroundPage, 
const VSDName &pageName);
 
   75   void collectShape(
unsigned id, 
unsigned level, 
unsigned parent, 
unsigned masterPage, 
unsigned masterShape, 
unsigned lineStyle, 
unsigned fillStyle, 
unsigned textStyle);
 
   76   void collectSplineStart(
unsigned id, 
unsigned level, 
double x, 
double y, 
double secondKnot, 
double firstKnot, 
double lastKnot, 
unsigned degree);
 
   77   void collectSplineKnot(
unsigned id, 
unsigned level, 
double x, 
double y, 
double knot);
 
   79   void collectInfiniteLine(
unsigned id, 
unsigned level, 
double x1, 
double y1, 
double x2, 
double y2);
 
   80   void collectRelCubBezTo(
unsigned id, 
unsigned level, 
double x, 
double y, 
double a, 
double b, 
double c, 
double d);
 
   84   void collectRelQuadBezTo(
unsigned id, 
unsigned level, 
double x, 
double y, 
double a, 
double b);
 
   88   void collectCharIX(
unsigned id, 
unsigned level, 
unsigned charCount, 
const boost::optional<VSDName> &font,
 
   89                      const boost::optional<Colour> &fontColour, 
const boost::optional<double> &fontSize, 
const boost::optional<bool> &bold,
 
   90                      const boost::optional<bool> &italic, 
const boost::optional<bool> &underline, 
const boost::optional<bool> &doubleunderline,
 
   91                      const boost::optional<bool> &strikeout, 
const boost::optional<bool> &doublestrikeout, 
const boost::optional<bool> &allcaps,
 
   92                      const boost::optional<bool> &initcaps, 
const boost::optional<bool> &smallcaps, 
const boost::optional<bool> &superscript,
 
   93                      const boost::optional<bool> &subscript);
 
   94   void collectDefaultCharStyle(
unsigned charCount, 
const boost::optional<VSDName> &font, 
const boost::optional<Colour> &fontColour,
 
   95                                const boost::optional<double> &fontSize, 
const boost::optional<bool> &bold, 
const boost::optional<bool> &italic,
 
   96                                const boost::optional<bool> &underline, 
const boost::optional<bool> &doubleunderline, 
const boost::optional<bool> &strikeout,
 
   97                                const boost::optional<bool> &doublestrikeout, 
const boost::optional<bool> &allcaps, 
const boost::optional<bool> &initcaps,
 
   98                                const boost::optional<bool> &smallcaps, 
const boost::optional<bool> &superscript, 
const boost::optional<bool> &subscript);
 
   99   void collectParaIX(
unsigned id, 
unsigned level, 
unsigned charCount, 
const boost::optional<double> &indFirst,
 
  100                      const boost::optional<double> &indLeft, 
const boost::optional<double> &indRight, 
const boost::optional<double> &spLine,
 
  101                      const boost::optional<double> &spBefore, 
const boost::optional<double> &spAfter, 
const boost::optional<unsigned char> &align,
 
  102                      const boost::optional<unsigned char> &bullet, 
const boost::optional<VSDName> &bulletStr, 
const boost::optional<VSDName> &bulletFont,
 
  103                      const boost::optional<double> &bulletFontSize, 
const boost::optional<double> &textPosAfterBullet,
 
  104                      const boost::optional<unsigned> &flags);
 
  105   void collectDefaultParaStyle(
unsigned charCount, 
const boost::optional<double> &indFirst, 
const boost::optional<double> &indLeft,
 
  106                                const boost::optional<double> &indRight, 
const boost::optional<double> &spLine, 
const boost::optional<double> &spBefore,
 
  107                                const boost::optional<double> &spAfter, 
const boost::optional<unsigned char> &align,
 
  108                                const boost::optional<unsigned char> &bullet, 
const boost::optional<VSDName> &bulletStr,
 
  109                                const boost::optional<VSDName> &bulletFont, 
const boost::optional<double> &bulletFontSize,
 
  110                                const boost::optional<double> &textPosAfterBullet, 
const boost::optional<unsigned> &flags);
 
  111   void collectTextBlock(
unsigned level, 
const boost::optional<double> &leftMargin, 
const boost::optional<double> &rightMargin,
 
  112                         const boost::optional<double> &topMargin, 
const boost::optional<double> &bottomMargin,
 
  113                         const boost::optional<unsigned char> &verticalAlign, 
const boost::optional<bool> &isBgFilled,
 
  114                         const boost::optional<Colour> &bgColour, 
const boost::optional<double> &defaultTabStop,
 
  115                         const boost::optional<unsigned char> &textDirection);
 
  120   void collectName(
unsigned id, 
unsigned level, 
const librevenge::RVNGBinaryData &name, 
TextFormat format);
 
  128   void collectStyleSheet(
unsigned id, 
unsigned level,
unsigned parentLineStyle, 
unsigned parentFillStyle, 
unsigned parentTextStyle);
 
  129   void collectLineStyle(
unsigned level, 
const boost::optional<double> &strokeWidth, 
const boost::optional<Colour> &c, 
const boost::optional<unsigned char> &linePattern,
 
  130                         const boost::optional<unsigned char> &startMarker, 
const boost::optional<unsigned char> &endMarker,
 
  131                         const boost::optional<unsigned char> &lineCap, 
const boost::optional<double> &rounding);
 
  132   void collectFillStyle(
unsigned level, 
const boost::optional<Colour> &colourFG, 
const boost::optional<Colour> &colourBG,
 
  133                         const boost::optional<unsigned char> &fillPattern, 
const boost::optional<double> &fillFGTransparency,
 
  134                         const boost::optional<double> &fillBGTransparency, 
const boost::optional<unsigned char> &shadowPattern,
 
  135                         const boost::optional<Colour> &shfgc, 
const boost::optional<double> &shadowOffsetX, 
const boost::optional<double> &shadowOffsetY);
 
  136   void collectFillStyle(
unsigned level, 
const boost::optional<Colour> &colourFG, 
const boost::optional<Colour> &colourBG,
 
  137                         const boost::optional<unsigned char> &fillPattern, 
const boost::optional<double> &fillFGTransparency,
 
  138                         const boost::optional<double> &fillBGTransparency, 
const boost::optional<unsigned char> &shadowPattern,
 
  139                         const boost::optional<Colour> &shfgc);
 
  140   void collectCharIXStyle(
unsigned id, 
unsigned level, 
unsigned charCount, 
const boost::optional<VSDName> &font,
 
  141                           const boost::optional<Colour> &fontColour, 
const boost::optional<double> &fontSize, 
const boost::optional<bool> &bold,
 
  142                           const boost::optional<bool> &italic, 
const boost::optional<bool> &underline, 
const boost::optional<bool> &doubleunderline,
 
  143                           const boost::optional<bool> &strikeout, 
const boost::optional<bool> &doublestrikeout, 
const boost::optional<bool> &allcaps,
 
  144                           const boost::optional<bool> &initcaps, 
const boost::optional<bool> &smallcaps, 
const boost::optional<bool> &superscript,
 
  145                           const boost::optional<bool> &subscript);
 
  146   void collectParaIXStyle(
unsigned id, 
unsigned level, 
unsigned charCount, 
const boost::optional<double> &indFirst,
 
  147                           const boost::optional<double> &indLeft, 
const boost::optional<double> &indRight, 
const boost::optional<double> &spLine,
 
  148                           const boost::optional<double> &spBefore, 
const boost::optional<double> &spAfter, 
const boost::optional<unsigned char> &align,
 
  149                           const boost::optional<unsigned char> &bullet, 
const boost::optional<VSDName> &bulletStr,
 
  150                           const boost::optional<VSDName> &bulletFont, 
const boost::optional<double> &bulletFontSize,
 
  151                           const boost::optional<double> &textPosAfterBullet, 
const boost::optional<unsigned> &flags);
 
  152   void collectTextBlockStyle(
unsigned level, 
const boost::optional<double> &leftMargin, 
const boost::optional<double> &rightMargin,
 
  153                              const boost::optional<double> &topMargin, 
const boost::optional<double> &bottomMargin,
 
  154                              const boost::optional<unsigned char> &verticalAlign, 
const boost::optional<bool> &isBgFilled,
 
  155                              const boost::optional<Colour> &bgColour, 
const boost::optional<double> &defaultTabStop,
 
  156                              const boost::optional<unsigned char> &textDirection);
 
  157   void collectStyleThemeReference(
unsigned level, 
const boost::optional<long> &lineColour, 
const boost::optional<long> &fillColour,
 
  158                                   const boost::optional<long> &shadowColour, 
const boost::optional<long> &fontColour);
 
  162   void collectTextField(
unsigned id, 
unsigned level, 
int nameId, 
int formatStringId);
 
  163   void collectNumericField(
unsigned id, 
unsigned level, 
unsigned short format, 
double number, 
int formatStringId);
 
Definition: VSDStyles.h:499
void collectPage(unsigned id, unsigned level, unsigned backgroundPageID, bool isBackgroundPage, const VSDName &pageName)
Definition: VSDStylesCollector.cpp:231
void 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)
Definition: VSDStylesCollector.cpp:391
void collectArcTo(unsigned id, unsigned level, double x2, double y2, double bow)
Definition: VSDStylesCollector.cpp:99
unsigned m_currentStyleSheet
Definition: VSDStylesCollector.h:201
std::list< unsigned > m_shapeList
Definition: VSDStylesCollector.h:199
void collectTextField(unsigned id, unsigned level, int nameId, int formatStringId)
Definition: VSDStylesCollector.cpp:411
void collectLayer(unsigned id, unsigned level, const VSDLayer &layer)
Definition: VSDStylesCollector.cpp:257
std::vector< std::map< unsigned, XForm > > & m_groupXFormsSequence
Definition: VSDStylesCollector.h:194
double m_shadowOffsetX
Definition: VSDStylesCollector.h:188
virtual void collectMetaData(const librevenge::RVNGPropertyList &)
Definition: VSDStylesCollector.h:165
void collectName(unsigned id, unsigned level, const librevenge::RVNGBinaryData &name, TextFormat format)
Definition: VSDStylesCollector.cpp:326
Definition: VSDTypes.h:96
Definition: VSDStylesCollector.h:24
void collectSplineEnd()
Definition: VSDStylesCollector.cpp:151
double m_shadowOffsetY
Definition: VSDStylesCollector.h:189
void collectTxtXForm(unsigned level, const XForm &txtxform)
Definition: VSDStylesCollector.cpp:205
void 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)
Definition: VSDStylesCollector.cpp:284
void 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)
Definition: VSDStylesCollector.cpp:379
void 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)
Definition: VSDStylesCollector.cpp:55
void startPage(unsigned pageID)
Definition: VSDStylesCollector.cpp:421
unsigned m_currentShapeId
Definition: VSDStylesCollector.h:191
std::vector< std::list< unsigned > > & m_documentPageShapeOrders
Definition: VSDStylesCollector.h:197
void collectFieldList(unsigned id, unsigned level)
Definition: VSDStylesCollector.cpp:406
void collectSplineKnot(unsigned id, unsigned level, double x, double y, double knot)
Definition: VSDStylesCollector.cpp:146
Definition: VSDTypes.h:206
void collectPolylineTo(unsigned id, unsigned level, double x, double y, unsigned char xType, unsigned char yType, const std::vector< std::pair< double, double > > &points)
Definition: VSDStylesCollector.cpp:123
unsigned m_currentLevel
Definition: VSDStylesCollector.h:185
void collectXFormData(unsigned level, const XForm &xform)
Definition: VSDStylesCollector.cpp:198
void 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)
Definition: VSDStylesCollector.cpp:350
std::map< unsigned, XForm > m_groupXForms
Definition: VSDStylesCollector.h:192
void collectStyleThemeReference(unsigned level, const boost::optional< long > &lineColour, const boost::optional< long > &fillColour, const boost::optional< long > &shadowColour, const boost::optional< long > &fontColour)
Definition: VSDStylesCollector.cpp:400
std::vector< std::map< unsigned, unsigned > > & m_groupMembershipsSequence
Definition: VSDStylesCollector.h:195
void collectInfiniteLine(unsigned id, unsigned level, double x1, double y1, double x2, double y2)
Definition: VSDStylesCollector.cpp:155
void collectSplineStart(unsigned id, unsigned level, double x, double y, double secondKnot, double firstKnot, double lastKnot, unsigned degree)
Definition: VSDStylesCollector.cpp:140
void collectMoveTo(unsigned id, unsigned level, double x, double y)
Definition: VSDStylesCollector.cpp:89
void collectGeometry(unsigned id, unsigned level, bool noFill, bool noLine, bool noShow)
Definition: VSDStylesCollector.cpp:84
std::map< unsigned, unsigned > m_groupMemberships
Definition: VSDStylesCollector.h:193
void collectLayerMem(unsigned level, const VSDName &layerMem)
Definition: VSDStylesCollector.cpp:252
void collectRelCubBezTo(unsigned id, unsigned level, double x, double y, double a, double b, double c, double d)
Definition: VSDStylesCollector.cpp:160
void collectForeignData(unsigned level, const librevenge::RVNGBinaryData &binaryData)
Definition: VSDStylesCollector.cpp:39
void 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)
Definition: VSDStylesCollector.cpp:318
Definition: VSDCollector.h:20
void _handleLevelChange(unsigned level)
Definition: VSDStylesCollector.cpp:453
void 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)
Definition: VSDStylesCollector.cpp:294
void collectPageProps(unsigned id, unsigned level, double pageWidth, double pageHeight, double shadowOffsetX, double shadowOffsetY, double scale)
Definition: VSDStylesCollector.cpp:225
void _flushShapeList()
Definition: VSDStylesCollector.cpp:463
void collectForeignDataType(unsigned level, unsigned foreignType, unsigned foreignFormat, double offsetX, double offsetY, double width, double height)
Definition: VSDStylesCollector.cpp:219
void 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)
Definition: VSDStylesCollector.cpp:309
virtual ~VSDStylesCollector()
Definition: VSDStylesCollector.h:32
VSDStyles m_styles
Definition: VSDStylesCollector.h:202
void collectMisc(unsigned level, const VSDMisc &misc)
Definition: VSDStylesCollector.cpp:247
void collectEllipse(unsigned id, unsigned level, double cx, double cy, double xleft, double yleft, double xtop, double ytop)
Definition: VSDStylesCollector.cpp:49
void collectNumericField(unsigned id, unsigned level, unsigned short format, double number, int formatStringId)
Definition: VSDStylesCollector.cpp:416
VSDStylesCollector(std::vector< std::map< unsigned, XForm > > &groupXFormsSequence, std::vector< std::map< unsigned, unsigned > > &groupMembershipsSequence, std::vector< std::list< unsigned > > &documentPageShapeOrders)
Definition: VSDStylesCollector.cpp:14
void collectLineTo(unsigned id, unsigned level, double x, double y)
Definition: VSDStylesCollector.cpp:94
void collectNameList(unsigned id, unsigned level)
Definition: VSDStylesCollector.h:116
void collectStyleSheet(unsigned id, unsigned level, unsigned parentLineStyle, unsigned parentFillStyle, unsigned parentTextStyle)
Definition: VSDStylesCollector.cpp:337
void collectText(unsigned level, const librevenge::RVNGBinaryData &textStream, TextFormat format)
Definition: VSDStylesCollector.cpp:267
void 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)
Definition: VSDStylesCollector.cpp:185
Definition: VSDLayerList.h:21
TextFormat
Definition: VSDTypes.h:158
void collectOLEData(unsigned id, unsigned level, const librevenge::RVNGBinaryData &oleData)
Definition: VSDStylesCollector.cpp:44
std::map< unsigned, std::list< unsigned > > m_groupShapeOrder
Definition: VSDStylesCollector.h:198
void 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)
Definition: VSDStylesCollector.cpp:63
void 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)
Definition: VSDStylesCollector.cpp:342
std::list< unsigned > m_pageShapeOrder
Definition: VSDStylesCollector.h:196
void collectRelEllipticalArcTo(unsigned id, unsigned level, double x, double y, double a, double b, double c, double d)
Definition: VSDStylesCollector.cpp:165
void collectThemeReference(unsigned level, const boost::optional< long > &lineColour, const boost::optional< long > &fillColour, const boost::optional< long > &shadowColour, const boost::optional< long > &fontColour)
Definition: VSDStylesCollector.cpp:78
const VSDStyles & getStyleSheets() const 
Definition: VSDStylesCollector.h:172
void collectTabsDataList(unsigned level, const std::map< unsigned, VSDTabSet > &tabSets)
Definition: VSDStylesCollector.cpp:304
Definition: libvisio_utils.h:73
VSDStylesCollector & operator=(const VSDStylesCollector &)
void collectRelLineTo(unsigned id, unsigned level, double x, double y)
Definition: VSDStylesCollector.cpp:170
void collectRelQuadBezTo(unsigned id, unsigned level, double x, double y, double a, double b)
Definition: VSDStylesCollector.cpp:180
void collectPageSheet(unsigned id, unsigned level)
Definition: VSDStylesCollector.cpp:331
void 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)
Definition: VSDStylesCollector.cpp:272
void 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)
Definition: VSDStylesCollector.cpp:367
Definition: VSDTypes.h:123
void 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)
Definition: VSDStylesCollector.cpp:104
bool m_isShapeStarted
Definition: VSDStylesCollector.h:186
void collectUnhandledChunk(unsigned id, unsigned level)
Definition: VSDStylesCollector.cpp:262
void endPages()
Definition: VSDStylesCollector.h:170
void endPage()
Definition: VSDStylesCollector.cpp:429
void collectOLEList(unsigned id, unsigned level)
Definition: VSDStylesCollector.h:36
Definition: VSDTypes.h:179
unsigned m_currentShapeLevel
Definition: VSDStylesCollector.h:204
void collectShapesOrder(unsigned id, unsigned level, const std::vector< unsigned > &shapeIds)
Definition: VSDStylesCollector.cpp:210
void collectShape(unsigned id, unsigned level, unsigned parent, unsigned masterPage, unsigned masterShape, unsigned lineStyle, unsigned fillStyle, unsigned textStyle)
Definition: VSDStylesCollector.cpp:236
void collectEllipticalArcTo(unsigned id, unsigned level, double x3, double y3, double x2, double y2, double angle, double ecc)
Definition: VSDStylesCollector.cpp:33
void collectRelMoveTo(unsigned id, unsigned level, double x, double y)
Definition: VSDStylesCollector.cpp:175