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()
373 const SdrObject* pSrcOb=pSrcPg->GetObj(nOb); in Paste() local376 SdrObject* pNeuObj = pSrcOb->Clone(); in Paste()432 aCloneList.AddPair(pSrcOb, pNeuObj); in Paste()
187 const SdrObject* pSrcOb=rSrcList.GetObj(no); in CopyObjects() local188 SdrEdgeObj* pSrcEdge=PTR_CAST(SdrEdgeObj,pSrcOb); in CopyObjects()
Completed in 32 milliseconds