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

/inkscape/src/extension/implementation/
H A Dxslt.h38 Glib::ustring solve_reldir(Inkscape::XML::Node *reprin);
H A Dxslt.cpp57 Glib::ustring XSLT::solve_reldir(Inkscape::XML::Node *reprin) { argument
59 gchar const *s = reprin->attribute("reldir");
62 Glib::ustring str = reprin->firstChild()->content();
76 reprin->firstChild()->content(),
86 Glib::ustring str = reprin->firstChild()->content();
H A Dscript.cpp169 \param reprin The Inkscape::XML::Node with the reldir in it.
178 std::string Script::solve_reldir(Inkscape::XML::Node *reprin) { argument
180 gchar const *s = reprin->attribute("reldir");
184 Glib::ustring str = reprin->firstChild()->content();
195 reprin->firstChild()->content(),

Completed in 16 milliseconds