Home
last modified time | relevance | path

Searched refs:aPathTextFrames (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/xmloff/source/draw/
H A Dshapeexport4.cxx965 …:sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeTextFrame > aPathTextFrames; in ImpExportEnhancedGeometry() local
966 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()
/aoo4110/main/filter/source/msfilter/
H A Descherex.cxx3346 …:sun::star::uno::Sequence< com::sun::star::drawing::EnhancedCustomShapeTextFrame > aPathTextFrames; in CreateCustomShapeProperties() local
3347 if ( rrProp.Value >>= aPathTextFrames ) in CreateCustomShapeProperties()
3349 if ( (sal_uInt16)aPathTextFrames.getLength() ) in CreateCustomShapeProperties()
3351 sal_uInt16 j, nElements = (sal_uInt16)aPathTextFrames.getLength(); in CreateCustomShapeProperties()
3360 …sal_Int32 nLeft = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].TopLeft.First, aEq… in CreateCustomShapeProperties()
3361 …sal_Int32 nTop = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].TopLeft.Second, aE… in CreateCustomShapeProperties()
3362 …sal_Int32 nRight = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].BottomRight.First… in CreateCustomShapeProperties()
3363 …sal_Int32 nBottom = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].BottomRight.Seco… in CreateCustomShapeProperties()

Completed in 80 milliseconds