Home
last modified time | relevance | path

Searched refs:aGluePoints (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/xmloff/source/draw/
H A Dshapeexport4.cxx906 …::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair> aGluePoints; in ImpExportEnhancedGeometry() local
907 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()
/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx730 …:sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aGluePoints; in SolveSolver() local
733 *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() local
2473 aGluePoints.realloc( nNumElemVert ); in ApplyCustomShapeGeometryAttributes()
2489 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ i ].First, nX ); in ApplyCustomShapeGeometryAttributes()
[all …]
H A Descherex.cxx3182 …::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair> aGluePoints; in CreateCustomShapeProperties() local
3183 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()