Home
last modified time | relevance | path

Searched refs:PickObj (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/sd/source/ui/func/
H A Dfudspord.cxx112 if ( mpView->PickObj(aPnt, mpView->getHitTolLog(), pPickObj, pPV) ) in MouseMove()
149 if ( mpView->PickObj(aPnt, mpView->getHitTolLog(), mpRefObj, pPV) ) in MouseButtonUp()
H A Dfuformatpaintbrush.cxx116 …mpView->PickObj( mpWindow->PixelToLogic( rMEvt.GetPosPixel() ),nHitLog, pPickObj, pPV, SDRSEARCH_P… in MouseButtonDown()
175 …sal_Bool bOverMarkableObject = mpView->PickObj( mpWindow->PixelToLogic( rMEvt.GetPosPixel() ),nHit… in MouseMove()
H A Dfusel.cxx267 …if (!rMEvt.IsMod2() && mpView->PickObj(aMDPos, mpView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMA… in MouseButtonDown()
323 if(mpView->PickObj(aMDPos, mpView->getHitTolLog(), pObj, pPV, SDRSEARCH_ALSOONMASTER)) in MouseButtonDown()
334 …if (mpView->PickObj(aMDPos, mpView->getHitTolLog(), pObj, pPV, SDRSEARCH_ALSOONMASTER | SDRSEARCH_… in MouseButtonDown()
1587 mpView->PickObj (rTestPoint, nHitLog, pObject, pPageView, SDRSEARCH_PICKMARKABLE); in pickObject()
H A Dfudraw.cxx682 mpView->PickObj(aPnt, mpView->getHitTolLog(), pObj, pPV, SDRSEARCH_ALSOONMASTER); in ForcePointer()
711 …if (mpView->PickObj(aPnt, mpView->getHitTolLog(), pObj, pPV, SDRSEARCH_ALSOONMASTER | SDRSEARCH_DE… in ForcePointer()
914 …if (mpView->PickObj(aPos, mpView->getHitTolLog(), pObj, pPV, SDRSEARCH_ALSOONMASTER | SDRSEARCH_DE… in RequestHelp()
H A Dfuconstr.cxx209 if (!mpView->PickObj(aPnt, mpView->getHitTolLog(), pObj, pPV)) in MouseButtonUp()
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel.cxx171 if ( !bAlt && pView->PickObj(aMDPos, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMACRO) ) in MouseButtonDown()
179 … if ( !bAlt && pView->PickObj(aMDPos, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_ALSOONMASTER)) in MouseButtonDown()
200 … if ( pView->PickObj(aMDPos, pView->getHitTolLog(), pHit, pPV, SDRSEARCH_DEEP ) ) in MouseButtonDown()
H A Dfudraw.cxx800 if ( pView->PickObj(aPnt, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_ALSOONMASTER) ) in ForcePointer()
805 if ( pView->PickObj(aMDPos, pView->getHitTolLog(), pHit, pPV, SDRSEARCH_DEEP ) ) in ForcePointer()
830 else if ( !bAlt && pView->PickObj(aPnt, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMACRO) ) in ForcePointer()
H A Dfutext.cxx198 pView->PickObj(aMDPos, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKTEXTEDIT) ) in MouseButtonDown()
255 if (bMacro && pView->PickObj(aMDPos, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMACRO) ) in MouseButtonDown()
H A Ddrawsh.cxx240 …if ( pView->PickObj( pWin->PixelToLogic( pViewData->GetMousePosPixel() ), pView->getHitTolLog(), p… in ExecDrawAttr()
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx334 if ( pDrView->PickObj(aMDPos, pDrView->getHitTolLog(), pObj, pPV, SDRSEARCH_ALSOONMASTER) ) in RequestHelp()
339 if ( pDrView->PickObj(aMDPos, pDrView->getHitTolLog(), pHit, pPV, SDRSEARCH_DEEP ) ) in RequestHelp()
H A Dviewfun7.cxx403 pScDrawView->PickObj(rPos, pScDrawView->getHitTolLog(), pPickObj, pPageView); in PasteGraphic()
/trunk/main/svx/source/svdraw/
H A Dsvdmrkv.cxx1389 sal_Bool bRet=PickObj(rPnt,(sal_uInt16)nTol,pObj,pPV,nOptions); in MarkObj()
1770 sal_Bool SdrMarkView::PickObj(const Point& rPnt, short nTol, SdrObject*& rpObj, SdrPageView*& rpPV,… in PickObj() function in SdrMarkView
1772 return PickObj(rPnt,nTol,rpObj,rpPV,nOptions,NULL,NULL,NULL); in PickObj()
1775 sal_Bool SdrMarkView::PickObj(const Point& rPnt, short nTol, SdrObject*& rpObj, SdrPageView*& rpPV,… in PickObj() function in SdrMarkView
1969 if (eRet==SDRHIT_NONE && PickObj(rPnt,sal_uInt16(nTol),pObj,pPV,SDRSEARCH_PICKMARKABLE)) { in PickSomething()
H A Dsvdview.cxx393 …else if (PickObj(aLocalLogicPosition,nHitTolLog,pHitObj,pPV,SDRSEARCH_DEEP|SDRSEARCH_MARKED,&pObj,… in PickAnything()
413 …else if (PickObj(aLocalLogicPosition,nHitTolLog,pHitObj,pPV,SDRSEARCH_DEEP|/*SDRSEARCH_TESTMARKABL… in PickAnything()
/trunk/main/svx/inc/svx/
H A Dsvdmrkv.hxx305 …virtual sal_Bool PickObj(const Point& rPnt, short nTol, SdrObject*& rpObj, SdrPageView*& rpPV, sal…
306 …virtual sal_Bool PickObj(const Point& rPnt, short nTol, SdrObject*& rpObj, SdrPageView*& rpPV, sal…
/trunk/main/sd/source/ui/view/
H A Dsdview4.cxx107 PickObj(rPos, getHitTolLog(), pPickObj, pPageView); in InsertGraphic()
306 PickObj(rPos, getHitTolLog(), pPickObj, pPageView); in InsertMediaURL()
H A Dsdview2.cxx599 const sal_Bool bHasPickObj = PickObj( aPos, getHitTolLog(), pPickObj, pPageView ); in AcceptDrop()
784 if( PickObj( aPos, getHitTolLog(), pPickObj, pPageView ) ) in ExecuteDrop()
H A Dsdview3.cxx315 PickObj( rPos, getHitTolLog(), pPickObj, pPV ); in InsertData()
719 PickObj( rPos, getHitTolLog(), pPickObj2, pPV ); in InsertData()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1659 if( pDView->PickObj( rPt, pDView->getHitTolLog(), pObj, pPV,SDRSEARCH_PICKMACRO ) && in IsURLGrfAtPos()
1727 if( pDView->PickObj( rPt, pDView->getHitTolLog(), pObj, pPV ) && pObj->ISA(SwVirtFlyDrawObj) ) in GetGrfAtPos()
1771 if( pDView->PickObj( rPt, pDView->getHitTolLog(), pObj, pPView, SDRSEARCH_PICKMARKABLE ) ) in GetFmtFromObj()
1897 if( pDView->PickObj( rPt, pDView->getHitTolLog(), pObj, pPView, SDRSEARCH_PICKMARKABLE ) ) in GetObjCntType()
H A Dfeshview.cxx1141 … bRet = 0 != pDView->PickObj( rPt, pDView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMARKABLE ); in IsObjSelectable()
1163 bRet = pDrawView->PickObj(rPt, pDrawView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMARKABLE); in ShouldObjectBeSelected()
2707 if( pDView->PickObj( rPt, pDView->getHitTolLog(), pObj, pPView, SDRSEARCH_PICKMARKABLE ) && in Chainable()
2740 pDView->PickObj( rPt, pDView->getHitTolLog(), pObj, pPView, SDRSEARCH_PICKMARKABLE ); in Chain()
/trunk/main/sw/source/core/draw/
H A Ddpage.cxx168 if( pView->PickObj( aPos, 0, pObj, pPV, SDRSEARCH_PICKMACRO ) && in RequestHelp()
/trunk/main/svx/source/form/
H A Dfmpage.cxx217 if ( !pView->PickObj( aPos, 0, pObj, pPV, SDRSEARCH_DEEP ) ) in RequestHelp()
/trunk/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx240 …this->SdrView::PickObj(rPnt, lcl_getHitTolerance( this->GetFirstOutputDevice() ), pRet, pSdrPageVi… in getHitObject()
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx519 if( pView->PickObj( aMDPos, nHitLog, pObj, pPV ) ) in MouseButtonDown()
/trunk/main/sw/source/ui/uiview/
H A Dviewdraw.cxx497 pSdrView->PickObj( aDocPos, pSdrView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKTEXTEDIT ) && in EnterDrawTextMode()
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx712 if ( pView->PickObj( aPos, pView->getHitTolLog(), pSdrObj, pPageView ) ) in RequestHelp()

Completed in 595 milliseconds

12