Lines Matching refs:parent

623                 mxVsdxCodec.prototype.importPage = function (page, graph, parent, noSanitize) 
711 this.addShape(graph, shape, p? p : parent, pageId, pageHeight);
864 … mxVsdxCodec.prototype.addShape = function (graph, shape, parent, pageId, parentHeight) {
887 v1 = this.addGroup(graph, shape, parent, pageId, parentHeight);
890 v1 = this.addVertex(graph, shape, parent, pageId, parentHeight);
928 shape.setShapeIndex(graph.getModel().getChildCount(parent));
940 …urn this.value; } }); })(this.parentsMap, new com.mxgraph.io.vsdx.ShapePageId(pageId, id), parent);
955 … mxVsdxCodec.prototype.addGroup = function (graph, shape, parent, pageId, parentHeight) {
977 …group = graph.insertVertex(parent, null, null, Math.floor(Math.round(o.x * 100) / 100), Math.floor…
981 …group = graph.insertVertex(parent, null, textLabel, Math.floor(Math.round(o.x * 100) / 100), Math.…
1091 … mxVsdxCodec.prototype.addVertex = function (graph, shape, parent, pageId, parentHeight) {
1116 …v1 = graph.insertVertex(parent, null, null, Math.floor(Math.round(coordinates.x * 100) / 100), Mat…
1119 …v1 = graph.insertVertex(parent, null, textLabel, Math.floor(Math.round(coordinates.x * 100) / 100)…
1149 cell = cell.parent;
1204 var parent = (function (m, k) { if (m.entries == null)
1210 if (parent != null) {
1211 var parentGeo = graph.getModel().getGeometry(parent);
1219 this.rotateChildEdge(graph.getModel(), parent, beginXY, endXY, points);
1232 …source = graph.insertVertex(parent, null, null, Math.floor(Math.round(beginXY.x * 100) / 100), Mat…
1237 var absBeginXY = mxVsdxCodec.calculateAbsolutePoint(parent);
1263 …target = graph.insertVertex(parent, null, null, Math.floor(Math.round(endXY.x * 100) / 100), Math.…
1268 var absEndXY = mxVsdxCodec.calculateAbsolutePoint(parent);
1286 …edge = graph.insertEdge(parent, null, null, source, target, com.mxgraph.io.vsdx.mxVsdxUtils.getSty…
1298 …edge = graph.insertEdge(parent, null, edgeShape.getTextLabel(), source, target, com.mxgraph.io.vsd…
1328 … if (source.parent != target.parent && parent != null && parent.id != 1 && source.parent.id == 1)
1333 var prnt = parent;
1344 prnt = prnt.parent;
1348 edge.parent = source.parent;
1381 … mxVsdxCodec.prototype.addUnconnectedEdge = function (graph, parent, edgeShape, pageHeight) {
1383 if (parent != null) {
1384 var parentGeometry = graph.getModel().getGeometry(parent);
1397 …edge = graph.insertEdge(parent, null, null, null, null, com.mxgraph.io.vsdx.mxVsdxUtils.getStyleSt…
1400 …edge = graph.createEdge(parent, null, null, null, null, com.mxgraph.io.vsdx.mxVsdxUtils.getStyleSt…
1401 …edge = graph.addEdge(edge, parent, null, null, edgeShape.getShapeIndex() + this.shapeIndexShift++);
1415 …edge = graph.insertEdge(parent, null, edgeShape.getTextLabel(), null, null, com.mxgraph.io.vsdx.mx…
1418 …edge = graph.createEdge(parent, null, edgeShape.getTextLabel(), null, null, com.mxgraph.io.vsdx.mx…
1419 …edge = graph.addEdge(edge, parent, null, null, edgeShape.getShapeIndex() + this.shapeIndexShift++);
1424 this.rotateChildEdge(graph.getModel(), parent, beginXY, endXY, points);
1447 … mxVsdxCodec.prototype.rotateChildEdge = function (model, parent, beginXY, endXY, points) {
1448 if (parent != null) {
1449 var pgeo = model.getGeometry(parent);
1450 var pStyle = model.getStyle(parent);
1735 if (geo != null && cell.parent.id == 1)
1763 if (geo != null && cell.parent.id == 1)
2640 /*private*/ mxVsdxGeometry.prototype.inheritGeo = function (parent) { argument
2641 this.noFill = parent.noFill;
2642 this.noLine = parent.noLine;
2643 this.noShow = parent.noShow;
2644 this.noSnap = parent.noSnap;
2645 this.noQuickDrag = parent.noQuickDrag;
2647 … /* addAll */ (function (l1, l2) { return l1.push.apply(l1, l2); })(this.rows, parent.rows);
4363 … var parent = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectFirstChildElement(element);
4364 if (parent != null) {
4365 … var variants = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(parent);
4885 mxVsdxUtils.getDirectChildNamedElements = function (parent, name) { argument
4887 … for (var child = parent.firstChild; child != null; child = child.nextSibling) {
4905 mxVsdxUtils.getDirectChildElements = function (parent) { argument
4907 … for (var child = parent.firstChild; child != null; child = child.nextSibling) {
4920 mxVsdxUtils.getDirectFirstChildElement = function (parent) { argument
4921 … for (var child = parent.firstChild; child != null; child = child.nextSibling) {
7831 Style.prototype.getChildValues = function (parent, requiredValues) {
7833 var child = parent.firstChild;
12035 VsdxShape.prototype.createLabelSubShape = function (graph, parent) {
12073 var y = parent.getGeometry().height - (txtPinYV + txtHV - txtLocPinYV);
12077 var pgeo = parent.getGeometry();
12084 var v1 = graph.insertVertex(parent, null, textLabel,