111112113114115116117118119120121
dgg.setShapeIdMax(newShapeId + 1); } // Set last shape id for this drawing group. dg.setLastMSOSPID(newShapeId); // Increased the number of shapes used for this drawing group. dg.incrementShapeCount(); return newShapeId; }
109110111112113114115116117118119
110111112113114115116117118119120