Searched defs:attrName (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | svg.cpp | 56 const gchar* attrName = g_quark_to_string(it->key); local 57 if ((strncmp("inkscape:", attrName, 9) == 0) || (strncmp("sodipodi:", attrName, 9) == 0)) { 58 attrsRemoved.push_back(attrName);
|
H A D | odf.cpp | 890 static Glib::ustring getAttribute( Inkscape::XML::Node *node, char const *attrName) argument 893 char const *valstr = node->attribute(attrName);
|
/inkscape/src/ui/dialog/ |
H A D | color-item.cpp | 667 char const * attrName = secondary ? "stroke" : "fill"; local 674 sp_repr_css_set_property( css, attrName, "none" ); 679 sp_repr_css_set_property( css, attrName, "none" ); 697 sp_repr_css_set_property( css, attrName, colorspec.c_str() );
|
/inkscape/ |
H A D | buildtool.cpp | 816 String getTagAttribute(const String &tagName, const String &attrName); 1027 String Element::getTagAttribute(const String &tagName, const String &attrName) argument 1032 String res = elems[0]->getAttribute(attrName); 1482 String attrName; local 1483 p2 = getWord(p, attrName); 1500 //printf("name:'%s' value:'%s'\n",attrName.c_str(),attrVal.c_str()); 1501 char *namestr = (char *)attrName.c_str(); 1503 n->addNamespace(attrName, attrVal); 1505 n->addAttribute(attrName, attrVal); 5397 String attrName; local 6664 getAttribute(Element *elem, const String &attrName) argument 9768 String attrName = attrs[i].getName(); local [all...] |
Completed in 43 milliseconds