Searched refs:aGluePoints (Results 1 – 3 of 3) sorted by relevance
906 …::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair> aGluePoints; in ImpExportEnhancedGeometry() local907 if ( rProp.Value >>= aGluePoints ) in ImpExportEnhancedGeometry()909 sal_Int32 k, nElements = aGluePoints.getLength(); in ImpExportEnhancedGeometry()914 … ExportParameter( aStrBuffer, aGluePoints[ k ].First ); in ImpExportEnhancedGeometry()915 … ExportParameter( aStrBuffer, aGluePoints[ k ].Second ); in ImpExportEnhancedGeometry()
730 …:sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aGluePoints; in SolveSolver() local733 *pAny >>= aGluePoints; in SolveSolver()734 sal_Int32 nGluePoints = aGluePoints.getLength(); in SolveSolver()735 aGluePoints.realloc( nGluePoints + 1 ); in SolveSolver()736 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ nGluePoints ].First, nX ); in SolveSolver()737 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ nGluePoints ].Second, nY ); in SolveSolver()740 aProp.Value <<= aGluePoints; in SolveSolver()2461 …:sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aGluePoints; in ApplyCustomShapeGeometryAttributes() local2473 aGluePoints.realloc( nNumElemVert ); in ApplyCustomShapeGeometryAttributes()2489 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ i ].First, nX ); in ApplyCustomShapeGeometryAttributes()[all …]
3182 …::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair> aGluePoints; in CreateCustomShapeProperties() local3183 if ( rrProp.Value >>= aGluePoints ) in CreateCustomShapeProperties()3186 sal_uInt16 nElements = (sal_uInt16)aGluePoints.getLength(); in CreateCustomShapeProperties()3197 … sal_Int32 X = GetValueForEnhancedCustomShapeParameter( aGluePoints[ j ].First, aEquationOrder ); in CreateCustomShapeProperties()3198 … sal_Int32 Y = GetValueForEnhancedCustomShapeParameter( aGluePoints[ j ].Second, aEquationOrder ); in CreateCustomShapeProperties()