Searched refs:the_group (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dselection-chemistry.cpp3102 SPGroup *the_group = NULL; local
3106 the_group = dynamic_cast<SPGroup *>(object);
3107 if ( the_group ) {
3126 the_group->doWriteTransform(object->getRepr(), Geom::identity());
3142 symbol_repr->setAttribute("style", the_group->getAttribute("style"));
3143 symbol_repr->setAttribute("class", the_group->getAttribute("class"));
3144 Glib::ustring id = the_group->getAttribute("id");
3145 the_group->setAttribute("id", id + "_transform");
3151 the_group->getAttribute("inkscape:transform-center-x"));
3153 the_group
[all...]

Completed in 101 milliseconds