Searched refs:solve_reldir (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/extension/implementation/ | ||
H A D | xslt.h | 38 Glib::ustring solve_reldir(Inkscape::XML::Node *reprin); |
H A D | xslt.cpp | 57 Glib::ustring XSLT::solve_reldir(Inkscape::XML::Node *reprin) { function in class:Inkscape::Extension::Implementation::XSLT 113 _filename = solve_reldir(child_repr); |
H A D | script.h | 69 std::string solve_reldir(Inkscape::XML::Node *repr_in); |
H A D | script.cpp | 178 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 19 milliseconds