Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/customshapes/
H A DEnhancedCustomShapeTypeNames.cxx82 { "mso-spt32", mso_sptStraightConnector1 },
H A DEnhancedCustomShapeGeometry.cxx8503 case mso_sptStraightConnector1 : pCustomShape = &msoStraightConnector1; break; in GetCustomShapeContent()
/AOO41X/main/svx/inc/svx/
H A Dmsdffdef.hxx620 mso_sptStraightConnector1 = 32, enumerator
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx4435 …sal_Bool bIsConnector = ( ( aObjData.eShapeType >= mso_sptStraightConnector1 ) && ( aObjData.eS… in ImportShape()