Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx3389 uno::Sequence< beans::PropertyValue > aTextPathPropSeq; in CreateCustomShapeProperties() local
3390 if ( rProp.Value >>= aTextPathPropSeq ) in CreateCustomShapeProperties()
3397 sal_Int32 r, nrCount = aTextPathPropSeq.getLength(); in CreateCustomShapeProperties()
3400 const beans::PropertyValue& rrProp = aTextPathPropSeq[ r ]; in CreateCustomShapeProperties()
H A Dmsdffimp.cxx2578 PropSeq aTextPathPropSeq( aTextPathPropVec.size() ); in ApplyCustomShapeGeometryAttributes() local
2581 beans::PropertyValue* pTextPathValues = aTextPathPropSeq.getArray(); in ApplyCustomShapeGeometryAttributes()
2585 aProp.Value <<= aTextPathPropSeq; in ApplyCustomShapeGeometryAttributes()

Completed in 65 milliseconds