Lines Matching defs:save
189 * \brief This is a generic function to use the save function of
195 * document; is true for normal save, false for temporary saves
208 * Lastly, the save function is called in the module itself.
211 save(Extension *key, SPDocument *doc, gchar const *filename, bool setextension, bool check_overwrite, bool official,
223 autodetect will always save with the Inkscape extensions
228 /* If autodetect fails, save as Inkscape SVG */
282 // remember attributes in case this is an unofficial save and/or overwrite fails
299 // also save the extension for next use
312 omod->save(doc, fileName);
337 // If it is an unofficial save, set the modified attributes back to what they were.
383 // skip all the rest if we already found someone to save it
422 * case could apply to modules that are built in (like the SVG load/save functions).