Home
last modified time | relevance | path

Searched refs:SP_VERB_EDIT_LINK_COLOR_PROFILE (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dverbs.h380 SP_VERB_EDIT_LINK_COLOR_PROFILE, enumerator
H A Dverbs.cpp1097 case SP_VERB_EDIT_LINK_COLOR_PROFILE: in perform()
2968 new EditVerb(SP_VERB_EDIT_LINK_COLOR_PROFILE, "LinkColorProfile", N_("Link Color Profile"),
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Ddocument-properties.cpp524 … DocumentUndo::done(desktop->doc(), SP_VERB_EDIT_LINK_COLOR_PROFILE, _("Link Color Profile")); in linkSelectedProfile()