Searched defs:chg_content (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/xml/
H A Devent.cpp347 Inkscape::XML::EventChgContent *chg_content=dynamic_cast<Inkscape::XML::EventChgContent *>(this->next); local
350 if (chg_content) {
351 if (chg_content->repr == this->repr ) {
353 this->oldval = chg_content->oldval;
356 this->next = chg_content->next;
357 delete chg_content;

Completed in 565 milliseconds