Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Descherex.cxx2771 uno::Sequence< beans::PropertyValue > aExtrusionPropSeq; in CreateCustomShapeProperties() local
2772 if ( rProp.Value >>= aExtrusionPropSeq ) in CreateCustomShapeProperties()
2783 sal_Int32 r, nrCount = aExtrusionPropSeq.getLength(); in CreateCustomShapeProperties()
2786 const beans::PropertyValue& rrProp = aExtrusionPropSeq[ r ]; in CreateCustomShapeProperties()
H A Dmsdffimp.cxx1975 PropSeq aExtrusionPropSeq( aExtrusionPropVec.size() ); in ApplyCustomShapeGeometryAttributes() local
1978 beans::PropertyValue* pExtrusionValues = aExtrusionPropSeq.getArray(); in ApplyCustomShapeGeometryAttributes()
1982 aProp.Value <<= aExtrusionPropSeq; in ApplyCustomShapeGeometryAttributes()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx529 uno::Sequence< beans::PropertyValue > aExtrusionPropSeq; in ImpExportEnhancedGeometry() local
530 if ( rGeoProp.Value >>= aExtrusionPropSeq ) in ImpExportEnhancedGeometry()
532 sal_Int32 i, nCount = aExtrusionPropSeq.getLength(); in ImpExportEnhancedGeometry()
535 const beans::PropertyValue& rProp = aExtrusionPropSeq[ i ]; in ImpExportEnhancedGeometry()

Completed in 69 milliseconds