Lines Matching refs:GroupProperties
42 SfxItemSet& GroupProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet()
50 GroupProperties::GroupProperties(SdrObject& rObj) in GroupProperties() function in sdr::properties::GroupProperties
55 GroupProperties::GroupProperties(const GroupProperties& rProps, SdrObject& rObj) in GroupProperties() function in sdr::properties::GroupProperties
60 GroupProperties::~GroupProperties() in ~GroupProperties()
64 BaseProperties& GroupProperties::Clone(SdrObject& rObj) const in Clone()
66 return *(new GroupProperties(*this, rObj)); in Clone()
69 const SfxItemSet& GroupProperties::GetObjectItemSet() const in GetObjectItemSet()
75 const SfxItemSet& GroupProperties::GetMergedItemSet() const in GetMergedItemSet()
119 void GroupProperties::SetMergedItemSet(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSet()
141 void GroupProperties::SetObjectItem(const SfxPoolItem& /*rItem*/) in SetObjectItem()
146 void GroupProperties::SetObjectItemDirect(const SfxPoolItem& /*rItem*/) in SetObjectItemDirect()
151 void GroupProperties::ClearObjectItem(const sal_uInt16 /*nWhich*/) in ClearObjectItem()
156 void GroupProperties::ClearObjectItemDirect(const sal_uInt16 /*nWhich*/) in ClearObjectItemDirect()
161 void GroupProperties::SetMergedItem(const SfxPoolItem& rItem) in SetMergedItem()
172 void GroupProperties::ClearMergedItem(const sal_uInt16 nWhich) in ClearMergedItem()
183 void GroupProperties::SetObjectItemSet(const SfxItemSet& /*rSet*/) in SetObjectItemSet()
188 void GroupProperties::ItemSetChanged(const SfxItemSet& /*rSet*/) in ItemSetChanged()
193 …sal_Bool GroupProperties::AllowItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNewIt… in AllowItemChange()
199 void GroupProperties::ItemChange(const sal_uInt16 /*nWhich*/, const SfxPoolItem* /*pNewItem*/) in ItemChange()
204 void GroupProperties::PostItemChange(const sal_uInt16 /*nWhich*/) in PostItemChange()
209 SfxStyleSheet* GroupProperties::GetStyleSheet() const in GetStyleSheet()
237 void GroupProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardAttr) in SetStyleSheet()
248 void GroupProperties::ForceDefaultAttributes() in ForceDefaultAttributes()
253 …void GroupProperties::MoveToItemPool(SfxItemPool* pSrcPool, SfxItemPool* pDestPool, SdrModel* pNew… in MoveToItemPool()
280 void GroupProperties::ForceStyleToHardAttributes() in ForceStyleToHardAttributes()