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

/inkscape/src/
H A Dtext-editing.cpp682 gchar const *this_attr = this_node_attrs_inherited->attribute(key); local
683 if ((this_attr == NULL || strcmp(attrs->value, this_attr)) && this_node_attrs->attribute(key) == NULL)
684 this_node_attrs->setAttribute(key, this_attr);

Completed in 25 milliseconds