Lines Matching refs:masterId
3464 mxVsdxModel.prototype.getMaster = function (masterId) { argument
3465 … return (function (m, k) { return m[k] ? m[k] : null; })(this.masters, masterId);
3704 … var masterId = shapeElem.getAttribute(com.mxgraph.io.vsdx.mxVsdxConstants.MASTER);
3705 … if (masterId != null && !(function (o1, o2) { if (o1 && o1.equals) {
3710 } })(masterId, "")) {
3711 masterTmp = this.model.getMaster(masterId);
3716 … var masterId = shapeElem.getAttribute(com.mxgraph.io.vsdx.mxVsdxConstants.MASTER_SHAPE);
3718 … if (masterId != null && !(function (o1, o2) { if (o1 && o1.equals) {
3723 } })(masterId, "")) {
3724 var subShape = masterTmp.getSubShape(masterId)
9796 var masterId = _this.getMasterId();
9798 if (masterId != null) {
9799 … _this.master = (function (m, k) { return m[k] ? m[k] : null; })(masters, masterId);
9805 if (masterId == null && masterShapeLocal != null) {