Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4616 …un::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair> seqCoordinates; in ImportShape() local
4623 if ( pAny && ( *pAny >>= seqCoordinates ) && ( seqCoordinates.getLength() >= 4 ) ) in ImportShape()
4625 sal_Int32 nPtNum, nNumElemVert = seqCoordinates.getLength(); in ImportShape()
4632 seqCoordinates[ nPtNum ].First.Value >>= nX; in ImportShape()
4633 seqCoordinates[ nPtNum ].Second.Value >>= nY; in ImportShape()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx106 …n::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair> seqCoordinates; member in EnhancedCustomShape2d
/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()
1487 const Point aEnd(GetPoint( seqCoordinates[ rSrcPt++ ], sal_True, sal_True )); in CreateSubPath()
1563 seqCoordinates1[j] = seqCoordinates[ rSrcPt + j]; in CreateSubPath()
1587 _aCenter = GetPoint( seqCoordinates[ rSrcPt ], sal_True, sal_True ); in CreateSubPath()
1613 _aCenter = GetPoint( seqCoordinates[ rSrcPt ], sal_True, sal_True ); in CreateSubPath()
1724 …Rectangle aRect( GetPoint( seqCoordinates[ rSrcPt ], sal_True, sal_True ), GetPoint( seqCoordinate… in CreateSubPath()
1752 Point aCurrent( GetPoint( seqCoordinates[ rSrcPt ], sal_True, sal_True ) ); in CreateSubPath()
1756 Point aPrev( GetPoint( seqCoordinates[ rSrcPt - 1 ], sal_True, sal_True ) ); in CreateSubPath()
[all …]
/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/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()

Completed in 71 milliseconds