Lines Matching refs:p3DObj

105 	E3dCompoundObject* p3DObj = NULL;  in ImpCreateBasic3DShape()  local
112 p3DObj = new E3dCubeObj( in ImpCreateBasic3DShape()
121 p3DObj = new E3dSphereObj( in ImpCreateBasic3DShape()
138p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aB2DPolygon)); in ImpCreateBasic3DShape()
142 p3DObj->SetMergedItem(Svx3DDoubleSidedItem(sal_True)); in ImpCreateBasic3DShape()
165p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aB2DPolygon)); in ImpCreateBasic3DShape()
176p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aB2DPolygon)); in ImpCreateBasic3DShape()
202p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aInnerPoly)); in ImpCreateBasic3DShape()
226p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aInnerPoly)); in ImpCreateBasic3DShape()
250p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aInnerPoly)); in ImpCreateBasic3DShape()
251 p3DObj->SetMergedItem(Svx3DHorizontalSegmentsItem(4)); in ImpCreateBasic3DShape()
256 return p3DObj; in ImpCreateBasic3DShape()
260 void FuConstruct3dObject::ImpPrepareBasic3DShape(E3dCompoundObject* p3DObj, E3dScene *pScene) in ImpPrepareBasic3DShape() argument
266 basegfx::B3DRange aObjVol(p3DObj->GetBoundVolume()); in ImpPrepareBasic3DShape()
267 aObjVol.transform(p3DObj->GetTransform()); in ImpPrepareBasic3DShape()
336 E3dCompoundObject* p3DObj = NULL; in MouseButtonDown() local
341 p3DObj = ImpCreateBasic3DShape(); in MouseButtonDown()
342 E3dScene* pScene = mpView->SetCurrent3DObj(p3DObj); in MouseButtonDown()
345 ImpPrepareBasic3DShape(p3DObj, pScene); in MouseButtonDown()
451 E3dCompoundObject* p3DObj = ImpCreateBasic3DShape(); in CreateDefaultObject() local
455 basegfx::B3DRange aObjVol(p3DObj->GetBoundVolume()); in CreateDefaultObject()
456 aObjVol.transform(p3DObj->GetTransform()); in CreateDefaultObject()
477 pScene->Insert3DObj(p3DObj); in CreateDefaultObject()
481 ImpPrepareBasic3DShape(p3DObj, pScene); in CreateDefaultObject()
484 SetStyleSheet(aAttr, p3DObj); in CreateDefaultObject()
486 p3DObj->SetMergedItemSet(aAttr); in CreateDefaultObject()