Home
last modified time | relevance | path

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

/trunk/main/svx/inc/svx/
H A Dsxelditm.hxx44 class SVX_DLLPUBLIC SdrEdgeLine2DeltaItem: public SdrMetricItem { class
46 SdrEdgeLine2DeltaItem(long nVal=0): SdrMetricItem(SDRATTR_EDGELINE2DELTA,nVal) {} in SdrEdgeLine2DeltaItem() function in SdrEdgeLine2DeltaItem
47 SdrEdgeLine2DeltaItem(SvStream& rIn): SdrMetricItem(SDRATTR_EDGELINE2DELTA,rIn) {} in SdrEdgeLine2DeltaItem() function in SdrEdgeLine2DeltaItem
/trunk/main/cui/source/tabpages/
H A Dconnect.cxx261 long nValue = ( ( const SdrEdgeLine2DeltaItem* )pItem )->GetValue(); in Reset()
373 rAttrs.Put( SdrEdgeLine2DeltaItem( nValue ) ); in FillItemSet()
476 aAttrSet.Put( SdrEdgeLine2DeltaItem( nValue ) ); in IMPL_LINK()
/trunk/main/svx/source/svdraw/
H A Dsvdattr.cxx159 mppLocalPoolDefaults[SDRATTR_EDGELINE2DELTA -SDRATTR_START]=new SdrEdgeLine2DeltaItem; in SdrItemPool()
1847 sal_Bool SdrEdgeLine2DeltaItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
1853 sal_Bool SdrEdgeLine2DeltaItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()
H A Dsvdoedge.cxx203 sal_Int32 nVal2 = ((SdrEdgeLine2DeltaItem&)rSet.Get(SDRATTR_EDGELINE2DELTA)).GetValue(); in ImpSetAttrToEdgeInfo()
275 sal_Int32 nVal2 = ((SdrEdgeLine2DeltaItem&)rSet.Get(SDRATTR_EDGELINE2DELTA)).GetValue(); in ImpSetEdgeInfoToAttr()
337 GetProperties().SetObjectItemDirect(SdrEdgeLine2DeltaItem(nVals[1])); in ImpSetEdgeInfoToAttr()
/trunk/main/sd/source/ui/view/
H A Ddrviewsj.cxx233 …long nVal2 = ( ( const SdrEdgeLine2DeltaItem& ) aAttrSet.Get( SDRATTR_EDGELINE2DELTA ) ).GetValue(… in GetMenuStateSel()

Completed in 89 milliseconds