Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdpoev.cxx210 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()
686 BegUndo(aStr,GetDescriptionOfMarkedPoints(),SDRREPFUNC_OBJ_MOVE); in MoveMarkedPoints()
708 BegUndo(aStr,GetDescriptionOfMarkedPoints(),SDRREPFUNC_OBJ_RESIZE); in ResizeMarkedPoints()
730 BegUndo(aStr,GetDescriptionOfMarkedPoints(),SDRREPFUNC_OBJ_ROTATE); in RotateMarkedPoints()
H A Dsvdmrkv.cxx2092 rStr.Insert(GetDescriptionOfMarkedPoints(), nPos); in ImpTakeDescriptionStr()
/trunk/main/svx/inc/svx/
H A Dsvdmrkv.hxx275 …String GetDescriptionOfMarkedPoints() const { return GetMarkedObjectList().GetPointMarkDescription… in GetDescriptionOfMarkedPoints() function in SdrMarkView