Searched refs:E3dSphereObj (Results 1 – 11 of 11) sorted by relevance
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 E3dSphereObj116 sal_uInt16 E3dSphereObj::GetObjIdentifier() const in GetObjIdentifier()155 void E3dSphereObj::operator=(const SdrObject& rObj) in operator =()161 const E3dSphereObj& r3DObj = (const E3dSphereObj&) rObj; in operator =()173 void E3dSphereObj::SetCenter(const basegfx::B3DPoint& rNew) in SetCenter()182 void E3dSphereObj::SetSize(const basegfx::B3DVector& rNew) in SetSize()197 void E3dSphereObj::TakeObjNameSingul(XubString& rName) const in TakeObjNameSingul()[all …]
90 pObjFactory->pNewObj = new E3dSphereObj(123); in IMPL_LINK()
1814 pNewObj = new E3dSphereObj; in MergeScenes()1815 *(E3dSphereObj*)pNewObj = *(E3dSphereObj*)pSubObj; in MergeScenes()
101 else if(pObj->ISA(E3dSphereObj)) in Imp_E3dView_InorderRun3DObjects()
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()
Completed in 75 milliseconds