Searched refs:SDREDGE_ORTHOLINES (Results 1 – 6 of 6) sorted by relevance
30 enum SdrEdgeKind {SDREDGE_ORTHOLINES, enumerator42 …SdrEdgeKindItem(SdrEdgeKind eStyle=SDREDGE_ORTHOLINES): SfxEnumItem(SDRATTR_EDGEKIND,sal::static_i… in SdrEdgeKindItem()
206 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()
1726 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()
853 if (eKind!=SDREDGE_ORTHOLINES && eKind!=SDREDGE_BEZIER) return sal_True; in IsItemIneffective()
1617 if (eEdgeKind==SDREDGE_ORTHOLINES || eEdgeKind==SDREDGE_BEZIER) in IsHorzDrag()
4882 aSet.Put( SdrEdgeKindItem( SDREDGE_ORTHOLINES ) ); in ImportShape()