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

/inkscape/src/extension/implementation/
H A Dscript.cpp301 helper_extension = "";
317 if (!strcmp(child_repr->name(), INKSCAPE_EXTENSION_NS "helper_extension")) {
318 helper_extension = child_repr->firstChild()->content();
345 helper_extension = "";
379 if (!strcmp(child_repr->name(), INKSCAPE_EXTENSION_NS "helper_extension")) {
516 if (helper_extension.size()==0) {
522 Inkscape::Extension::db.get(helper_extension.c_str()),
583 if (helper_extension.size() == 0) {
590 Inkscape::Extension::db.get(helper_extension.c_str()),
H A Dscript.h67 Glib::ustring helper_extension; member in class:Inkscape::Extension::Implementation::Script

Completed in 17 milliseconds