Lines Matching defs:reason
773 gchar const *reason = NULL;
777 reason = _("Move nodes");
780 reason = _("Move nodes horizontally");
784 reason = _("Move nodes vertically");
788 reason = _("Rotate nodes");
791 reason = _("Rotate nodes");
795 reason = _("Scale nodes uniformly");
798 reason = _("Scale nodes");
801 reason = _("Scale nodes uniformly");
805 reason = _("Scale nodes horizontally");
809 reason = _("Scale nodes vertically");
813 reason = _("Skew nodes horizontally");
817 reason = _("Skew nodes vertically");
821 reason = _("Flip nodes horizontally");
824 reason = _("Flip nodes vertically");
832 DocumentUndo::maybeDone(_desktop->getDocument(), key, SP_VERB_CONTEXT_NODE, reason);
834 DocumentUndo::done(_desktop->getDocument(), SP_VERB_CONTEXT_NODE, reason);
840 void MultiPathManipulator::_done(gchar const *reason, bool alert_LPE) {
843 DocumentUndo::done(_desktop->getDocument(), SP_VERB_CONTEXT_NODE, reason);
848 void MultiPathManipulator::_doneWithCleanup(gchar const *reason, bool alert_LPE) {
850 _done(reason, alert_LPE);