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

/inkscape/src/xml/
H A Drebase-hrefs.h23 * Change relative xlink:href attributes to be relative to \a new_abs_base instead of old_abs_base.
25 * Note that old_abs_base and new_abs_base must each be non-NULL, absolute directory paths.
28 char const *old_abs_base,
H A Drebase-hrefs.cpp97 Inkscape::XML::rebase_href_attrs(gchar const *const old_abs_base, argument
107 if (old_abs_base == new_abs_base) {
145 std::string abs_href = calc_abs_href(old_abs_base, static_cast<char const *>(old_href), sp_absref);
200 std::string old_abs_base = calc_abs_doc_base(doc->getBase()); local
242 href = sp_relative_path_from_path(uri, old_abs_base);
264 std::string abs_href = calc_abs_href(old_abs_base, href, ir->attribute("sodipodi:absref"));

Completed in 14 milliseconds