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

/inkscape/src/ui/
H A Dclipboard.cpp159 SPCSSAttr *_text_style; ///< Style copied along with plain text fragment member in class:Inkscape::UI::ClipboardManagerImpl
172 _text_style(NULL),
216 if (_text_style) {
217 sp_repr_css_attr_unref(_text_style);
218 _text_style = NULL;
220 _text_style = sp_repr_css_attr_new();
224 sp_repr_css_set_property(_text_style, "fill", color_str);
231 sp_repr_css_set_property(_text_style, "opacity", opcss.str().data());
252 if (_text_style) {
253 sp_repr_css_attr_unref(_text_style);
[all...]

Completed in 15 milliseconds