Searched refs:SdrDragRotate (Results 1 – 4 of 4) sorted by relevance
890 IS_TYPE(SdrDragRotate,this) || IS_TYPE(SdrDragMirror,this))) in DoAddConnectorOverlays()2135 TYPEINIT1(SdrDragRotate,SdrDragMethod);2137 void SdrDragRotate::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject()2142 SdrDragRotate::SdrDragRotate(SdrDragView& rNewView) in SdrDragRotate() function in SdrDragRotate2152 void SdrDragRotate::TakeSdrDragComment(XubString& rStr) const in TakeSdrDragComment()2172 bool SdrDragRotate::BeginSdrDrag() in BeginSdrDrag()2190 basegfx::B2DHomMatrix SdrDragRotate::getCurrentTransformation() in getCurrentTransformation()2197 void SdrDragRotate::MoveSdrDrag(const Point& rPnt_) in MoveSdrDrag()2244 bool SdrDragRotate::EndSdrDrag(bool bCopy) in EndSdrDrag()2266 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
Completed in 66 milliseconds