Lines Matching refs:shapeElem
1598 var shapeElem = master.firstLevelShapes[chI].getShape();
1599 …var shape = new com.mxgraph.io.vsdx.VsdxShape(page, shapeElem, !page.isEdge(shapeElem), masterShap…
3067 … mxVsdxMaster.prototype.processMasterShape = function (shapeElem, model, internal) argument
3074 var shapeChild = shapeElem.firstChild;
3701 var shapeElem = shapeNode;
3704 … var masterId = shapeElem.getAttribute(com.mxgraph.io.vsdx.mxVsdxConstants.MASTER);
3714 var isEdge = this.isEdge(shapeElem);
3716 … var masterId = shapeElem.getAttribute(com.mxgraph.io.vsdx.mxVsdxConstants.MASTER_SHAPE);
3730 var shape = this.createCell(shapeElem, !isEdge, masterTmp);
3743 mxVsdxPage.prototype.createCell = function (shapeElem, vertex, masterTmp) { argument
3744 …return new com.mxgraph.io.vsdx.VsdxShape(this, shapeElem, vertex, this.model.getMasterShapes(), ma…