Home
last modified time | relevance | path

Searched refs:pSrcObj (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/func/
H A Dfucopy.cxx269 SdrObject* pSrcObj = aMarkList.GetMark( j )->GetMarkedSdrObj(); in DoExecute() local
272 if( pSrcObj && pDstObj && in DoExecute()
273 ( pSrcObj->GetObjInventor() == pDstObj->GetObjInventor() ) && in DoExecute()
274 ( pSrcObj->GetObjIdentifier() == pDstObj->GetObjIdentifier() ) ) in DoExecute()
276 pDstObj->SetMoveProtect( pSrcObj->IsMoveProtect() ); in DoExecute()
277 pDstObj->SetResizeProtect( pSrcObj->IsResizeProtect() ); in DoExecute()
/trunk/main/basic/source/classes/
H A Dsb.cxx571 SbxObject* pSrcObj = PTR_CAST(SbxObject,pObjBase); in cloneTypeObjectImpl() local
573 if( pSrcObj != NULL ) in cloneTypeObjectImpl()
574 pDestObj = cloneTypeObjectImpl( *pSrcObj ); in cloneTypeObjectImpl()

Completed in 28 milliseconds