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()
3400 uno::Sequence< beans::PropertyValue > aTextPathPropSeq; in CreateCustomShapeProperties() local3401 if ( rProp.Value >>= aTextPathPropSeq ) in CreateCustomShapeProperties()3408 sal_Int32 r, nrCount = aTextPathPropSeq.getLength(); in CreateCustomShapeProperties()3411 const beans::PropertyValue& rrProp = aTextPathPropSeq[ r ]; in CreateCustomShapeProperties()
2581 PropSeq aTextPathPropSeq( aTextPathPropVec.size() ); in ApplyCustomShapeGeometryAttributes() local2584 beans::PropertyValue* pTextPathValues = aTextPathPropSeq.getArray(); in ApplyCustomShapeGeometryAttributes()2588 aProp.Value <<= aTextPathPropSeq; in ApplyCustomShapeGeometryAttributes()
Completed in 255 milliseconds