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

/inkscape/src/xml/
H A Drebase-hrefs.h27 Inkscape::Util::List<AttributeRecord const> rebase_href_attrs(
37 // std::string rebase_href_attrs( std::string const &oldAbsBase, std::string const &newAbsBase, gchar const *href, gchar const *absref = 0 );
H A Drebase-hrefs.cpp97 Inkscape::XML::rebase_href_attrs(gchar const *const old_abs_base, function in class:Inkscape::XML
160 // std::string Inkscape::XML::rebase_href_attrs( std::string const &oldAbsBase, std::string const &newAbsBase, gchar const * /*href*/, gchar const */*absref*/ )
H A Drepr-io.cpp51 using Inkscape::XML::rebase_href_attrs;
1025 //std::string newOne = rebase_href_attrs( old_href_base, new_href_base, xxHref, xxAbsref );
1029 for ( List<AttributeRecord const> iter = rebase_href_attrs(old_href_base, new_href_base,

Completed in 194 milliseconds