Searched refs:new_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.
29 char const *new_abs_base,
H A Drebase-hrefs.cpp98 gchar const *const new_abs_base,
107 if (old_abs_base == new_abs_base) {
146 std::string new_href = sp_relative_path_from_path(abs_href, new_abs_base);
201 std::string new_abs_base = calc_abs_doc_base(new_base); local
246 href = sp_relative_path_from_path(uri, new_abs_base);
274 std::string new_href = sp_relative_path_from_path(abs_href, new_abs_base);
97 rebase_href_attrs(gchar const *const old_abs_base, gchar const *const new_abs_base, Inkscape::Util::List<AttributeRecord const> attributes) argument

Completed in 18 milliseconds