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()
3216 sal_Int16 nGluePointType = sal_Int16(); in CreateCustomShapeProperties() local3217 if ( rrProp.Value >>= nGluePointType ) in CreateCustomShapeProperties()3218 AddOpt( DFF_Prop_connectorType, (sal_uInt16)nGluePointType ); in CreateCustomShapeProperties()4783 sal_Int16 nGluePointType = sal_Int16(); in GetConnectorRule() local4785 ( *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()
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()2502 sal_Int16 nGluePointType = (sal_uInt16)GetPropertyValue( DFF_Prop_connectorType ); in ApplyCustomShapeGeometryAttributes() local2505 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 129 milliseconds