Searched refs:AnnotationDragMove (Results 1 – 1 of 1) sorted by relevance
107 class AnnotationDragMove : public SdrDragMove class110 AnnotationDragMove(SdrDragView& rNewView, const rtl::Reference <AnnotationTag >& xTag);121 AnnotationDragMove::AnnotationDragMove(SdrDragView& rNewView, const rtl::Reference <AnnotationTag >… in AnnotationDragMove() function in sd::AnnotationDragMove127 bool AnnotationDragMove::BeginSdrDrag() in BeginSdrDrag()138 void AnnotationDragMove::MoveSdrDrag(const Point& rNoSnapPnt) in MoveSdrDrag()155 bool AnnotationDragMove::EndSdrDrag(bool /*bCopy*/) in EndSdrDrag()163 void AnnotationDragMove::CancelSdrDrag() in CancelSdrDrag()763 SdrDragMethod* pDragMethod = new AnnotationDragMove( mrView, xTag ); in IMPL_LINK()
Completed in 10 milliseconds