Searched refs:clipboard (Results 1 - 5 of 5) sorted by relevance
| /inkscape/src/ |
| H A D | file.cpp | 1075 Inkscape::XML::Node* clipboard = NULL; local 1079 // Don't copy metadata, defs, named views and internal clipboard contents to the document 1089 if (!strcmp(obj->name(), "inkscape:clipboard")) { 1090 clipboard = obj; 1107 if(clipboard) 1108 for (Inkscape::XML::Node *obj = clipboard->firstChild() ; obj ; obj = obj->next()) { 1135 Inkscape::XML::Node *clipnode = sp_repr_lookup_name(root, "inkscape:clipboard", 1);
|
| H A D | selection-chemistry.cpp | 26 #include <gtkmm/clipboard.h> 119 #include "ui/clipboard.h" 127 /* The clipboard handling is in ui/clipboard.cpp now. There are some legacy functions left here, 2658 desktop->messageStack()->flash(Inkscape::WARNING_MESSAGE, _("Copy an <b>object</b> to clipboard to relink clones to."));
|
| /inkscape/src/ui/dialog/ |
| H A D | symbols.cpp | 36 #include <gtkmm/clipboard.h> 44 #include "ui/clipboard.h" 445 /* OK, we know symbol name... now we need to copy it to clipboard, bon chance! */
|
| /inkscape/src/ui/ |
| H A D | clipboard.cpp | 3 * System-wide clipboard management - implementation. 24 #include <gtkmm/clipboard.h> 25 #include "ui/clipboard.h" 90 /// Made up mimetype to represent Gdk::Pixbuf clipboard contents. 104 * Default implementation of the clipboard manager. 135 // clipboard callbacks 150 SPDocument *_clipboardSPDoc; ///< Document that stores the clipboard until someone requests it 151 Inkscape::XML::Node *_defs; ///< Reference to the clipboard document's defs node 152 Inkscape::XML::Node *_root; ///< Reference to the clipboard's root node 154 Inkscape::XML::Document *_doc; ///< Reference to the clipboard' [all...] |
| /inkscape/src/ui/tools/ |
| H A D | text-tool.cpp | 20 #include <gtkmm/clipboard.h> 1261 Attempts to paste system clipboard into the currently edited text, returns true on success
|
Completed in 81 milliseconds