Searched refs:instanceObject (Results 1 – 3 of 3) sorted by relevance
449 for instanceObject in self.documentObject.instances:450 self._addInstance(instanceObject)542 def _addInstance(self, instanceObject): argument544 if instanceObject.name is not None:545 instanceElement.attrib['name'] = instanceObject.name546 if instanceObject.familyName is not None:547 instanceElement.attrib['familyname'] = instanceObject.familyName548 if instanceObject.styleName is not None:549 instanceElement.attrib['stylename'] = instanceObject.styleName551 if instanceObject.localisedStyleName:[all …]
135 function registerInstanceProperties(wrapperPrototype, instanceObject) { argument136 installProperty(instanceObject, wrapperPrototype, false);
181 function registerInstanceProperties(wrapperPrototype, instanceObject) { argument182 installProperty(instanceObject, wrapperPrototype, false);