Searched refs:pPickObj (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sd/source/ui/view/ |
H A D | sdview4.cxx | 95 SdrObject* pPickObj = pObj; in InsertGraphic() local 104 if( !pPickObj && pPV ) in InsertGraphic() 112 if(pPickObj in InsertGraphic() 134 && pPickObj in InsertGraphic() 221 …if( ( mnAction & DND_ACTION_MOVE ) && pPickObj && (pPickObj->IsEmptyPresObj() || pPickObj->GetUser… in InsertGraphic() 303 if( !pPickObj && pPV ) in InsertMediaURL() 309 if( mnAction == DND_ACTION_LINK && pPickObj && pPV && pPickObj->ISA( SdrMediaObj ) ) in InsertMediaURL() 321 if( pPickObj ) in InsertMediaURL() 328 if( pPickObj ) in InsertMediaURL() 338 if( pPickObj ) in InsertMediaURL() [all …]
|
H A D | sdview3.cxx | 295 SdrObject* pPickObj = NULL; in InsertData() local 315 PickObj( rPos, getHitTolLog(), pPickObj, pPV ); in InsertData() 742 pNewObj->NbcSetLayer( pPickObj->GetLayer() ); in InsertData() 763 …else if( ( mnAction & DND_ACTION_LINK ) && pPickObj && pObj && !pPickObj->ISA( SdrGrafObj ) && !pP… in InsertData() 793 pPickObj->SetMergedItemSetAndBroadcast( aSet ); in InsertData() 795 if( pPickObj->ISA( E3dObject ) && pObj->ISA( E3dObject ) ) in InsertData() 801 aOldSet.Put(pPickObj->GetMergedItemSet()); in InsertData() 806 pPickObj->SetMergedItemSetAndBroadcast( aNewSet ); in InsertData() 1328 if(!bReturn && pPickObj && CHECK_FORMAT_TRANS( SOT_FORMATSTR_ID_XFA ) ) in InsertData() 1355 sal_Bool bClosed = pPickObj->IsClosedObj(); in InsertData() [all …]
|
H A D | sdview2.cxx | 595 SdrObject* pPickObj = NULL; in AcceptDrop() local 599 const sal_Bool bHasPickObj = PickObj( aPos, getHitTolLog(), pPickObj, pPageView ); in AcceptDrop() 602 if( bHasPickObj && pPickObj && ( pPickObj->IsEmptyPresObj() || pPickObj->GetUserCall() ) ) in AcceptDrop() 604 SdPage* pPage = (SdPage*) pPickObj->GetPage(); in AcceptDrop() 607 bIsPresTarget = pPage->IsPresObj( pPickObj ); in AcceptDrop() 613 if( mpDropMarkerObj != pPickObj ) in AcceptDrop() 615 mpDropMarkerObj = pPickObj; in AcceptDrop() 781 SdrObject* pPickObj = NULL; in ExecuteDrop() local 784 if( PickObj( aPos, getHitTolLog(), pPickObj, pPageView ) ) in ExecuteDrop() 788 SdAnimationInfo* pInfo = mpDoc->GetAnimationInfo( pPickObj ); in ExecuteDrop() [all …]
|
/aoo42x/main/sd/source/ui/table/ |
H A D | tablefunction.cxx | 150 SdrObject* pPickObj = mpView->GetEmptyPresentationObject( PRESOBJ_TABLE ); in FuTable() local 151 if( pPickObj ) in FuTable() 153 aRect = pPickObj->GetLogicRect(); in FuTable() 176 SdrTextObj* pCheckForTextEdit = dynamic_cast< SdrTextObj* >(pPickObj); in FuTable() 184 if( pPickObj ) in FuTable() 186 SdPage* pPage = static_cast< SdPage* >(pPickObj->GetPage()); in FuTable() 187 if(pPage && pPage->IsPresObj(pPickObj)) in FuTable() 189 pObj->SetUserCall( pPickObj->GetUserCall() ); in FuTable() 195 if( pPickObj ) in FuTable() 196 mpView->ReplaceObjectAtView(pPickObj, *pPV, pObj, sal_True ); in FuTable()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fuinsert.cxx | 147 if( pPickObj ) in DoExecute() 153 pPickObj = mpView->GetMarkedObjectByIndex(0); in DoExecute() 298 SdrObject* pPickObj = mpView->GetEmptyPresentationObject( ePresObjKind ); in DoExecute() local 322 if( pPickObj ) in DoExecute() 324 aRect = pPickObj->GetLogicRect(); in DoExecute() 373 if( pPickObj ) in DoExecute() 375 SdPage* pPage = static_cast< SdPage* >(pPickObj->GetPage()); in DoExecute() 376 if(pPage && pPage->IsPresObj(pPickObj)) in DoExecute() 379 pOleObj->SetUserCall(pPickObj->GetUserCall()); in DoExecute() 392 if( pPickObj ) in DoExecute() [all …]
|
H A D | fudspord.cxx | 108 SdrObject* pPickObj; in MouseMove() local 112 if ( mpView->PickObj(aPnt, mpView->getHitTolLog(), pPickObj, pPV) ) in MouseMove() 114 if (mpRefObj != pPickObj) in MouseMove() 120 mpOverlay = new SdrDropMarkerOverlay(*mpView, *pPickObj); in MouseMove() 123 mpRefObj = pPickObj; in MouseMove()
|
H A D | fuformatpaintbrush.cxx | 113 SdrObject* pPickObj=0; in MouseButtonDown() local 116 …mpView->PickObj( mpWindow->PixelToLogic( rMEvt.GetPosPixel() ),nHitLog, pPickObj, pPV, SDRSEARCH_P… in MouseButtonDown() 118 if( (pPickObj != 0) && !pPickObj->IsEmptyPresObj() ) in MouseButtonDown() 126 if( rMarkList.GetMark(0)->GetMarkedSdrObj() != pPickObj ) in MouseButtonDown() 144 aVEvt.pObj = pPickObj; in MouseButtonDown()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | drawsh.cxx | 109 SdrObject* pPickObj = pSdrView->GetMarkedObjectByIndex(0); in TYPEINIT1() local 111 if(!pPickObj) in TYPEINIT1() 116 if(!pPickObj->IsClosedObj()) in TYPEINIT1() 121 if(dynamic_cast< SdrOle2Obj* >(pPickObj)) in TYPEINIT1() 126 return pPickObj; in TYPEINIT1()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun7.cxx | 398 SdrObject* pPickObj = 0; in PasteGraphic() local 403 pScDrawView->PickObj(rPos, pScDrawView->getHitTolLog(), pPickObj, pPageView); in PasteGraphic() 406 if(pPickObj) in PasteGraphic() 410 *pPickObj, in PasteGraphic()
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | fuins1.cxx | 158 SdrObject* pPickObj = pDrawView->GetMarkedObjectByIndex(0); in lcl_InsertGraphic() local 160 if(pPickObj) in lcl_InsertGraphic() 168 *pPickObj, in lcl_InsertGraphic()
|
Completed in 72 milliseconds