Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx605 sal_Int16 nGluePointType = EnhancedCustomShapeGluePointType::SEGMENTS; in SolveSolver() local
608 *pAny >>= nGluePointType; in SolveSolver()
617 nGluePointType = GetCustomShapeConnectionTypeDefault( eSpType ); in SolveSolver()
619 if ( nGluePointType == EnhancedCustomShapeGluePointType::CUSTOM ) in SolveSolver()
627 else if ( nGluePointType == EnhancedCustomShapeGluePointType::RECT ) in SolveSolver()
657 else if ( nGluePointType == EnhancedCustomShapeGluePointType::SEGMENTS ) in SolveSolver()
2502 sal_Int16 nGluePointType = (sal_uInt16)GetPropertyValue( DFF_Prop_connectorType ); in ApplyCustomShapeGeometryAttributes() local
2505 aProp.Value <<= nGluePointType; in ApplyCustomShapeGeometryAttributes()
H A Descherex.cxx3216 sal_Int16 nGluePointType = sal_Int16(); in CreateCustomShapeProperties() local
3217 if ( rrProp.Value >>= nGluePointType ) in CreateCustomShapeProperties()
3218 AddOpt( DFF_Prop_connectorType, (sal_uInt16)nGluePointType ); in CreateCustomShapeProperties()
4783 sal_Int16 nGluePointType = sal_Int16(); in GetConnectorRule() local
4785 ( *pGluePointType >>= nGluePointType ) ) ) in GetConnectorRule()
4786 nGluePointType = GetCustomShapeConnectionTypeDefault( eSpType ); in GetConnectorRule()
4788 if ( nGluePointType == com::sun::star::drawing::EnhancedCustomShapeGluePointType::CUSTOM ) in GetConnectorRule()
4808 … else if ( nGluePointType == com::sun::star::drawing::EnhancedCustomShapeGluePointType::SEGMENTS ) in GetConnectorRule()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx925 sal_Int16 nGluePointType = sal_Int16(); in ImpExportEnhancedGeometry() local
926 if ( rProp.Value >>= nGluePointType ) in ImpExportEnhancedGeometry()
928 switch ( nGluePointType ) in ImpExportEnhancedGeometry()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeGeometry.cxx6193 sal_Int16 nGluePointType = com::sun::star::drawing::EnhancedCustomShapeGluePointType::SEGMENTS; in GetCustomShapeConnectionTypeDefault() local
6196 nGluePointType = com::sun::star::drawing::EnhancedCustomShapeGluePointType::CUSTOM; in GetCustomShapeConnectionTypeDefault()
6211 nGluePointType = com::sun::star::drawing::EnhancedCustomShapeGluePointType::RECT; in GetCustomShapeConnectionTypeDefault()
6215 return nGluePointType; in GetCustomShapeConnectionTypeDefault()

Completed in 95 milliseconds