Lines Matching refs:DefaultProperties
43 SfxItemSet& DefaultProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet()
49 DefaultProperties::DefaultProperties(SdrObject& rObj) in DefaultProperties() function in sdr::properties::DefaultProperties
55 DefaultProperties::DefaultProperties(const DefaultProperties& rProps, SdrObject& rObj) in DefaultProperties() function in sdr::properties::DefaultProperties
72 BaseProperties& DefaultProperties::Clone(SdrObject& rObj) const in Clone()
74 return *(new DefaultProperties(*this, rObj)); in Clone()
77 DefaultProperties::~DefaultProperties() in ~DefaultProperties()
86 const SfxItemSet& DefaultProperties::GetObjectItemSet() const in GetObjectItemSet()
90 …((DefaultProperties*)this)->mpItemSet = &(((DefaultProperties*)this)->CreateObjectSpecificItemSet(… in GetObjectItemSet()
91 ((DefaultProperties*)this)->ForceDefaultAttributes(); in GetObjectItemSet()
99 void DefaultProperties::SetObjectItem(const SfxPoolItem& rItem) in SetObjectItem()
114 void DefaultProperties::SetObjectItemDirect(const SfxPoolItem& rItem) in SetObjectItemDirect()
124 void DefaultProperties::ClearObjectItem(const sal_uInt16 nWhich) in ClearObjectItem()
139 void DefaultProperties::ClearObjectItemDirect(const sal_uInt16 nWhich) in ClearObjectItemDirect()
147 void DefaultProperties::SetObjectItemSet(const SfxItemSet& rSet) in SetObjectItemSet()
190 void DefaultProperties::ItemSetChanged(const SfxItemSet& /*rSet*/) in ItemSetChanged()
194 …sal_Bool DefaultProperties::AllowItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNew… in AllowItemChange()
199 void DefaultProperties::ItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNewItem*/) in ItemChange()
203 void DefaultProperties::PostItemChange(const sal_uInt16 nWhich ) in PostItemChange()
209 …void DefaultProperties::SetStyleSheet(SfxStyleSheet* /*pNewStyleSheet*/, sal_Bool /*bDontRemoveHar… in SetStyleSheet()
214 SfxStyleSheet* DefaultProperties::GetStyleSheet() const in GetStyleSheet()
220 void DefaultProperties::ForceDefaultAttributes() in ForceDefaultAttributes()
224 void DefaultProperties::Scale(const Fraction& rScale) in Scale()