Searched refs:aExtrusionPropSeq (Results 1 – 3 of 3) sorted by relevance
529 uno::Sequence< beans::PropertyValue > aExtrusionPropSeq; in ImpExportEnhancedGeometry() local530 if ( rGeoProp.Value >>= aExtrusionPropSeq ) in ImpExportEnhancedGeometry()532 sal_Int32 i, nCount = aExtrusionPropSeq.getLength(); in ImpExportEnhancedGeometry()535 const beans::PropertyValue& rProp = aExtrusionPropSeq[ i ]; in ImpExportEnhancedGeometry()
2771 uno::Sequence< beans::PropertyValue > aExtrusionPropSeq; in CreateCustomShapeProperties() local2772 if ( rProp.Value >>= aExtrusionPropSeq ) in CreateCustomShapeProperties()2783 sal_Int32 r, nrCount = aExtrusionPropSeq.getLength(); in CreateCustomShapeProperties()2786 const beans::PropertyValue& rrProp = aExtrusionPropSeq[ r ]; in CreateCustomShapeProperties()
1975 PropSeq aExtrusionPropSeq( aExtrusionPropVec.size() ); in ApplyCustomShapeGeometryAttributes() local1978 beans::PropertyValue* pExtrusionValues = aExtrusionPropSeq.getArray(); in ApplyCustomShapeGeometryAttributes()1982 aProp.Value <<= aExtrusionPropSeq; in ApplyCustomShapeGeometryAttributes()
Completed in 87 milliseconds