Home
last modified time | relevance | path

Searched refs:SdrEdgeLine1DeltaItem (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsxelditm.hxx36 class SVX_DLLPUBLIC SdrEdgeLine1DeltaItem: public SdrMetricItem { class
38 SdrEdgeLine1DeltaItem(long nVal=0): SdrMetricItem(SDRATTR_EDGELINE1DELTA,nVal) {} in SdrEdgeLine1DeltaItem() function in SdrEdgeLine1DeltaItem
39 SdrEdgeLine1DeltaItem(SvStream& rIn): SdrMetricItem(SDRATTR_EDGELINE1DELTA,rIn) {} in SdrEdgeLine1DeltaItem() function in SdrEdgeLine1DeltaItem
/trunk/main/cui/source/tabpages/
H A Dconnect.cxx247 long nValue = ( ( const SdrEdgeLine1DeltaItem* )pItem )->GetValue(); in Reset()
366 rAttrs.Put( SdrEdgeLine1DeltaItem( nValue ) ); in FillItemSet()
470 aAttrSet.Put( SdrEdgeLine1DeltaItem( nValue ) ); in IMPL_LINK()
/trunk/main/svx/source/svdraw/
H A Dsvdattr.cxx158 mppLocalPoolDefaults[SDRATTR_EDGELINE1DELTA -SDRATTR_START]=new SdrEdgeLine1DeltaItem; in SdrItemPool()
1831 sal_Bool SdrEdgeLine1DeltaItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
1837 sal_Bool SdrEdgeLine1DeltaItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()
H A Dsvdoedge.cxx202 sal_Int32 nVal1 = ((SdrEdgeLine1DeltaItem&)rSet.Get(SDRATTR_EDGELINE1DELTA)).GetValue(); in ImpSetAttrToEdgeInfo()
274 sal_Int32 nVal1 = ((SdrEdgeLine1DeltaItem&)rSet.Get(SDRATTR_EDGELINE1DELTA)).GetValue(); in ImpSetEdgeInfoToAttr()
332 GetProperties().SetObjectItemDirect(SdrEdgeLine1DeltaItem(nVals[0])); in ImpSetEdgeInfoToAttr()
/trunk/main/sd/source/ui/view/
H A Ddrviewsj.cxx232 …long nVal1 = ( ( const SdrEdgeLine1DeltaItem& ) aAttrSet.Get( SDRATTR_EDGELINE1DELTA ) ).GetValue(… in GetMenuStateSel()

Completed in 61 milliseconds