Home
last modified time | relevance | path

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

/AOO41X/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();
/AOO41X/main/svx/source/svdraw/
H A Dsvdattr.cxx145 …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()
[all …]