Home
last modified time | relevance | path

Searched refs:SdrCustomShapeAdjustmentItem (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsdasaitm.hxx34 friend class SdrCustomShapeAdjustmentItem;
43 class SdrCustomShapeAdjustmentItem : public SfxPoolItem class
50 SVX_DLLPUBLIC SdrCustomShapeAdjustmentItem();
51 SdrCustomShapeAdjustmentItem( SvStream& rIn, sal_uInt16 nVersion );
52 SVX_DLLPUBLIC ~SdrCustomShapeAdjustmentItem();
/trunk/main/svx/source/svdraw/
H A Dsvdattr.cxx1513 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 ==()
1564 SfxItemPresentation __EXPORT SdrCustomShapeAdjustmentItem::GetPresentation( in GetPresentation()
1588 return new SdrCustomShapeAdjustmentItem( rIn, nItemVersion ); in Create()
1603 SfxPoolItem* __EXPORT SdrCustomShapeAdjustmentItem::Clone( SfxItemPool * /*pPool*/) const in Clone()
1606 SdrCustomShapeAdjustmentItem* pItem = new SdrCustomShapeAdjustmentItem; in Clone()
[all …]

Completed in 27 milliseconds