Searched refs:E3dCompoundProperties (Results 1 – 10 of 10) sorted by relevance
37 E3dCompoundProperties::E3dCompoundProperties(SdrObject& rObj) in E3dCompoundProperties() function in sdr::properties::E3dCompoundProperties42 E3dCompoundProperties::E3dCompoundProperties(const E3dCompoundProperties& rProps, SdrObject& rObj) in E3dCompoundProperties() function in sdr::properties::E3dCompoundProperties47 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()
37 : E3dCompoundProperties(rObj) in E3dSphereProperties()42 : E3dCompoundProperties(rProps, rObj) in E3dSphereProperties()58 E3dCompoundProperties::PostItemChange(nWhich); in PostItemChange()
37 : E3dCompoundProperties(rObj) in E3dExtrudeProperties()42 : E3dCompoundProperties(rProps, rObj) in E3dExtrudeProperties()58 E3dCompoundProperties::PostItemChange(nWhich); in PostItemChange()
37 : E3dCompoundProperties(rObj) in E3dLatheProperties()42 : E3dCompoundProperties(rProps, rObj) in E3dLatheProperties()58 E3dCompoundProperties::PostItemChange(nWhich); in PostItemChange()
36 class SVX_DLLPUBLIC E3dCompoundProperties : public E3dProperties class44 E3dCompoundProperties(SdrObject& rObj);47 E3dCompoundProperties(const E3dCompoundProperties& rProps, SdrObject& rObj);50 virtual ~E3dCompoundProperties();
35 class E3dSphereProperties : public E3dCompoundProperties
36 class SVX_DLLPUBLIC E3dExtrudeProperties : public E3dCompoundProperties
36 class SVX_DLLPUBLIC E3dLatheProperties : public E3dCompoundProperties
56 class E3dCompoundProperties;222 friend class sdr::properties::E3dCompoundProperties;
971 return new sdr::properties::E3dCompoundProperties(*this); in CreateObjectSpecificProperties()
Completed in 35 milliseconds