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

/inkscape/src/extension/param/
H A Denum.cpp57 const char *xmlval = NULL; // the value stored in XML local
101 xmlval = xml->firstChild()->attribute("value");
117 } else if (xmlval) {
118 _value = g_strdup(xmlval);

Completed in 13 milliseconds