Lines Matching refs:pObj
62 pObj(NULL), in SdrViewEvent()
370 SdrObject* pObj=NULL; in PickAnything() local
389 else if (bGluePointMode && PickGluePoint(aLocalLogicPosition,pObj,nGlueId,pPV)) in PickAnything()
393 …else if (PickObj(aLocalLogicPosition,nHitTolLog,pHitObj,pPV,SDRSEARCH_DEEP|SDRSEARCH_MARKED,&pObj,… in PickAnything()
396 ::sdr::table::SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( pObj ); in PickAnything()
413 …EEP|/*SDRSEARCH_TESTMARKABLE|*/SDRSEARCH_ALSOONMASTER|SDRSEARCH_WHOLEPAGE,&pObj,NULL,&nHitPassNum)) in PickAnything()
417 ::sdr::table::SdrTableObj* pTableObj = dynamic_cast< ::sdr::table::SdrTableObj* >( pObj ); in PickAnything()
441 bool bRoot=pObj->HasMacro(); in PickAnything()
442 sal_Bool bDeep=pObj!=pHitObj && pHitObj->HasMacro(); in PickAnything()
445 if (pObj!=pHitObj) in PickAnything()
449 if (pObjTmp==pObj) pObjTmp=NULL; in PickAnything()
458 if (pObjTmp==pObj) pObjTmp=NULL; in PickAnything()
472 if (bRoot) bRoot=pObj->IsMacroHit(aHitRec); in PickAnything()
476 rVEvt.pRootObj=pObj; in PickAnything()
477 if (!bRoot) pObj=pMidObj; in PickAnything()
478 if (!bRoot && !bMid) pObj=pHitObj; in PickAnything()
579 rVEvt.pRootObj=pObj; in PickAnything()
580 pObj=pHitObj; in PickAnything()
587 pObj=NULL; in PickAnything()
642 …if (rVEvt.nMouseClicks==2 && rVEvt.nMouseCode==MOUSE_LEFT && pObj!=NULL && pHitObj!=NULL && pHitOb… in PickAnything()
644 rVEvt.pRootObj=pObj; in PickAnything()
645 pObj=pHitObj; in PickAnything()
682 pObj=pHdl->GetObj(); in PickAnything()
764 rVEvt.pObj=pObj; in PickAnything()
766 rVEvt.pRootObj=pObj; in PickAnything()
859 … SdrBeginTextEdit(rVEvt.pObj, rVEvt.pPV, (Window*)pActualOutDev, sal_False, (SdrOutliner*)0L)); in DoMouseEvent()
916 bRet=MarkGluePoint(rVEvt.pObj,rVEvt.nGlueId,rVEvt.pPV,rVEvt.bUnmark); in DoMouseEvent()
919 SdrHdl* pHdl=GetGluePointHdl(rVEvt.pObj,rVEvt.nGlueId); in DoMouseEvent()
942 …case SDREVENT_BEGMACROOBJ: bRet=BegMacroObj(aLogicPos,nHitTolLog,rVEvt.pObj,rVEvt.pPV,(Window*)pAc… in DoMouseEvent()
944 if (!IsObjMarked(rVEvt.pObj)) { in DoMouseEvent()
950 SdrBeginTextEdit(rVEvt.pObj, rVEvt.pPV, (Window*)pActualOutDev, sal_False, (SdrOutliner*)0L); in DoMouseEvent()
1063 return aVEvt.pObj->GetMacroPointer(aHitRec); in GetPreferedPointer()
1079 SdrTextObj* pText = dynamic_cast< SdrTextObj* >( aVEvt.pObj ); in GetPreferedPointer()
1112 SdrObject* pObj = GetMarkedObjectByIndex(a); in GetPreferedPointer() local
1113 if(pObj && pObj->ISA(E3dObject)) in GetPreferedPointer()