Lines Matching refs:SdrDragMirror
890 IS_TYPE(SdrDragRotate,this) || IS_TYPE(SdrDragMirror,this))) in DoAddConnectorOverlays()
2558 TYPEINIT1(SdrDragMirror,SdrDragMethod);
2560 void SdrDragMirror::applyCurrentTransformationToSdrObject(SdrObject& rTarget) in applyCurrentTransformationToSdrObject()
2568 SdrDragMirror::SdrDragMirror(SdrDragView& rNewView) in SdrDragMirror() function in SdrDragMirror
2576 bool SdrDragMirror::ImpCheckSide(const Point& rPnt) const in ImpCheckSide()
2585 void SdrDragMirror::TakeSdrDragComment(XubString& rStr) const in TakeSdrDragComment()
2600 bool SdrDragMirror::BeginSdrDrag() in BeginSdrDrag()
2633 basegfx::B2DHomMatrix SdrDragMirror::getCurrentTransformation() in getCurrentTransformation()
2653 void SdrDragMirror::MoveSdrDrag(const Point& rPnt) in MoveSdrDrag()
2670 bool SdrDragMirror::EndSdrDrag(bool bCopy) in EndSdrDrag()
2682 Pointer SdrDragMirror::GetSdrDragPointer() const in GetSdrDragPointer()