Home
last modified time | relevance | path

Searched refs:seqGluePoints (Results 1 – 3 of 3) sorted by path

/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx108 …un::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair> seqGluePoints; member in EnhancedCustomShape2d
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx627 *pAny >>= seqGluePoints; in ApplyShapeAttributes()
2241 if ( pObj && seqGluePoints.getLength() ) in ApplyGluePoints()
2243 sal_uInt32 i, nCount = seqGluePoints.getLength(); in ApplyGluePoints()
2248 aGluePoint.SetPos( GetPoint( seqGluePoints[ i ], sal_True, sal_True ) ); in ApplyGluePoints()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx777 …sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeParameterPair> seqGluePoints; in MergeDefaultAttributes() local
779 seqGluePoints.realloc( nCount ); in MergeDefaultAttributes()
782 …EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( seqGluePoints[ i ].First, pDefCustomShape-… in MergeDefaultAttributes()
783 …EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( seqGluePoints[ i ].Second, pDefCustomShape… in MergeDefaultAttributes()
786 aPropVal.Value <<= seqGluePoints; in MergeDefaultAttributes()

Completed in 42 milliseconds