Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Descherex.cxx3400 uno::Sequence< beans::PropertyValue > aTextPathPropSeq; in CreateCustomShapeProperties() local
3401 if ( rProp.Value >>= aTextPathPropSeq ) in CreateCustomShapeProperties()
3408 sal_Int32 r, nrCount = aTextPathPropSeq.getLength(); in CreateCustomShapeProperties()
3411 const beans::PropertyValue& rrProp = aTextPathPropSeq[ r ]; in CreateCustomShapeProperties()
H A Dmsdffimp.cxx2581 PropSeq aTextPathPropSeq( aTextPathPropVec.size() ); in ApplyCustomShapeGeometryAttributes() local
2584 beans::PropertyValue* pTextPathValues = aTextPathPropSeq.getArray(); in ApplyCustomShapeGeometryAttributes()
2588 aProp.Value <<= aTextPathPropSeq; in ApplyCustomShapeGeometryAttributes()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx809 uno::Sequence< beans::PropertyValue > aTextPathPropSeq; in ImpExportEnhancedGeometry() local
810 if ( rGeoProp.Value >>= aTextPathPropSeq ) in ImpExportEnhancedGeometry()
812 sal_Int32 i, nCount = aTextPathPropSeq.getLength(); in ImpExportEnhancedGeometry()
815 const beans::PropertyValue& rProp = aTextPathPropSeq[ i ]; in ImpExportEnhancedGeometry()

Completed in 75 milliseconds