|
bool | convert (const TransactionSettings &trSettings, int flags) |
|
QList< PageItem * > | parseGroup (const QDomElement &e) |
|
QList< PageItem * > | parseElement (const QDomElement &e) |
|
QList< PageItem * > | parseRect (const QDomElement &e) |
|
QList< PageItem * > | parseEllipse (const QDomElement &e) |
|
QList< PageItem * > | parseLine (const QDomElement &e) |
|
QList< PageItem * > | parsePolygon (const QDomElement &e) |
|
QList< PageItem * > | parsePolyline (const QDomElement &e) |
|
QList< PageItem * > | parsePath (const QDomElement &e) |
|
QList< PageItem * > | parseTextBox (const QDomElement &e) |
|
QList< PageItem * > | parseFrame (const QDomElement &e) |
|
QList< PageItem * > | parseConnector (const QDomElement &e) |
|
void | parseStyle (OODrawStyle &style, const QDomElement &e) |
|
void | parseCharStyle (CharStyle &style, const QDomElement &e) |
|
void | parseParagraphStyle (ParagraphStyle &style, const QDomElement &e) |
|
PageItem * | parseTextP (const QDomElement &e, PageItem *item) |
|
PageItem * | parseTextSpans (const QDomElement &elm, PageItem *item) |
|
PageItem * | finishNodeParsing (const QDomElement &elm, PageItem *item, OODrawStyle &oostyle) |
|
void | createStyleMap (QDomDocument &docstyles) |
|
void | insertDraws (const QDomElement &styles) |
|
void | insertStyles (const QDomElement &styles) |
|
void | fillStyleStack (const QDomElement &object) |
|
void | addStyles (const QDomElement *style) |
|
void | storeObjectStyles (const QDomElement &object) |
|
QColor | parseColorN (const QString &rgbColor) |
|
QString | parseColor (const QString &s) |
|
void | parseTransform (FPointArray *composite, const QString &transform) |
|
void | parseViewBox (const QDomElement &object, double *x, double *y, double *w, double *h) |
|
void | appendPoints (FPointArray *composite, const QDomElement &object, bool closePath) |
|
const char * | getCoord (const char *ptr, double &number) |
|
bool | parseSVG (const QString &s, FPointArray *ite) |
|
void | calculateArc (FPointArray *ite, bool relative, double &curx, double &cury, double angle, double x, double y, double r1, double r2, bool largeArcFlag, bool sweepFlag) |
|
void | svgClosePath (FPointArray *i) |
|
void | svgMoveTo (double x1, double y1) |
|
void | svgLineTo (FPointArray *i, double x1, double y1) |
|
void | svgCurveToCubic (FPointArray *i, double x1, double y1, double x2, double y2, double x3, double y3) |
|