Searched refs:aTextPathPropSeq (Results 1 – 3 of 3) sorted by relevance
809 uno::Sequence< beans::PropertyValue > aTextPathPropSeq; in ImpExportEnhancedGeometry() local810 if ( rGeoProp.Value >>= aTextPathPropSeq ) in ImpExportEnhancedGeometry()812 sal_Int32 i, nCount = aTextPathPropSeq.getLength(); in ImpExportEnhancedGeometry()815 const beans::PropertyValue& rProp = aTextPathPropSeq[ i ]; in ImpExportEnhancedGeometry()
3389 uno::Sequence< beans::PropertyValue > aTextPathPropSeq; in CreateCustomShapeProperties() local3390 if ( rProp.Value >>= aTextPathPropSeq ) in CreateCustomShapeProperties()3397 sal_Int32 r, nrCount = aTextPathPropSeq.getLength(); in CreateCustomShapeProperties()3400 const beans::PropertyValue& rrProp = aTextPathPropSeq[ r ]; in CreateCustomShapeProperties()
2578 PropSeq aTextPathPropSeq( aTextPathPropVec.size() ); in ApplyCustomShapeGeometryAttributes() local2581 beans::PropertyValue* pTextPathValues = aTextPathPropSeq.getArray(); in ApplyCustomShapeGeometryAttributes()2585 aProp.Value <<= aTextPathPropSeq; in ApplyCustomShapeGeometryAttributes()
Completed in 64 milliseconds