Home
last modified time | relevance | path

Searched refs:eEK (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdattr.cxx1752 SdrEdgeKind eEK = SDREDGE_ORTHOLINES; in PutValue() local
1755 case drawing::ConnectorType_STANDARD : eEK = SDREDGE_ORTHOLINES; break; in PutValue()
1756 case drawing::ConnectorType_CURVE : eEK = SDREDGE_BEZIER; break; in PutValue()
1757 case drawing::ConnectorType_LINE : eEK = SDREDGE_ONELINE; break; in PutValue()
1758 case drawing::ConnectorType_LINES : eEK = SDREDGE_THREELINES; break; in PutValue()
1762 SetValue( sal::static_int_cast< sal_uInt16 >( eEK ) ); in PutValue()

Completed in 18 milliseconds