Home
last modified time | relevance | path

Searched refs:seqSegments (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx797 com::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > seqSegments; in MergeDefaultAttributes() local
800 seqSegments.realloc( nCount ); in MergeDefaultAttributes()
803 EnhancedCustomShapeSegment& rSegInfo = seqSegments[ i ]; in MergeDefaultAttributes()
913 aPropVal.Value <<= seqSegments; in MergeDefaultAttributes()
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx781 …uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > seqSegments( vSegments.size()… in GetEnhancedPath() local
784 com::sun::star::drawing::EnhancedCustomShapeSegment* pSegmentValues = seqSegments.getArray(); in GetEnhancedPath()
790 aProp.Value <<= seqSegments; in GetEnhancedPath()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx635 *pAny >>= seqSegments; in ApplyShapeAttributes()
1419 sal_Int32 nSegInfoSize = seqSegments.getLength(); in CreateSubPath()
1436 sal_Int16 nCommand = seqSegments[ rSegmentInd ].Command; in CreateSubPath()
1437 sal_Int16 nPntCount= seqSegments[ rSegmentInd++ ].Count; in CreateSubPath()
2094 while( nSegmentInd <= seqSegments.getLength() ) in CreatePathObj()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx105 …com::sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeSegment > seqSegments; member in EnhancedCustomShape2d

Completed in 46 milliseconds