Searched refs:pSrcOb (Results 1 – 3 of 3) sorted by relevance
442 const SdrObject* pSrcOb=pSrcPg->GetObj(nOb); in GetMarkedObjModel() local444 if(pSrcOb->ISA(E3dScene)) in GetMarkedObjModel()446 pScene = (E3dScene*)pSrcOb; in GetMarkedObjModel()505 const SdrObject* pSrcOb = pSrcPg->GetObj(nOb); in Paste() local506 if(pSrcOb->ISA(E3dScene)) in Paste()508 E3dScene* pSrcScene = (E3dScene*)pSrcOb; in Paste()
371 const SdrObject* pSrcOb=pSrcPg->GetObj(nOb); in Paste() local374 SdrObject* pNewObj = pSrcOb->Clone(); in Paste()430 aCloneList.AddPair(pSrcOb, pNewObj); in Paste()
185 const SdrObject* pSrcOb=rSrcList.GetObj(no); in CopyObjects() local186 SdrEdgeObj* pSrcEdge=PTR_CAST(SdrEdgeObj,pSrcOb); in CopyObjects()