Searched refs:aCoordinates (Results 1 – 3 of 3) sorted by relevance
457 uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aCoordinates; in ImpExportEnhancedGeometry() local941 bCoordinates = ( rProp.Value >>= aCoordinates ); in ImpExportEnhancedGeometry()1044 ImpExportEnhancedPath( rExport, aCoordinates, aSegments ); in ImpExportEnhancedGeometry()
723 …sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aCoordinates; in SolveSolver() local724 *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() local2276 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()
3824 …sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aCoordinates; in CreateCustomShapeProperties() local3825 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()
Completed in 83 milliseconds