Lines Matching refs:temp_string
1211 gchar const *temp_string = repr->attribute("inkscape:export-filename");
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;
1256 temp_string = repr->attribute("inkscape:export-filename");
1257 if (temp_string == NULL || (filename_ext != temp_string)) {
1262 temp_string = repr->attribute("inkscape:export-xdpi");
1263 if (temp_string == NULL || xdpi != atof(temp_string)) {
1267 temp_string = repr->attribute("inkscape:export-ydpi");
1268 if (temp_string == NULL || ydpi != atof(temp_string)) {