Searched refs:pDragMethod (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 586 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()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svddrag.hxx | 93 SdrDragMethod* pDragMethod; member in SdrDragStat 177 SdrDragMethod* GetDragMethod() const { return pDragMethod; } in GetDragMethod() 178 void SetDragMethod(SdrDragMethod* pMth) { pDragMethod=pMth; } in SetDragMethod()
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | SectionView.cxx | 235 const SdrDragMethod* pDragMethod = GetDragMethod(); in IsDragResize() local 236 if (pDragMethod) in IsDragResize() 238 bool bMoveOnly = pDragMethod->getMoveOnly(); in IsDragResize()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ChartController_Window.cxx | 710 SdrDragMethod* pDragMethod = NULL; in execute_MouseButtonDown() local 730 …pDragMethod = new DragMethod_RotateDiagram( *pDrawViewWrapper, m_aSelection.getSelectedCID(), getM… in execute_MouseButtonDown() 737 …pDragMethod = 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()
|
/aoo42x/main/sd/source/ui/annotations/ |
H A D | annotationtag.cxx | 763 SdrDragMethod* pDragMethod = new AnnotationDragMove( mrView, xTag ); in IMPL_LINK() local 764 mrView.BegDragObj(maMouseDownPos, NULL, pHdl, nDrgLog, pDragMethod ); in IMPL_LINK()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svddrag.cxx | 57 pDragMethod=NULL; in Reset()
|
Completed in 74 milliseconds