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

/inkscape/src/ui/dialog/
H A Dexport.cpp1211 gchar const *temp_string = repr->attribute("inkscape:export-filename"); local
1212 if (temp_string == NULL || (filename_ext != temp_string)) {
1216 temp_string = repr->attribute("inkscape:export-xdpi");
1217 if (temp_string == NULL || xdpi != atof(temp_string)) {
1221 temp_string = repr->attribute("inkscape:export-ydpi");
1222 if (temp_string == NULL || ydpi != atof(temp_string)) {
1244 const gchar * temp_string; local
[all...]

Completed in 38 milliseconds