Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/draw/
H A Dshapeexport4.cxx457 uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aCoordinates; in ImpExportEnhancedGeometry() local
941 bCoordinates = ( rProp.Value >>= aCoordinates ); in ImpExportEnhancedGeometry()
1044 ImpExportEnhancedPath( rExport, aCoordinates, aSegments ); in ImpExportEnhancedGeometry()
/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx723 …sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aCoordinates; in SolveSolver() local
724 *pAny >>= aCoordinates; in SolveSolver()
725 if ( nPt < (sal_uInt32)aCoordinates.getLength() ) in SolveSolver()
728 com::sun::star::drawing::EnhancedCustomShapeParameterPair& rPara = aCoordinates[ nPt ]; in SolveSolver()
2260 …sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aCoordinates; in ApplyCustomShapeGeometryAttributes() local
2273 aCoordinates.realloc( nNumElemVert ); in ApplyCustomShapeGeometryAttributes()
2289 EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aCoordinates[ i ].First, nX ); in ApplyCustomShapeGeometryAttributes()
2290 EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aCoordinates[ i ].Second, nY ); in ApplyCustomShapeGeometryAttributes()
2295 aProp.Value <<= aCoordinates; in ApplyCustomShapeGeometryAttributes()
H A Descherex.cxx3813 …sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aCoordinates; in CreateCustomShapeProperties() local
3814 if ( aPathCoordinatesProp >>= aCoordinates ) in CreateCustomShapeProperties()
3817 if ( (sal_uInt16)aCoordinates.getLength() ) in CreateCustomShapeProperties()
3819 sal_uInt16 j, nElements = (sal_uInt16)aCoordinates.getLength(); in CreateCustomShapeProperties()
3828 …sal_Int32 X = GetValueForEnhancedCustomShapeParameter( aCoordinates[ j ].First, aEquationOrder, sa… in CreateCustomShapeProperties()
3829 …sal_Int32 Y = GetValueForEnhancedCustomShapeParameter( aCoordinates[ j ].Second, aEquationOrder, s… in CreateCustomShapeProperties()

Completed in 65 milliseconds