Lines Matching refs:SdrDragResize
888 IS_TYPE(SdrDragMove, this) || IS_TYPE(SdrDragResize, this) || in DoAddConnectorOverlays()
1796 TYPEINIT1(SdrDragResize,SdrDragMethod);
1798 SdrDragResize::SdrDragResize(SdrDragView& rNewView) in SdrDragResize() function in SdrDragResize
1805 void SdrDragResize::TakeSdrDragComment(XubString& rStr) const in TakeSdrDragComment()
1857 bool SdrDragResize::BeginSdrDrag() in BeginSdrDrag()
1902 basegfx::B2DHomMatrix SdrDragResize::getCurrentTransformation() in getCurrentTransformation()
1912 void SdrDragResize::MoveSdrDrag(const Point& rNoSnapPnt) in MoveSdrDrag()
2093 void SdrDragResize::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject()
2098 bool SdrDragResize::EndSdrDrag(bool bCopy) in EndSdrDrag()
2118 Pointer SdrDragResize::GetSdrDragPointer() const in GetSdrDragPointer()
3679 TYPEINIT1(SdrDragCrop,SdrDragResize);