Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/engine3d/
H A Dsphere3d.cxx45 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 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
103 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 …]
H A Dobjfac3d.cxx90 pObjFactory->pNewObj = new E3dSphereObj(123); in IMPL_LINK()
H A Dview3d1.cxx101 else if(pObj->ISA(E3dSphereObj)) in Imp_E3dView_InorderRun3DObjects()
H A Dview3d.cxx1814 pNewObj = new E3dSphereObj; in MergeScenes()
1815 *(E3dSphereObj*)pNewObj = *(E3dSphereObj*)pSubObj; in MergeScenes()
/AOO41X/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()
/AOO41X/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);
/AOO41X/main/svx/source/sdr/properties/
H A De3dsphereproperties.cxx61 E3dSphereObj& rObj = (E3dSphereObj&)GetSdrObject(); in PostItemChange()
/AOO41X/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()
/AOO41X/main/svx/source/sdr/contact/
H A Dviewcontactofe3dsphere.cxx39 ViewContactOfE3dSphere::ViewContactOfE3dSphere(E3dSphereObj& rSphere) in ViewContactOfE3dSphere()
/AOO41X/main/svx/source/dialog/
H A Ddlgctl3d.cxx214 mp3DObj = new E3dSphereObj( in SetObjectType()
427 E3dObject* pNewLight = new E3dSphereObj( in ConstructLightObjects()
/AOO41X/main/sd/source/ui/func/
H A Dfucon3d.cxx121 p3DObj = new E3dSphereObj( in ImpCreateBasic3DShape()