Searched refs:aPathPropSeq (Results 1 – 4 of 4) sorted by relevance
871 uno::Sequence< beans::PropertyValue > aPathPropSeq; in ImpExportEnhancedGeometry() local872 if ( rGeoProp.Value >>= aPathPropSeq ) in ImpExportEnhancedGeometry()874 sal_Int32 i, nCount = aPathPropSeq.getLength(); in ImpExportEnhancedGeometry()877 const beans::PropertyValue& rProp = aPathPropSeq[ i ]; in ImpExportEnhancedGeometry()
494 Sequence< Property > aPathPropSeq = xPropSetInfo->getProperties(); in SvtPathOptions_Impl() local497 for ( sal_Int32 n = 0; n < aPathPropSeq.getLength(); n++ ) in SvtPathOptions_Impl()499 const com::sun::star::beans::Property& aProperty = aPathPropSeq[n]; in SvtPathOptions_Impl()
3111 uno::Sequence< beans::PropertyValue > aPathPropSeq; in CreateCustomShapeProperties() local3112 if ( rProp.Value >>= aPathPropSeq ) in CreateCustomShapeProperties()3119 sal_Int32 r, nrCount = aPathPropSeq.getLength(); in CreateCustomShapeProperties()3122 const beans::PropertyValue& rrProp = aPathPropSeq[ r ]; in CreateCustomShapeProperties()
2512 PropSeq aPathPropSeq( aPathPropVec.size() ); in ApplyCustomShapeGeometryAttributes() local2515 beans::PropertyValue* pPathValues = aPathPropSeq.getArray(); in ApplyCustomShapeGeometryAttributes()2519 aProp.Value <<= aPathPropSeq; in ApplyCustomShapeGeometryAttributes()
Completed in 70 milliseconds