Searched refs:ResizeMarkedObj (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/ui/view/ |
H A D | tabvwshh.cxx | 138 pDrView->ResizeMarkedObj( aRect.TopLeft(), in ExecuteObject() 142 pDrView->ResizeMarkedObj( aRect.TopLeft(), in ExecuteObject()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdedtv.hxx | 245 …void ResizeMarkedObj(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy=f… 261 … Fraction& xFact, const Fraction& yFact, sal_Bool bCopy=sal_False) { ResizeMarkedObj (rRef,xFact,y… in ResizeAllMarked()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svddrgmt.cxx | 2115 getSdrDragView().ResizeMarkedObj(DragStat().Ref1(),aXFact,aYFact,bCopy); in EndSdrDrag() 2524 getSdrDragView().ResizeMarkedObj(DragStat().GetRef1(),aFact,Fraction(1,1),bCopy); in EndSdrDrag() 2528 getSdrDragView().ResizeMarkedObj(DragStat().GetRef1(),Fraction(1,1),aFact,bCopy); in EndSdrDrag() 3471 getSdrDragView().ResizeMarkedObj(aCenter,aFact1,aFact,bCopy); in EndSdrDrag() 3473 getSdrDragView().ResizeMarkedObj(aCenter,aFact,aFact1,bCopy); in EndSdrDrag()
|
H A D | svdedtv1.cxx | 226 void SdrEditView::ResizeMarkedObj(const Point& rRef, const Fraction& xFact, const Fraction& yFact, … in ResizeMarkedObj() function in SdrEditView 770 ResizeMarkedObj(aAllSnapRect.TopLeft(),aXFact,Fraction(1,1)); in SetNotPersistAttrToMarked() 774 ResizeMarkedObj(aAllSnapRect.TopLeft(),Fraction(1,1),aYFact); in SetNotPersistAttrToMarked()
|
Completed in 55 milliseconds