Searched refs:EmptyProperties (Results 1 – 5 of 5) sorted by relevance
47 EmptyProperties::EmptyProperties(SdrObject& rObj) in EmptyProperties() function in sdr::properties::EmptyProperties53 EmptyProperties::EmptyProperties(const EmptyProperties& rProps, SdrObject& rObj) in EmptyProperties() function in sdr::properties::EmptyProperties62 EmptyProperties::~EmptyProperties() in ~EmptyProperties()71 BaseProperties& EmptyProperties::Clone(SdrObject& rObj) const in Clone()73 return *(new EmptyProperties(*this, rObj)); in Clone()76 const SfxItemSet& EmptyProperties::GetObjectItemSet() const in GetObjectItemSet()80 …((EmptyProperties*)this)->mpEmptyItemSet = &(((EmptyProperties*)this)->CreateObjectSpecificItemSet… in GetObjectItemSet()89 void EmptyProperties::SetObjectItem(const SfxPoolItem& /*rItem*/) in SetObjectItem()114 void EmptyProperties::ItemSetChanged(const SfxItemSet& /*rSet*/) in ItemSetChanged()130 void EmptyProperties::PostItemChange(const sal_uInt16 /*nWhich*/) in PostItemChange()[all …]
45 : EmptyProperties(rObj) in PageProperties()50 : EmptyProperties(rProps, rObj) in PageProperties()
36 class SVX_DLLPUBLIC EmptyProperties : public BaseProperties class59 EmptyProperties(SdrObject& rObj);62 EmptyProperties(const EmptyProperties& rProps, SdrObject& rObj);65 virtual ~EmptyProperties();
35 class PageProperties : public EmptyProperties
319 return new sdr::properties::EmptyProperties(*this); in CreateObjectSpecificProperties()
Completed in 44 milliseconds