Lines Matching refs:CustomShapeProperties

42         void CustomShapeProperties::UpdateTextFrameStatus(bool bInvalidateRenderGeometry)  in UpdateTextFrameStatus()
70 SfxItemSet& CustomShapeProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool) in CreateObjectSpecificItemSet()
95 …sal_Bool CustomShapeProperties::AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewIt… in AllowItemChange()
108 void CustomShapeProperties::ClearObjectItem(const sal_uInt16 nWhich) in ClearObjectItem()
126 void CustomShapeProperties::ClearObjectItemDirect(const sal_uInt16 nWhich) in ClearObjectItemDirect()
142 void CustomShapeProperties::ItemSetChanged(const SfxItemSet& rSet) in ItemSetChanged()
151 void CustomShapeProperties::PostItemChange(const sal_uInt16 nWhich) in PostItemChange()
171 void CustomShapeProperties::ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) in ItemChange()
180 …void CustomShapeProperties::SetStyleSheet(SfxStyleSheet* pNewStyleSheet, sal_Bool bDontRemoveHardA… in SetStyleSheet()
189 void CustomShapeProperties::ForceDefaultAttributes() in ForceDefaultAttributes()
198 CustomShapeProperties::CustomShapeProperties(SdrObject& rObj) in CustomShapeProperties() function in sdr::properties::CustomShapeProperties
203CustomShapeProperties::CustomShapeProperties(const CustomShapeProperties& rProps, SdrObject& rObj) in CustomShapeProperties() function in sdr::properties::CustomShapeProperties
208 CustomShapeProperties::~CustomShapeProperties() in ~CustomShapeProperties()
212 BaseProperties& CustomShapeProperties::Clone(SdrObject& rObj) const in Clone()
214 return *(new CustomShapeProperties(*this, rObj)); in Clone()
217 void CustomShapeProperties::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()