Lines Matching defs:verb
101 Verb *verb = Verb::get( code );
102 if ( verb ) {
103 SPAction *action = verb->get_action(Inkscape::ActionContext(desktop));
133 Verb *verb = Verb::get( code );
134 if ( verb ) {
135 SPAction *action = verb->get_action(Inkscape::ActionContext(desktop));
174 Verb *verb = Verb::get( code );
175 if ( verb ) {
176 SPAction *action = verb->get_action(Inkscape::ActionContext(_desktop));
183 // g_message("no verb for %u", code);