Lines Matching refs:ImpTakeDescriptionStr

99 	ImpTakeDescriptionStr(STR_EditPosSize,aStr);  in SetMarkedObjRect()
232 ImpTakeDescriptionStr(STR_EditResize,aStr); in ResizeMarkedObj()
269 ImpTakeDescriptionStr(STR_EditResize,aStr); in ResizeMultMarkedObj()
337 ImpTakeDescriptionStr(STR_EditRotate,aStr); in RotateMarkedObj()
396 if (aDif.X()==0) ImpTakeDescriptionStr(STR_EditMirrorHori,aStr); in MirrorMarkedObj()
397 else if (aDif.Y()==0) ImpTakeDescriptionStr(STR_EditMirrorVert,aStr); in MirrorMarkedObj()
398 else if (Abs(aDif.X())==Abs(aDif.Y())) ImpTakeDescriptionStr(STR_EditMirrorDiag,aStr); in MirrorMarkedObj()
399 else ImpTakeDescriptionStr(STR_EditMirrorFree,aStr); in MirrorMarkedObj()
491 ImpTakeDescriptionStr(STR_EditShear,aStr); in ShearMarkedObj()
608 ImpTakeDescriptionStr(bNoContortion?STR_EditCrook:STR_EditCrookContortion,aStr); in CrookMarkedObj()
682 ImpTakeDescriptionStr(STR_EditDistort,aStr); in DistortMarkedObj()
1043 ImpTakeDescriptionStr(STR_EditSetAttributes,aStr); in SetAttrToMarked()
1224 ImpTakeDescriptionStr(STR_EditSetStylesheet,aStr); in SetStyleSheetToMarked()
1226 ImpTakeDescriptionStr(STR_EditDelStylesheet,aStr); in SetStyleSheetToMarked()
1800 case SDRVALIGN_TOP : ImpTakeDescriptionStr(STR_EditAlignVTop ,aStr); break; in AlignMarkedObjects()
1801 case SDRVALIGN_BOTTOM: ImpTakeDescriptionStr(STR_EditAlignVBottom,aStr); break; in AlignMarkedObjects()
1802 case SDRVALIGN_CENTER: ImpTakeDescriptionStr(STR_EditAlignVCenter,aStr); break; in AlignMarkedObjects()
1810 case SDRHALIGN_LEFT : ImpTakeDescriptionStr(STR_EditAlignHLeft ,aStr); break; in AlignMarkedObjects()
1811 case SDRHALIGN_RIGHT : ImpTakeDescriptionStr(STR_EditAlignHRight ,aStr); break; in AlignMarkedObjects()
1812 case SDRHALIGN_CENTER: ImpTakeDescriptionStr(STR_EditAlignHCenter,aStr); break; in AlignMarkedObjects()
1818 ImpTakeDescriptionStr(STR_EditAlignCenter,aStr); in AlignMarkedObjects()
1822 ImpTakeDescriptionStr(STR_EditAlign,aStr); in AlignMarkedObjects()