Lines Matching refs:aPropVal_
390 PropertyValue aPropVal_; in GetGeometryForCustomShape() local
395 aPropVal_.Name = sType; in GetGeometryForCustomShape()
396 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
397 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
402 aPropVal_.Name = sAdjustmentValues; in GetGeometryForCustomShape()
403 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
404 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
409 aPropVal_.Name = sCoordinateOrigin; in GetGeometryForCustomShape()
410 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
411 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
416 aPropVal_.Name = sCoordinateSize; in GetGeometryForCustomShape()
417 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
418 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
423 aPropVal_.Name = sEquations; in GetGeometryForCustomShape()
424 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
425 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
430 aPropVal_.Name = sHandles; in GetGeometryForCustomShape()
431 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
432 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()
437 aPropVal_.Name = sPath; in GetGeometryForCustomShape()
438 aPropVal_.Value = *pAny; in GetGeometryForCustomShape()
439 rGeometryItem.SetPropertyValue( aPropVal_ ); in GetGeometryForCustomShape()