Lines Matching refs:rows

1160 						var rows = edgeShape.geomList.geomList[0].rows;
1162 for (var i = 0; i < rows.length; i++)
1164 if (rows[i] instanceof com.mxgraph.io.vsdx.geometry.ArcTo)
1172 for (var i = 0; i < rows.length; i++)
1174 if (rows[i] instanceof com.mxgraph.io.vsdx.geometry.NURBSTo)
2503 /*private*/ this.rows = null;
2512 this.rows = null;
2530 this.rows = null;
2562 if (this.rows == null) {
2563 this.rows = ([]);
2565 /* add */ (this.rows.push(null));
2618 var rowsLen = this.rows.length;
2623 … var row = com.mxgraph.io.vsdx.geometry.RowFactory.getRowObj(rowElem, this.rows);
2625 /* add */ (this.rows.push(row));
2629 /* set */ (this.rows[row.getIndex() - 1] = row);
2637 l.sort(c); })(this.rows, new mxVsdxGeometry.mxVsdxGeometry$0(this));
2646 this.rows = ([]);
2647 … /* addAll */ (function (l1, l2) { return l1.push.apply(l1, l2); })(this.rows, parent.rows);
2668 return this.rows;
2675 var row = this_1.rows[index124];
2686 for (var index124 = 0; index124 < this.rows.length; index124++) {
2826 var rows = geo.getRows();
2827 for (var index129 = 0; index129 < rows.length; index129++) {
2828 var row = rows[index129];
5203 … var rows = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(this.elem, "Row");
5204 for (var i = 0; i < rows.length; i++) {
5205 var row = rows[i];
9160 … var rows = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(elem, "Row");
9161 for (var index157 = 0; index157 < rows.length; index157++) {
9162 var row = rows[index157];
10618 … var rows = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(fillGradient.elem, "Row");
10619 …var color = this.getColor(fillGradient.getIndexedCell(/* get */ rows[rows.length - 1].getAttribute…
10779 …var rows = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(this.sections['Property'].e…
10781 for (var i = 0; i < rows.length; i++)
10783 var row = rows[i];