Home
last modified time | relevance | path

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

/AOO42X/main/svx/inc/svx/
H A Dsxekitm.hxx30 enum SdrEdgeKind {SDREDGE_ORTHOLINES, enumerator
42 …SdrEdgeKindItem(SdrEdgeKind eStyle=SDREDGE_ORTHOLINES): SfxEnumItem(SDRATTR_EDGEKIND,sal::static_i… in SdrEdgeKindItem()
/AOO42X/main/svx/source/svdraw/
H A Dsvdoedge.cxx206 if(eKind == SDREDGE_ORTHOLINES || eKind == SDREDGE_BEZIER) in ImpSetAttrToEdgeInfo()
280 if(eKind == SDREDGE_ORTHOLINES || eKind == SDREDGE_BEZIER) in ImpSetEdgeInfoToAttr()
1719 if ((eKind==SDREDGE_ORTHOLINES || eKind==SDREDGE_BEZIER) && nPntAnz >= 4L) in GetHdlCount()
1752 if (eKind==SDREDGE_ORTHOLINES || eKind==SDREDGE_BEZIER) { in GetHdl()
H A Dsvdattr.cxx1726 case SDREDGE_ORTHOLINES : eCT = drawing::ConnectorType_STANDARD; break; in QueryValue()
1752 SdrEdgeKind eEK = SDREDGE_ORTHOLINES; in PutValue()
1755 case drawing::ConnectorType_STANDARD : eEK = SDREDGE_ORTHOLINES; break; in PutValue()
H A Dsvdibrow.cxx853 if (eKind!=SDREDGE_ORTHOLINES && eKind!=SDREDGE_BEZIER) return sal_True; in IsItemIneffective()
H A Dsvdhdl.cxx1617 if (eEdgeKind==SDREDGE_ORTHOLINES || eEdgeKind==SDREDGE_BEZIER) in IsHorzDrag()
/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx4882 aSet.Put( SdrEdgeKindItem( SDREDGE_ORTHOLINES ) ); in ImportShape()