Searched refs:solve_reldir (Results 1 - 4 of 4) 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) { function in class:Inkscape::Extension::Implementation::XSLT
113 _filename = solve_reldir(child_repr);
H A Dscript.h69 std::string solve_reldir(Inkscape::XML::Node *repr_in);
H A Dscript.cpp178 std::string Script::solve_reldir(Inkscape::XML::Node *reprin) { function in class:Inkscape::Extension::Implementation::Script
315 command.push_back(solve_reldir(child_repr));
367 std::string command_text = solve_reldir(child_repr);

Completed in 18 milliseconds