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

/inkscape/src/extension/internal/
H A Dlatex-pstricks-out.cpp55 const gchar * oldconst = mod->get_param_string("destination"); local
56 gchar * oldoutput = g_strdup(oldconst);
H A Dwmf-inout.cpp96 const gchar *oldconst; local
102 oldconst = mod->get_param_string("destination");
103 oldoutput = g_strdup(oldconst);
H A Demf-inout.cpp94 const gchar *oldconst; local
101 oldconst = mod->get_param_string("destination");
102 oldoutput = g_strdup(oldconst);
/inkscape/src/
H A Dprint.cpp99 gchar const *oldconst = mod->get_param_string("destination"); local
100 gchar *oldoutput = g_strdup(oldconst);

Completed in 334 milliseconds