Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/engine3d/
H A Dsphere3d.cxx46 E3dSphereObj::E3dSphereObj( in E3dSphereObj() function in E3dSphereObj
60 E3dSphereObj::E3dSphereObj(SdrModel& rSdrModel) in E3dSphereObj() function in E3dSphereObj
69 E3dSphereObj::E3dSphereObj(SdrModel& rSdrModel, E3dSphereObj const & rSource) in E3dSphereObj() function in E3dSphereObj
80 E3dSphereObj::~E3dSphereObj() in ~E3dSphereObj()
91 SdrObjKind E3dSphereObj::GetObjIdentifier() const in GetObjIdentifier()
103 E3dSphereObj* E3dSphereObj::CloneSdrObject(SdrModel& rTargetModel) const in CloneSdrObject()
105 return new E3dSphereObj(rTargetModel, *this); in CloneSdrObject()
110 void E3dSphereObj::SetCenter(const basegfx::B3DPoint& rNew) in SetCenter()
119 void E3dSphereObj::SetSize(const basegfx::B3DVector& rNew) in SetSize()
130 OUString E3dSphereObj::TakeObjNameSingul() const in TakeObjNameSingul()
[all …]
H A Dobjfac3d.cxx60 return new E3dSphereObj(aParams.rSdrModel); in IMPL_STATIC_LINK()
H A Dview3d1.cxx75 else if(dynamic_cast< const E3dSphereObj* >(pObj) != nullptr) in Imp_E3dView_InorderRun3DObjects()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/engine3d/
H A Dsphere3d.cxx49 E3dSphereObj::E3dSphereObj( in E3dSphereObj() function in E3dSphereObj
63 E3dSphereObj::E3dSphereObj(SdrModel& rSdrModel) in E3dSphereObj() function in E3dSphereObj
72 E3dSphereObj::~E3dSphereObj() in ~E3dSphereObj()
83 sal_uInt16 E3dSphereObj::GetObjIdentifier() const in GetObjIdentifier()
95 E3dSphereObj* E3dSphereObj::CloneSdrObject(SdrModel& rTargetModel) const in CloneSdrObject()
97 return CloneHelper< E3dSphereObj >(rTargetModel); in CloneSdrObject()
100 E3dSphereObj& E3dSphereObj::operator=(const E3dSphereObj& rObj) in operator =()
114 void E3dSphereObj::SetCenter(const basegfx::B3DPoint& rNew) in SetCenter()
123 void E3dSphereObj::SetSize(const basegfx::B3DVector& rNew) in SetSize()
134 OUString E3dSphereObj::TakeObjNameSingul() const in TakeObjNameSingul()
[all …]
H A Dobjfac3d.cxx61 return new E3dSphereObj(aParams.rSdrModel); in IMPL_STATIC_LINK()
H A Dview3d1.cxx86 else if(dynamic_cast< const E3dSphereObj* >(pObj) != nullptr) in Imp_E3dView_InorderRun3DObjects()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsphere3d.hxx35 class SVXCORE_DLLPUBLIC E3dSphereObj final : public E3dCompoundObject class
47 virtual ~E3dSphereObj() override;
50 E3dSphereObj(
59 E3dSphereObj(SdrModel& rSdrModel);
60 E3dSphereObj(SdrModel& rSdrModel, E3dSphereObj const & rSource);
73 virtual E3dSphereObj* CloneSdrObject(SdrModel& rTargetModel) const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsphere3d.hxx35 class SVX_DLLPUBLIC E3dSphereObj final : public E3dCompoundObject class
47 virtual ~E3dSphereObj() override;
50 E3dSphereObj(
59 E3dSphereObj(SdrModel& rSdrModel);
72 virtual E3dSphereObj* CloneSdrObject(SdrModel& rTargetModel) const override;
75 E3dSphereObj& operator=(const E3dSphereObj& rObj);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/inc/sdr/contact/
H A Dviewcontactofe3dsphere.hxx35 explicit ViewContactOfE3dSphere(E3dSphereObj& rSphere);
39 const E3dSphereObj& GetE3dSphereObj() const in GetE3dSphereObj()
41 return static_cast<const E3dSphereObj&>(GetE3dObject()); in GetE3dSphereObj()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/inc/sdr/contact/
H A Dviewcontactofe3dsphere.hxx33 explicit ViewContactOfE3dSphere(E3dSphereObj& rSphere);
37 const E3dSphereObj& GetE3dSphereObj() const in GetE3dSphereObj()
39 return static_cast<const E3dSphereObj&>(GetE3dObject()); in GetE3dSphereObj()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/properties/
H A De3dsphereproperties.cxx51 E3dSphereObj& rObj = static_cast<E3dSphereObj&>(GetSdrObject()); in PostItemChange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/properties/
H A De3dsphereproperties.cxx54 E3dSphereObj& rObj = static_cast<E3dSphereObj&>(GetSdrObject()); in PostItemChange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/contact/
H A Dviewcontactofe3dsphere.cxx31 ViewContactOfE3dSphere::ViewContactOfE3dSphere(E3dSphereObj& rSphere) in ViewContactOfE3dSphere()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/contact/
H A Dviewcontactofe3dsphere.cxx33 ViewContactOfE3dSphere::ViewContactOfE3dSphere(E3dSphereObj& rSphere) in ViewContactOfE3dSphere()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/unodraw/
H A Dunoshap3.cxx555 static_cast<E3dSphereObj*>(GetSdrObject())->SetCenter(aPos); in setPropertyValueImpl()
568 static_cast<E3dSphereObj*>(GetSdrObject())->SetSize(aPos); in setPropertyValueImpl()
593 const basegfx::B3DPoint& rPos = static_cast<E3dSphereObj*>(GetSdrObject())->Center(); in getPropertyValueImpl()
606 const basegfx::B3DVector& rSize = static_cast<E3dSphereObj*>(GetSdrObject())->Size(); in getPropertyValueImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/unodraw/
H A Dunoshap3.cxx563 static_cast<E3dSphereObj*>(GetSdrObject())->SetCenter(aPos); in setPropertyValueImpl()
576 static_cast<E3dSphereObj*>(GetSdrObject())->SetSize(aPos); in setPropertyValueImpl()
601 const basegfx::B3DPoint& rPos = static_cast<E3dSphereObj*>(GetSdrObject())->Center(); in getPropertyValueImpl()
614 const basegfx::B3DVector& rSize = static_cast<E3dSphereObj*>(GetSdrObject())->Size(); in getPropertyValueImpl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/
H A DREADME.md23 | | | | | +--------- E3dSphereObj
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/
H A DREADME19 | | | | | +--------- E3dSphereObj
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Ddlgctl3d.cxx209 mp3DObj = new E3dSphereObj( in SetObjectType()
400 mp3DObj = new E3dSphereObj( in SetObjectType()
584 E3dObject* pNewLight = new E3dSphereObj( in ConstructLightObjects()
1266 E3dObject* pNewLight = new E3dSphereObj( in ConstructLightObjects()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Ddlgctl3d.cxx199 mp3DObj = new E3dSphereObj( in SetObjectType()
388 E3dObject* pNewLight = new E3dSphereObj( in ConstructLightObjects()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfucon3d.cxx100 p3DObj = new E3dSphereObj( in ImpCreateBasic3DShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfucon3d.cxx99 p3DObj = new E3dSphereObj( in ImpCreateBasic3DShape()