Lines Matching defs:it
237 // Make a note of this change, if we need to fix up refs to it
262 std::list<IdReference>::const_iterator it;
264 for (it = pos->second.begin(); it != it_end; ++it) {
265 switch (it->type) {
268 it->elem->getRepr()->setAttribute(it->attr, new_uri);
273 sp_style_set_property_url(it->elem, it->attr, obj, false);
278 it->elem->getRepr()->setAttribute(it->attr, url);
283 SPCSSAttr *style = sp_repr_css_attr(it->elem->getRepr(), "style");
285 sp_repr_css_set_property(style, it->attr, url);
289 it->elem->getRepr()->setAttribute("style", style_string);
330 std::list<IdReference>::const_iterator it;
332 for (it = pos->second.begin(); it != it_end; ++it) {
333 switch (it->type) {
336 it->elem->getRepr()->setAttribute(it->attr, new_uri);
341 sp_style_set_property_url(it->elem, it->attr, to_obj, false);
346 it->elem->getRepr()->setAttribute(it->attr, url);
351 SPCSSAttr *style = sp_repr_css_attr(it->elem->getRepr(), "style");
353 sp_repr_css_set_property(style, it->attr, url);
357 it->elem->getRepr()->setAttribute("style", style_string);
404 // Make a note of this change, if we need to fix up refs to it