Home
last modified time | relevance | path

Searched refs:aPathPropSeq (Results 1 – 4 of 4) sorted by path

/trunk/main/filter/source/msfilter/
H A Descherex.cxx3111 uno::Sequence< beans::PropertyValue > aPathPropSeq; in CreateCustomShapeProperties() local
3112 if ( rProp.Value >>= aPathPropSeq ) in CreateCustomShapeProperties()
3119 sal_Int32 r, nrCount = aPathPropSeq.getLength(); in CreateCustomShapeProperties()
3122 const beans::PropertyValue& rrProp = aPathPropSeq[ r ]; in CreateCustomShapeProperties()
H A Dmsdffimp.cxx2512 PropSeq aPathPropSeq( aPathPropVec.size() ); in ApplyCustomShapeGeometryAttributes() local
2515 beans::PropertyValue* pPathValues = aPathPropSeq.getArray(); in ApplyCustomShapeGeometryAttributes()
2519 aProp.Value <<= aPathPropSeq; in ApplyCustomShapeGeometryAttributes()
/trunk/main/unotools/source/config/
H A Dpathoptions.cxx494 Sequence< Property > aPathPropSeq = xPropSetInfo->getProperties(); in SvtPathOptions_Impl() local
497 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()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx871 uno::Sequence< beans::PropertyValue > aPathPropSeq; in ImpExportEnhancedGeometry() local
872 if ( rGeoProp.Value >>= aPathPropSeq ) in ImpExportEnhancedGeometry()
874 sal_Int32 i, nCount = aPathPropSeq.getLength(); in ImpExportEnhancedGeometry()
877 const beans::PropertyValue& rProp = aPathPropSeq[ i ]; in ImpExportEnhancedGeometry()

Completed in 75 milliseconds