Searched refs:SdrDragRotate (Results 1 – 4 of 4) sorted by relevance
889 IS_TYPE(SdrDragRotate,this) || IS_TYPE(SdrDragMirror,this))) in DoAddConnectorOverlays()2132 TYPEINIT1(SdrDragRotate,SdrDragMethod);2134 void SdrDragRotate::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject()2139 SdrDragRotate::SdrDragRotate(SdrDragView& rNewView) in SdrDragRotate() function in SdrDragRotate2149 void SdrDragRotate::TakeSdrDragComment(XubString& rStr) const in TakeSdrDragComment()2169 bool SdrDragRotate::BeginSdrDrag() in BeginSdrDrag()2187 basegfx::B2DHomMatrix SdrDragRotate::getCurrentTransformation() in getCurrentTransformation()2194 void SdrDragRotate::MoveSdrDrag(const Point& rPnt_) in MoveSdrDrag()2241 bool SdrDragRotate::EndSdrDrag(bool bCopy) in EndSdrDrag()2263 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 56 milliseconds