Searched refs:SdrDragRotate (Results 1 – 4 of 4) sorted by relevance
884 IS_TYPE(SdrDragRotate,this) || IS_TYPE(SdrDragMirror,this))) in DoAddConnectorOverlays()2127 TYPEINIT1(SdrDragRotate,SdrDragMethod);2129 void SdrDragRotate::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject()2134 SdrDragRotate::SdrDragRotate(SdrDragView& rNewView) in SdrDragRotate() function in SdrDragRotate2144 void SdrDragRotate::TakeSdrDragComment(XubString& rStr) const in TakeSdrDragComment()2164 bool SdrDragRotate::BeginSdrDrag() in BeginSdrDrag()2182 basegfx::B2DHomMatrix SdrDragRotate::getCurrentTransformation() in getCurrentTransformation()2189 void SdrDragRotate::MoveSdrDrag(const Point& rPnt_) in MoveSdrDrag()2236 bool SdrDragRotate::EndSdrDrag(bool bCopy) in EndSdrDrag()2258 Pointer SdrDragRotate::GetSdrDragPointer() const in GetSdrDragPointer()
65 class SdrDragRotate : public SdrDragMethod class76 SdrDragRotate(SdrDragView& rNewView);
323 mpCurrentSdrDragMethod = new SdrDragRotate(*this); in BegDragObj()336 mpCurrentSdrDragMethod = new SdrDragRotate(*this); in BegDragObj()
42 #define SdrDragRotate SdrDR macro