Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/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()
/aoo4110/main/filter/source/msfilter/
H A Descherex.cxx3100 uno::Sequence< beans::PropertyValue > aPathPropSeq; in CreateCustomShapeProperties() local
3101 if ( rProp.Value >>= aPathPropSeq ) in CreateCustomShapeProperties()
3108 sal_Int32 r, nrCount = aPathPropSeq.getLength(); in CreateCustomShapeProperties()
3111 const beans::PropertyValue& rrProp = aPathPropSeq[ r ]; in CreateCustomShapeProperties()
H A Dmsdffimp.cxx2509 PropSeq aPathPropSeq( aPathPropVec.size() ); in ApplyCustomShapeGeometryAttributes() local
2512 beans::PropertyValue* pPathValues = aPathPropSeq.getArray(); in ApplyCustomShapeGeometryAttributes()
2516 aProp.Value <<= aPathPropSeq; in ApplyCustomShapeGeometryAttributes()

Completed in 75 milliseconds