Lines Matching refs:SdrCustomShapeAdjustmentItem

145 …pLocalPoolDefaults[SDRATTR_CUSTOMSHAPE_ADJUSTMENT -SDRATTR_START]=new SdrCustomShapeAdjustmentItem;  in SdrItemPool()
1513 TYPEINIT1_AUTOFACTORY( SdrCustomShapeAdjustmentItem, SfxPoolItem );
1515 SdrCustomShapeAdjustmentItem::SdrCustomShapeAdjustmentItem() : SfxPoolItem( SDRATTR_CUSTOMSHAPE_ADJ… in SdrCustomShapeAdjustmentItem() function in SdrCustomShapeAdjustmentItem
1519 SdrCustomShapeAdjustmentItem::SdrCustomShapeAdjustmentItem( SvStream& rIn, sal_uInt16 nVersion ): in SdrCustomShapeAdjustmentItem() function in SdrCustomShapeAdjustmentItem
1535 SdrCustomShapeAdjustmentItem::~SdrCustomShapeAdjustmentItem() in ~SdrCustomShapeAdjustmentItem()
1542 int __EXPORT SdrCustomShapeAdjustmentItem::operator==( const SfxPoolItem& rCmp ) const in operator ==()
1547 bRet = ((SdrCustomShapeAdjustmentItem&)rCmp).GetCount() == GetCount(); in operator ==()
1553 if ( ((SdrCustomShapeAdjustmentItem&)rCmp).GetValue( i ).nValue != GetValue( i ).nValue ) in operator ==()
1564 SfxItemPresentation __EXPORT SdrCustomShapeAdjustmentItem::GetPresentation( in GetPresentation()
1586 SfxPoolItem* __EXPORT SdrCustomShapeAdjustmentItem::Create( SvStream& rIn, sal_uInt16 nItemVersion … in Create()
1588 return new SdrCustomShapeAdjustmentItem( rIn, nItemVersion ); in Create()
1591 SvStream& __EXPORT SdrCustomShapeAdjustmentItem::Store( SvStream& rOut, sal_uInt16 nItemVersion ) c… in Store()
1603 SfxPoolItem* __EXPORT SdrCustomShapeAdjustmentItem::Clone( SfxItemPool * /*pPool*/) const in Clone()
1606 SdrCustomShapeAdjustmentItem* pItem = new SdrCustomShapeAdjustmentItem; in Clone()
1616 int __EXPORT SdrCustomShapeAdjustmentItem::IsPoolable() const in IsPoolable()
1623 const SdrCustomShapeAdjustmentValue& SdrCustomShapeAdjustmentItem::GetValue( sal_uInt32 nIndex ) co… in GetValue()
1632 void SdrCustomShapeAdjustmentItem::SetValue( sal_uInt32 nIndex, const SdrCustomShapeAdjustmentValue… in SetValue()
1644 sal_uInt16 SdrCustomShapeAdjustmentItem::GetVersion( sal_uInt16 /*nFileFormatVersion*/) const in GetVersion()
1649 sal_Bool SdrCustomShapeAdjustmentItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
1663 sal_Bool SdrCustomShapeAdjustmentItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()