Home
last modified time | relevance | path

Searched refs:E3dCompoundProperties (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svx/source/sdr/properties/
H A De3dcompoundproperties.cxx37 E3dCompoundProperties::E3dCompoundProperties(SdrObject& rObj) in E3dCompoundProperties() function in sdr::properties::E3dCompoundProperties
42 E3dCompoundProperties::E3dCompoundProperties(const E3dCompoundProperties& rProps, SdrObject& rObj) in E3dCompoundProperties() function in sdr::properties::E3dCompoundProperties
47 E3dCompoundProperties::~E3dCompoundProperties() in ~E3dCompoundProperties()
51 BaseProperties& E3dCompoundProperties::Clone(SdrObject& rObj) const in Clone()
53 return *(new E3dCompoundProperties(*this, rObj)); in Clone()
56 const SfxItemSet& E3dCompoundProperties::GetObjectItemSet() const in GetObjectItemSet()
62 const SfxItemSet& E3dCompoundProperties::GetMergedItemSet() const in GetMergedItemSet()
83 void E3dCompoundProperties::SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSet()
113 void E3dCompoundProperties::PostItemChange(const sal_uInt16 nWhich) in PostItemChange()
H A De3dsphereproperties.cxx37 : E3dCompoundProperties(rObj) in E3dSphereProperties()
42 : E3dCompoundProperties(rProps, rObj) in E3dSphereProperties()
58 E3dCompoundProperties::PostItemChange(nWhich); in PostItemChange()
H A De3dextrudeproperties.cxx37 : E3dCompoundProperties(rObj) in E3dExtrudeProperties()
42 : E3dCompoundProperties(rProps, rObj) in E3dExtrudeProperties()
58 E3dCompoundProperties::PostItemChange(nWhich); in PostItemChange()
H A De3dlatheproperties.cxx37 : E3dCompoundProperties(rObj) in E3dLatheProperties()
42 : E3dCompoundProperties(rProps, rObj) in E3dLatheProperties()
58 E3dCompoundProperties::PostItemChange(nWhich); in PostItemChange()
/trunk/main/svx/inc/svx/sdr/properties/
H A De3dcompoundproperties.hxx36 class SVX_DLLPUBLIC E3dCompoundProperties : public E3dProperties class
44 E3dCompoundProperties(SdrObject& rObj);
47 E3dCompoundProperties(const E3dCompoundProperties& rProps, SdrObject& rObj);
50 virtual ~E3dCompoundProperties();
H A De3dsphereproperties.hxx35 class E3dSphereProperties : public E3dCompoundProperties
H A De3dextrudeproperties.hxx36 class SVX_DLLPUBLIC E3dExtrudeProperties : public E3dCompoundProperties
H A De3dlatheproperties.hxx36 class SVX_DLLPUBLIC E3dLatheProperties : public E3dCompoundProperties
/trunk/main/svx/inc/svx/
H A Dobj3d.hxx56 class E3dCompoundProperties;
222 friend class sdr::properties::E3dCompoundProperties;
/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx971 return new sdr::properties::E3dCompoundProperties(*this); in CreateObjectSpecificProperties()

Completed in 45 milliseconds