Home
last modified time | relevance | path

Searched refs:SdrEdgeKind (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/svx/inc/svx/
H A Dsxekitm.hxx30 enum SdrEdgeKind {SDREDGE_ORTHOLINES, enum
42 …SdrEdgeKindItem(SdrEdgeKind eStyle=SDREDGE_ORTHOLINES): SfxEnumItem(SDRATTR_EDGEKIND,sal::static_i… in SdrEdgeKindItem()
47 SdrEdgeKind GetValue() const { return (SdrEdgeKind)SfxEnumItem::GetValue(); } in GetValue()
/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()
/AOO42X/main/svx/source/svdraw/
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()
H A Dsvdattr.cxx1752 SdrEdgeKind eEK = SDREDGE_ORTHOLINES; in PutValue()