Lines Matching defs:filename
68 ps_print_document_to_file(SPDocument *doc, gchar const *filename, unsigned int level, bool texttopath, bool omittext,
104 bool ret = ctx->setPsTarget(filename);
124 \brief This function calls the output module with the filename
127 \param filename Filename to save to (probably will end in .ps)
130 CairoPsOutput::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filename)
190 final_name = g_strdup_printf("> %s", filename);
204 ret = latex_render_document_text_to_file(doc, filename, new_exportId, new_areaDrawing, new_areaPage, 0., false);
213 \brief This function calls the output module with the filename
216 \param filename Filename to save to (probably will end in .ps)
219 CairoEpsOutput::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filename)
279 final_name = g_strdup_printf("> %s", filename);
293 ret = latex_render_document_text_to_file(doc, filename, new_exportId, new_areaDrawing, new_areaPage, 0., false);