Lines Matching refs:css
27 #include "xml/sp-css-attr.h"
79 SPCSSAttr *css = val.getInheritedStyle();
80 _style_swatch.setStyle(css);
81 sp_repr_css_attr_unref(css);
100 SPCSSAttr *css = prefs->getStyle("/desktop/style");
101 if (!css->attributeList()) {
106 sp_repr_css_attr_unref(css);
113 StyleSwatch::StyleSwatch(SPCSSAttr *css, gchar const *main_tip)
181 setStyle (css);
250 void StyleSwatch::setStyle(SPCSSAttr *css)
255 if (!css)
259 sp_repr_css_merge(_css, css);