Searched refs:nGluePointType (Results 1 – 4 of 4) sorted by relevance
925 sal_Int16 nGluePointType = sal_Int16(); in ImpExportEnhancedGeometry() local926 if ( rProp.Value >>= nGluePointType ) in ImpExportEnhancedGeometry()928 switch ( nGluePointType ) in ImpExportEnhancedGeometry()
3205 sal_Int16 nGluePointType = sal_Int16(); in CreateCustomShapeProperties() local3206 if ( rrProp.Value >>= nGluePointType ) in CreateCustomShapeProperties()3207 AddOpt( DFF_Prop_connectorType, (sal_uInt16)nGluePointType ); in CreateCustomShapeProperties()4772 sal_Int16 nGluePointType = sal_Int16(); in GetConnectorRule() local4774 ( *pGluePointType >>= nGluePointType ) ) ) in GetConnectorRule()4775 nGluePointType = GetCustomShapeConnectionTypeDefault( eSpType ); in GetConnectorRule()4777 if ( nGluePointType == com::sun::star::drawing::EnhancedCustomShapeGluePointType::CUSTOM ) in GetConnectorRule()4797 … else if ( nGluePointType == com::sun::star::drawing::EnhancedCustomShapeGluePointType::SEGMENTS ) in GetConnectorRule()
605 sal_Int16 nGluePointType = EnhancedCustomShapeGluePointType::SEGMENTS; in SolveSolver() local608 *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()2499 sal_Int16 nGluePointType = (sal_uInt16)GetPropertyValue( DFF_Prop_connectorType ); in ApplyCustomShapeGeometryAttributes() local2502 aProp.Value <<= nGluePointType; in ApplyCustomShapeGeometryAttributes()
6193 sal_Int16 nGluePointType = com::sun::star::drawing::EnhancedCustomShapeGluePointType::SEGMENTS; in GetCustomShapeConnectionTypeDefault() local6196 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 140 milliseconds