Home
last modified time | relevance | path

Searched refs:E3dSphereProperties (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/sdr/properties/
H A De3dsphereproperties.cxx36 E3dSphereProperties::E3dSphereProperties(SdrObject& rObj) in E3dSphereProperties() function in sdr::properties::E3dSphereProperties
41 E3dSphereProperties::E3dSphereProperties(const E3dSphereProperties& rProps, SdrObject& rObj) in E3dSphereProperties() function in sdr::properties::E3dSphereProperties
46 E3dSphereProperties::~E3dSphereProperties() in ~E3dSphereProperties()
50 BaseProperties& E3dSphereProperties::Clone(SdrObject& rObj) const in Clone()
52 return *(new E3dSphereProperties(*this, rObj)); in Clone()
55 void E3dSphereProperties::PostItemChange(const sal_uInt16 nWhich) in PostItemChange()
/trunk/main/svx/inc/svx/sdr/properties/
H A De3dsphereproperties.hxx35 class E3dSphereProperties : public E3dCompoundProperties class
43 E3dSphereProperties(SdrObject& rObj);
46 E3dSphereProperties(const E3dSphereProperties& rProps, SdrObject& rObj);
49 virtual ~E3dSphereProperties();
/trunk/main/svx/inc/svx/
H A Dobj3d.hxx59 class E3dSphereProperties;
225 friend class sdr::properties::E3dSphereProperties;
/trunk/main/svx/source/engine3d/
H A Dsphere3d.cxx54 return new sdr::properties::E3dSphereProperties(*this); in CreateObjectSpecificProperties()

Completed in 29 milliseconds