Home
last modified time | relevance | path

Searched refs:seqCoordinates (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx619 *pAny >>= seqCoordinates; in ApplyShapeAttributes()
1418 sal_Int32 nCoordSize = seqCoordinates.getLength(); in CreateSubPath()
1422 const EnhancedCustomShapeParameterPair* pTmp = seqCoordinates.getArray(); in CreateSubPath()
1460 … const Point aTempPoint(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
1485 … const Point aControlA(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
1486 … const Point aControlB(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
1487 … const Point aEnd(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
1504 … const Point aPreviousEndPoint(GetPoint( seqCoordinates[ rSrcPt - 1 ], sal_True, sal_True)); in CreateSubPath()
1505 … const Point aControlQ(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
1506 … const Point aEnd(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
[all …]
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx766 …uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair > seqCoordinates( vCoordi… in GetEnhancedPath() local
769 …com::sun::star::drawing::EnhancedCustomShapeParameterPair* pCoordinateValues = seqCoordinates.getA… in GetEnhancedPath()
776 aProp.Value <<= seqCoordinates; in GetEnhancedPath()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx756 …un::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair> seqCoordinates; in MergeDefaultAttributes() local
759 seqCoordinates.realloc( nCount ); in MergeDefaultAttributes()
762 …EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( seqCoordinates[ i ].First, pDefCustomShape… in MergeDefaultAttributes()
763 …EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( seqCoordinates[ i ].Second, pDefCustomShap… in MergeDefaultAttributes()
766 aPropVal.Value <<= seqCoordinates; in MergeDefaultAttributes()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx106 …ar::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair> seqCoordinates; member in EnhancedCustomShape2d
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4613 …un::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair> seqCoordinates; in ImportShape() local
4620 … if ( pAny && ( *pAny >>= seqCoordinates ) && ( seqCoordinates.getLength() >= 4 ) ) in ImportShape()
4622 sal_Int32 nPtNum, nNumElemVert = seqCoordinates.getLength(); in ImportShape()
4629 seqCoordinates[ nPtNum ].First.Value >>= nX; in ImportShape()
4630 seqCoordinates[ nPtNum ].Second.Value >>= nY; in ImportShape()