Re: Question on call to IsCrookAllowed in SdrDragView::BegDragObj

2013-03-12 Thread Thorsten Behrens
Philippe Jung wrote: > Trying to implement crop Image in writer, I reached the "case > SDRDRAG_CROP" code in SdrDragView::BegDragObj. > Nice, would be cool to have that! > This part of code calls new SdrDragCrop if and only if > IsCrookAllowed(true) or IsCrookAllowed(false) > > This basically m

Question on call to IsCrookAllowed in SdrDragView::BegDragObj

2013-03-10 Thread Philippe Jung
Hello, Trying to implement crop Image in writer, I reached the "case SDRDRAG_CROP" code in SdrDragView::BegDragObj. This part of code calls new SdrDragCrop if and only if IsCrookAllowed(true) or IsCrookAllowed(false) This basically means that the cropped object must be RotateFreeAllowed or Cont