Home
last modified time | relevance | path

Searched refs:E3dSphereObj (Results 1 – 11 of 11) sorted by relevance

/trunk/main/svx/source/engine3d/
H A Dsphere3d.cxx59 TYPEINIT1(E3dSphereObj, E3dCompoundObject);
67 E3dSphereObj::E3dSphereObj(E3dDefaultAttributes& rDefault, const basegfx::B3DPoint& rCenter, const … in E3dSphereObj() function in E3dSphereObj
78 E3dSphereObj::E3dSphereObj() in E3dSphereObj() function in E3dSphereObj
96 E3dSphereObj::E3dSphereObj(int /*dummy*/) // den Parameter braucht es um unterscheiden zu koennen, … in E3dSphereObj() function in E3dSphereObj
116 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 …]
H A Dobjfac3d.cxx90 pObjFactory->pNewObj = new E3dSphereObj(123); in IMPL_LINK()
H A Dview3d.cxx1814 pNewObj = new E3dSphereObj; in MergeScenes()
1815 *(E3dSphereObj*)pNewObj = *(E3dSphereObj*)pSubObj; in MergeScenes()
H A Dview3d1.cxx101 else if(pObj->ISA(E3dSphereObj)) in Imp_E3dView_InorderRun3DObjects()
/trunk/main/svx/inc/svx/sdr/contact/
H A Dviewcontactofe3dsphere.hxx34 class E3dSphereObj;
46 ViewContactOfE3dSphere(E3dSphereObj& rSphere);
50 E3dSphereObj& GetE3dSphereObj() const in GetE3dSphereObj()
52 return (E3dSphereObj&)GetE3dObject(); in GetE3dSphereObj()
/trunk/main/svx/inc/svx/
H A Dsphere3d.hxx37 class SVX_DLLPUBLIC E3dSphereObj : public E3dCompoundObject class
50E3dSphereObj(E3dDefaultAttributes& rDefault, const basegfx::B3DPoint& rCenter, const basegfx::B3DV…
51 E3dSphereObj();
56 E3dSphereObj(int dummy);
/trunk/main/svx/source/sdr/properties/
H A De3dsphereproperties.cxx61 E3dSphereObj& rObj = (E3dSphereObj&)GetSdrObject(); in PostItemChange()
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx662 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()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dsphere.cxx39 ViewContactOfE3dSphere::ViewContactOfE3dSphere(E3dSphereObj& rSphere) in ViewContactOfE3dSphere()
/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx214 mp3DObj = new E3dSphereObj( in SetObjectType()
427 E3dObject* pNewLight = new E3dSphereObj( in ConstructLightObjects()
/trunk/main/sd/source/ui/func/
H A Dfucon3d.cxx121 p3DObj = new E3dSphereObj( in ImpCreateBasic3DShape()

Completed in 57 milliseconds