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()
736 *pAny >>= aGluePoints; in SolveSolver()737 sal_Int32 nGluePoints = aGluePoints.getLength(); in SolveSolver()738 aGluePoints.realloc( nGluePoints + 1 ); in SolveSolver()739 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ nGluePoints ].First, nX ); in SolveSolver()740 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ nGluePoints ].Second, nY ); in SolveSolver()743 aProp.Value <<= aGluePoints; in SolveSolver()2464 …:sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aGluePoints; in ApplyCustomShapeGeometryAttributes() local2476 aGluePoints.realloc( nNumElemVert ); in ApplyCustomShapeGeometryAttributes()2492 EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ i ].First, nX ); in ApplyCustomShapeGeometryAttributes()2493 EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ i ].Second, nY ); 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()
Completed in 66 milliseconds