Lines Matching refs:aGeoPropSeq
125 uno::Sequence< beans::PropertyValue > aGeoPropSeq; in pushToPropSet() local
141 if(aGeoPropSet >>= aGeoPropSeq) in pushToPropSet()
149 bValuesAdded = setOrCreatePropertyValue(aGeoPropSeq, sMirroredX, aAny); in pushToPropSet()
156 bValuesAdded = setOrCreatePropertyValue(aGeoPropSeq, sMirroredY, aAny); in pushToPropSet()
163 bValuesAdded = setOrCreatePropertyValue(aGeoPropSeq, sTextRotateAngle, aAny); 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()
205 xPropSet->setPropertyValue( sCustomShapeGeometry, Any( aGeoPropSeq ) ); in pushToPropSet()
208 else if ( aGeoPropSeq[ i ].Name.equals( sType ) ) in pushToPropSet()
210 aGeoPropSeq[ i ].Value <<= maShapePresetType; in pushToPropSet()
217 aGeoPropSet <<= aGeoPropSeq; in pushToPropSet()