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

/inkscape/
H A Dbuildtool.cpp1497 String attrVal; local
1498 p2 = getQuoted(p, attrVal, true);
1500 //printf("name:'%s' value:'%s'\n",attrName.c_str(),attrVal.c_str());
1503 n->addNamespace(attrName, attrVal);
1505 n->addAttribute(attrName, attrVal);
5425 String attrVal; local
5453 attrVal.append(prefix);
5460 attrVal.append(subVal);
5464 attrVal.push_back((char)ch);
5468 attrVal
9769 String attrVal = attrs[i].getValue(); local
[all...]

Completed in 231 milliseconds