Searched defs:paste (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/
H A Dclipboard.cpp34 #include <glib/gstdio.h> // for g_file_set_contents etc., used in _onGet and paste
111 virtual bool paste(SPDesktop *desktop, bool in_place);
317 // when we paste.
364 bool ClipboardManagerImpl::paste(SPDesktop *desktop, bool in_place) function in class:Inkscape::UI::ClipboardManagerImpl
366 // do any checking whether we really are able to paste before requesting the contents
380 // if there is an image on the clipboard, paste it
384 // if there's only text, paste it into a selected text object or create a new one
450 _userWarn(desktop, _("Select <b>object(s)</b> to paste style to."));
503 _userWarn(desktop, _("Select <b>object(s)</b> to paste size to."));
567 _userWarn(desktop, _("Select <b>object(s)</b> to paste liv
[all...]

Completed in 1130 milliseconds