Home
last modified time | relevance | path

Searched refs:aCoordinates (Results 1 – 3 of 3) sorted by last modified time

/trunk/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()
2263 …sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aCoordinates; in ApplyCustomShapeGeometryAttributes() local
2276 aCoordinates.realloc( nNumElemVert ); in ApplyCustomShapeGeometryAttributes()
2292 EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aCoordinates[ i ].First, nX ); in ApplyCustomShapeGeometryAttributes()
2293 EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aCoordinates[ i ].Second, nY ); in ApplyCustomShapeGeometryAttributes()
2298 aProp.Value <<= aCoordinates; in ApplyCustomShapeGeometryAttributes()
H A Descherex.cxx3824 …sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aCoordinates; in CreateCustomShapeProperties() local
3825 if ( aPathCoordinatesProp >>= aCoordinates ) in CreateCustomShapeProperties()
3828 if ( (sal_uInt16)aCoordinates.getLength() ) in CreateCustomShapeProperties()
3830 sal_uInt16 j, nElements = (sal_uInt16)aCoordinates.getLength(); in CreateCustomShapeProperties()
3839 …sal_Int32 X = GetValueForEnhancedCustomShapeParameter( aCoordinates[ j ].First, aEquationOrder, sa… in CreateCustomShapeProperties()
3840 …sal_Int32 Y = GetValueForEnhancedCustomShapeParameter( aCoordinates[ j ].Second, aEquationOrder, s… in CreateCustomShapeProperties()
/trunk/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()

Completed in 79 milliseconds