Home
last modified time | relevance | path

Searched refs:pHit (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx338 SdrObject* pHit = 0; in RequestHelp() local
339 if ( pDrView->PickObj(aMDPos, pDrView->getHitTolLog(), pHit, pPV, SDRSEARCH_DEEP ) ) in RequestHelp()
340 pObj = pHit; in RequestHelp()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh.cxx239 SdrObject* pHit = 0; in ExecDrawAttr() local
240 …in->PixelToLogic( pViewData->GetMousePosPixel() ), pView->getHitTolLog(), pHit, pPV, SDRSEARCH_DEE… in ExecDrawAttr()
241 pObj = pHit; in ExecDrawAttr()
H A Dfusel.cxx199 SdrObject* pHit = NULL; in MouseButtonDown() local
200 … if ( pView->PickObj(aMDPos, pView->getHitTolLog(), pHit, pPV, SDRSEARCH_DEEP ) ) in MouseButtonDown()
201 pObj = pHit; in MouseButtonDown()
H A Dfudraw.cxx804 SdrObject* pHit = 0; in ForcePointer() local
805 if ( pView->PickObj(aMDPos, pView->getHitTolLog(), pHit, pPV, SDRSEARCH_DEEP ) ) in ForcePointer()
806 pObj = pHit; in ForcePointer()

Completed in 33 milliseconds