Searched refs:css_str (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | measure-tool.cpp | 249 Glib::ustring css_str; local 250 sp_repr_css_write_string(css,css_str); 251 repr->setAttribute("style", css_str.c_str()); 723 Glib::ustring css_str; local 724 sp_repr_css_write_string(css,css_str); 725 rpath->setAttribute("style", css_str.c_str()); 959 Glib::ustring css_str; local 960 sp_repr_css_write_string(css,css_str); 961 rtspan->setAttribute("style", css_str.c_str()); 989 Glib::ustring css_str; local [all...] |
/inkscape/src/ |
H A D | preferences.cpp | 490 Glib::ustring css_str; local 491 sp_repr_css_write_string(style, css_str); 492 _setRawValue(pref_path, css_str); 499 Glib::ustring css_str; local 500 sp_repr_css_write_string(current, css_str); 501 _setRawValue(pref_path, css_str);
|
Completed in 21 milliseconds