Lines Matching +refs:text +refs:line +refs:d

4420 		var text = (props.Text != null && props.Text.t) ? props.Text :
4425 if (text == null && props.State != null)
4429 text = props.State;
4432 else if (text == null && props.Note != null)
4436 text = props.Note;
4439 else if (text == null && props.Title != null)
4443 text = props.Title;
4448 text = props;
4451 if (text == null && props.TextAreas != null)
4459 text = props.TextAreas.Text.Value;
4464 else if (text == null && props.t0 != null)
4468 text = props.t0;
4474 if (text != null)
4476 if (text.t != null)
4478 var txt = text.t;
4480 var m = text.m;
4518 if (text.Value != null)
4520 if (text.Value.t != null)
4522 text.Value.t = text.Value.t.replace(/</g, '&lt;');
4523 text.Value.t = text.Value.t.replace(/>/g, '&gt;');
4525 return text.Value.t;
6612 var line = lines[j];
6614 if (lastP != line.p1) //Add move to when last point is different from current first poinnt
6616 var x = points[line.p1].x, y = points[line.p1].y;
6624 if (line.n1 != null) // Curve
6626 var curve = NURBSTo(points[line.p2].x, points[line.p2].y, w, h,
6627 points[line.p1].x / w, points[line.p1].y / h, line.n1.x / w, line.n1.y / h,
6628 points[line.p2].x / w, points[line.p2].y / h, line.n2.x / w, line.n2.y / h);
6633 var x = points[line.p2].x, y = points[line.p2].y;
6641 lastP = line.p2;
6656 text: obj.Text, property in LucidImporter.stencilsMap
7459 var line = new mxCell('', new mxGeometry(0, 25, w, 10), 'shape=line;strokeColor=#33B5E5;');
7460 line.vertex = true;
7461 v.insert(line);
7503 var line = new mxCell('', new mxGeometry(0, 25, w, 10), 'shape=line;strokeColor=#33B5E5;');
7504 line.vertex = true;
7505 v.insert(line);
7680 var line = new Array();
7692 line[i] = new mxCell('', new mxGeometry(0, startH + i * itemFullH - 2, w, 4), 'shape=line;');
7693 line[i].vertex = true;
7694 v.insert(line[i]);
7698 line[i].style += 'strokeColor=#ffffff;';
7702 line[i].style += 'strokeColor=#D9D9D9;';
7729 var line = new Array();
7741line[i] = new mxCell('', new mxGeometry(i * tabFullW - 2, h * 0.2, 4, h * 0.6), 'shape=line;direct…
7742 line[i].vertex = true;
7743 v.insert(line[i]);
7747 line[i].style += 'strokeColor=#484848;';
7751 line[i].style += 'strokeColor=#CCCCCC;';
8051 var line = new Array();
8160 var line = new Array();
8447 v.value = convertText(p.text);
8450 getFontSize(p.text) +
8451 getFontColor(p.text) +
8452 getFontStyle(p.text)) +
8453 getTextVerticalAlignment(p.text);
8505 subtext.value = convertText(p.text);
8509 getFontSize(p.text) +
8510 getFontFamily(p.text) +
8511 getFontColor(p.text) +
8512 getFontStyle(p.text));
8610 subtext.value = convertText(p.text);
8614 getFontSize(p.text) +
8615 getFontFamily(p.text) +
8616 getFontColor(p.text) +
8617 getFontStyle(p.text));
8625 …var text = new mxCell('', new mxGeometry(0, 0, w * 0.25, h), 'fillColor=none;strokeColor=none;spac…
8626 text.vertex = true;
8627 v.insert(text);
8628 text.value = convertText(p.subtext);
8629 text.style += (isLastLblHTML? 'html=1;fontSize=' + defaultFontSize + ';' +
8640 subtext.value = convertText(p.text);
8644 getFontSize(p.text) +
8645 getFontFamily(p.text) +
8646 getFontColor(p.text) +
8647 getFontStyle(p.text));
8692 text1.value = convertText(p.text);
8696 getFontSize(p.text) +
8697 getFontFamily(p.text) +
8698 getFontColor(p.text) +
8699 getFontStyle(p.text));
8717 v.value = convertText(p.text);
8719 getFontSize(p.text) +
8720 getFontColor(p.text) +
8721 getFontStyle(p.text));
8941 var line = new mxCell('', new mxGeometry(0, 0.5, lineW, 1), 'line;' + allStyle);
8942 line.geometry.relative = true;
8943 line.vertex = true;
8944 v.insert(line);
9754 var line = new Array();
9788 var text = new Array();
9796text[i] = new mxCell('', new mxGeometry(0, (i - 1) * itemFullH, w, itemFullH), 'strokeColor=none;f…
9797 text[i].vertex = true;
9798 v.insert(text[i]);
9799 text[i].value = convertText(p["cell_" + i]);
9800 text[i].style += getLabelStyle(p["cell_" + i], isLastLblHTML);
13245 if (stencil.text != null && stencil.text['t' + index] != null)
13247 var gTxtObj = stencil.text['t' + index];
13381 var line = p.Vertices[j];
13385 parts.push("<move x=\"" + (line.x * 100) + "\" y=\"" + (line.y * 100) + "\"/>");
13389 parts.push("<line x=\"" + (line.x * 100) + "\" y=\"" + (line.y * 100) + "\"/>");
13615 for (var i = 0; i < cellDefaultStyle.text.length; i++)
13617 var item = cellDefaultStyle.text[i];
13739 var d = chartDataSrc[i];
13740 createNode(d.pk, d.ie[0]? d.ie[0].nf : null, d.f);
13782 var d = data[key].Collections;
13784 for (var key2 in d)
13788 chartDataSrc = d[key2].Items;
13790 else if (d[key2].Properties.ForeignKeys && d[key2].Properties.ForeignKeys[0])
13792 foreignKey = d[key2].Properties.ForeignKeys[0].SourceFields[0];
13793 primaryKey = d[key2].Properties.Schema.PrimaryKey[0];
13807 var d = chartDataSrc[id];
13808 var pk = d[primaryKey], fk = d[foreignKey];
13815 d[primaryKey] = pk;
13816 createNode(pk, fk, d);
13820 createNode(pk, dupMap[fk] || fk, d);