Lines Matching refs:elem

1931                         /*private*/ RowFactory.getIndex = function (elem) {  argument
1933 return parseInt(elem.getAttribute("IX")) || 1;
1954 RowFactory.getRowObj = function (elem, pRows) { argument
1955 var rowType = elem.getAttribute("T");
1956 var index = RowFactory.getIndex(elem);
1957 var del = elem.getAttribute("Del");
1986 … var cells = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(elem);
2143 mxPropertiesManager.prototype.initialise = function (elem, model) {
2144 if (elem != null) {
2145 … var vdxColors = elem.getElementsByTagName(com.mxgraph.io.vsdx.mxVsdxConstants.COLORS);
2158 … var vdxFonts = elem.getElementsByTagName(com.mxgraph.io.vsdx.mxVsdxConstants.FACE_NAMES);
2496 function mxVsdxGeometry(elem, parentGeo) { argument
2504 …if (((elem != null && elem.nodeType == 1) || elem === null) && ((parentGeo != null && (parentGeo i…
2515 _this.index = _this.getIndex$org_w3c_dom_Element(elem);
2519 _this.processGeoElem(elem);
2522 … else if (((elem != null && (elem.nodeType == 1)) || elem === null) && parentGeo === undefined) {
2533 _this.index = _this.getIndex$org_w3c_dom_Element(elem);
2534 _this.processGeoElem(elem);
2540 mxVsdxGeometry.prototype.getIndex$org_w3c_dom_Element = function (elem) { argument
2542 return parseInt(elem.getAttribute("IX")) || 0;
2549 mxVsdxGeometry.prototype.getIndex = function (elem) { argument
2550 if (((elem != null && (elem.nodeType == 1)) || elem === null)) {
2551 return this.getIndex$org_w3c_dom_Element(elem);
2553 else if (elem === undefined) {
2559 /*private*/ mxVsdxGeometry.prototype.processGeoElem = function (elem) { argument
2560 … var cellElems = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(elem, "Cell");
2561 … var rowElems = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(elem, "Row");
3717 var elem = masterTmp.getMasterElement();
3726 elem = subShape != null? subShape.getShape() : elem;
3728 isEdge = this.isEdge(elem);
4093 var elem = child2;
4094 var nodeName = elem.nodeName;
4106 } })(this.name, elem.getAttribute("name"))) {
4109 this.processColors(elem);
4122 } })(this.name, elem.getAttribute("name"))) {
4125 this.processFonts(elem);
4138 } })(this.name, elem.getAttribute("name"))) {
4141 this.processFormats(elem);
4149 this.processExtras(elem);
4334 var elem = child;
4335 var nodeName = elem.nodeName;
4336 … var children = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(elem);
4409 … var elem = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectFirstChildElement(element);
4410 if (elem != null) {
4411 ….OoxmlColorFactory.getOoxmlColor(com.mxgraph.io.vsdx.mxVsdxUtils.getDirectFirstChildElement(elem));
4415 … var elem = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectFirstChildElement(element);
4416 if (elem != null) {
4417 this.themeIndex = parseInt(elem.getAttribute("schemeEnum"));
4929 …xVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String$int = function (elem, attName, defVal) { argument
4931 var val = elem.getAttribute(attName);
4948 mxVsdxUtils.getIntAttr = function (elem, attName, defVal) { argument
4949 …if (((elem != null && (elem.nodeType == 1)) || elem === null) && ((typeof attName === 'string') ||…
4950 …aph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String$int(elem, attName, defVal);
4952 …else if (((elem != null && (elem.nodeType == 1)) || elem === null) && ((typeof attName === 'string…
4953 …urn com.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(elem, attName);
4958 … mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String = function (elem, attName) { argument
4959 … return mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String$int(elem, attName, 0);
5189 function Section(elem) { argument
5193 this.elem = null;
5194 this.elem = elem;
5203 … var rows = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(this.elem, "Row");
5473 function GradFill(elem) { argument
5476 … var gsLst = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(elem, "a:gsLst");
5692 function LineStyle(elem) { argument
5699 if (((elem != null && (elem.nodeType == 1)) || elem === null)) {
5727 …Width = com.mxgraph.io.vsdx.mxVsdxUtils.getIntAttr$org_w3c_dom_Element$java_lang_String(elem, "w");
5728 var lineCapAtt = elem.getAttribute("cap");
5742 var lineCompAtt = elem.getAttribute("cmpd");
5762 … var subElems = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(elem);
5857 else if (elem === undefined) {
5984 function LineStyleExt(elem) { argument
5992 … var lineEx = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectFirstChildElement(elem);
7690 Style.prototype.parseShapeElem = function (elem, model) {
7691 var childName = elem.nodeName;
7698 /* put */ (this.cellElements[elem.getAttribute("N")] = elem);
7706 this.parseSection(elem);
7713 Style.prototype.parseSection = function (elem) {
7714 var sect = new com.mxgraph.io.vsdx.Section(elem);
7715 /* put */ (this.sections[elem.getAttribute("N")] = sect);
7732 Style.prototype.getValue = function (elem, defaultValue) {
7733 if (elem != null) {
7734 return elem.getAttribute("V") || "";
7868 var elem = null;
7871 elem = sect.getIndexedCell(index, cellKey);
7873 if (elem != null) {
7874 var form = elem.getAttribute("F");
7875 var value = elem.getAttribute("V");
7907 return elem;
7915 if (elem == null || inherit) {
7925 return elem;
7938 … var elem = (function (m, k) { return m[k] ? m[k] : null; })(this.cellElements, key);
7940 if (elem != null) {
7941 var form = elem.getAttribute("F");
7942 var value = elem.getAttribute("V");
8004 return elem;
8012 if (elem == null || inherit) {
8022 return elem;
8111 Style.prototype.getColor = function (elem) {
8112 var color = this.getValue(elem, "");
8134 Style.prototype.getTextBkgndColor = function (elem) {
8135 var color = this.getValue(elem, "");
8963 Shape.prototype.parseShapeElem = function (elem, model) {
8964 _super.prototype.parseShapeElem.call(this, elem, model);
8965 var childName = elem.nodeName;
8973 function getForeignRel(elem, filename)
8975 var fdChild = elem.firstChild;
9032 var filename = elem.ownerDocument.vsdxFileName; //was getDocumentURI()
9033 var iType = elem.getAttribute("ForeignType");
9034 var compression = elem.getAttribute("CompressionType") || "";
9068 typeTarget = getForeignRel(elem, filename);
9104 typeTarget = getForeignRel(elem, filename);
9134 this.text = elem;
9141 Shape.prototype.parseSection = function (elem) {
9142 var n = elem.getAttribute("N");
9152 /* add */ (this.geom.push(elem));
9160 … var rows = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(elem, "Row");
9255 _super.prototype.parseSection.call(this, elem);
10179 … var elem = (function (m, k) { return m[k] ? m[k] : null; })(this.cellElements, key);
10180 if (elem == null && this.masterShape != null) {
10183 return elem;
10222 /*private*/ VsdxShape.prototype.getIndex = function (elem) {
10223 var ix = elem.getAttribute("IX") || "";
10242 var elem = node;
10243 ch = this.getIndex(elem);
10249 var elem = node;
10250 this.getIndex(elem);
10256 var elem = node;
10257 pg = this.getIndex(elem);
10263 var elem = node;
10264 fld = this.getIndex(elem);
10376 var elem = node;
10377 this.cp = this.getIndex(elem);
10385 var elem = node;
10386 this.tp = this.getIndex(elem);
10395 var elem = node;
10396 this.pp = this.getIndex(elem);
10428 var elem = node;
10429 this.fld = this.getIndex(elem);
10618 … var rows = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(fillGradient.elem, "Row");
10779 …com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildNamedElements(this.sections['Property'].elem, "Row");
12004 var elem = _super.prototype.getCellElement$java_lang_String.call(this, key);
12005 if (elem == null && this.masterShape != null) {
12008 return elem;
12011 …var elem = _super.prototype.getCellElement$java_lang_String$java_lang_String$java_lang_String.call…
12012 if (elem == null && this.masterShape != null) {
12015 return elem;