Lines Matching refs:oldShape

42744 	        oldShape = context.oldShape;
42750 && oldShape.label
42752 newShape.label.x = oldShape.label.x;
42753 newShape.label.y = oldShape.label.y;
43016 var oldShape = context.oldShape,
43019 if (!isParticipantCollapse(oldShape, newShape)) {
43023 var messageFlows = getMessageFlows(oldShape);
43026 var anchor = getResizedTargetAnchor(incoming, newShape, oldShape);
43032 var anchor = getResizedSourceAnchor(outgoing, newShape, oldShape);
43046 function isParticipantCollapse(oldShape, newShape) { argument
43047 return is$1(oldShape, 'bpmn:Participant')
43048 && isExpanded(oldShape)
43391 oldShape = context.oldShape,
43393 attachers = oldShape.attachers,
43407 oldShape = context.oldShape,
43410 modeling.unclaimId(oldShape.businessObject.id, oldShape.businessObject);
43411 modeling.updateProperties(newShape, { id: oldShape.id });
43858 var oldShape = event.context.oldShape,
43863 !is$1(oldShape, 'bpmn:Task') ||
46833 oldShape = context.oldShape,
46837 saveClear(oldShape.attachers, function(attacher) {
46854 var delta = getNewAttachShapeDelta(attacher, oldShape, newShape);
50252 var oldShape = context.oldShape,
50272 x: oldShape.x,
50273 y: oldShape.y,
50274 width: oldShape.width,
50275 height: oldShape.height
50280 self.createShape(newData, position, oldShape.parent, hints);
50283 if (oldShape.host) {
50284 modeling.updateAttachment(newShape, oldShape.host);
50291 children = oldShape.children.slice();
50297 var incoming = oldShape.incoming.slice(),
50298 outgoing = oldShape.outgoing.slice();
50332 var oldShape = context.oldShape;
50334 this._modeling.removeShape(oldShape);
51231 Modeling$1.prototype.replaceShape = function(oldShape, newShape, hints) { argument
51233 oldShape: oldShape, property in AnonymousFunctionf8d14cd15ca00.context