Home
last modified time | relevance | path

Searched refs:SdrEdgeKindItem (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/cui/source/tabpages/
H A Dconnect.cxx316 SdrEdgeKind nValue = ( ( const SdrEdgeKindItem* )pItem )->GetValue(); in Reset()
390 rAttrs.Put( SdrEdgeKindItem( (SdrEdgeKind) nPos ) ); in FillItemSet()
491 aAttrSet.Put( SdrEdgeKindItem( (SdrEdgeKind) nPos ) ); in IMPL_LINK()
544 const SdrEdgeKindItem* pEdgeKindItem = (const SdrEdgeKindItem*) pItem; in FillTypeLB()
/AOO42X/main/svx/inc/svx/
H A Dsxekitm.hxx39 class SVX_DLLPUBLIC SdrEdgeKindItem: public SfxEnumItem { class
42SdrEdgeKindItem(SdrEdgeKind eStyle=SDREDGE_ORTHOLINES): SfxEnumItem(SDRATTR_EDGEKIND,sal::static_i… in SdrEdgeKindItem() function in SdrEdgeKindItem
43 SdrEdgeKindItem(SvStream& rIn) : SfxEnumItem(SDRATTR_EDGEKIND,rIn) {} in SdrEdgeKindItem() function in SdrEdgeKindItem
/AOO42X/main/svx/source/svdraw/
H A Dsvdattr.cxx150 mppLocalPoolDefaults[SDRATTR_EDGEKIND -SDRATTR_START]=new SdrEdgeKindItem; in SdrItemPool()
1693 TYPEINIT1_AUTOFACTORY(SdrEdgeKindItem,SfxEnumItem);
1695 SfxPoolItem* __EXPORT SdrEdgeKindItem::Clone(SfxItemPool* /*pPool*/) const { return new in Clone()
1697 SfxPoolItem* __EXPORT SdrEdgeKindItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const { return … in Create()
1699 sal_uInt16 __EXPORT SdrEdgeKindItem::GetValueCount() const { return 4; } in GetValueCount()
1701 XubString __EXPORT SdrEdgeKindItem::GetValueTextByPos(sal_uInt16 nPos) const in GetValueTextByPos()
1706 SfxItemPresentation __EXPORT SdrEdgeKindItem::GetPresentation(SfxItemPresentation ePres, in GetPresentation()
1720 sal_Bool SdrEdgeKindItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
1740 sal_Bool SdrEdgeKindItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()
H A Dsvdoedge.cxx201 SdrEdgeKind eKind = ((SdrEdgeKindItem&)(rSet.Get(SDRATTR_EDGEKIND))).GetValue(); in ImpSetAttrToEdgeInfo()
272 SdrEdgeKind eKind = ((SdrEdgeKindItem&)(rSet.Get(SDRATTR_EDGEKIND))).GetValue(); in ImpSetEdgeInfoToAttr()
849 SdrEdgeKind eKind=((SdrEdgeKindItem&)(GetObjectItem(SDRATTR_EDGEKIND))).GetValue(); in ImpCalcEdgeTrack()
1711 SdrEdgeKind eKind=((SdrEdgeKindItem&)(GetObjectItem(SDRATTR_EDGEKIND))).GetValue(); in GetHdlCount()
1751 SdrEdgeKind eKind=((SdrEdgeKindItem&)(GetObjectItem(SDRATTR_EDGEKIND))).GetValue(); in GetHdl()
H A Dsvdibrow.cxx848 SdrEdgeKind eKind=((const SdrEdgeKindItem*)pItem)->GetValue(); in IsItemIneffective()
H A Dsvdhdl.cxx1614 SdrEdgeKind eEdgeKind = ((SdrEdgeKindItem&)(pEdge->GetObjectItem(SDRATTR_EDGEKIND))).GetValue(); in IsHorzDrag()
/AOO42X/main/sd/source/ui/func/
H A Dfuconrec.cxx507 rAttr.Put(SdrEdgeKindItem(SDREDGE_ONELINE)); in SetAttributes()
520 rAttr.Put(SdrEdgeKindItem(SDREDGE_THREELINES)); in SetAttributes()
533 rAttr.Put(SdrEdgeKindItem(SDREDGE_BEZIER)); in SetAttributes()
/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx4882 aSet.Put( SdrEdgeKindItem( SDREDGE_ORTHOLINES ) ); in ImportShape()
4887 aSet.Put( SdrEdgeKindItem( SDREDGE_BEZIER ) ); in ImportShape()
4890 aSet.Put( SdrEdgeKindItem( SDREDGE_ONELINE ) ); in ImportShape()