Home
last modified time | relevance | path

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

/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx153 enum drawing::ConnectorType connectorType; in getType() local
155 … xPropertySet->getPropertyValue( rtl::OUString::createFromAscii("EdgeKind")) >>= connectorType; in getType()
156 if( connectorType == drawing::ConnectorType_CURVE ) in getType()
158 else if( connectorType == drawing::ConnectorType_LINE ) in getType()