Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/engine3d/
H A Dview3d.cxx508 E3dScene* pSrcScene = (E3dScene*)pSrcOb; in Paste() local
509 ImpCloneAll3DObjectsToDestScene(pSrcScene, pDstScene, aDist); in Paste()
526 sal_Bool E3dView::ImpCloneAll3DObjectsToDestScene(E3dScene* pSrcScene, E3dScene* pDstScene, Point /… in ImpCloneAll3DObjectsToDestScene() argument
530 if(pSrcScene && pDstScene) in ImpCloneAll3DObjectsToDestScene()
534 …cene& rVCSceneSrc = static_cast< sdr::contact::ViewContactOfE3dScene& >(pSrcScene->GetViewContact(… in ImpCloneAll3DObjectsToDestScene()
537 for(sal_uInt32 i(0); i < pSrcScene->GetSubList()->GetObjCount(); i++) in ImpCloneAll3DObjectsToDestScene()
539 …E3dCompoundObject* pCompoundObj = dynamic_cast< E3dCompoundObject* >(pSrcScene->GetSubList()->GetO… in ImpCloneAll3DObjectsToDestScene()
/aoo4110/main/svx/inc/svx/
H A Dview3d.hxx113 sal_Bool ImpCloneAll3DObjectsToDestScene(E3dScene* pSrcScene, E3dScene* pDstScene, Point aOffset);

Completed in 27 milliseconds