/inkscape/src/extension/internal/ |
H A D | cairo-png-out.cpp | 3 * then makes 'save as...' PNG. 91 \param uri Filename to save to (probably will end in .png) 93 void CairoRendererOutput::save(Inkscape::Extension::Output * /*mod*/, SPDocument *doc, gchar const *filename) function in class:Inkscape::Extension::Internal::CairoRendererOutput
|
H A D | latex-pstricks-out.cpp | 49 void LatexOutput::save(Inkscape::Extension::Output * /*mod2*/, SPDocument *doc, gchar const *filename) function in class:Inkscape::Extension::Internal::LatexOutput
|
H A D | svg.cpp | 218 namespace save internally. 220 \param doc Document to save. 221 \param uri The filename to save the file to. 225 incoming module to figure out whether this save should include 239 Svg::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filename) function in class:Inkscape::Extension::Internal::Svg 251 // and loose data. Perhaps the user intends to save as inkscape-svg next.
|
H A D | cairo-ps-out.cpp | 3 * then makes 'save as...' PS. 127 \param filename Filename to save to (probably will end in .ps) 130 CairoPsOutput::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filename) function in class:Inkscape::Extension::Internal::CairoPsOutput 216 \param filename Filename to save to (probably will end in .ps) 219 CairoEpsOutput::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filename) function in class:Inkscape::Extension::Internal::CairoEpsOutput
|
H A D | cairo-renderer-pdf-out.cpp | 3 * then makes 'save as...' PDF. 123 \param filename Filename to save to (probably will end in .pdf) 127 tell the printing system to save to file. 130 CairoRendererPdfOutput::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filename) function in class:Inkscape::Extension::Internal::CairoRendererPdfOutput
|
H A D | javafx-out.cpp | 915 * API call to save document 918 JavaFXOutput::save(Inkscape::Extension::Output */*mod*/, function in class:Inkscape::Extension::Internal::JavaFXOutput 922 * fact we know that some callers of Extension::save pass something in the filesystem's 931 g_warning("Could not save JavaFX file '%s'", filename_utf8);
|
H A D | pov-out.cpp | 314 povShapes.push_back(shapeInfo); //passed all tests. save the info 677 * API call to save document 680 PovOutput::save(Inkscape::Extension::Output */*mod*/, function in class:Inkscape::Extension::Internal::PovOutput 683 /* See comments in JavaFSOutput::save re the name `filename_utf8'. */
|
H A D | odf.cpp | 2098 void OdfOutput::save(Inkscape::Extension::Output */*mod*/, SPDocument *doc, gchar const *filename) function in class:Inkscape::Extension::Internal::OdfOutput
|
H A D | wmf-inout.cpp | 136 Wmf::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filename) function in class:Inkscape::Extension::Internal::Wmf
|
H A D | emf-inout.cpp | 136 Emf::save(Inkscape::Extension::Output *mod, SPDocument *doc, gchar const *filename) function in class:Inkscape::Extension::Internal::Emf
|
/inkscape/src/extension/ |
H A D | output.cpp | 201 \param doc Document to save 202 \param filename File to save the document as 214 Output::save(SPDocument *doc, gchar const *filename) function in class:Inkscape::Extension::Output 217 imp->save(this, doc, filename);
|
H A D | system.cpp | 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, function in namespace:Inkscape::Extension 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, se [all...] |
/inkscape/src/display/ |
H A D | drawing-context.cpp | 33 _dc->save(); 41 void DrawingContext::Save::save(DrawingContext &dc) function in class:Inkscape::DrawingContext::Save 48 _dc->save();
|
H A D | cairo-utils.h | 50 CairoSave(cairo_t *_ct, bool save=false) argument 52 , saved(save) 54 if (save) { 58 void save() { function in class:Inkscape::CairoSave
|
H A D | drawing-context.h | 36 void save(DrawingContext &dc); 46 void save() { cairo_save(_ct); } function in class:Inkscape::DrawingContext
|
/inkscape/src/extension/implementation/ |
H A D | implementation.h | 114 virtual void save(Inkscape::Extension::Output * /*module*/, SPDocument * /*doc*/, gchar const * /*filename*/) {} function in class:Inkscape::Extension::Implementation::Implementation
|
H A D | xslt.cpp | 184 void XSLT::save(Inkscape::Extension::Output *module, SPDocument *doc, gchar const *filename) function in class:Inkscape::Extension::Implementation::XSLT 187 * See JavaFXOutput::save for discussion. */
|
H A D | script.cpp | 426 Inkscape::Extension::save( 544 \brief This function uses an extension to save a document. It first 549 \param filename The name to save the final file as 552 Well, at some point people need to save - it is really what makes 567 void Script::save(Inkscape::Extension::Output *module, function in class:Inkscape::Extension::Implementation::Script 584 Inkscape::Extension::save( 589 Inkscape::Extension::save( 632 To save/load the two temporary documents (both are SVG) the internal 633 modules for SVG load and save are used. They are both used through
|
/inkscape/share/extensions/ink2canvas/ |
H A D | canvas.py | 183 def save(self): member in class:Canvas 184 self.write("ctx.save();")
|
/inkscape/src/ |
H A D | sp-image.cpp | 779 gint save = 0; local 781 written += g_base64_encode_step(data, len, TRUE, buf_work, &state, &save); 782 written += g_base64_encode_close(TRUE, buf_work + written, &state, &save);
|
H A D | preferences.cpp | 266 void Preferences::save() function in class:Inkscape::Preferences 876 void Preferences::unload(bool save) argument 880 if (save) { 881 _instance->save();
|
/inkscape/src/ui/dialog/ |
H A D | input.cpp | 433 Gtk::Button save; member in class:Inkscape::UI::Dialog::InputDialogImpl::ConfPanel 1082 save(_("_Save"), true), 1161 buttonBox->add(save); 1162 save.signal_clicked().connect(sigc::mem_fun(*this, &InputDialogImpl::ConfPanel::saveSettings));
|
/inkscape/src/ui/ |
H A D | interface.cpp | 1288 bool save = (strcmp(ext->get_param_optiongroup("link"), "embed") == 0); local 1300 ext->set_param_optiongroup("link", save ? "embed" : "link");
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.cpp | 272 ClipHistoryEntry *save(); 465 // got an argument - save it 1582 // save current graphics state 1698 // save current graphics state 3057 // save current graphics state 3069 // save current parser 3299 state->save(); // nasty hack to prevent GfxRadialShading from getting corrupted during copy operation 3301 state = state->save(); // see LP Bug 919176 comment 8 3302 clipHistory = clipHistory->save(); 3372 ClipHistoryEntry *ClipHistoryEntry::save() { function in class:ClipHistoryEntry [all...] |