Lines Matching refs:_super

1541             var mxVssxCodec = (function (_super) {  argument
1542 __extends(mxVssxCodec, _super);
1544 var _this = _super.call(this) || this;
1638 … var shapeXML_1 = _super.prototype.processPage.call(this_1, shapeGraph, null);
1816 … var shapeXML_2 = _super.prototype.processPage.call(this_2, shapeGraph, null);
6565 var ArcTo = (function (_super) { argument
6566 __extends(ArcTo, _super);
6568 var _this = _super.call(this, index, x, y) || this;
6630 var DelRow = (function (_super) { argument
6631 __extends(DelRow, _super);
6633 return _super.call(this, index, null, null) || this;
6662 var Ellipse = (function (_super) { argument
6663 __extends(Ellipse, _super);
6665 var _this = _super.call(this, index, x, y) || this;
6728 var EllipticalArcTo = (function (_super) { argument
6729 __extends(EllipticalArcTo, _super);
6731 var _this = _super.call(this, index, x, y) || this;
6863 var InfiniteLine = (function (_super) { argument
6864 __extends(InfiniteLine, _super);
6866 var _this = _super.call(this, index, x, y) || this;
6898 var LineTo = (function (_super) { argument
6899 __extends(LineTo, _super);
6901 return _super.call(this, index, x, y) || this;
6947 var MoveTo = (function (_super) { argument
6948 __extends(MoveTo, _super);
6950 return _super.call(this, index, x, y) || this;
6998 var NURBSTo = (function (_super) { argument
6999 __extends(NURBSTo, _super);
7001 var _this = _super.call(this, index, x, y) || this;
7199 var PolylineTo = (function (_super) { argument
7200 __extends(PolylineTo, _super);
7202 var _this = _super.call(this, index, x, y) || this;
7280 var RelCubBezTo = (function (_super) { argument
7281 __extends(RelCubBezTo, _super);
7283 var _this = _super.call(this, index, x, y) || this;
7334 var RelLineTo = (function (_super) { argument
7335 __extends(RelLineTo, _super);
7337 return _super.call(this, index, x, y) || this;
7378 var RelMoveTo = (function (_super) { argument
7379 __extends(RelMoveTo, _super);
7381 return _super.call(this, index, x, y) || this;
7424 var RelQuadBezTo = (function (_super) { argument
7425 __extends(RelQuadBezTo, _super);
7427 var _this = _super.call(this, index, x, y) || this;
7472 var SplineKnot = (function (_super) { argument
7473 __extends(SplineKnot, _super);
7475 var _this = _super.call(this, index, x, y) || this;
7518 var SplineStart = (function (_super) { argument
7519 __extends(SplineStart, _super);
7521 var _this = _super.call(this, index, x, y) || this;
8619 var HslClr = (function (_super) { argument
8620 __extends(HslClr, _super);
8622 var _this = _super.call(this) || this;
8650 var PrstClr = (function (_super) { argument
8651 __extends(PrstClr, _super);
8653 var _this = _super.call(this) || this;
8677 var SchemeClr = (function (_super) { argument
8678 __extends(SchemeClr, _super);
8680 var _this = _super.call(this) || this;
8699 _super.prototype.calcColor.call(this, styleColor, theme); class
8719 var ScrgbClr = (function (_super) { argument
8720 __extends(ScrgbClr, _super);
8722 var _this = _super.call(this) || this;
8750 var SrgbClr = (function (_super) { argument
8751 __extends(SrgbClr, _super);
8753 var _this = _super.call(this) || this;
8777 var SysClr = (function (_super) { argument
8778 __extends(SysClr, _super);
8780 var _this = _super.call(this) || this;
8819 var RelEllipticalArcTo = (function (_super) { argument
8820 __extends(RelEllipticalArcTo, _super);
8822 return _super.call(this, index, x, y, a, b, c, d) || this;
8839 return _super.prototype.handle.call(this, p, shape);
8857 var Shape = (function (_super) { argument
8858 __extends(Shape, _super);
8870 _this = _super.call(this, shape, model) || this;
8964 _super.prototype.parseShapeElem.call(this, elem, model);
9255 _super.prototype.parseSection.call(this, elem);
9761 var VsdxShape = (function (_super) { argument
9762 __extends(VsdxShape, _super);
9771 _this = _super.call(this, shape, model) || this;
12004 var elem = _super.prototype.getCellElement$java_lang_String.call(this, key);
12011 …var elem = _super.prototype.getCellElement$java_lang_String$java_lang_String$java_lang_String.call…