Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
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()
H A Dmsdffimp.cxx736 *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() local
2476 aGluePoints.realloc( nNumElemVert ); in ApplyCustomShapeGeometryAttributes()
2492 EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ i ].First, nX ); in ApplyCustomShapeGeometryAttributes()
2493 EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ i ].Second, nY ); in ApplyCustomShapeGeometryAttributes()
[all …]
/trunk/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()

Completed in 101 milliseconds