Lines Matching refs:SdrCustomShapeGeometryItem
46 TYPEINIT1_FACTORY( SdrCustomShapeGeometryItem, SfxPoolItem , new SdrCustomShapeGeometryItem);
47 SdrCustomShapeGeometryItem::SdrCustomShapeGeometryItem() in SdrCustomShapeGeometryItem() function in SdrCustomShapeGeometryItem
50 SdrCustomShapeGeometryItem::SdrCustomShapeGeometryItem( const uno::Sequence< beans::PropertyValue >… in SdrCustomShapeGeometryItem() function in SdrCustomShapeGeometryItem
75 com::sun::star::uno::Any* SdrCustomShapeGeometryItem::GetPropertyValueByName( const rtl::OUString& … in GetPropertyValueByName()
84 com::sun::star::uno::Any* SdrCustomShapeGeometryItem::GetPropertyValueByName( const rtl::OUString& … in GetPropertyValueByName()
104 void SdrCustomShapeGeometryItem::SetPropertyValue( const com::sun::star::beans::PropertyValue& rPro… in SetPropertyValue()
143 void SdrCustomShapeGeometryItem::SetPropertyValue( const rtl::OUString& rSequenceName, const com::s… in SetPropertyValue()
195 void SdrCustomShapeGeometryItem::ClearPropertyValue( const rtl::OUString& rPropName ) in ClearPropertyValue()
236 void SdrCustomShapeGeometryItem::ClearPropertyValue( const rtl::OUString& rSequenceName, const rtl:… in ClearPropertyValue()
267 SdrCustomShapeGeometryItem::~SdrCustomShapeGeometryItem() in ~SdrCustomShapeGeometryItem()
270 SdrCustomShapeGeometryItem::SdrCustomShapeGeometryItem( SvStream& /*rIn*/, sal_uInt16 nVersion ): in SdrCustomShapeGeometryItem() function in SdrCustomShapeGeometryItem
278 int __EXPORT SdrCustomShapeGeometryItem::operator==( const SfxPoolItem& rCmp ) const in operator ==()
282 bRet = ((SdrCustomShapeGeometryItem&)rCmp).aPropSeq == aPropSeq; in operator ==()
286 SfxItemPresentation __EXPORT SdrCustomShapeGeometryItem::GetPresentation( in GetPresentation()
301 SfxPoolItem* __EXPORT SdrCustomShapeGeometryItem::Create( SvStream& rIn, sal_uInt16 nItemVersion ) … in Create()
303 return new SdrCustomShapeGeometryItem( rIn, nItemVersion ); in Create()
306 SvStream& __EXPORT SdrCustomShapeGeometryItem::Store( SvStream& rOut, sal_uInt16 nItemVersion ) con… in Store()
315 SfxPoolItem* __EXPORT SdrCustomShapeGeometryItem::Clone( SfxItemPool * /*pPool*/ ) const in Clone()
317 SdrCustomShapeGeometryItem* pItem = new SdrCustomShapeGeometryItem( GetGeometry() ); in Clone()
331 int __EXPORT SdrCustomShapeGeometryItem::IsPoolable() const in IsPoolable()
337 sal_uInt16 SdrCustomShapeGeometryItem::GetVersion( sal_uInt16 /*nFileFormatVersion*/ ) const in GetVersion()
341 sal_Bool SdrCustomShapeGeometryItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) const in QueryValue()
346 sal_Bool SdrCustomShapeGeometryItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) in PutValue()
353 const uno::Sequence< beans::PropertyValue >& SdrCustomShapeGeometryItem::GetGeometry() const in GetGeometry()