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

/inkscape/src/
H A Dresource-manager.cpp53 static std::string convertPathToRelative( std::string const &path, std::string const &docbase )
61 std::vector<std::string> baseParts = splitPath(docbase);
129 std::map<Glib::ustring, Glib::ustring> locateLinks(Glib::ustring const & docbase, std::vector<Glib::ustring> const & brokenLinks);
211 std::map<Glib::ustring, Glib::ustring> ResourceManagerImpl::locateLinks(Glib::ustring const & docbase, std::vector<Glib::ustring> const & brokenLinks) argument
248 uri = Glib::build_filename(docbase, uri);
255 bool exists = searchUpwards( docbase, origPath, remainder );
271 remainder = convertPathToRelative( remainder, docbase );
H A Dsp-image.cpp569 const gchar *docbase = base; local
570 if (!docbase) {
571 docbase = ".";
573 gchar *fullname = g_build_filename(docbase, filename, NULL);
H A Dcolor-profile.cpp315 gchar const *docbase = doc->getURI(); local
319 //g_message("docbase:%s\n", docbase);
320 //org::w3c::dom::URI docUri(docbase);
322 if (docbase) { // The file has already been saved
323 docUri = Inkscape::URI::from_native_filename(docbase);

Completed in 48 milliseconds