Searched refs:aPathTextFrames (Results 1 – 2 of 2) sorted by relevance
965 …:sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeTextFrame > aPathTextFrames; in ImpExportEnhancedGeometry() local966 if ( rProp.Value >>= aPathTextFrames ) in ImpExportEnhancedGeometry()968 if ( (sal_uInt16)aPathTextFrames.getLength() ) in ImpExportEnhancedGeometry()970 sal_uInt16 k, nElements = (sal_uInt16)aPathTextFrames.getLength(); in ImpExportEnhancedGeometry()973 ExportParameter( aStrBuffer, aPathTextFrames[ k ].TopLeft.First ); in ImpExportEnhancedGeometry()974 ExportParameter( aStrBuffer, aPathTextFrames[ k ].TopLeft.Second ); in ImpExportEnhancedGeometry()975 ExportParameter( aStrBuffer, aPathTextFrames[ k ].BottomRight.First ); in ImpExportEnhancedGeometry()976 ExportParameter( aStrBuffer, aPathTextFrames[ k ].BottomRight.Second ); in ImpExportEnhancedGeometry()
3357 …:sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeTextFrame > aPathTextFrames; in CreateCustomShapeProperties() local3358 if ( rrProp.Value >>= aPathTextFrames ) in CreateCustomShapeProperties()3360 if ( (sal_uInt16)aPathTextFrames.getLength() ) in CreateCustomShapeProperties()3362 sal_uInt16 j, nElements = (sal_uInt16)aPathTextFrames.getLength(); in CreateCustomShapeProperties()3371 …sal_Int32 nLeft = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].TopLeft.First, aEq… in CreateCustomShapeProperties()3372 …sal_Int32 nTop = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].TopLeft.Second, aE… in CreateCustomShapeProperties()3373 …sal_Int32 nRight = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].BottomRight.First… in CreateCustomShapeProperties()3374 …sal_Int32 nBottom = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].BottomRight.Seco… in CreateCustomShapeProperties()
Completed in 41 milliseconds