/aoo42x/main/sd/source/ui/func/ |
H A D | smarttag.cxx | 245 SdrHdl* pHdl = mrView.PickHandle(aMDPos); in MouseButtonDown() 293 SdrHdl* pHdl = mrView.PickHandle(aMDPos); in RequestHelp() 317 SdrHdl* pHdl = mrView.PickHandle(aMDPos); in Command()
|
H A D | fusel.cxx | 203 pHdl = mpView->PickHandle(aMDPos); in MouseButtonDown() 427 pHdl=mpView->PickHandle(aMDPos); in MouseButtonDown() 505 pHdl = mpView->PickHandle(aMDPos); in MouseButtonDown() 516 pHdl = mpView->PickHandle(aMDPos); in MouseButtonDown() 531 pHdl = mpView->PickHandle(aMDPos); in MouseButtonDown()
|
H A D | fudraw.cxx | 224 sal_Bool bHitHdl = (mpView->PickHandle(aMDPos) != NULL); in MouseButtonDown() 616 if (SD_MOD()->GetWaterCan() && !mpView->PickHandle(aPnt)) in ForcePointer() 627 SdrHdl* pHdl = mpView->PickHandle(aPnt); in ForcePointer()
|
H A D | fuconstr.cxx | 108 SdrHdl* pHdl = mpView->PickHandle(aMDPos); in MouseButtonDown()
|
H A D | fupoor.cxx | 1028 SdrHdl* pHdl = mpView->PickHandle(aMDPos); in IMPL_LINK()
|
H A D | futext.cxx | 796 mpView->PickHandle(aPnt); in MouseButtonUp()
|
/aoo42x/main/basctl/source/dlged/ |
H A D | dlgedfunc.cxx | 393 SdrHdl* pHdl = pView->PickHandle(aPos); in MouseButtonDown() 503 SdrHdl* pHdl = pView->PickHandle(aMDPos); in MouseButtonDown() 531 pHdl=pView->PickHandle(aMDPos); in MouseButtonDown()
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | fuconstr.cxx | 103 SdrHdl* pHdl = pView->PickHandle(aMDPos); in MouseButtonDown() 151 SdrHdl* pHdl=pView->PickHandle(aPnt); in MouseMove()
|
H A D | fusel.cxx | 131 SdrHdl* pHdl = pView->PickHandle(aMDPos); in MouseButtonDown() 297 pHdl=pView->PickHandle(aMDPos); in MouseButtonDown()
|
H A D | fudraw.cxx | 795 SdrHdl* pHdl = pView->PickHandle(aPnt); in ForcePointer() 862 pView->PickHandle( aMPos ) || // handles to resize the note in IsSizingOrMovingNote()
|
H A D | futext.cxx | 158 SdrHdl* pHdl = pView->PickHandle(aMDPos); in MouseButtonDown() 288 pHdl=pView->PickHandle(aMDPos); in MouseButtonDown()
|
H A D | fupoor.cxx | 300 SdrHdl* pHdl = pView->PickHandle(aMDPos); in IMPL_LINK()
|
/aoo42x/main/sw/source/ui/ribbar/ |
H A D | drawbase.cxx | 192 pHdl = pSdrView->PickHandle(m_aStartPos); in MouseButtonDown() 203 pHdl = pSdrView->PickHandle(m_aStartPos); in MouseButtonDown()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 404 else if ( sal_True == (bHitHandle = pSdrView->PickHandle( rLPt ) != 0) ) in UpdatePointer() 2813 0 != ( pHdl = pSdrView->PickHandle(aDocPos) ) && in MouseButtonDown() 2840 SdrHdl* pHdl = rSh.GetDrawView()->PickHandle(aDocPos); in MouseButtonDown() 2966 ( pHdl = pSdrView->PickHandle(aDocPos) ) && in MouseButtonDown() 3193 rSh.GetDrawView()->PickHandle( aDocPos )) in MouseButtonDown() 3222 rSh.GetDrawView()->PickHandle( aDocPos )) in MouseButtonDown() 3618 if( (0!=( pHdl = pSdrView->PickHandle( aOld ) )|| in MouseMove() 3619 0 !=(pHdl = pSdrView->PickHandle( pAnchorMarker->GetHdlPos()) ) ) && in MouseMove() 3678 SdrHdl* pHdl = pSdrView->PickHandle( aSttPt ); in MouseMove()
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | dlgedfunc.cxx | 215 SdrHdl* pHdl = m_rView.PickHandle(m_aMDPos); in MouseButtonDown() 872 …m_pParent->getSectionWindow()->getViewsWindow()->BegDragObj(m_aMDPos, m_rView.PickHandle(m_aMDPos)… in MouseButtonDown()
|
/aoo42x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 560 pHdl = dynamic_cast< SmartHdl* >( mrView.PickHandle(aMDPos) ); in MouseButtonDown() 571 pHdl = dynamic_cast< SmartHdl* >( mrView.PickHandle(aMDPos) ); in MouseButtonDown()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdmrkv.hxx | 299 SdrHdl* PickHandle(const Point& rPnt, sal_uIntPtr nOptions=0, SdrHdl* pHdl0=NULL) const;
|
/aoo42x/main/sd/source/ui/annotations/ |
H A D | annotationtag.cxx | 755 SdrHdl* pHdl = mrView.PickHandle(maMouseDownPos); in IMPL_LINK()
|
/aoo42x/main/svx/source/dialog/ |
H A D | graphctl.cxx | 773 !pView->PickHandle( aLogPos ) && in MouseMove()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | ChartController_Window.cxx | 657 pHitSelectionHdl = pDrawViewWrapper->PickHandle( aMPos ); in execute_MouseButtonDown() 1923 pHitSelectionHdl = m_pDrawViewWrapper->PickHandle( aMousePos ); in impl_SetMousePointer()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewdraw.cxx | 496 !pSdrView->PickHandle( aDocPos ) && IsTextTool() && in EnterDrawTextMode()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdmrkv.cxx | 1106 pMouseOverHdl = PickHandle(aMDPos); in MouseMove() 1371 SdrHdl* SdrMarkView::PickHandle(const Point& rPnt, sal_uIntPtr nOptions, SdrHdl* pHdl0) const in PickHandle() function in SdrMarkView
|
H A D | svdcrtv.cxx | 360 sal_Bool bMarkHit=PickHandle(aPos)!=NULL || IsMarkedObjHit(aPos); in MouseMove()
|
H A D | svdview.cxx | 368 SdrHdl* pHdl=pOut!=NULL && !bTextEditSel ? PickHandle(aLocalLogicPosition) : NULL; in PickAnything()
|
/aoo42x/main/svx/source/table/ |
H A D | tablecontroller.cxx | 284 SdrHdl* pHdl = mpView->PickHandle(aPnt); in onMouseButtonDown()
|