Home
last modified time | relevance | path

Searched refs:r3DObj (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svx/source/engine3d/
H A Dcube3d.cxx114 const E3dCubeObj& r3DObj = (const E3dCubeObj&)rObj; in operator =() local
116 aCubePos = r3DObj.aCubePos; in operator =()
117 aCubeSize = r3DObj.aCubeSize; in operator =()
118 bPosIsCenter = r3DObj.bPosIsCenter; in operator =()
119 nSideFlags = r3DObj.nSideFlags; in operator =()
H A Dobj3d.cxx876 const E3dObject& r3DObj = (const E3dObject&) rObj; in operator =() local
877 if (r3DObj.GetSubList()) in operator =()
879 maSubList.CopyObjects(*r3DObj.GetSubList()); in operator =()
883 maLocalBoundVol = r3DObj.maLocalBoundVol; in operator =()
884 maTransformation = r3DObj.maTransformation; in operator =()
891 mbIsSelected = r3DObj.mbIsSelected; in operator =()
1193 const E3dCompoundObject& r3DObj = (const E3dCompoundObject&) rObj; in operator =() local
1195 bCreateNormals = r3DObj.bCreateNormals; in operator =()
1196 bCreateTexture = r3DObj.bCreateTexture; in operator =()
1197 aMaterialAmbientColor = r3DObj.aMaterialAmbientColor; in operator =()
H A Dpolygn3d.cxx334 const E3dPolygonObj& r3DObj = (const E3dPolygonObj&)rObj; in operator =() local
336 aPolyPoly3D = r3DObj.aPolyPoly3D; in operator =()
337 aPolyNormals3D = r3DObj.aPolyNormals3D; in operator =()
338 aPolyTexture2D = r3DObj.aPolyTexture2D; in operator =()
339 bLineOnly = r3DObj.bLineOnly; in operator =()
H A Dsphere3d.cxx161 const E3dSphereObj& r3DObj = (const E3dSphereObj&) rObj; in operator =() local
163 aCenter = r3DObj.aCenter; in operator =()
164 aSize = r3DObj.aSize; in operator =()
H A Dlathe3d.cxx146 const E3dLatheObj& r3DObj = (const E3dLatheObj&)rObj; in operator =() local
148 maPolyPoly2D = r3DObj.maPolyPoly2D; in operator =()
H A Dextrud3d.cxx132 const E3dExtrudeObj& r3DObj = (const E3dExtrudeObj&)rObj; in operator =() local
134 maExtrudePolygon = r3DObj.maExtrudePolygon; in operator =()
H A Dscene3d.cxx544 const E3dScene& r3DObj = (const E3dScene&) rObj; in operator =() local
545 aCamera = r3DObj.aCamera; in operator =()
548 aCameraSet = r3DObj.aCameraSet; in operator =()

Completed in 41 milliseconds