Searched refs:SP_VERB_EDIT_REDO (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Devent-log.cpp379 Inkscape::Verb::get(SP_VERB_EDIT_REDO)->sensitive(_document, true);
380 Inkscape::Verb::get(SP_VERB_EDIT_REDO)->name(_document, String::ucompose("%1: %2",
385 Inkscape::Verb::get(SP_VERB_EDIT_REDO)->name(_document, _("_Redo"));
386 Inkscape::Verb::get(SP_VERB_EDIT_REDO)->sensitive(_document, false);
H A Dverbs.h67 SP_VERB_EDIT_REDO, enumerator in enum:__anon153
H A Dverbs.cpp959 case SP_VERB_EDIT_REDO:
2462 new EditVerb(SP_VERB_EDIT_REDO, "EditRedo", N_("_Redo"),
/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp1038 return dbus_call_verb (doc_interface, SP_VERB_EDIT_REDO, error);
/inkscape/src/widgets/
H A Dtoolbox.cpp925 SP_VERB_EDIT_REDO,
/inkscape/src/ui/
H A Dinterface.cpp1480 AppendItemFromVerb(Inkscape::Verb::get(SP_VERB_EDIT_REDO));

Completed in 1376 milliseconds