Searched refs:aGeoPropSeq (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/oox/source/drawingml/ |
| H A D | customshapeproperties.cxx | 126 uno::Sequence< beans::PropertyValue > aGeoPropSeq; in pushToPropSet() local 142 if(aGeoPropSet >>= aGeoPropSeq) in pushToPropSet() 150 bValuesAdded = setOrCreatePropertyValue(aGeoPropSeq, sMirroredX, aAny); in pushToPropSet() 157 bValuesAdded = setOrCreatePropertyValue(aGeoPropSeq, sMirroredY, aAny); in pushToPropSet() 164 bValuesAdded = setOrCreatePropertyValue(aGeoPropSeq, sTextRotateAngle, aAny); in pushToPropSet() 171 if(!aGeoPropSeq.getLength()) in pushToPropSet() 174 aGeoPropSet >>= aGeoPropSeq; in pushToPropSet() 177 sal_Int32 i, nCount = aGeoPropSeq.getLength(); in pushToPropSet() 184 if ( aGeoPropSeq[ i ].Name.equals( sAdjustmentValues ) ) in pushToPropSet() 187 if ( aGeoPropSeq[ i ].Value >>= aAdjustmentSeq ) in pushToPropSet() [all …]
|
| /AOO42X/main/xmloff/source/draw/ |
| H A D | shapeexport4.cxx | 472 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()
|
| /AOO42X/main/filter/source/msfilter/ |
| H A D | escherex.cxx | 2709 uno::Sequence< beans::PropertyValue > aGeoPropSeq; in CreateCustomShapeProperties() local 2710 if ( aGeoPropSet >>= aGeoPropSeq ) in CreateCustomShapeProperties() 2735 sal_Int32 i, nCount = aGeoPropSeq.getLength(); in CreateCustomShapeProperties() 2738 const beans::PropertyValue& rProp = aGeoPropSeq[ i ]; in CreateCustomShapeProperties() 3872 uno::Sequence< beans::PropertyValue > aGeoPropSeq; in GetCustomShapeType() local 3873 if ( aGeoPropSet >>= aGeoPropSeq ) in GetCustomShapeType() 3875 sal_Int32 i, nCount = aGeoPropSeq.getLength(); in GetCustomShapeType() 3878 const beans::PropertyValue& rProp = aGeoPropSeq[ i ]; in GetCustomShapeType()
|