Searched refs:E3dSphereObj (Results 1 – 11 of 11) sorted by relevance
45 sdr::contact::ViewContact* E3dSphereObj::CreateObjectSpecificViewContact() in CreateObjectSpecificViewContact()52 sdr::properties::BaseProperties* E3dSphereObj::CreateObjectSpecificProperties() in CreateObjectSpecificProperties()59 TYPEINIT1(E3dSphereObj, E3dCompoundObject);67 E3dSphereObj::E3dSphereObj(E3dDefaultAttributes& rDefault, const basegfx::B3DPoint& rCenter, const … in E3dSphereObj() function in E3dSphereObj78 E3dSphereObj::E3dSphereObj() in E3dSphereObj() function in E3dSphereObj96 E3dSphereObj::E3dSphereObj(int /*dummy*/) // den Parameter braucht es um unterscheiden zu koennen, … in E3dSphereObj() function in E3dSphereObj103 void E3dSphereObj::SetDefaultAttributes(E3dDefaultAttributes& rDefault) in SetDefaultAttributes()116 sal_uInt16 E3dSphereObj::GetObjIdentifier() const in GetObjIdentifier()127 SdrObject *E3dSphereObj::DoConvertToPolyObj(sal_Bool /*bBezier*/, bool /*bAddText*/) const in DoConvertToPolyObj()138 void E3dSphereObj::ReSegment(sal_uInt32 nHSegs, sal_uInt32 nVSegs) in ReSegment()[all …]
90 pObjFactory->pNewObj = new E3dSphereObj(123); in IMPL_LINK()
101 else if(pObj->ISA(E3dSphereObj)) in Imp_E3dView_InorderRun3DObjects()
1814 pNewObj = new E3dSphereObj; in MergeScenes()1815 *(E3dSphereObj*)pNewObj = *(E3dSphereObj*)pSubObj; in MergeScenes()
34 class E3dSphereObj;46 ViewContactOfE3dSphere(E3dSphereObj& rSphere);50 E3dSphereObj& GetE3dSphereObj() const in GetE3dSphereObj()52 return (E3dSphereObj&)GetE3dObject(); in GetE3dSphereObj()
37 class SVX_DLLPUBLIC E3dSphereObj : public E3dCompoundObject class50 …E3dSphereObj(E3dDefaultAttributes& rDefault, const basegfx::B3DPoint& rCenter, const basegfx::B3DV…51 E3dSphereObj();56 E3dSphereObj(int dummy);
61 E3dSphereObj& rObj = (E3dSphereObj&)GetSdrObject(); in PostItemChange()
662 static_cast<E3dSphereObj*>(mpObj.get())->SetCenter(aPos); in setPropertyValueImpl()675 static_cast<E3dSphereObj*>(mpObj.get())->SetSize(aPos); in setPropertyValueImpl()702 const basegfx::B3DPoint& rPos = ((E3dSphereObj*)mpObj.get())->Center(); in getPropertyValueImpl()715 const basegfx::B3DVector& rSize = ((E3dSphereObj*)mpObj.get())->Size(); in getPropertyValueImpl()
39 ViewContactOfE3dSphere::ViewContactOfE3dSphere(E3dSphereObj& rSphere) in ViewContactOfE3dSphere()
214 mp3DObj = new E3dSphereObj( in SetObjectType()427 E3dObject* pNewLight = new E3dSphereObj( in ConstructLightObjects()
121 p3DObj = new E3dSphereObj( in ImpCreateBasic3DShape()