Lines Matching defs:href
77 this->readAttr("xlink:href");
185 if (value && this->href == value) {
189 this->href.clear();
192 // First, set the href field; it's only used in the "unchanged" check above.
193 this->href = value;
302 // Conditional to avoid causing infinite loop if there's a cycle in the href chain.
337 repr->setAttribute("xlink:href", parent_ref);
350 if (pattern->href.empty() || pattern->hrefcount > _countHrefs(item)) {
352 Glib::ustring href = Glib::ustring::compose("url(#%1)", pattern->getRepr()->attribute("id"));
355 sp_repr_css_set_property(css, property, href.c_str());