Lines Matching refs:childShapes
2999 this.childShapes = ({});
3094 /* put */ (this.childShapes[shapeId] = masterShape);
3142 … return (function (m, k) { return m[k] ? m[k] : null; })(this.childShapes, id);
9793 _this.childShapes = ({});
9821 … _this.childShapes = page.parseShapes(shapesElement, _this.master, false);
9839 m.entries = []; return m.entries; })(_this.childShapes);
9863 … _this.vertex = vertex || (_this.childShapes != null && !(function (m) { if (m.entries == null)
9864 …m.entries = []; return m.entries.length == 0; })(_this.childShapes)) || (_this.geomList != null &&…
11607 return this.childShapes;
11609 VsdxShape.prototype.setChildShapes = function (childShapes) { argument
11610 this.childShapes = childShapes;