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

/inkscape/src/xml/
H A Drebase-hrefs.cpp145 std::string abs_href = calc_abs_href(old_abs_base, static_cast<char const *>(old_href), sp_absref); local
146 std::string new_href = sp_relative_path_from_path(abs_href, new_abs_base);
151 ret = cons(AttributeRecord(absref_key, ( streq(abs_href.c_str(), sp_absref)
153 : share_string(abs_href.c_str()) )),
264 std::string abs_href = calc_abs_href(old_abs_base, href, ir->attribute("sodipodi:absref")); local
274 std::string new_href = sp_relative_path_from_path(abs_href, new_abs_base);
276 ? abs_href.c_str()

Completed in 31 milliseconds