Lines Matching refs:ImpGetResStr
212 BegUndo(ImpGetResStr(STR_EditSetPointsSmooth), GetDescriptionOfMarkedPoints()); in SetMarkedPointsSmooth()
247 BegUndo(ImpGetResStr(STR_EditSetSegmentsKind), GetDescriptionOfMarkedPoints()); in SetMarkedSegmentsKind()
315 BegUndo(ImpGetResStr(STR_EditDelete),GetDescriptionOfMarkedPoints(),SDRREPFUNC_OBJ_DELETE); in DeleteMarkedPoints()
367 BegUndo(ImpGetResStr(STR_EditRipUp), GetDescriptionOfMarkedPoints()); in RipUpAtMarkedPoints()
560 BegUndo(ImpGetResStr(STR_EditShut),GetDescriptionOfMarkedPoints()); in CloseMarkedObjects()
686 XubString aStr(ImpGetResStr(STR_EditMove)); in MoveMarkedPoints()
687 if (bCopy) aStr+=ImpGetResStr(STR_EditWithCopy); in MoveMarkedPoints()
708 XubString aStr(ImpGetResStr(STR_EditResize)); in ResizeMarkedPoints()
709 if (bCopy) aStr+=ImpGetResStr(STR_EditWithCopy); in ResizeMarkedPoints()
730 XubString aStr(ImpGetResStr(STR_EditResize)); in RotateMarkedPoints()
731 if (bCopy) aStr+=ImpGetResStr(STR_EditWithCopy); in RotateMarkedPoints()