Home
last modified time | relevance | path

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

/aoo41x/main/svx/inc/svx/
H A Dsdasaitm.hxx30 class SdrCustomShapeAdjustmentValue class
72 SVX_DLLPUBLIC const SdrCustomShapeAdjustmentValue& GetValue( sal_uInt32 nIndex ) const;
74 const SdrCustomShapeAdjustmentValue& rVal );
/aoo41x/main/svx/source/svdraw/
H A Dsvdattr.cxx1524 SdrCustomShapeAdjustmentValue aVal; in SdrCustomShapeAdjustmentItem()
1539 delete (SdrCustomShapeAdjustmentValue*)pPtr; in ~SdrCustomShapeAdjustmentItem()
1609 const SdrCustomShapeAdjustmentValue& rVal = GetValue( i ); in Clone()
1623 const SdrCustomShapeAdjustmentValue& SdrCustomShapeAdjustmentItem::GetValue( sal_uInt32 nIndex ) co… in GetValue()
1629 return *(SdrCustomShapeAdjustmentValue*)aAdjustmentValueList.GetObject( nIndex ); in GetValue()
1632 void SdrCustomShapeAdjustmentItem::SetValue( sal_uInt32 nIndex, const SdrCustomShapeAdjustmentValue in SetValue()
1637 SdrCustomShapeAdjustmentValue* pItem = new SdrCustomShapeAdjustmentValue; in SetValue()
1640SdrCustomShapeAdjustmentValue& rValue = *(SdrCustomShapeAdjustmentValue*)aAdjustmentValueList.GetO… in SetValue()
1671 delete (SdrCustomShapeAdjustmentValue*)pPtr; in PutValue()
1679 SdrCustomShapeAdjustmentValue* pItem = new SdrCustomShapeAdjustmentValue; in PutValue()

Completed in 40 milliseconds