Searched refs:SdrCustomShapeAdjustmentValue (Results 1 – 2 of 2) sorted by relevance
30 class SdrCustomShapeAdjustmentValue class72 SVX_DLLPUBLIC const SdrCustomShapeAdjustmentValue& GetValue( sal_uInt32 nIndex ) const;74 const SdrCustomShapeAdjustmentValue& rVal );
1524 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()1640 …SdrCustomShapeAdjustmentValue& rValue = *(SdrCustomShapeAdjustmentValue*)aAdjustmentValueList.GetO… in SetValue()1671 delete (SdrCustomShapeAdjustmentValue*)pPtr; in PutValue()1679 SdrCustomShapeAdjustmentValue* pItem = new SdrCustomShapeAdjustmentValue; in PutValue()
Completed in 40 milliseconds