Lines Matching refs:aGeoPropSeq
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()
213 aGeoPropSeq[ i ].Value <<= aAdjustmentSeq; in pushToPropSet()
214 xPropSet->setPropertyValue( sCustomShapeGeometry, Any( aGeoPropSeq ) ); in pushToPropSet()
217 else if ( aGeoPropSeq[ i ].Name.equals( sType ) ) in pushToPropSet()
219 aGeoPropSeq[ i ].Value <<= maShapePresetType; in pushToPropSet()
226 aGeoPropSet <<= aGeoPropSeq; in pushToPropSet()