Home
last modified time | relevance | path

Searched refs:aGeoPropSeq (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx125 uno::Sequence< beans::PropertyValue > aGeoPropSeq; in pushToPropSet() local
141 if(aGeoPropSet >>= aGeoPropSeq) in pushToPropSet()
170 if(!aGeoPropSeq.getLength()) in pushToPropSet()
173 aGeoPropSet >>= aGeoPropSeq; in pushToPropSet()
176 sal_Int32 i, nCount = aGeoPropSeq.getLength(); in pushToPropSet()
183 if ( aGeoPropSeq[ i ].Name.equals( sAdjustmentValues ) ) in pushToPropSet()
186 if ( aGeoPropSeq[ i ].Value >>= aAdjustmentSeq ) in pushToPropSet()
204 aGeoPropSeq[ i ].Value <<= aAdjustmentSeq; in pushToPropSet()
208 else if ( aGeoPropSeq[ i ].Name.equals( sType ) ) in pushToPropSet()
210 aGeoPropSeq[ i ].Value <<= maShapePresetType; in pushToPropSet()
[all …]
/aoo41x/main/xmloff/source/draw/
H A Dshapeexport4.cxx472 uno::Sequence< beans::PropertyValue > aGeoPropSeq; in ImpExportEnhancedGeometry() local
474 if ( aGeoPropSet >>= aGeoPropSeq ) in ImpExportEnhancedGeometry()
479 sal_Int32 j, nGeoPropCount = aGeoPropSeq.getLength(); in ImpExportEnhancedGeometry()
482 const beans::PropertyValue& rGeoProp = aGeoPropSeq[ j ]; in ImpExportEnhancedGeometry()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx2698 uno::Sequence< beans::PropertyValue > aGeoPropSeq; in CreateCustomShapeProperties() local
2699 if ( aGeoPropSet >>= aGeoPropSeq ) in CreateCustomShapeProperties()
2724 sal_Int32 i, nCount = aGeoPropSeq.getLength(); in CreateCustomShapeProperties()
2727 const beans::PropertyValue& rProp = aGeoPropSeq[ i ]; in CreateCustomShapeProperties()
3861 uno::Sequence< beans::PropertyValue > aGeoPropSeq; in GetCustomShapeType() local
3862 if ( aGeoPropSet >>= aGeoPropSeq ) in GetCustomShapeType()
3864 sal_Int32 i, nCount = aGeoPropSeq.getLength(); in GetCustomShapeType()
3867 const beans::PropertyValue& rProp = aGeoPropSeq[ i ]; in GetCustomShapeType()

Completed in 84 milliseconds