Lines Matching refs:EmptyProperties
40 SfxItemSet& EmptyProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet()
47 EmptyProperties::EmptyProperties(SdrObject& rObj) in EmptyProperties() function in sdr::properties::EmptyProperties
53 EmptyProperties::EmptyProperties(const EmptyProperties& rProps, SdrObject& rObj) in EmptyProperties() function in sdr::properties::EmptyProperties
62 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()
94 void EmptyProperties::SetObjectItemDirect(const SfxPoolItem& /*rItem*/) in SetObjectItemDirect()
99 void EmptyProperties::ClearObjectItem(const sal_uInt16 /*nWhich*/) in ClearObjectItem()
104 void EmptyProperties::ClearObjectItemDirect(const sal_uInt16 /*nWhich*/) in ClearObjectItemDirect()
109 void EmptyProperties::SetObjectItemSet(const SfxItemSet& /*rSet*/) in SetObjectItemSet()
114 void EmptyProperties::ItemSetChanged(const SfxItemSet& /*rSet*/) in ItemSetChanged()
119 …sal_Bool EmptyProperties::AllowItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNewIt… in AllowItemChange()
125 void EmptyProperties::ItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNewItem*/) in ItemChange()
130 void EmptyProperties::PostItemChange(const sal_uInt16 /*nWhich*/) in PostItemChange()
135 …void EmptyProperties::SetStyleSheet(SfxStyleSheet* /*pNewStyleSheet*/, sal_Bool /*bDontRemoveHardA… in SetStyleSheet()
140 SfxStyleSheet* EmptyProperties::GetStyleSheet() const in GetStyleSheet()