Searched defs:newUri (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp2124 URI newUri; local
2126 newUri.scheme = scheme;
2127 newUri.schemeStr = schemeStr;
2128 newUri.query = other.query;
2129 newUri.fragment = other.fragment;
2134 newUri.absolute = true;
2135 newUri.authority = other.authority;
2136 newUri.port = other.port;//part of authority
2137 newUri.path = other.path;
2144 newUri
[all...]

Completed in 41 milliseconds