Lines Matching refs:ImpGetResStr
210 BegUndo(ImpGetResStr(STR_EditSetPointsSmooth), GetDescriptionOfMarkedPoints()); in SetMarkedPointsSmooth()
245 BegUndo(ImpGetResStr(STR_EditSetSegmentsKind), GetDescriptionOfMarkedPoints()); in SetMarkedSegmentsKind()
313 … BegUndo(ImpGetResStr(STR_EditDelete),GetDescriptionOfMarkedPoints(),SDRREPFUNC_OBJ_DELETE); in DeleteMarkedPoints()
365 BegUndo(ImpGetResStr(STR_EditRipUp), GetDescriptionOfMarkedPoints()); in RipUpAtMarkedPoints()
558 BegUndo(ImpGetResStr(STR_EditShut),GetDescriptionOfMarkedPoints()); in CloseMarkedObjects()
684 XubString aStr(ImpGetResStr(STR_EditMove)); in MoveMarkedPoints()
685 if (bCopy) aStr+=ImpGetResStr(STR_EditWithCopy); in MoveMarkedPoints()
706 XubString aStr(ImpGetResStr(STR_EditResize)); in ResizeMarkedPoints()
707 if (bCopy) aStr+=ImpGetResStr(STR_EditWithCopy); in ResizeMarkedPoints()
728 XubString aStr(ImpGetResStr(STR_EditResize)); in RotateMarkedPoints()
729 if (bCopy) aStr+=ImpGetResStr(STR_EditWithCopy); in RotateMarkedPoints()