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

/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp794 SPCSSAttr * oldstyle = sp_repr_css_attr (node, style);
795 sp_repr_css_set_property(oldstyle, cssattrb, newval);
797 sp_repr_css_write_string (oldstyle, str);
818 SPCSSAttr * oldstyle = sp_repr_css_attr (node, style); local
820 sp_repr_css_merge(oldstyle, newstyle);
822 sp_repr_css_write_string (oldstyle, str);

Completed in 18 milliseconds