Home
last modified time | relevance | path

Searched refs:pDragMethod (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx586 SdrDragMethod* pDragMethod; in MouseButtonDown() local
594 pDragMethod = new PathDragMove( mrView, xTag, aDragPoly ); in MouseButtonDown()
599 pDragMethod = new PathDragObjOwn( mrView, aDragPoly ); in MouseButtonDown()
603 pDragMethod = new PathDragResize( mrView, xTag, aDragPoly ); in MouseButtonDown()
606 mrView.BegDragObj(aMDPos, NULL, pHdl, nDrgLog, pDragMethod ); in MouseButtonDown()
780 SdrDragMethod* pDragMethod = 0; in OnMove() local
783 pDragMethod = new PathDragMove( mrView, xTag ); in OnMove()
787 pDragMethod = new PathDragObjOwn( mrView ); in OnMove()
791 pDragMethod = new PathDragResize( mrView, xTag ); in OnMove()
793 mrView.BegDragObj(aStartPoint, 0, pHdl, 0, pDragMethod); in OnMove()
/trunk/main/svx/inc/svx/
H A Dsvddrag.hxx93 SdrDragMethod* pDragMethod; member in SdrDragStat
177 SdrDragMethod* GetDragMethod() const { return pDragMethod; } in GetDragMethod()
178 void SetDragMethod(SdrDragMethod* pMth) { pDragMethod=pMth; } in SetDragMethod()
/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx235 const SdrDragMethod* pDragMethod = GetDragMethod(); in IsDragResize() local
236 if (pDragMethod) in IsDragResize()
238 bool bMoveOnly = pDragMethod->getMoveOnly(); in IsDragResize()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx710 SdrDragMethod* pDragMethod = NULL; in execute_MouseButtonDown() local
730pDragMethod = new DragMethod_RotateDiagram( *pDrawViewWrapper, m_aSelection.getSelectedCID(), getM… in execute_MouseButtonDown()
737pDragMethod = new DragMethod_PieSegment( *pDrawViewWrapper, m_aSelection.getSelectedCID(), getMode… in execute_MouseButtonDown()
739 pDrawViewWrapper->SdrView::BegDragObj(aMPos, NULL, pHitSelectionHdl, nDrgLog, pDragMethod); in execute_MouseButtonDown()
834 SdrDragMethod* pDragMethod = pDrawViewWrapper->SdrView::GetDragMethod(); in execute_MouseButtonUp() local
835 bool bIsMoveOnly = pDragMethod ? pDragMethod->getMoveOnly() : false; in execute_MouseButtonUp()
836 DragMethod_Base* pChartDragMethod = dynamic_cast< DragMethod_Base* >(pDragMethod); in execute_MouseButtonUp()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx763 SdrDragMethod* pDragMethod = new AnnotationDragMove( mrView, xTag ); in IMPL_LINK() local
764 mrView.BegDragObj(maMouseDownPos, NULL, pHdl, nDrgLog, pDragMethod ); in IMPL_LINK()
/trunk/main/svx/source/svdraw/
H A Dsvddrag.cxx57 pDragMethod=NULL; in Reset()

Completed in 32 milliseconds