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()2260 …sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aCoordinates; in ApplyCustomShapeGeometryAttributes() local2273 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()
3813 …sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > aCoordinates; in CreateCustomShapeProperties() local3814 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 75 milliseconds