Lines Matching refs:SdrDragMirror
884 IS_TYPE(SdrDragRotate,this) || IS_TYPE(SdrDragMirror,this))) in DoAddConnectorOverlays()
2550 TYPEINIT1(SdrDragMirror,SdrDragMethod);
2552 void SdrDragMirror::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject()
2560 SdrDragMirror::SdrDragMirror(SdrDragView& rNewView) in SdrDragMirror() function in SdrDragMirror
2568 bool SdrDragMirror::ImpCheckSide(const Point& rPnt) const in ImpCheckSide()
2577 void SdrDragMirror::TakeSdrDragComment(XubString& rStr) const in TakeSdrDragComment()
2592 bool SdrDragMirror::BeginSdrDrag() in BeginSdrDrag()
2625 basegfx::B2DHomMatrix SdrDragMirror::getCurrentTransformation() in getCurrentTransformation()
2645 void SdrDragMirror::MoveSdrDrag(const Point& rPnt) in MoveSdrDrag()
2662 bool SdrDragMirror::EndSdrDrag(bool bCopy) in EndSdrDrag()
2674 Pointer SdrDragMirror::GetSdrDragPointer() const in GetSdrDragPointer()